44.1.0 (December 16, 2024)
We are pleased to announce the latest CKEditor 5 release, focusing on performance enhancements and key bug fixes to improve your editing and collaboration experience.
This release introduces another set of performance related improvements, focused on faster editor initialization for huge documents. The initialization time was lowered by further 15% to 45%, depending on the tested sample.
The combined improvements introduced in recent releases amount to around 65%-80% lower loading time in total, which means the editor will load 3-5x faster. As the gain is not linear, bigger documents see even better improvement (more than 10x faster).
Moreover, all these improvements positively impact document save time (editor.getData()
), which should help with autosave issues, among others.
We still actively work in this area, so you may expect even more editor load and save efficiency improvements in the upcoming releases.
- Comments enhancements:
- Data export options: We introduced the
showCommentHighlights
option ineditor.getData()
, that changes the comment marker conversion, allowing for styling comments in the output. Perfect for showing what was commented in Export to PDF, for example. - Inline mode improvements: We addressed a problem where comment annotations in inline mode did not close properly when clicking elsewhere in the content.
- Thread management: We resolved an issue where creating a new thread was not interrupted when the corresponding marker was removed from the content, ensuring better stability during collaborative editing.
- Data export options: We introduced the
- Revision History update:
- Restore functionality: We disabled the ability to restore the current (edited, not saved) revision, as it represents current content, so there is nothing to restore. At the same time, using it led to some non-obvious behaviors.
- Image handling: We resolved an issue where images in the uploading state could be deleted when dragged and dropped within the editor. Keep dragging, even when it is not there 🙈.
As the holiday season approaches, we extend our warmest wishes to our community and users. Thank you for your continued support, and we look forward to bringing you further enhancements and exciting features in the coming year.
MINOR BREAKING CHANGES ℹ️
- utils:
spliceArray
now modifies the target array and does not accept a fourth (count
) argument.
- comments: Introduced the
showCommentHighlights
option ineditor.getData()
method that changes the comment marker conversion and allows styling the comments in the output.
- comments: Resolved an issue where creating a new thread was not interrupted when the corresponding marker was removed from the content, for example, by another user in real-time collaboration.
- comments: When adding a comment in inline mode, the comment annotation will now close properly if you click elsewhere in the content.
- find-and-replace: It should be possible to search within content of inline widgets. Closes #11162. (commit)
- image: Copying and pasting images in the uploading state is now possible. Closes #16967. (commit)
- ui: Surrounding spaces are no longer added to colors produced by hex inputs. Closes #17386. (commit)
- Introduced multiple general performance improvements in the
@ckeditor/ckeditor5-engine
,@ckeditor/ckeditor5-list
, and@ckeditor/ckeditor5-utils
packages, leading to 15%-45% lower editor loading time. Closes #17641. - link: Exported the
ensureSafeUrl()
function from the@ckeditor/ckeditor5-link
package. (commit) - revision-history: Disabled the ability to restore a currently edited (not saved) revision.
- ui: Icons (
IconView
) are no longer individually accessible by assistive technologies, improving overall accessibility. Closes #17554. (commit) - utils: Change the implementation of
spliceArray()
to modify the target array for better performance. (commit)
Check out the Versioning policy guide for more information.
Released packages (summary)
Minor releases (contain minor breaking changes):
- @ckeditor/ckeditor5-utils: v44.0.0 => v44.1.0
Other releases:
- @ckeditor/ckeditor5-adapter-ckfinder: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-ai: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-alignment: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-autoformat: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-autosave: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-basic-styles: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-block-quote: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-bookmark: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-build-balloon: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-build-balloon-block: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-build-classic: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-build-decoupled-document: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-build-inline: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-build-multi-root: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-case-change: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-ckbox: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-ckfinder: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-clipboard: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-cloud-services: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-code-block: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-collaboration-core: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-comments: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-core: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-document-outline: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-easy-image: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-editor-balloon: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-editor-classic: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-editor-decoupled: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-editor-inline: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-editor-multi-root: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-engine: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-enter: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-essentials: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-export-pdf: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-export-word: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-find-and-replace: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-font: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-format-painter: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-heading: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-highlight: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-horizontal-line: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-html-embed: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-html-support: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-image: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-import-word: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-indent: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-language: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-link: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-list: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-list-multi-level: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-markdown-gfm: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-media-embed: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-mention: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-merge-fields: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-minimap: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-operations-compressor: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-page-break: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-pagination: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-paragraph: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-paste-from-office: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-paste-from-office-enhanced: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-real-time-collaboration: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-remove-format: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-restricted-editing: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-revision-history: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-select-all: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-show-blocks: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-slash-command: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-source-editing: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-special-characters: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-style: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-table: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-template: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-theme-lark: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-track-changes: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-typing: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-ui: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-undo: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-upload: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-watchdog: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-widget: v44.0.0 => v44.1.0
- @ckeditor/ckeditor5-word-count: v44.0.0 => v44.1.0
- ckeditor5-collaboration: v44.0.0 => v44.1.0
- ckeditor5-premium-features: v44.0.0 => v44.1.0
44.0.0 (December 2, 2024)
We are excited to introduce CKEditor 5 v44.0.0, a release packed with high impact updates designed to enhance your editing experience and simplify access to our premium offers. Here's what’s new:
We are introducing flexible self-service plans that put you in control with full transparency. Now, you can:
- Choose the plan that fits your needs, pay only for what you use, and get started instantly with a commitment-free trial.
- Seamlessly manage your license keys, track usage, and more in the new Customer Portal.
💡 Important for current users:
If you are upgrading to v44.0.0+, ensure a smooth transition by updating your license keys in the editor, as we implemented a new format of the key. To get the new key, visit the Customer Portal. You can also refer to our license key and activation guide for help with logging in to the portal.
📣 The open-source licensing remains unchanged. However, config.licenseKey
is now a required property in the editor configuration. Use 'GPL'
for installations under the GPL terms. Read more in the update guide.
Say hello to Bookmarks, a long-awaited feature that simplifies content navigation within the editor. With this release, you can:
- Add anchors as reference points within text.
- Link to the newly created bookmarks in the editor to navigate to specific locations within complex documents, such as contracts or technical manuals.
📍 Future updates to Bookmarks and the linking experience are planned for the upcoming releases. Follow progress and share your feedback on GitHub.
The current release includes another stride towards improving the performance aspect of the editor, this time focusing on how tables are handled in the content. Implemented optimizations have made table rendering 3x faster, with the average load time of a document with a very long, complex tables dropping from around 4.5 seconds to just 1.5 seconds.
MAJOR BREAKING CHANGES ℹ️
config.licenseKey
is now a required property in the editor configuration. Use'GPL'
for installations under the GPL terms. See #17317.
- clipboard: An in-text drop of an inline object with elements inside should be possible. Closes #16101. (commit)
- cloud-services: Handle refresh token when editor destroyed during token fetching. Closes #17462. (commit)
- editor-classic: Excluded modal windows from the Classic Editor's integration between dialogs and the sticky toolbar. Closes #17339. (commit)
- engine: List markers should be visible after changing the list type from multi-level to numbered. Closes #17488. (commit)
- find-and-replace: Find and replace no longer randomly jumps to the first found item after the replace operation. Closes #16648. (commit)
- list: Inserting or dropping a paragraph after the end of a list should not convert the paragraph to a list item. Closes #17224. (commit)
- pagination: The pagination line should be rendered properly on tables. Closes ckeditor/ckeditor5#17158.
- restricted-editing: Remove existing restricted editing markers when setting new data to prevent marker resurrection. Closes #9646, #16721. (commit)
- theme-lark: Letter descenders should not be clipped in the top-level menu bar categories. Closes #17422. (commit)
- track-changes: Export the
AttributeData
,FormatData
andDescription
typings from package. - ui: The menu or dropdown panels will no longer be placed in an incorrect position when a optimal position cannot be found. Closes #17220. (commit)
- ui: The dialog plugin should not handle Esc key press when default-prevented by the guest view. Closes #17343. (commit)
- upload: Editor should no longer crash when executing undo while an image is still being uploaded. (commit)
- utils: Use binary search in
insertToPriorityArray()
for better performance when handling big tables. (commit) - utils: No longer scroll to the top of the document if pasted element is larger than scrollable editable. Closes #17079. (commit)
-
collaboration-core: The types of publicly exported plugins will now be correctly resolved when accessed using
editor.plugins.get
. -
comments: The types of publicly exported plugins will now be correctly resolved when accessed using
editor.plugins.get
. -
real-time-collaboration: Editor will be switched to read-only mode when an unrecoverable error will be returned by Cloud Services server during real-time editing.
-
real-time-collaboration: The types of publicly exported plugins will now be correctly resolved when accessed using
editor.plugins.get
. -
revision-history: The types of publicly exported plugins will now be correctly resolved when accessed using
editor.plugins.get
. -
track-changes: The types of publicly exported plugins will now be correctly resolved when accessed using
editor.plugins.get
. -
track-changes: The
descriptionFactory
property will now be accessible publicly. -
track-changes: Suggestions of the same type that are not directly next to each other will no longer be represented as one suggestion in the UI.
-
ui: Improved the performance of the
BodyCollection
DOM wrapper lookup by replacingdocument.querySelector()
with a static element reference. (commit)Huge thanks to Ben Demboski for this contribution!
-
Changes related to the introduction of self-service channel for CKEditor 5 Premium Features. See #17317. (commit)
-
Updated translations. (commit)
Check out the Versioning policy guide for more information.
Released packages (summary)
New packages:
- @ckeditor/ckeditor5-bookmark: v44.0.0
Releases containing new features:
- @ckeditor/ckeditor5-code-block: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-core: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-engine: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-link: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-list: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-paragraph: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-paste-from-office: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-theme-lark: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-ui: v43.3.1 => v44.0.0
Other releases:
- @ckeditor/ckeditor5-adapter-ckfinder: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-ai: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-alignment: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-autoformat: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-autosave: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-basic-styles: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-block-quote: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-build-balloon: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-build-balloon-block: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-build-classic: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-build-decoupled-document: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-build-inline: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-build-multi-root: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-case-change: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-ckbox: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-ckfinder: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-clipboard: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-cloud-services: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-collaboration-core: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-comments: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-document-outline: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-easy-image: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-editor-balloon: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-editor-classic: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-editor-decoupled: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-editor-inline: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-editor-multi-root: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-enter: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-essentials: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-export-pdf: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-export-word: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-find-and-replace: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-font: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-format-painter: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-heading: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-highlight: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-horizontal-line: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-html-embed: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-html-support: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-image: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-import-word: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-indent: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-language: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-list-multi-level: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-markdown-gfm: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-media-embed: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-mention: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-merge-fields: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-minimap: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-operations-compressor: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-page-break: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-pagination: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-paste-from-office-enhanced: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-real-time-collaboration: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-remove-format: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-restricted-editing: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-revision-history: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-select-all: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-show-blocks: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-slash-command: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-source-editing: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-special-characters: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-style: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-table: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-template: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-track-changes: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-typing: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-undo: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-upload: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-utils: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-watchdog: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-widget: v43.3.1 => v44.0.0
- @ckeditor/ckeditor5-word-count: v43.3.1 => v44.0.0
- ckeditor5-collaboration: v43.3.1 => v44.0.0
- ckeditor5-premium-features: v43.3.1 => v44.0.0
43.3.1 (November 6, 2024)
We are happy to announce the release of CKEditor 5 v43.3.1.
We had to revert a change introduced in v43.3.0
related to the icons export in one of our packages. This was due to unforeseen TypeScript issues in some setups.
- cloud-services: The
Token
class is now exported as a value instead of a type only. (commit)
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-adapter-ckfinder: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-ai: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-alignment: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-autoformat: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-autosave: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-basic-styles: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-block-quote: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-build-balloon: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-build-balloon-block: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-build-classic: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-build-decoupled-document: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-build-inline: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-build-multi-root: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-case-change: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-ckbox: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-ckfinder: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-clipboard: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-cloud-services: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-code-block: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-collaboration-core: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-comments: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-core: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-document-outline: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-easy-image: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-editor-balloon: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-editor-classic: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-editor-decoupled: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-editor-inline: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-editor-multi-root: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-engine: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-enter: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-essentials: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-export-pdf: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-export-word: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-find-and-replace: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-font: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-format-painter: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-heading: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-highlight: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-horizontal-line: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-html-embed: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-html-support: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-image: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-import-word: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-indent: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-language: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-link: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-list: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-list-multi-level: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-markdown-gfm: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-media-embed: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-mention: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-merge-fields: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-minimap: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-operations-compressor: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-page-break: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-pagination: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-paragraph: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-paste-from-office: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-paste-from-office-enhanced: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-real-time-collaboration: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-remove-format: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-restricted-editing: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-revision-history: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-select-all: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-show-blocks: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-slash-command: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-source-editing: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-special-characters: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-style: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-table: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-template: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-theme-lark: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-track-changes: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-typing: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-ui: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-undo: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-upload: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-utils: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-watchdog: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-widget: v43.3.0 => v43.3.1
- @ckeditor/ckeditor5-word-count: v43.3.0 => v43.3.1
- ckeditor5-collaboration: v43.3.0 => v43.3.1
- ckeditor5-premium-features: v43.3.0 => v43.3.1
43.3.0 (October 29, 2024)
We are happy to announce the release of CKEditor 5 v43.3.0.
We have improved how the editor handles the document structure by making it more reliable and efficient to access specific elements and verify their positions.
- Node index and offset caching: The
Node
andNodeList
elements now cache index and offset values, reducing the need for recalculations and significantly boosting overall performance during model operations. - Selection range validation: The newly implemented
Position#isValid()
method is also utilized to better validate selection ranges, ensuring more consistent behavior in various editing scenarios. - Performance improvements in numbers: The editor now loads content between 3x and, in some cases, up to 6x faster, depending on the type and size of the content. For instance, where a specific 200-page document previously took almost 25 seconds to load, the time has now been reduced to just 3.5 seconds.
We’re committed to ongoing performance enhancements, so you can expect even faster, smoother experience in future updates.
A new configuration option has been added to include a watermark when exporting documents to Word, providing additional flexibility in document branding and protection.
- Suggestions retention on revision restore: Suggestions are no longer lost in specific cases when restoring revisions with changes from multiple users. The revision tracking process has been improved to ensure that all operations, including markers, are handled and saved correctly during synchronization. This fix resolves issues where markers were previously not retained, ensuring consistent data handling in collaborative editing scenarios.
- Action dropdown visibility fix: Resolved an issue where the action dropdown remained hidden after permission changes on comments. The dropdown now properly reflects updated permissions, allowing users to interact with the available actions seamlessly.
- AI command enhancements:
- Custom AI Commands are now correctly applied to individual dropdowns when only one group of comments is present, instead of the entire group.
- Empty comment groups no longer render, improving UI clarity.
- Fixed an issue where nested AI command menus would close unexpectedly when used within a balloon toolbar, preventing unintended behavior during selection.
- engine: Introduced the
getChildAtOffset()
method formodel.Element
andmodel.DocumentFragment
. (commit) - engine: Introduced the
Position#isValid()
method to check whether the position exists in the current model tree. (commit) - export-word: Added a configuration setting for adding a watermark to generated documents.
- revision-history: Introduced the
RevisionTracker#getRevisionDocumentData()
andRevisionTracker#getRevisionRootsAttributes()
methods to the public scope of the editor API. You can use them to retrieve document data saved with the revision. - utils: Made
FocusTracker
extendable with otherFocusTracker
instances to allow logical focus tracking across separate DOM sub-trees (see #17277). (commit)
- ai: Empty AI Assistant command groups should not render in the UI.
- ai: The AI Assistant command list should be flat when only one command group is available.
- comments: Fixed an issue where the action dropdown remained hidden when permissions allowing actions on a comment changed.
- engine: The content of an inline object should be handled as a flow root so whitespaces should be trimmed as the content of an inline object element is inside a block element. Closes #17199. (commit)
- image: Handle existing picture element correctly on
sources
downcast. (commit) - link: No longer crash editor after removing link from image when
LinkConfig#addTargetToExternalLinks: true
is set. Closes #17252. (commit) - list-multi-level: Multi-level lists should display correctly in RTL mode for Decoupled Editor.
- pagination: Improved pagination of large tables that are followed by block elements.
- revision-history: Suggestions are no longer lost in some scenarios when restoring revisions in real-time collaboration.
- ui: The dropdown menu component should not cause editor blur if used in a
BalloonToolbar
while the user hovers a nested menu. Closes #17277. (commit) - ui: Made the page unscrollable while the modal is visible. Closes #17093. (commit)
- engine: Node index and offset related values are now cached in model
Node
andNodeList
to improve performance. (commit) - link: Exported link and unlink icons from the
ckeditor5-link
package. Closes #17304. (commit) - ui: Disabled dragging support for modal windows in the
Dialog
plugin. Closes #17290. (commit) - ui: Disabled positioning restrictions for modal windows caused by
config.ui.viewportOffset
. Closes #17290. (commit)
Check out the Versioning policy guide for more information.
Released packages (summary)
Releases containing new features:
- @ckeditor/ckeditor5-engine: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-theme-lark: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-ui: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-utils: v43.2.0 => v43.3.0
Other releases:
- @ckeditor/ckeditor5-adapter-ckfinder: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-ai: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-alignment: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-autoformat: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-autosave: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-basic-styles: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-block-quote: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-build-balloon: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-build-balloon-block: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-build-classic: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-build-decoupled-document: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-build-inline: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-build-multi-root: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-case-change: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-ckbox: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-ckfinder: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-clipboard: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-cloud-services: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-code-block: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-collaboration-core: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-comments: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-core: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-document-outline: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-easy-image: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-editor-balloon: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-editor-classic: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-editor-decoupled: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-editor-inline: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-editor-multi-root: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-enter: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-essentials: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-export-pdf: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-export-word: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-find-and-replace: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-font: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-format-painter: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-heading: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-highlight: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-horizontal-line: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-html-embed: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-html-support: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-image: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-import-word: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-indent: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-language: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-link: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-list: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-list-multi-level: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-markdown-gfm: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-media-embed: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-mention: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-merge-fields: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-minimap: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-operations-compressor: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-page-break: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-pagination: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-paragraph: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-paste-from-office: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-paste-from-office-enhanced: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-real-time-collaboration: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-remove-format: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-restricted-editing: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-revision-history: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-select-all: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-show-blocks: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-slash-command: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-source-editing: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-special-characters: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-style: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-table: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-template: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-track-changes: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-typing: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-undo: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-upload: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-watchdog: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-widget: v43.2.0 => v43.3.0
- @ckeditor/ckeditor5-word-count: v43.2.0 => v43.3.0
- ckeditor5-collaboration: v43.2.0 => v43.3.0
- ckeditor5-premium-features: v43.2.0 => v43.3.0
43.2.0 (October 2, 2024)
We are happy to announce the release of CKEditor 5 v43.2.0.
- Operational Transformation Stability: Significant changes have been made to the OT system, enhancing the undo functionality and real-time collaboration, especially in conflict resolution scenarios. These improvements ensure smoother editor operations during complex interactions.
- Performance Improvements: We have merged several community-driven performance enhancements (thanks @sunesimonsen), that optimize the editor’s core engine. While no changes to the editor’s logic were made, these updates improve overall efficiency and responsiveness.
As users transition to new installation methods (v42.0.0+) with ckeditor5
and ckeditor5-premium-features
as the main packages, we are continuously addressing missing imports for less common classes, functions, types, and utilities, broadening their availability. Since our TypeScript rewrite (v37.0.0), imports can now be made directly through the package indexes, simplifying integration. As many users historically imported from src
, we encourage you to try the new version and report any missing imports. In the future, we are considering removing src
from published packages to reduce package size, so the more feedback we receive, the better and more stable API we will provide.
- engine: Added the
usePassive
option toDomEventObserver
that enables listening to passive events. Closes #16412. (commit) - media-embed: It is now possible to embed YouTube shorts. Closes #17090. (commit)
- ui: Updated the "Powered by" link. (commit)
- ckbox: Editing inline images using
CKBox
no longer changes and reinserts them simultaneously. Closes #17056. (commit) - engine: Fixed incorrect marker handling in some scenarios involving undo and real-time collaboration, which earlier led to a
model-nodelist-offset-out-of-bounds
error. See #9296. (commit) - engine: Fixed incorrect handling of merge changes during undo in some scenarios involving real-time collaboration, which earlier led to a
model-nodelist-offset-out-of-bounds
error. See #9296. (commit) - engine: Fixed conflict resolution error, which led to editor crash in some scenarios where two users removed larger intersecting part of the content and used undo. See #9296. (commit)
- engine: Fixed incorrect undo behavior leading to an editor crash when a user pressed Enter key multiple times, then pressed backspace that many times, then undid all the changes. Closes #9296. (commit)
- theme-lark: Increased the specificity of the dropdown menu panel styles to address issues with incorrect
z-index
ordering. (commit) - ui: Fixed scrolling in dropdowns when a block toolbar button is active. Closes #17067. (commit)
- ui: Increased the specificity of the dropdown menu panel styles to address issues with incorrect
z-index
ordering. (commit)
- basic-styles: Exported the
AttributeCommand
class. Closes #17105. (commit) - ckeditor5-premium-features: Marked the
ckeditor5
package aspeerDependencies
. - engine: Performance improvements. Avoided creating unnecessary arrays. Closes #17143. (commit)
- Exported several classes and utilities from various packages (commit).
Check out the Versioning policy guide for more information.
Released packages (summary)
Releases containing new features:
- @ckeditor/ckeditor5-engine: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-media-embed: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-ui: v43.1.1 => v43.2.0
Other releases:
- @ckeditor/ckeditor5-adapter-ckfinder: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-ai: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-alignment: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-autoformat: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-autosave: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-basic-styles: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-block-quote: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-build-balloon: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-build-balloon-block: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-build-classic: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-build-decoupled-document: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-build-inline: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-build-multi-root: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-case-change: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-ckbox: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-ckfinder: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-clipboard: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-cloud-services: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-code-block: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-collaboration-core: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-comments: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-core: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-document-outline: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-easy-image: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-editor-balloon: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-editor-classic: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-editor-decoupled: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-editor-inline: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-editor-multi-root: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-enter: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-essentials: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-export-pdf: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-export-word: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-find-and-replace: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-font: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-format-painter: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-heading: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-highlight: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-horizontal-line: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-html-embed: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-html-support: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-image: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-import-word: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-indent: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-language: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-link: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-list: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-list-multi-level: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-markdown-gfm: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-mention: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-merge-fields: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-minimap: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-operations-compressor: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-page-break: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-pagination: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-paragraph: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-paste-from-office: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-paste-from-office-enhanced: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-real-time-collaboration: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-remove-format: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-restricted-editing: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-revision-history: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-select-all: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-show-blocks: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-slash-command: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-source-editing: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-special-characters: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-style: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-table: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-template: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-theme-lark: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-track-changes: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-typing: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-undo: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-upload: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-utils: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-watchdog: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-widget: v43.1.1 => v43.2.0
- @ckeditor/ckeditor5-word-count: v43.1.1 => v43.2.0
- ckeditor5-collaboration: v43.1.1 => v43.2.0
- ckeditor5-premium-features: v43.1.1 => v43.2.0
To see all releases, visit the release page.