2.0.1 (2020-10-15)
Internal changes only (updated dependencies, documentation, etc.).
2.0.0 (2020-10-15)
- Angular<9 will not work with the new
ckeditor5-angular
library anymore (it's mostly connected with an update of TypeScript to version TS 4.0, which produces declaration files incompatible with the previous TypeScript versions used by older versions of Angular).
- Bumped up all internals to match the Angular@10 ecosystem. Bumped up peer dependencies and dependencies of the library - to Angular>=9. Building an Angular app with the
ckeditor5-angular
library on production with sourcemaps turned on will no longer throw errors. Closes #182, #194. (commit)
1.2.3 (2020-03-26)
- Changing
disabled
property on the<ckeditor>
component while using the watchdog property won't throw an error anymore. Closes #177. (496b39f)
1.2.2 (2020-03-04)
1.2.1 (2020-02-28)
- Added
ckeditor5-watchdog
to package dependencies. (b4278d1)
1.2.0 (2020-02-27)
1.1.2 (2019-11-04)
1.1.1 (2019-10-31)
- Fixed displaying events in simple-usage sample. (50441c1)
- The
<ckeditor>
component won't call the CVAregisterOnChange()
when the change comes from the CVA. This will fix an issue with changing editor data in Reactive Forms. Closes #139. (4fd431e)
- Added example of integration reactive forms with
<ckeditor>
component. (3f19f92) - Removed usages of
Angular 2+
from code and READMEs. Added information about supported Angular versions. Closes #95. (3244433)
1.1.0 (2019-04-15)
- Re-exported
CKEditorModule
,CKEditorComponent
and typings from the package entry point. Closes #66. (2a6f55e)
- Fixed integration with collaboration features by changing the way how the initial data is passed to an editor instance. Previously the
<ckeditor>
component was using theeditor.setData()
method which produces invalid results in collaboration. Now, the initial data is injected directly into the container on which the editor will be created. Closes #75. (63c0073)
- Improved performance by processing data only when effectively needed. Closes #82. Closes #83. (0e4638e)
- Added support for
config.initialData
introduced in CKEditor 5 v12.1.0. Effectively, the editor data can now be provided byconfig.initialData
ordata
properties. Closes #89. (2b96fa3) - Upgraded the minimal versions of Node and npm. See: ckeditor/ckeditor5#1507. (47f4ca4)
1.0.1 (2018-11-05)
Internal changes only (updated dependencies, documentation, etc.).
1.0.0 (2018-10-09)
- The editor data is set to an empty string when the
ngModel
initializes or resets. (9abe65d)
- Added reset button to the form sample. Closes #31. (0d973eb)
- The package will now work fine with
Angular@5
so we decided to lower the minimal version of Angular to>=5.0.0
. Closes #39. (078c2d2)
1.0.0-beta.1 (2018-07-26)
First developer preview. It contains ready-to-use <ckeditor>
component that allows using CKEditor 5 Builds and CKEditor 5 Framework in Angular 2+ applications.