This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v0.10.0
Bug fixes
Other changes
- Aligned the implementation to the new Command API (see https://github.com/ckeditor/ckeditor5-core/issues/88). (63b6c1c)
- Heading dropdown items should never revert the state, apply only. Closes #83. (3f25a21)
- Removed
HeadingCommand
's properties which were exposed unnecessarily. Closes #78. (c80e691)
BREAKING CHANGES
- The command API has been changed.
- The
HeadingCommand
constructor's second parameter was changed from theoptions
object to themodelElement
alone.
NOTE
- The
HeadingOption
interface was moved to theheading/heading
module.