CHANGELOG.md 2.3 KB

Changelog

10.0.1 (2018-05-22)

Bug fixes

  • Added missing return to the data initialization step (fixes asynchrounous data initialization, important for real-time collaboration features). Closes #13. (f4e496d)

10.0.0 (2018-04-25)

Other changes

BREAKING CHANGES

  • The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See ckeditor/ckeditor5#991 for more information.

1.0.0-beta.4 (2018-04-19)

Internal changes only (updated dependencies, documentation, etc.).

1.0.0-beta.2 (2018-04-10)

Other changes

  • Allowed the editable element to be passed into DecoupledEditor.create(). Removed config.toolbarContainer and config.editableContainer. Closes #10. Closes ckeditor/ckeditor5#912. (327b2ed)

BREAKING CHANGES

  • The config options config.toolbarContainer and config.editableContainer have been removed. Please refer to the DecoupledEditor class API documentation to learn about possible methods of bootstrapping the UI.

1.0.0-beta.1 (2018-03-15)

Features