Skip to content

Releases: ckeditor/ckeditor5-angular

v11.1.0

24 Mar 12:46
v11.1.0
95dd37f

Choose a tag to compare

Features

  • Added support for CKEditor 5 48.0.0 and the new roots editor configuration. Closes #547.

v11.0.1

02 Mar 10:02
v11.0.1
aee4e01

Choose a tag to compare

Other changes

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

v11.0.0

27 Nov 06:52
v11.0.0
c8c37a5

Choose a tag to compare

BREAKING CHANGES

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

v10.1.0

26 Nov 07:32
v10.1.0
d153a00

Choose a tag to compare

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.

v10.0.0

09 Jul 08:20
v10.0.0
0de9a68

Choose a tag to compare

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

02 Jul 05:04
v10.0.0-alpha.0
b7d8dfd

Choose a tag to compare

v10.0.0-alpha.0 Pre-release
Pre-release

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

25 Nov 09:29

Choose a tag to compare

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

13 Nov 11:53

Choose a tag to compare

v9.1.0-alpha.0 Pre-release
Pre-release

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

19 Sep 07:27

Choose a tag to compare

BREAKING CHANGES

  • Changed minimum supported version of Angular to the oldest supported LTS: >=16.x.
  • Switched compiler from TypeScript 4.x to 5.x to ensure compatibility with the newest CKEditor 5 packages.

Features

  • Experimental: Add cloud CDN support. (commit)

v9.0.0-alpha.0

06 Sep 08:19

Choose a tag to compare

v9.0.0-alpha.0 Pre-release
Pre-release

BREAKING CHANGES

  • Changed minimum supported version of Angular to the oldest supported LTS: >=16.x.
  • Switched compiler from TypeScript 4.x to 5.x to ensure compatibility with the newest CKEditor 5 packages.

Features

  • Add cloud CDN support. (commit)

Other changes

  • Updated yarn.lock to fix dependabot alert. (commit)