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:25
· 658 commits to master since this release

Bug fixes

  • FocusTracker should remain in sync when multiple blur events are followed by the focus event. Closes #159. (0ff1b34)

Features

  • KeystrokeHandler should support priorities and proper keystroke cancelling. Closes #180. (14af24c)
  • Added support for 'space' key code in the parseKeystroke() helper. Closes #169. (f86b1ad)
  • Introduced ObservableMixin#decorate() and support for setting EmitterMixin#fire()'s return value by listeners. Closes #162. (377c875)
  • Introduced a static Rect.getDomRangeRects() method for external usage. Closes #168. (f67aea1)

Other changes

  • The getOptimalPosition() utility should accept the target option defined as a function. Closes #157. (d63abae)