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.).
config.toolbar.shouldNotGroupWhenFull configuration option to true.Internal changes only (updated dependencies, documentation, etc.).
Internal changes only (updated dependencies, documentation, etc.).
Internal changes only (updated dependencies, documentation, etc.).
InlineEditorUIView should display on different sides of editable depending on the direction of the UI language. See ckeditor/ckeditor5#1151. (c387059)Internal changes only (updated dependencies, documentation, etc.).
InlineEditor.create() will throw an error, when a <textarea> element is used. (56c9f40)Internal changes only (updated dependencies, documentation, etc.).
EditorConfig#initialData. (59e97b5)config.placeholder option which allows configuring the empty editor content placeholder (see ckeditor/ckeditor5#479). (24016bd)8.0.0 and npm to 5.7.1. See: ckeditor/ckeditor5#1507. (612ea3c)InlineEditorUIView.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.InlineEditor#element property. The InlineEditorUI#element property should be used instead.InlineEditorUIView#editableElement. Instead InlineEditorUI#getEditableElement() method should be used.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.