You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re-exported CKEditorModule, CKEditorComponent and typings from the package entry point. Closes #66. (2a6f55e)
Bug fixes
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 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)
Other changes
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 by config.initialData or data properties. Closes #89. (2b96fa3)