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

v11.0.0

Compare
Choose a tag to compare
@Reinmar Reinmar released this 28 Feb 11:52
· 95 commits to master since this release

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