@ckeditor/ckeditor5-angular
Advanced tools
Changelog
Changelog
1.1.0 (2019-04-15)
CKEditorModule
, CKEditorComponent
and typings from the package entry point. Closes #66. (2a6f55e)<ckeditor>
component was using the editor.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)config.initialData
introduced in CKEditor 5 v12.1.0. Effectively, the editor data can now be provided by config.initialData
or data
properties. Closes #89. (2b96fa3)Changelog
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.