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

v0.10.0

Compare
Choose a tag to compare
@Reinmar Reinmar released this 03 Sep 18:24
· 517 commits to master since this release

Bug fixes

  • Fixed a range of issues when typing or using a spellchecker on styled words leads to errors. Closes #100. Closes ckeditor/ckeditor5#491. (c30dbf8)
  • Prevent from modifying document by Input feature when InputCommand is disabled. Closes #107. (f935d66)

Features

  • Pressing Backspace or Delete in an empty content will reset the current block to a paragraph. Closes #61. (bb07bc6)
  • The viewport will be scrolled to the selection upon user input. See ckeditor/ckeditor5-engine#660. (2cdf02f)

Other changes

BREAKING CHANGES

  • The command API has been changed.