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

v1.0.0-beta.1

Compare
Choose a tag to compare
@Reinmar Reinmar released this 15 Mar 11:50
· 629 commits to master since this release

Features

Bug fixes

Other changes

BREAKING CHANGES

  • The .ck-editor-toolbar CSS class has been removed.
  • Various CSS variables (mostly colors) have been removed. Please make sure your code uses the latest theme API.
  • From now on there's only one subset of the theme, aligned to the default look of CKEditor 5.
  • Various UI components' styles have been rewritten. The CSS selectors that used to style them may have a different specificity and appear in a different order.
  • The styles are no longer developed in SASS which means various .scss files (including variables, mixins, etc.) became unavailable. Please refer to the Theme Customization guide to learn more about migration to PostCSS.