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
· 332 commits to master since this release

Other changes

  • Aligned feature class naming to the new scheme. (511a9d8)
  • Migrated package styles to PostCSS. Moved visual styles to @ckeditor/ckeditor5-theme-lark (see ckeditor/ckeditor5-ui#144). (965179e)
  • Updated naming of UI components & commands. (72ee3d6)

BREAKING CHANGES

  • Renamed the 'headings' dropdown UI component to 'heading'.
  • The 'heading1', 'heading2' and 'heading3' commands are no longer available. They were replaced by the 'heading' command that accepts heading model element name as a value.
  • The HeadingCommand#value is no longer a boolean only. Now it stores a name of the heading model element when selection is inside a heading.
  • The HeadingCommand constructor's second parameter is now an array of supported model elements.