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.
Essentials plugin or the SelectAll plugin is installed in your integration. Either is required for proper keystroke handling in editor widgets.width style changes. Closes ckeditor/ckeditor5#6060. (92226f9)SelectAll plugin (see ckeditor/ckeditor5#6536). (57eb263)Internal changes only (updated dependencies, documentation, etc.).
WidgetToolbarRepository plugin (prevent the toolbar from showing up). Closes ckeditor/ckeditor5#5964. (b9cf062)drag-handler.svg icon is now drag-handle.svg. If you use it in your integration, please update the path.hasSelectionHandler option of the toWidget() utility has been renamed to hasSelectionHandle. Consider this change if you create your own widgets using this helper..ck-widget__selection-handler and .ck-widget_with-selection-handler CSS classes set on widgets have been renamed to .ck-widget__selection-handle and .ck-widget_with-selection-handle. This change may affect styling in your integration.aria-label attribute (see ckeditor/ckeditor5#1404). (aec5888)Internal changes only (updated dependencies, documentation, etc.).
DomConverter method should be used to map a view to DOM when getting balloon position data. Closes #87. (160333a)Internal changes only (updated dependencies, documentation, etc.).
WidgetToolbarRepository. Closes #60. (7e11a24)$block. Closes ckeditor/ckeditor5#1529. (847d2ab).ck-widget_selectable class to .ck-widget_with-selection-handler for better semantics. Closes #66. (178ad5f)8.0.0 and npm to 5.7.1. See: ckeditor/ckeditor5#1507. (612ea3c).ck-widget_selectable class has been renamed to .ck-widget_with-selection-handler for better semantics.visibleWhen() function, a property of an object passed into WidgetToolbarRepository.register(), has been renamed to getRelatedElement() and must return an editing View element the toolbar should be attached to (instead of Boolean).findOptimalInsertionPostion() utility function. (9c0d4ce)contenteditable property for widgets and their nested editables on Edge due to an awful instability which it causes in this browser. Closes ckeditor/ckeditor5#1079. Closes ckeditor/ckeditor5#1067. (ee530b1)Internal changes only (updated dependencies, documentation, etc.).
.ck-editable class with .ck-editor__editable + .ck-editor__nested-editable to stop Grammarly throwing errors. Closes ckeditor/ckeditor5#578. (051b326).ck-editable class is no longer available. Use the .ck-editor__nested-editable class instead.@ckeditor/ckeditor5-theme-lark (see ckeditor/ckeditor5-ui#144). (857d6d4)delete event instead of listening directly on key events. Closes #29. (ee6cc95)setAttribute() method should be used with string values of the contenteditable attribute. Closes #26. (d2a6cf5)Internal changes only (updated dependencies, documentation, etc.).