Releases: ckeditor/ckeditor5-angular
v8.0.0
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
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
ckeditor5package and not runtime code to make the integration work with existing and new installation methods. (commit)
v7.0.1
v7.0.0
BREAKING CHANGES
-
The
@ckeditor/ckeditor5-angularpackage requires the following peer dependencies:@ckeditor/ckeditor5-core,@ckeditor/ckeditor5-engine,@ckeditor/ckeditor5-utils,@ckeditor/ckeditor5-watchdog.
Make sure to install them in the same version as the editor build you want to use in your integration.
Bug fixes
- Do not run change detection if
errordoes not have observers. (commit)
Other changes
- Added the
getId()method that returns the component id. Closes #367. (commit) - The following packages are now marked as peer dependencies
@ckeditor/ckeditor5-core,@ckeditor/ckeditor5-engine,@ckeditor/ckeditor5-utilsand@ckeditor/ckeditor5-watchdogto avoid issues when upgrading the CKEditor 5 version within the angular application. Closes #376. (commit)
v6.0.1
v6.0.0
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.0due to the end of LTS.
Features
- Migrate package to TypeScript. Closes ckeditor/ckeditor5#13541. (commit)
Other changes
- Updated the required version of Node.js to 16. (commit)
v6.0.0-alpha.0
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.0due to the end of LTS.
Features
- Migrate package to TypeScript. Closes ckeditor/ckeditor5#13541. (commit)
Other changes
- Updated the required version of Node.js to 16. (commit)
v5.2.0
v5.1.1
v5.1.0
Features
- Added an optional option called
disableTwoWayDataBindingthat allows disabling the two-way data binding. It increases performance when working with large documents. Closes #141. (commit)
Bug fixes
- Aligned the
window.CKEDITOR_VERSIONtype with the community typings. Closes #342. (commit)
Other changes
- Marked the
@ckeditor/ckeditor5-watchdogpackage as a dependency.