Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Latest commit

 

History

History
125 lines (65 loc) · 8.17 KB

CHANGELOG.md

File metadata and controls

125 lines (65 loc) · 8.17 KB

Changelog

19.0.0 (2020-04-29)

Other changes

18.0.0 (2020-03-19)

Internal changes only (updated dependencies, documentation, etc.).

17.0.0 (2020-02-19)

Other changes

16.0.0 (2019-12-04)

Other changes

15.0.0 (2019-10-23)

Other changes

11.1.4 (2019-08-26)

Other changes

11.1.3 (2019-07-10)

Internal changes only (updated dependencies, documentation, etc.).

11.1.2 (2019-07-04)

Bug fixes

  • Clicking a media preview link should not open a new browser tab unless the media is already selected. Closes #18. (12bd564

Other changes

11.1.1 (2019-06-05)

Other changes

11.1.0 (2019-04-10)

Features

  • Added support for mobile YouTube URLs in the default providers configuration. Closes #82. (9e5cf21)

Other changes

11.0.0 (2019-02-28)

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 the isMediaWidgetSelected() utility with getSelectedMediaViewWidget(). Renamed getSelectedMediaElement() to getSelectedMediaModelWidget(). (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 to 5.7.1. See: ckeditor/ckeditor5#1507. (612ea3c)
  • The isMediaWidgetSelected() utility has been replaced by getSelectedMediaViewWidget() and returns an editing View element instead of a Boolean.
  • The getSelectedMediaElement() utility has been renamed to getSelectedMediaModelWidget().

10.1.0 (2018-12-05)

Features

  • Implemented a tip in the form that helps users discover the auto embedding. Closes #35. (ebdec7e)
  • Improved responsiveness of the media form view in narrow viewports (see ckeditor/ckeditor5#416). (c753463)

Bug fixes

  • Floated content and media widgets should not overlap. Closes #53. (d3aa6e8)
  • Made the media interactive when the editor is in the read-only mode (just like links). Closes #58. (09c387a)
  • The AutoMediaEmbed should not upcast the pasted URL if a media element is disallowed at the current selection. Closes #47. (47092c6)

Other changes

10.0.0 (2018-10-08)

Initial implementation of the media embed feature.