Internal changes only (updated dependencies, documentation, etc.).
InlineEditorUIView#render() instead of #constructor() to allow early template manipulation. Closes ckeditor/ckeditor5#1150. (b0be713)Huge thanks to Alex Eckermann for this contribution!
EditorUI as a parent class for the InlineEditorUI (see ckeditor/ckeditor5-core#130). (c148346)InlineEditor#element property was renamed to InlineEditor#sourceElement and InlineEditor#updateElement() method to InlineEditor#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.).
.ck-editor-toolbar class from the toolbar (see ckeditor/ckeditor5-theme-lark#135). (213ddfd)Internal changes only (updated dependencies, documentation, etc.).
InlineEditor.create() should be able to create an instance of its subclass. Closes #25. (1da0563)inline.js file containing InlineEditor class has been renamed to inlineeditor.js.