Skip to content

Releases: ckeditor/ckeditor5-angular

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)

v5.1.1

16 Feb 08:30
Compare
Choose a tag to compare

Bug fixes

  • Added support for OnChanges lifecycle hook that updates editor content when data-bound property of a component changes. Closes #215. (commit)

Other changes

  • Removed the @types/ckeditor__ckeditor5-utils dependency to avoid issues with CKEditor 5 typings when building an application using CKEditor 5 sources (TypeScript). (commit)
  • Replaced the minimal required version of the @ckeditor/ckeditor5-watchdog package with a caret range. (commit)

v5.1.0

09 Feb 13:04
Compare
Choose a tag to compare

Features

  • Added an optional option called disableTwoWayDataBinding that allows disabling the two-way data binding. It increases performance when working with large documents. Closes #141. (commit)

Bug fixes

Other changes

v5.0.0

01 Feb 10:45
Compare
Choose a tag to compare

BREAKING CHANGES

  • The minimal supported version of Angular by the <CKEditor> component is 13.
  • Make sure to install the @ckeditor/ckeditor5-watchdog package that is defined as a peer dependency of the <CKEditor> component in your integration.

Other changes

  • Upgraded dependencies to fix vulnerability issues. (commit)

v4.0.0

12 Apr 09:30
Compare
Choose a tag to compare

BREAKING CHANGES

  • Due to introducing the lock mechanism for the Editor#isReadOnly property, the <CKEditor> component uses the new way of enabling the read-only mode in the editor. The component requires an instance of CKEditor 5 in version 34 or higher. See ckeditor/ckeditor5#10496.

Other changes

  • Aligned the <CKEditor> component API to use the new lock mechanism when enabling/disabling the read-only mode. (commit)
  • Bumped Karma test runner to v6.x. Closes #308. (commit)
  • Upgraded the CKEditor 5 packages to their latest versions. Closes #304. (commit)