All changes in the package are documented in the main repository. See: https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.
Changes for the past releases are available below.
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). (9a57e63)Internal changes only (updated dependencies, documentation, etc.).
Internal changes only (updated dependencies, documentation, etc.).
Internal changes only (updated dependencies, documentation, etc.).
EditorConfig#initialData. (fce3edc)config.placeholder option which allows configuring the empty editor content placeholder (see ckeditor/ckeditor5#479). (3450c23)8.0.0 and npm to 5.7.1. See: ckeditor/ckeditor5#1507. (612ea3c)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.ClassicEditor#element property. The ClassicEditorUI#element property should be used instead.ClassicEditorUIView#editableElement. Instead ClassicEditorUI#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 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.).