@blowstack/ckeditor5-full-free-build
Advanced tools
Changelog
23.0.0 (2020-09-29)
We are happy to announce the release of CKEditor 5 v23.0.0.
This release brings the new pagination feature.
Other than that, we focused on bug fixes and stability improvements. Some highlights are listed below:
Please note that there are some major breaking changes. Be sure to review them before upgrading.
Read more in the blog post: https://ckeditor.com/blog/CKEditor-5-v23.0.0-with-pagination-feature-list-styles-and-improved-image-upload/
The CKEditor 5 Collaboration features changelog can be found here: https://ckeditor.com/collaboration/changelog.
Changelog
20.0.0 (2020-06-24)
We are happy to announce the release of CKEditor 5 v20.0.0.
This release brings some highly anticipated features:
New features were also accompanied by a set of bug fixes, to name a few:
Read more in the blog post: https://ckeditor.com/blog/CKEditor-5-v20.0.0-with-linking-images-and-multi-cell-comments-released/
The CKEditor 5 Collaboration features changelog can be found here: https://ckeditor.com/collaboration/changelog.
Changelog
19.0.0 (2020-04-29)
We are happy to announce the release of CKEditor 5 v19.0.0.
This release is focused on further improving the table selection plugin and includes following the enhancements:
We also introduced support for plural forms in our translation API, added the select all feature and created the supportAllValues
option to preserve any font family or size value.
We also did several performance tweaks to improve CKEditor 5 data processing and rendering time.
A few bugs have been fixed, most notably:
Finally, this release comes with some important breaking changes. The most notable ones are:
Essentials
plugin or the SelectAll
plugin is installed in your integration. Either is required for proper keystroke handling in editor widgets.window.CKEDITOR_TRANSLATIONS
, see #334.translate()
function from the translation-service
was marked as protected. See #334.getPositionedAncestor()
helper will no longer return the passed element when it is positioned.ViewCollection
no longer has the locale
property.ViewCollection#constructor()
no longer accepts the locale
parameter.LabeledView
component was renamed to LabeledFieldView
. Also, its instance of a labeled component's view is available through LabeledFieldView#fieldView
. It replaced LabeledView#view
.DropdownView#focusTracker
property was removed as it served no purpose.SpecialCharactersNavigationView
is an instance of the FormHeaderView
and unnecessary SpecialCharactersNavigationView#labelView
was removed.env.isEdge
property was removed. See ckeditor/ckeditor5#6202.Check the list of packages below to learn more about these and other minor breaking changes.
Read more in the blog post: https://ckeditor.com/blog/CKEditor-5-v19.0.0-with-table-enhancements-improved-performance-and-select-all-feature/.
The CKEditor 5 Collaboration features changelog can be found here: https://ckeditor.com/collaboration/changelog.
New packages:
Major releases (contain major breaking changes):
Major releases (contain minor breaking changes):
Major releases (dependencies of those packages have breaking changes):