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

Latest commit

 

History

History
84 lines (40 loc) · 4.13 KB

CHANGELOG.md

File metadata and controls

84 lines (40 loc) · 4.13 KB

Changelog

10.0.0 (2018-04-25)

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.

1.0.0-beta.4 (2018-04-19)

Features

  • Introduced ParagraphButtonUI plugin. Closes #33. (12dadba)

1.0.0-beta.2 (2018-04-10)

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

1.0.0-beta.1 (2018-03-15)

Other changes

  • Aligned feature class naming to the new scheme. (69e98d3)

1.0.0-alpha.2 (2017-11-14)

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

1.0.0-alpha.1 (2017-10-03)

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

0.9.0 (2017-09-03)

Bug fixes

  • ParagraphCommand should check whether it can be applied to the selection. Closes #24. (07b37af)
  • Autoparagraphing empty roots will not be triggered if the change-to-fix was in a transparent batch. Closes #26. (a171de3)

Other changes

BREAKING CHANGES

  • The command API has been changed.

0.8.0 (2017-05-07)

Bug fixes

  • Content autoparagraphing has been improved. "Inline" view elements (converted to attributes or elements) will be now correctly handled and autoparagraphed. Closes #10. Closes #11. (22d387c)

Features

  • Paragraph will be automatically created if loaded empty data or if programmatically emptied the root element. Closes #19. (c42d33e)

0.7.0 (2017-04-05)

Bug fixes

  • Paragraph command should correctly update its value and isEnabled properties. Closes #16. (931e02f)

Features

  • Implemented ParagraphCommand, previously part of the HeadingCommand. Closes #14. (876877d)
  • Named existing plugin(s). (46dc9b8)

0.6.1 (2017-03-06)

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