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

Releases: ckeditor/ckeditor5-autoformat

v1.0.0-alpha.1

03 Oct 12:25
Compare
Choose a tag to compare

Features

  • Added support for backticks which apply <code> to the wrapped fragment of text. Closes #35. (3e93bf6)

v0.6.0

03 Sep 18:20
Compare
Choose a tag to compare

Bug fixes

  • The Autoformat plugin should not require other features. Closes #5 and #17. (d22c5b6)
  • Autoformatting will not be triggered if the batch with changes is transparent (e.g. it represents other user's changes). (f1131bc)

Features

  • Added support for block quotes. Closes #26. (4c1e83e)

Other changes

BREAKING CHANGES

  • The command API has been changed.

NOTE

  • The Autoformat feature doesn't require Bold, Italic, Heading, etc. any longer. In order to make the most of the plugin, please make sure that relevant features are loaded in your editor.

v0.5.1

07 May 21:44
Compare
Choose a tag to compare

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

v0.5.0

05 Apr 16:53
Compare
Choose a tag to compare

Features

  • Named existing plugin(s). (e043947)

Other changes

  • Updated command names to match the latest API of the Heading feature. Closes #22. (10b5561)

v0.4.1

06 Mar 16:50
Compare
Choose a tag to compare

Other changes

  • Aligned the use of the heading command to the changes in the ckeditor5-heading package. Closes #20. (6b8b759)