Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

v16.0.0

Compare
Choose a tag to compare
@mlewand mlewand released this 04 Dec 10:42
· 161 commits to master since this release

MAJOR BREAKING CHANGES

  • The --ck-color-focus-shadow custom property is now --ck-color-focus-outer-shadow.

Features

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.