Releases: ckeditor/ckeditor5-angular
Releases · ckeditor/ckeditor5-angular
v11.1.0
v11.0.1
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)