11.0.1 (March 2, 2026)
- Accept internal CKEditor 5 releases in
peerDependencies. Closes #530.
11.0.0 (November 27, 2025)
- Dropped support for Angular v18. The minimum supported Angular version is now v19. Closes #514.
10.1.0 (November 26, 2025)
- Introduce the
disableWatchdoginput to theCKEditorComponentthat allows disabling the watchdog functionality even when a watchdog instance is provided via thewatchdoginput. Closes #469.
- Remove
itemErrorevent listener from the watchdog when theCKEditorComponentis destroyed. This prevents potential memory leaks when the component is removed from the DOM.
- Upgrade to Node v24.11.
10.0.0 (July 9, 2025)
- 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
10.0.0-alpha.0 (July 2, 2025)
- 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
To see all releases, visit the release page.