Releases: ckeditor/ckeditor5-angular
Releases · ckeditor/ckeditor5-angular
v11.0.0
v10.1.0
Features
- Introduce the
disableWatchdoginput to theCKEditorComponentthat allows disabling the watchdog functionality even when a watchdog instance is provided via thewatchdoginput. Closes #469.
Bug fixes
- Remove
itemErrorevent listener from the watchdog when theCKEditorComponentis destroyed. This prevents potential memory leaks when the component is removed from the DOM.
Other changes
- Upgrade to Node v24.11.
v10.0.0
BREAKING CHANGES
- Aligned the component with the latest CKEditor 5 release (
v46.0.0), adopting the type import names. Starting from this version, previous CKEditor 5 releases are no longer compatible due to breaking changes in definitions and package structure. See ckeditor/ckeditor5#18583
v10.0.0-alpha.0
BREAKING CHANGES
- Aligned the component with the latest CKEditor 5 release (
v46.0.0), adopting the type import names. Starting from this version, previous CKEditor 5 releases are no longer compatible due to breaking changes in definitions and package structure. See ckeditor/ckeditor5#18583
v9.1.0
Features
- Align integration to work with the future self-service plan. Read more in the CKEditor 5 repository. (commit)
- Print editor errors in console if there is no (error) observer. (commit)
v9.1.0-alpha.0
Features
- Align integration to work with the future self-service plan. Read more in the CKEditor 5 repository. (commit)
- Print editor errors in console if there is no (error) observer. (commit)
v9.0.0
v9.0.0-alpha.0
BREAKING CHANGES
- Changed minimum supported version of Angular to the oldest supported LTS:
>=16.x. - Switched compiler from TypeScript
4.xto5.xto ensure compatibility with the newest CKEditor 5 packages.
Features
- Add cloud CDN support. (commit)
Other changes
- Updated yarn.lock to fix dependabot alert. (commit)
v8.0.0
We are excited to announce the next major version of the Angular integration.
This release is intended to allow the integration to work with the latest version of new installation methods.
v8.0.0-alpha.0
We are happy to announce the alpha release of the next major version of the React integration.
This release is intended to allow the integration to work with existing and new installation methods announced in this post.
Please refer to our nightly documentation build for the installation instructions.
Features
- Change the implementation to only depend on types from the
ckeditor5package and not runtime code to make the integration work with existing and new installation methods. (commit)