Major releases (contain breaking changes):
Minor releases:
Patch releases (bug fixes, internal changes):
We are happy to report the release of CKEditor 5 v12.2.0. This is a minor release with many bug fixes and a new UI feature which allows to navigating between multiple balloons.
Note: The config.table.toolbar property that had been deprecated last year has now been completely removed. Use config.table.contentToolbar instead.
Major releases (contain breaking changes):
Minor releases:
Patch releases (bug fixes, internal changes):
We are happy to report the release of CKEditor 5 v12.1.0. This release introduces 3 new features (mentions, font color and background color and remove format).
Check out the linked guides for information how to install and configure those features in your editor.
Minor releases:
Patch releases (bug fixes, internal changes):
We are happy to report the release of CKEditor 5 v12.0.0. This release introduces a new editor (called "Balloon block editor"), the editor content placeholder and support for inline widgets (watch this PR for updates). In addition to that we enabled media embeds and images in tables and resolved the issue where editor.getData() returned <p> </p> for empty content (now it returns an empty string in this case).
Besides new features, this release contains many improvements to stability, performance and API. The last group of changes contain many breaking ones. Make sure to read the main package's changelog.
Major releases (contain breaking changes):
8.0.0 and npm to 5.7.1. See: ckeditor/ckeditor5#1507. (612ea3c)We are happy to report the release of CKEditor 5 v11.2.0. This editor version brings the long-awaited support for paste from Office (e.g. from Microsoft Word), integration with CKFinder file manager, improved image upload documentation, improved editor UI on mobile devices, as well as many smaller features and improvements.
Blog post is comming soon...
New packages:
Major releases (contain breaking changes):
Minor releases:
Patch releases (bug fixes, internal changes):
This releases fixes the README of this package on npm.
This is a minor release. Besides updating all used CKEditor 5 packages to their latest versions it brings two new features: the Table and Media embed features which are now enabled in this build by default.
Read more in the blog post: https://ckeditor.com/blog/CKEditor-5-v11.1.0-released/
Major releases (contain breaking changes):
Minor releases:
Patch releases (bug fixes, internal changes):
Besides new features introduced by the dependencies, this version also introduces the following features:
Internal changes only (updated dependencies, documentation, etc.).
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 BalloonEditor#element property was renamed to BalloonEditor#sourceElement and the BalloonEditor#updateElement() method was renamed to BalloonEditor#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...
Major releases (contain breaking changes):
Minor releases:
Patch releases (bug fixes, internal changes):
webpack to version 4 (applies to custom builds only). (fd14528)If you maintain a custom build, we recommend reading the migration guide. Closes ckeditor/ckeditor5#1038.
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.build-config.js file was removed and the build configuration is now kept only in the src/ckeditor.js file.This is a minor release that introduces many bug fixes and new features (most notable one is support for inserting soft breaks with Shift+Enter).
You can read more in the blog post.
Major releases (contain breaking changes):
Minor releases:
Patch releases (bug fixes, internal changes):
Patch releases (bug fixes, internal changes):
Major releases (contain breaking changes):
Major releases (contain breaking changes):
This release followed v1.0.0-beta.2 immediately to fix the issue mentioned below. Therefore, when upgrading from v1.0.0-beta.1 make sure to also check v1.0.0-beta.2 release notes.
Major releases (contain breaking changes):
Besides changes in the dependencies, this version also contains the following bug fixes:
ImageUpload plugin. See ckeditor/ckeditor5#909. (0e0c512)Major releases (contain breaking changes):
Besides new features introduced by the dependencies, this version also introduces the following features:
webpack.config.js to the new Translation Service (ckeditor/ckeditor5#624). (3dc566b)New packages:
Major releases (contain breaking changes):
Besides changes in the dependencies, this version also contains the following bug fixes:
ModuleConcatenationPlugin plugin. Read more https://github.com/ckeditor/ckeditor5/issues/475. (43ddb76)New packages:
Major releases (possible breaking changes):
Besides changes in the dependencies, this build also contains these bug fixes:
Besides new features introduced in the dependencies, this build also introduces these features:
@ckeditor/ckeditor5-build-balloon-toolbar to @ckeditor/ckeditor5-build-balloon. See ckeditor/ckeditor5#546 for more information.