This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v0.6.0
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
Other changes
- Aligned the implementation to the new Command API (see https://github.com/ckeditor/ckeditor5-core/issues/88). (f20ef7d)
- The autoformat feature will not depend on the configuration of the heading feature but it will use the available
heading*
commands. Closes #29. (d0cee1f)
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.