Skip to content

Latest commit

 

History

History
48 lines (23 loc) · 2.17 KB

File metadata and controls

48 lines (23 loc) · 2.17 KB

Changelog

11.0.1 (March 2, 2026)

Other changes

  • Accept internal CKEditor 5 releases in peerDependencies. Closes #530.

11.0.0 (November 27, 2025)

BREAKING CHANGES

  • Dropped support for Angular v18. The minimum supported Angular version is now v19. Closes #514.

10.1.0 (November 26, 2025)

Features

  • Introduce the disableWatchdog input to the CKEditorComponent that allows disabling the watchdog functionality even when a watchdog instance is provided via the watchdog input. Closes #469.

Bug fixes

  • Remove itemError event listener from the watchdog when the CKEditorComponent is destroyed. This prevents potential memory leaks when the component is removed from the DOM.

Other changes

  • Upgrade to Node v24.11.

10.0.0 (July 9, 2025)

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

10.0.0-alpha.0 (July 2, 2025)

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

To see all releases, visit the release page.