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

Releases: ckeditor/ckeditor5-heading

v1.0.0-alpha.1

03 Oct 12:29
Compare
Choose a tag to compare

Internal changes only (updated dependencies, documentation, etc.).

v0.10.0

03 Sep 18:22
Compare
Choose a tag to compare

Bug fixes

  • It should not be possible to apply a heading to an image. Closes #73. (02f66a0)

Other changes

BREAKING CHANGES

  • The command API has been changed.
  • The HeadingCommand constructor's second parameter was changed from the options object to the modelElement alone.

NOTE

  • The HeadingOption interface was moved to the heading/heading module.

v0.9.1

07 May 21:46
Compare
Choose a tag to compare

Other changes

v0.9.0

05 Apr 17:06
Compare
Choose a tag to compare

Bug fixes

  • Changed the default heading drop-down title to a more meaningful one. Closes #68. Closes #62. (1c16e96) and (e58dadc)
  • Drop-down should be inactive when none of the commands can be applied to the current selection. Closes #66. (0ebd5cd)

Features

  • Active heading is marked in the drop-down list. Closes #26. (39ba14b)
  • Enabled the tooltip for the 'headings' component in editor.ui#componentFactory. Closes #55. (794e6df)
  • Named existing plugin(s). (7d512cd)
  • Split "heading" command into independent commands. Closes #53. Closes #56. Closes #52. (7a8f6f0)
  • Styled items in the headings toolbar dropdown. Closes #38. (0365333)

Other changes

  • Introduced consistent height and spacing among headings dropdown items. Closes #63. (68d93ff)
  • Updated translations. (fc95eee)

BREAKING CHANGES

  • The "heading" command is no longer available. Replaced by "heading1", "heading2", "heading3" and "paragraph".
  • Heading plugin requires Paragraph to work properly (ParagraphCommand registered as "paragraph" in editor.commands).
  • config.heading.options format has changed. The valid HeadingOption syntax is now { modelElement: 'heading1', viewElement: 'h1', title: 'Heading 1' }.

v0.8.0

06 Mar 16:51
Compare
Choose a tag to compare

Features

  • Enabled configuration and localization of available headings (see config.heading.options). Closes #33. (de07a0c)

Other changes

BREAKING CHANGES

  • The heading command now accepts id option, not formatId.

v0.1.0 – first demo-able version (2016-07-08)

08 Jul 15:23
Compare
Choose a tag to compare