v0.3.0
- Make
focusFromTab
,focusFromMouse
andfocusFromTouch
their own states in the state machine and remove thefocusFrom
API. - Remove the
focusFrom
key from the state object, and make the value of thefocus
key one offalse
,'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.