This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v11.0.0
Bug fixes
- Added
min-width
to.ck-content .media
to allow integration with tables. Closes #44. (01129fe) - Media embed figures should have
display: block
in the content styles to prevent Bootstrap from changing their appearance. Closes ckeditor/ckeditor5#1373. (71b2933) - The
AutoMediaEmbed
feature should insert media in place of a pasted link. Closes #36. Closes #49. (5f79878)
Other changes
- Aligned to the new
WidgetToolbarRepository
API. Replaced theisMediaWidgetSelected()
utility withgetSelectedMediaViewWidget()
. RenamedgetSelectedMediaElement()
togetSelectedMediaModelWidget()
. (see ckeditor/ckeditor5-widget#60). (dc89e45) - The help text under the media URL input should be displayed when it's empty. The quick insertion tip should pop out when the user started typing in the input (see #5). (55396b5)
- Updated translations. (a07783b) (f7942b5) (5315b1a)
BREAKING CHANGES
- Upgraded minimal versions of Node to
8.0.0
and npm to5.7.1
. See: ckeditor/ckeditor5#1507. (612ea3c) - The
isMediaWidgetSelected()
utility has been replaced bygetSelectedMediaViewWidget()
and returns an editingView
element instead of aBoolean
. - The
getSelectedMediaElement()
utility has been renamed togetSelectedMediaModelWidget()
.