This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
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)