19.0.0 (2020-04-29)
- Introduced the
supportAllValues
configuration for bothFontSize
andFontFamily
plugins that allow preserving anyfont-family
andfont-size
values when pasting or loading content. Closes ckeditor/ckeditor5#6165. Closes ckeditor/ckeditor5#2278. (b22efec)
- Font size styles should be prefixed by the
.ck-content
class. Closes ckeditor/ckeditor5#6636. (b0b06db)
18.0.0 (2020-03-19)
- Updated translations. (b0d7c53)
17.0.0 (2020-02-19)
normalizeColorOptions()
andgetLocalizedColorOptions()
are no longer available in this package. You can import them from@ckeditor/ckeditor5-ui/src/colorgrid/utils
instead.
- Implemented lazy loading for the font color and background color dropdowns. This will reduce editor initialization time. Closes ckeditor/ckeditor5#6192. (165417c)
- Moved
normalizeColorOptions()
andgetLocalizedColorOptions()
tockeditor5-ui
(see ckeditor/ckeditor5/issues/6106). (c3e7673) - Updated translations. (db84e7a)
16.0.0 (2019-12-04)
- Updated translations. (5203e87)
15.0.0 (2019-10-23)
11.2.2 (2019-08-26)
- The issue tracker for this package was moved to https://github.com/ckeditor/ckeditor5/issues. See ckeditor/ckeditor5#1988. (edf39d2)
- Mark fonts' attributes with 'copyOnEnter' property. (552f742)
- The active color should be marked both in the document colors and all colors. Closes #51. (295f6d5)
- Updated translations. (1691b00)
11.2.1 (2019-07-10)
- Updated translations. (7babe33)
11.2.0 (2019-07-04)
- Introduced the "document colors" section in the color picker dropdowns. Closes #28
- 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)
- Updated translations. (cca7b24)
11.1.0 (2019-04-10)
- Introduced font color and font background color features. Closes ckeditor/ckeditor5#1457. (c456b2a)
- Marked font size and font family as a formatting attribute using the
AttributeProperties#isFormatting
property. Closes ckeditor/ckeditor5#1664. (d9f0a51)
11.0.0 (2019-02-28)
- Upgraded minimal versions of Node to
8.0.0
and npm to5.7.1
. See: ckeditor/ckeditor5#1507. (612ea3c)
10.0.4 (2018-12-05)
- Improved SVG icons size. See ckeditor/ckeditor5-theme-lark#206. (e253314)
10.0.3 (2018-10-08)
- Updated translations. (92d00ee)
10.0.2 (2018-07-18)
- Updated translations. (63122d1)
10.0.1 (2018-06-21)
- 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)
- Updated translations.
10.0.0 (2018-04-25)
- Changed the license to GPL2+ only. See ckeditor/ckeditor5#991. (99a4f33)
- Updated translations. (b36205c)
- 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)
- Updated translations. (e750c16)
1.0.0-beta.2 (2018-04-10)
- Aligned
ElementDefinition
usage to the changes in the engine. See ckeditor/ckeditor5#742. (5705b42)
- 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
.