Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

v11.0.0

Compare
Choose a tag to compare
@Reinmar Reinmar released this 18 Jul 10:21
· 224 commits to master since this release

Release notes

This is a major releases that introduces many smaller features, dozens of bug fixes and a couple of infrastructure changes (an upgrade to webpack@4, simplified structure of the build repository). Additionally, the DecoupledEditor#element property was renamed to DecoupledEditor#sourceElement.

If you maintain a custom build of CKEditor 5 or integrate CKEditor 5 from source, we recommend reading the migration guide.

Blog post is coming soon...

Dependencies

Major releases (contain breaking changes):

Minor releases:

Patch releases (bug fixes, internal changes):

Other changes

BREAKING CHANGES

If you maintain a custom build, we recommend reading the migration guide. Closes ckeditor/ckeditor5#1038.

  • CKEditor 5 environment was updated to use webpack@4. webpack@4 introduced major changes in its configuration and plugin system. CKEditor 5 tools and build configuration were updated to work with webpack@4 and will not work with webpack@3.
  • The structure of the build repository was changed. The build-config.js file was removed and the build configuration is now kept only in the src/ckeditor.js file.