Internal changes only (updated dependencies, documentation, etc.).
Internal changes only (updated dependencies, documentation, etc.).
DecoupledEditor to changes in the EditorWithUI and ElementApi interfaces. (8c7414b)EditorUI as a parent class for the DecoupledEditorUI (see ckeditor/ckeditor5-core#130). (d92da9f)DecoupledEditor#element property was renamed to DecoupledEditor#sourceElement. See ckeditor/ckeditor5-core#64.Internal changes only (updated dependencies, documentation, etc.).
return to the data initialization step (fixes asynchrounous data initialization, important for real-time collaboration features). Closes #13. (f4e496d)Internal changes only (updated dependencies, documentation, etc.).
DecoupledEditor.create(). Removed config.toolbarContainer and config.editableContainer. Closes #10. Closes ckeditor/ckeditor5#912. (327b2ed)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.