Releases: ckeditor/ckeditor5-angular
v9.0.0
v9.0.0-alpha.0
BREAKING CHANGES
- Changed minimum supported version of Angular to the oldest supported LTS:
>=16.x
. - Switched compiler from TypeScript
4.x
to5.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
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
ckeditor5
package 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-angular
package 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
error
does 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-utils
and@ckeditor/ckeditor5-watchdog
to 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.0
due 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.0
due 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)