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

Releases: ckeditor/ckeditor5-heading

v11.0.0

28 Feb 11:53
Compare
Choose a tag to compare

Features

  • Provided translations and enabled the default icons to make heading4, heading5, and heading6 button components usable (as provided by HeadingButtonUI). Closes #121. (17bea3d)

Other changes

BREAKING CHANGES

v10.1.1

05 Dec 11:52
Compare
Choose a tag to compare

Other changes

v10.1.0

09 Oct 10:20
Compare
Choose a tag to compare

Features

  • Heading 4 to heading 6 icons were added. This allows configuring the editor to contain heading1-heading6 buttons in the toolbar. Closes #112. (1116f69)

Other changes

v10.0.2

18 Jul 10:22
Compare
Choose a tag to compare

Other changes

v10.0.1

21 Jun 09:26
Compare
Choose a tag to compare

Other changes

  • Updated translations.

v10.0.0

25 Apr 12:25
Compare
Choose a tag to compare

Other changes

BREAKING CHANGES

  • The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See ckeditor/ckeditor5#991 for more information.

v1.0.0-beta.4

20 Apr 10:51
Compare
Choose a tag to compare

Features

  • Introduced HeadingButtonsUI plugin. Closes #104. (a39bac2)

v1.0.0-beta.2

10 Apr 09:21
Compare
Choose a tag to compare

Other changes

BREAKING CHANGES

  • In the custom format of the heading feature configuration the view.style, view.class and view.attribute properties are now called view.styles, view.classes and view.attributes.

v1.0.0-beta.1

15 Mar 11:50
Compare
Choose a tag to compare

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.

v1.0.0-alpha.2

14 Nov 11:55
Compare
Choose a tag to compare

Other changes