This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v16.0.0
MAJOR BREAKING CHANGES
- The
--ck-color-focus-shadow
custom property is now--ck-color-focus-outer-shadow
.
Features
- Added styles for the code block feature UI (see ckeditor/ckeditor5#436). (dcce0f1)
- Implemented styles for
.ck-button
with a keystroke preview (see ckeditor/ckeditor5#5782). (8427306)
Bug fixes
-
Enabled additional box-shadow on
.ck-button
to meet WCAG AA recommendations. Adjusted the color of the--ck-color-focus-border
for the same reason (editables, widget selection, etc.). Closes ckeditor/ckeditor5#5580. (0fe1500)Also:
- Optimized the color of a gird component for WCAG AA.
- Imported insert table UI styles from ckeditor5-table (code refactoring).
- Improved the table UI contrast and accessibility.