This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v12.0.0
Features
- Implemented the
.ck-labeled-input__status
for labeled input's tips and errors. Replaced the.ck-labeled-input__error
class with.ck-labeled-input__status_error
. Fixed breaking layout when the status is longer than the labeled input (see ckeditor/ckeditor5-media-embed#35). (26215d5) - Introduced the
ck-media-phone
RWD mixin that outputs a@media
query. Improved responsiveness of media embed, link, and image form views in narrow viewports (see ckeditor/ckeditor5#416). (305a745)
Bug fixes
-
Improved visibility of selected link inside table cells. Closes ckeditor/ckeditor5-link#204. (3a89e1a)
-
Only override the
fill
for icons that do not declare one. Closes #206. (6c690a9)Thanks to @michaeldjeffrey!
-
The visual effects should be disabled on a widget when the editor is in the read-only mode. Closes ckeditor/ckeditor5#1261. (41d7d1e)
Other changes
BREAKING CHANGES
- The
.ck-labeled-input__error
class has been replaced with.ck-labeled-input__status_error
.