This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
Releases: ckeditor/ckeditor5-paragraph
Releases · ckeditor/ckeditor5-paragraph
v1.0.0-alpha.1
Internal changes only (updated dependencies, documentation, etc.).
v0.9.0
Bug fixes
ParagraphCommand
should check whether it can be applied to the selection. Closes #24. (07b37af)- Autoparagraphing empty roots will not be triggered if the change-to-fix was in a
transparent
batch. Closes #26. (a171de3)
Other changes
- Aligned the implementation to the new Command API (see https://github.com/ckeditor/ckeditor5-core/issues/88). (c2a1559)
BREAKING CHANGES
- The command API has been changed.