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)