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

Releases: ckeditor/ckeditor5-paragraph

v1.0.0-alpha.1

03 Oct 12:30
Compare
Choose a tag to compare

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

v0.9.0

03 Sep 18:23
Compare
Choose a tag to compare

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.

v0.8.0

07 May 21:47
Compare
Choose a tag to compare

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)

v0.7.0

05 Apr 17:07
Compare
Choose a tag to compare

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)

v0.6.1

06 Mar 16:52
Compare
Choose a tag to compare

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

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

08 Jul 15:24
Compare
Choose a tag to compare