Internal changes only (updated dependencies, documentation, etc.).
Internal changes only (updated dependencies, documentation, etc.).
Internal changes only (updated dependencies, documentation, etc.).
config.toolbar.shouldNotGroupWhenFull configuration (see ckeditor/ckeditor5#5692). (35b3cbf)Internal changes only (updated dependencies, documentation, etc.).
DecoupledEditor.create() will throw an error, when a <textarea> element is used. (af4daea)Internal changes only (updated dependencies, documentation, etc.).
EditorConfig#initialData. (7e01ca7)config.placeholder option which allows configuring the empty editor content placeholder (see ckeditor/ckeditor5#479). (edd400f)8.0.0 and npm to 5.7.1. See: ckeditor/ckeditor5#1507. (612ea3c)DecoupledEditorUIView.constructor() is an editing view instance now.editor#dataReady event was removed. The editor.data#ready event has been introduced and should be used instead.editor#pluginsReady event was removed. Use plugin afterInit() method instead.DecoupledEditor#element property. The DecoupledEditorUI#element property should be used instead.DecoupledEditorUIView#editableElement. Instead DecoupledEditorUI#getEditableElement() method should be used.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.