-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update ckeditor monorepo to v44 (major) #3588
Conversation
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #3588 +/- ##
==========================================
+ Coverage 66.56% 66.62% +0.05%
==========================================
Files 913 913
Lines 15049 15078 +29
Branches 2085 2087 +2
==========================================
+ Hits 10018 10046 +28
- Misses 4858 4859 +1
Partials 173 173 Continue to review full report in Codecov by Sentry.
|
1399857
to
3709b1e
Compare
3709b1e
to
0cdaada
Compare
0cdaada
to
3794531
Compare
3794531
to
49a65a6
Compare
49a65a6
to
a241d0f
Compare
a241d0f
to
90b27fc
Compare
90b27fc
to
7e263b2
Compare
7e263b2
to
bad9c19
Compare
bad9c19
to
31d20de
Compare
31d20de
to
786e427
Compare
786e427
to
d0d6774
Compare
d0d6774
to
cbdc52d
Compare
cbdc52d
to
165b89f
Compare
46ec768
to
9cc387b
Compare
9cc387b
to
467f203
Compare
467f203
to
6d6aca9
Compare
6d6aca9
to
0dea2e4
Compare
0dea2e4
to
6181f5d
Compare
6181f5d
to
f2e8524
Compare
f2e8524
to
545722c
Compare
545722c
to
a4c1557
Compare
a4c1557
to
687292f
Compare
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
|
687292f
to
a024088
Compare
a024088
to
44789e2
Compare
44789e2
to
ca48496
Compare
Quality Gate passedIssues Measures |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
^43.3.0
->^44.0.0
^43.0.0
->^44.0.0
Release Notes
ckeditor/ckeditor5 (@ckeditor/ckeditor5-build-classic)
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:
ckeditor/ckeditor5 (ckeditor5)
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:
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.