Skip to content

v0.3.0

Compare
Choose a tag to compare
@rafgraph rafgraph released this 24 Nov 05:12
· 229 commits to main since this release
  • Make focusFromTab, focusFromMouse and focusFromTouch their own states in the state machine and remove the focusFrom API.
  • Remove the focusFrom key from the state object, and make the value of the focus key one of false, 'tab', 'mouse', or 'touch'.
  • Change to allow taps while touching some place else on the screen.
  • Add extraTouchNoTap option to prevent taps while touching someplace else on the screen.