This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v11.0.0
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 InlineEditor#element
property was renamed to InlineEditor#sourceElement
and the InlineEditor#updateElement()
method was renamed to InlineEditor#updateSourceElement()
.
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):
- @ckeditor/ckeditor5-core: v10.1.0 => v11.0.0
- @ckeditor/ckeditor5-editor-inline: v10.0.1 => v11.0.0
- @ckeditor/ckeditor5-theme-lark: v10.1.0 => v11.0.0
- @ckeditor/ckeditor5-typing: v10.0.1 => v11.0.0
- @ckeditor/ckeditor5-ui: v10.1.0 => v11.0.0
Minor releases:
- @ckeditor/ckeditor5-engine: v10.1.0 => v10.2.0
- @ckeditor/ckeditor5-image: v10.1.0 => v10.2.0
- @ckeditor/ckeditor5-utils: v10.1.0 => v10.2.0
- @ckeditor/ckeditor5-widget: v10.1.0 => v10.2.0
Patch releases (bug fixes, internal changes):
- @ckeditor/ckeditor5-adapter-ckfinder: v10.0.1 => v10.0.2
- @ckeditor/ckeditor5-autoformat: v10.0.1 => v10.0.2
- @ckeditor/ckeditor5-basic-styles: v10.0.1 => v10.0.2
- @ckeditor/ckeditor5-block-quote: v10.0.1 => v10.0.2
- @ckeditor/ckeditor5-clipboard: v10.0.1 => v10.0.2
- @ckeditor/ckeditor5-cloud-services: v10.0.1 => v10.0.2
- @ckeditor/ckeditor5-easy-image: v10.0.1 => v10.0.2
- @ckeditor/ckeditor5-enter: v10.1.0 => v10.1.1
- @ckeditor/ckeditor5-essentials: v10.1.0 => v10.1.1
- @ckeditor/ckeditor5-heading: v10.0.1 => v10.0.2
- @ckeditor/ckeditor5-link: v10.0.2 => v10.0.3
- @ckeditor/ckeditor5-list: v11.0.0 => v11.0.1
- @ckeditor/ckeditor5-paragraph: v10.0.1 => v10.0.2
- @ckeditor/ckeditor5-undo: v10.0.1 => v10.0.2
- @ckeditor/ckeditor5-upload: v10.0.1 => v10.0.2
Other changes
- Changed the structure of the build repository. Closes ckeditor/ckeditor5#1038. (8697aac)
- Updated
webpack
to version 4 (applies to custom builds only). (e06c13b)
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 withwebpack@4
and will not work withwebpack@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 thesrc/ckeditor.js
file.