Skip to content

Latest commit

 

History

History
136 lines (64 loc) · 6.66 KB

CHANGELOG.md

File metadata and controls

136 lines (64 loc) · 6.66 KB

Changelog

11.0.0 (2019-02-28)

Features

  • BlockAutoformatEditing will not format the text if the command is disabled. InlineAutoformatEditing will not format the text if the callback returned false. Closes #64. (cc7f454)
  • Cancel BlockAutoformatEditing autoformatting if given callback returned false. Closes #66. (9b066f1)

BREAKING CHANGES

10.0.4 (2018-12-05)

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

10.0.3 (2018-10-08)

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

10.0.2 (2018-07-18)

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

10.0.1 (2018-06-21)

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

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)

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

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

Bug fixes

  • Autoformat should ignore transparent batches. Closes #56. (e42f987)

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

Bug fixes

  • Fixed integration with undo. Closes #53. (f5d68f4)

  • Ordered list will now be triggered by a numer and . or ). Closes #42. (bcc4e3b)

    Thanks to @vladikoff!

Other changes

  • Aligned feature class naming to the new scheme. (5f5b4a9)

0.0.1 (2017-10-27)

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

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

Bug fixes

  • LiveRanges used by InlineAutoFormatEngine are now properly detached. Closes #39. (5f24ae8)

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

Features

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

0.6.0 (2017-09-03)

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.

0.5.1 (2017-05-07)

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

0.5.0 (2017-04-05)

Features

  • Named existing plugin(s). (e043947)

Other changes

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

0.4.1 (2017-03-06)

Other changes

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