This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
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)