This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v0.9.0
Bug fixes
- It should be possible to paste basic styles. See ckeditor/ckeditor5#477. (d2db7fe)
Features
- Introduced
AttributeCommand
. It was moved from@ckeditor/ckeditor5-core/src/command/toggleattributecommand
. Closes #47. (0301d4a) - Introduced the
Underline
plugin. Closes #51. (f724ae0)
Other changes
-
Aligned the implementation to the new Command API (see https://github.com/ckeditor/ckeditor5-core/issues/88). (36a976e)
-
Cleaned up SVG icons. (da10131)
-
Italic feature will use
<i>
instead of<em>
. Closes #28. (9d1d5e2)Read more in Editor Recommendations.
BREAKING CHANGES
- The command API has been changed.