You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below are the changelog entries for the latest CKEditor 5 nightly release (0.0.0-nightly-20250309.0).
These entries come from commits on the #master branch and are generated automatically. Hence, some things may be unclear or incomprehensible. We are sorry for the inconvenience.
We use the latest stable release (44.3.0) as a starting point for collecting commits to process.
To learn more about the CKEditor 5 nightly releases - follow #14502.
bookmark: The BookmarkUI#actionsView is no longer available. The Bookmark feature is now using the WidgetToolbarRepository instead.
build-*: The CKEditor 5 builds are no longer available.
link: The LinkUI#actionsView is no longer available. The bookmark feature now uses the LinkUI#toolbarView (an instance of the ToolbarView class) instead of the custom LinkActionsView.
Move all icons to the @ckeditor/ckeditor5-icons package. Related to #16546. (commit)
Add @ckeditor/ckeditor5-icons package to the core DLL package. (commit)
Bug fixes
emoji: Fixed emoji panel not being visible while using it in comments archive. Closes #17964. (commit)
engine: Selection should not move to another table row while switching heading rows. Closes #17962. (commit)
mention: Fixed mention panel not being visible while using it in comments archive. Closes #17964. (commit)
ui: The ButtonView#icon property can now be set/reset after the button's first render. (commit)
Other changes
bookmark: The Bookmark feature now uses the WidgetToolbarRepository instead of a custom ActionsView to display the bookmark toolbar in the contextual balloon. The new toolbar uses components registered in the ComponentFactory. (commit)
bookmark: Form styles and structure is now unified with use of ck-form and ck-form__row. (commit)
image: Image custom resize form styles and structure now unified with use of ck-form and ck-form__row. (commit)
link: The Link feature now uses the ToolbarView instead of a custom LinkActionsView to display the link toolbar in the contextual balloon. The new toolbar uses components registered in the ComponentFactory. (commit)
link: Form styles and structure is now unified with use of ck-form and ck-form__row. (commit)
table: Extracted the form.css to theme-lark package. (commit)
table: Extracted the FormRowView to a separate package. (commit)
ui: The IconView now throws a meaningful error if the provided icon content is not a valid SVG. (commit)
widget: The WidgetToolbarRepository#register() now accepts a customized list of desired balloon positions. (commit)
Update TypeScript target to es2022. Closes #17886. (commit)
Replace lodash-es with es-toolkit. See #16395. (commit)
The @ckeditor/ckeditor5-build-* packages are no longer maintained. (commit)
Below are the changelog entries for the latest CKEditor 5 nightly release (
0.0.0-nightly-20250309.0
).These entries come from commits on the
#master
branch and are generated automatically. Hence, some things may be unclear or incomprehensible. We are sorry for the inconvenience.We use the latest stable release (
44.3.0
) as a starting point for collecting commits to process.To learn more about the CKEditor 5 nightly releases - follow #14502.
Changelog
0.0.0-nightly-20250309.0 (March 9, 2025)
MAJOR BREAKING CHANGES ℹ️
BookmarkUI#actionsView
is no longer available. The Bookmark feature is now using theWidgetToolbarRepository
instead.LinkUI#actionsView
is no longer available. The bookmark feature now uses theLinkUI#toolbarView
(an instance of theToolbarView
class) instead of the customLinkActionsView
.MINOR BREAKING CHANGES ℹ️
createBookmarkCallbacks()
helper is now replaced by theisScrollableToTarget()
andscrollToTarget()
helpers.@ckeditor/ckeditor5-icons
package.Features
@ckeditor/ckeditor5-icons
package. Related to #16546. (commit)@ckeditor/ckeditor5-icons
package to the core DLL package. (commit)Bug fixes
ButtonView#icon
property can now be set/reset after the button's first render. (commit)Other changes
WidgetToolbarRepository
instead of a customActionsView
to display the bookmark toolbar in the contextual balloon. The new toolbar uses components registered in theComponentFactory
. (commit)ToolbarView
instead of a customLinkActionsView
to display the link toolbar in the contextual balloon. The new toolbar uses components registered in theComponentFactory
. (commit)IconView
now throws a meaningful error if the provided icon content is not a valid SVG. (commit)WidgetToolbarRepository#register()
now accepts a customized list of desired balloon positions. (commit)target
toes2022
. Closes #17886. (commit)lodash-es
withes-toolkit
. See #16395. (commit)@ckeditor/ckeditor5-build-*
packages are no longer maintained. (commit)Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
New packages:
Major releases (contain major breaking changes):
Releases containing new features:
The text was updated successfully, but these errors were encountered: