Problem/Motivation
https://github.com/ckeditor/ckeditor5/releases/tag/v47.3.0
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3561212
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3561212-update-ckeditor-5
changes, plain diff MR !14027
- 3561212-10.6.x
changes, plain diff MR !14028
Comments
Comment #2
longwaveComment #5
longwaveIf you want to reproduce locally here's what I did:
First, edit core/package.json and set version numbers for all ckeditor5 packages. Then
Comment #6
godotislateI matched the 11.x and 10.6.x diffs locally running the steps in #5. One note is that the
yarn run build:ckeditor5-typesfrom https://www.drupal.org/about/core/policies/core-change-policies/frontend... was skipped. If I add that step, there are changes tocore/modules/ckeditor5/js/build/ckeditor5.types.jsdoc, though as I recallfrom #3538768-18: Update CKEditor 5 to 47.0.0, we probably want to drop the jsdoc? If so, this lgtm.
Comment #7
longwaveOh whoops I forgot about the types. Let's update those too while they are still here.
Comment #8
longwavePushed. Let's keep the docs up to date until #3551053: Remove jsdoc integration for CKEditor5 is decided; next time I will try to remember this.
Comment #9
godotislateTests are green, so lgtm
Comment #14
catchCommitted/pushed to 11.x/11.3.x and 10.6.x respectively, thanks!