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

Releases: ckeditor/ckeditor5-autoformat

v11.0.0

28 Feb 11:52
Compare
Choose a tag to compare

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

v10.0.4

05 Dec 11:51
Compare
Choose a tag to compare

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

v10.0.3

09 Oct 10:20
Compare
Choose a tag to compare

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

v10.0.2

18 Jul 10:21
Compare
Choose a tag to compare

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

v10.0.1

21 Jun 09:26
Compare
Choose a tag to compare

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

v10.0.0

25 Apr 12:24
Compare
Choose a tag to compare

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.

v1.0.0-beta.4

20 Apr 10:51
Compare
Choose a tag to compare

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

v1.0.0-beta.2

10 Apr 08:58
Compare
Choose a tag to compare

Bug fixes

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

v1.0.0-beta.1

15 Mar 11:49
Compare
Choose a tag to compare

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.).

v1.0.0-alpha.2

14 Nov 11:54
Compare
Choose a tag to compare

Bug fixes

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