Release highlights
This release exposes Context
, EditorWatchdog
, and ContextWatchdog
as static editor properties. This should simplify integrations and provide consistency with editor builds.
This introduces a minor breaking change: the @ckeditor/ckeditor5-watchdog
package is no longer available as a standalone DLL build. It is now included in the main ckeditor5-dll.js
build. See #13707.
Please keep in mind that the release is marked as alpha, which means it is an experimental version, and some unexpected results may occur when using these typings.
We appreciate all of your feedback, as it helps us greatly to improve the final shape of the project. Please share it here.
MINOR BREAKING CHANGES ℹ️
- The
@ckeditor/ckeditor5-watchdog
package is no longer available as a standalone DLL build. It is now included in the mainckeditor5-dll.js
build. See #13707.
Bug fixes
- link: The link text should update along with the URL if they were the same in the first place. Closes #12588. (commit)
Other changes
- editor-*: Exposed the
Context
,EditorWatchdog
, andContextWatchdog
classes as static editor properties. Closes #13707. (commit) - utils: Added configuration to the
View#scrollToTheSelection()
helper allowing to scroll to the top of the boundary. Closes #13688. (commit)
Released packages
Check out the Versioning policy guide for more information.
New packages:
Other releases:
Released packages (summary)