Skip to content

Releases: ckeditor/ckeditor5-angular

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)

v8.0.0

26 Jun 08:36

Choose a tag to compare

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

05 Jun 07:35

Choose a tag to compare

v8.0.0-alpha.0 Pre-release
Pre-release

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 ckeditor5 package and not runtime code to make the integration work with existing and new installation methods. (commit)