This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v17.0.0
MAJOR BREAKING CHANGES
- Changed the class denoting the restricted editing exception spans from
ck-restricted-editing-exception
torestricted-editing-exception
.
Features
- Added styles for rich error messages in the table and table cell properties forms (see ckeditor/ckeditor5#6131). (f859f4b)
- Added styles for the color input (see ckeditor/ckeditor5/issues/6106). (e64013f)
- Added styles for the LabeledView (see ckeditor/ckeditor5-table#227). (4e36147)
- Added styles of new fields in the table cell properties view. Code refactoring (see ckeditor/ckeditor5#6189). (c2bf945)
- Added the special character info view styles (see ckeditor/ckeditor5#5817). (86079fd)
- Brought styles for various UI views: the compact toolbar, table form, table form row and header, table cell properties form, and table properties form (see ckeditor/ckeditor5/issues/6112). (339aec1)
Bug fixes
- Removed
ck-
prefix from the restricted editing's CSS classes used in the editor content. Closes ckeditor/ckeditor5#5899. (599f16e)
Other changes
- Add hover state for all restricted editing exceptions and fix the width of a collapsed exception in restricted editing. Closes ckeditor/ckeditor5#5829. (08d6613)
- Set default cursor in restricted editing mode while restricted editing exceptions still have text cursor when you hover over them. Closes ckeditor/ckeditor5#5992. (2602ab4)