This repository was archived by the owner on Jun 26, 2020. It is now read-only.
Releases: ckeditor/ckeditor5-autoformat
Releases · ckeditor/ckeditor5-autoformat
v11.0.0
Features
BlockAutoformatEditing
will not format the text if the command is disabled.InlineAutoformatEditing
will not format the text if the callback returnedfalse
. Closes #64. (cc7f454)- Cancel
BlockAutoformatEditing
autoformatting if given callback returnedfalse
. Closes #66. (9b066f1)
BREAKING CHANGES
- Upgraded minimal versions of Node to
8.0.0
and npm to5.7.1
. See: ckeditor/ckeditor5#1507. (612ea3c)
v10.0.4
v10.0.3
v10.0.2
v10.0.1
v10.0.0
Other changes
- Changed the license to GPL2+ only. See ckeditor/ckeditor5#991. (a9a514a)
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
Internal changes only (updated dependencies, documentation, etc.).
v1.0.0-beta.2
v1.0.0-beta.1
Bug fixes
-
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.).