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.
LabeledInputView with LabeledFieldView. See ckeditor/ckeditor5#6110. (bc00c8b)Internal changes only (updated dependencies, documentation, etc.).
aria-label attribute (see ckeditor/ckeditor5#1404). (7a95064)Internal changes only (updated dependencies, documentation, etc.).
min-width to .ck-content .media to allow integration with tables. Closes #44. (01129fe)display: block in the content styles to prevent Bootstrap from changing their appearance. Closes ckeditor/ckeditor5#1373. (71b2933)AutoMediaEmbed feature should insert media in place of a pasted link. Closes #36. Closes #49. (5f79878)WidgetToolbarRepository API. Replaced the isMediaWidgetSelected() utility with getSelectedMediaViewWidget(). Renamed getSelectedMediaElement() to getSelectedMediaModelWidget(). (see ckeditor/ckeditor5-widget#60). (dc89e45)8.0.0 and npm to 5.7.1. See: ckeditor/ckeditor5#1507. (612ea3c)isMediaWidgetSelected() utility has been replaced by getSelectedMediaViewWidget() and returns an editing View element instead of a Boolean.getSelectedMediaElement() utility has been renamed to getSelectedMediaModelWidget().AutoMediaEmbed should not upcast the pasted URL if a media element is disallowed at the current selection. Closes #47. (47092c6)@ckeditor/ckeditor5-theme-lark to the feature content styles sheet (see ckeditor/ckeditor5-theme-lark#209). (501a567)Initial implementation of the media embed feature.