This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
Bug fixes
- The selected widget's outline should be visible when the editor is read-only. Closes ckeditor/ckeditor5#6415. (bb03e9a)
Other changes
- Added a missing file for the
FormHeaderView
styles and removed duplicated styles forSpecialCharactersNavigation
inherited from the theFormHeaderView
component. Closes ckeditor/ckeditor5#6586. (06f6ca5) - Align code to the changes in ckeditor5-ui API. See ckeditor/ckeditor5#6110. (7df8dec)
- Changed styles of SpecialCharacters and Dropdown to match FormHeaderView component styles. See ckeditor/ckeditor5#6109. (ceeb767)
- Introduced the table cell overlay to improve the rendering of multiple–cell selections and bring compatibility with styled table cells. Closes ckeditor/ckeditor5#6446. (6a1c7b9)
- The selection inside the
InlineEditableUIView
should be grey when the editor is blurred. Closes ckeditor/ckeditor5#6517. (8ad92eb)