EditorConfig#initialData. (678528f)config.placeholder option which allows configuring the empty editor content placeholder (see ckeditor/ckeditor5#479). (7f39e5e)8.0.0 and npm to 5.7.1. See: ckeditor/ckeditor5#1507. (612ea3c)BalloonEditorUIView.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.BalloonEditor#element property. The BalloonEditorUI#element property should be used instead.BalloonEditorUIView#editableElement. Instead BalloonEditorUI#getEditableElement() method should be used.Internal changes only (updated dependencies, documentation, etc.).
Internal changes only (updated dependencies, documentation, etc.).
EditorUI as a parent class for the BalloonEditorUI (see ckeditor/ckeditor5-core#130). (03af1c0)BalloonEditor#element property was renamed to BalloonEditor#sourceElement and BalloonEditor#updateElement() method to BalloonEditor#updateSourceElement(). See ckeditor/ckeditor5-core#64.Internal changes only (updated dependencies, documentation, etc.).
Internal changes only (updated dependencies, documentation, etc.).
Internal changes only (updated dependencies, documentation, etc.).
@ckeditor/ckeditor5-build-balloon-toolbar to @ckeditor/ckeditor5-build-balloon (the class name has been changed to BalloonEditor). See ckeditor/ckeditor5#546 for more information. (5fc4f60)