Internal changes only (updated dependencies, documentation, etc.).
EditorUI as a parent class for the ClassicEditorUI (see ckeditor/ckeditor5-core#130). (ae98cfd)ClassicEditor#element property was renamed to ClassicEditor#sourceElement and ClassicEditor#updateElement() method to ClassicEditor#updateSourceElement(). See ckeditor/ckeditor5-core#64.Internal changes only (updated dependencies, documentation, etc.).
Internal changes only (updated dependencies, documentation, etc.).
.ck class for editor UI components (see: ckeditor/ckeditor5#494). (e548bd0)@ckeditor/ckeditor5-theme-lark (see ckeditor/ckeditor5-ui#144). (f24f97d).ck-editor-toolbar class from the toolbar (see ckeditor/ckeditor5-theme-lark#135). (6b4670c)StickyToolbarView has been replaced by the StickyPanelView with a child ToolbarView (see ckeditor/ckeditor5-ui#297). (e4f591f)StickyToolbarView are now available under ClassicEditorUIView#stickyPanel (editor.ui.view.stickyPanel).classic.js file to classiceditor.js to match the naming convention. Closes #41. (c5714ba)classic.js file containing ClassicEditor class has been renamed to classiceditor.js.Internal changes only (updated dependencies, documentation, etc.).