This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
Releases: ckeditor/ckeditor5-font
Releases · ckeditor/ckeditor5-font
v11.0.0
v10.0.4
v10.0.3
v10.0.2
v10.0.1
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.
v10.0.0
Other changes
- Changed the license to GPL2+ only. See ckeditor/ckeditor5#991. (99a4f33)
- Updated translations. (b36205c)
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.
v1.0.0-beta.4
Other changes
- Updated translations. (e750c16)
v1.0.0-beta.2
Other changes
- Aligned
ElementDefinition
usage to the changes in the engine. See ckeditor/ckeditor5#742. (5705b42)
BREAKING CHANGES
- In the custom format of the font size configuration the
view.style
,view.class
andview.attribute
properties are now calledview.styles
,view.classes
andview.attributes
.