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

v0.9.0

Compare
Choose a tag to compare
@Reinmar Reinmar released this 05 Apr 17:08
· 611 commits to master since this release

Bug fixes

  • [Safari] Fixed an issue when inserting a Spanish accent character on a non-collapsed selection wouldn't work. Closes #82. (49cfe9c)
  • InputCommand now accepts Range instead of Position as a parameter. Closes #86. Closes #54. (0766407)
  • New undo step should be created on selection change or applying an attribute. Closes #20. Closes #21. (011452b)
  • Use typing.undoStep in both InputCommand and DeleteCommand. Closes #79. (c597467)

Features

  • Named existing plugin(s). (2a2fcae)

BREAKING CHANGES

  • InputCommand options.resultPosition was replaced with options.resultRange.
  • The undo.step configuration option was replaced by typing.undoStep in DeleteCommand. See #79.