Skip to content

Releases: ckeditor/ckeditor5-angular

v9.0.0

19 Sep 07:27
Compare
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
Compare
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
Compare
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
Compare
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)

v7.0.1

12 Oct 08:33
Compare
Choose a tag to compare

Other changes

  • Added catching and emitting errors that happen during editor initialization. Closes #392. (commit)
  • Updated the required version of Node.js to 18 when developing the repository. See ckeditor/ckeditor5#14924. (commit)

v7.0.0

10 Jul 11:13
Compare
Choose a tag to compare

BREAKING CHANGES

Bug fixes

  • Do not run change detection if error does not have observers. (commit)

Other changes

v6.0.1

18 Apr 06:26
Compare
Choose a tag to compare

Other changes

v6.0.0

07 Apr 05:25
Compare
Choose a tag to compare

Release highlights

This release introduces improved TypeScript support for better code suggestion and completion.

BREAKING CHANGES

  • Due to rewriting to TypeScript, the component requires CKEditor 5 typings that are available in version 37 or higher. See ckeditor/ckeditor5#11704.
  • Upgraded the minimal versions of Node.js to 16.0.0 due to the end of LTS.

Features

Other changes

  • Updated the required version of Node.js to 16. (commit)

v6.0.0-alpha.0

30 Mar 08:26
Compare
Choose a tag to compare
v6.0.0-alpha.0 Pre-release
Pre-release

Release highlights

This release introduces improved TypeScript support for better code suggestion and completion.

BREAKING CHANGES

  • Due to rewriting to TypeScript, the component requires CKEditor 5 typings that are available in version 37 or higher. See ckeditor/ckeditor5#11704.
  • Upgraded the minimal versions of Node.js to 16.0.0 due to the end of LTS.

Features

Other changes

  • Updated the required version of Node.js to 16. (commit)

v5.2.0

02 Mar 07:24
Compare
Choose a tag to compare

Features

  • Added the editorWatchdogConfig property that allows defining configuration for the Watchdog feature. Closes #351. (commit)