[frontend] Update dependency ckeditor5 to v44 #2011
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
43.3.0
->44.1.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
ckeditor/ckeditor5 (ckeditor5)
v44.1.0
Compare Source
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.
Release Highlights
⚡ Performance enhancements: Part 3
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.
🔨 Bug Fixes and improvements
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.🎄 Happy holidays!
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 ℹ️
spliceArray
now modifies the target array and does not accept a fourth (count
) argument.Features
showCommentHighlights
option ineditor.getData()
method that changes the comment marker conversion and allows styling the comments in the output.Bug fixes
Other changes
@ckeditor/ckeditor5-engine
,@ckeditor/ckeditor5-list
, and@ckeditor/ckeditor5-utils
packages, leading to 15%-45% lower editor loading time. Closes #17641.ensureSafeUrl()
function from the@ckeditor/ckeditor5-link
package. (commit)IconView
) are no longer individually accessible by assistive technologies, improving overall accessibility. Closes #17554. (commit)spliceArray()
to modify the target array for better performance. (commit)Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Minor releases (contain minor breaking changes):
Other releases:
v44.0.0
Compare Source
Release Highlights
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:
🚀 Self-service plans: Simplified access to premium features
We are introducing flexible self-service plans that put you in control with full transparency. Now, you can:
💡 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.🔖 Bookmarks: Organize your content with ease
Say hello to Bookmarks, a long-awaited feature that simplifies content navigation within the editor. With this release, you can:
📍 Future updates to Bookmarks and the linking experience are planned for the upcoming releases. Follow progress and share your feedback on GitHub.
⚡ Performance improvements: Faster table rendering
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.Features
Bug fixes
AttributeData
,FormatData
andDescription
typings from package.insertToPriorityArray()
for better performance when handling big tables. (commit)Other changes
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)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
New packages:
Releases containing new features:
Other releases:
v43.3.1
Compare Source
We are happy to announce the release of CKEditor 5 v43.3.1.
Release highlights
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.Bug fixes
Other changes
Token
class is now exported as a value instead of a type only. (commit)Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.