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
v19.0.0
Features
- 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)
Bug fixes
- Font size styles should be prefixed by the
.ck-content
class. Closes ckeditor/ckeditor5#6636. (b0b06db)
v18.0.0
v17.0.0
MINOR BREAKING CHANGES
normalizeColorOptions()
andgetLocalizedColorOptions()
are no longer available in this package. You can import them from@ckeditor/ckeditor5-ui/src/colorgrid/utils
instead.
Other changes
- 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)
v16.0.0
v15.0.0
v11.2.2
Other changes
- 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)
v11.2.1
v11.2.0
v11.1.1
v11.1.0
Features
- 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)