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

Latest commit

 

History

History
176 lines (85 loc) · 8.8 KB

CHANGELOG.md

File metadata and controls

176 lines (85 loc) · 8.8 KB

Changelog

19.0.0 (2020-04-29)

Features

Bug fixes

18.0.0 (2020-03-19)

Other changes

17.0.0 (2020-02-19)

MINOR BREAKING CHANGES

  • normalizeColorOptions() and getLocalizedColorOptions() are no longer available in this package. You can import them from @ckeditor/ckeditor5-ui/src/colorgrid/utils instead.

Other changes

16.0.0 (2019-12-04)

Other changes

15.0.0 (2019-10-23)

Other changes

11.2.2 (2019-08-26)

Other changes

11.2.1 (2019-07-10)

Other changes

11.2.0 (2019-07-04)

Features

  • Introduced the "document colors" section in the color picker dropdowns. Closes #28

Other changes

  • Updated translations. (1ec1436) (6c85212)
  • Updated view attribute elements priorities to ensure proper order in which attribute elements are applied. Closes #35. (54467b4)

11.1.1 (2019-06-05)

Other changes

11.1.0 (2019-04-10)

Features

Other changes

11.0.0 (2019-02-28)

Other changes

BREAKING CHANGES

10.0.4 (2018-12-05)

Other changes

10.0.3 (2018-10-08)

Other changes

10.0.2 (2018-07-18)

Other changes

10.0.1 (2018-06-21)

Bug fixes

  • Ensured that font size's and font family's markup is always "outside" markup of other typical inline features, especially those changing background color. Thanks to that, the entire area of styled text will be correctly colored. Closes ckeditor/ckeditor5-highlight#17. (3b8b6dc)

Other changes

  • Updated translations.

10.0.0 (2018-04-25)

Other changes

BREAKING CHANGES

  • The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See ckeditor/ckeditor5#991 for more information.

1.0.0-beta.4 (2018-04-19)

Other changes

1.0.0-beta.2 (2018-04-10)

Other changes

BREAKING CHANGES

  • In the custom format of the font size configuration the view.style, view.class and view.attribute properties are now called view.styles, view.classes and view.attributes.

1.0.0-beta.1 (2018-03-15)

Features

  • The initial font feature implementation. Closes #2. Closes #3. Closes #4. (a527fe7)