v3.0.0 - Introduce Activation by Tap and Click
Version 3.0.0
Introduces activation by tap and click. Default activation interaction remains press, in the touch environment, and hover, in the mouse environment.
Fixes Issue #24
New Props
activationInteractionMouse
activationInteractionTouch
tapDurationInMs
tapMoveThreshold
Breaking Changes
isActivatedOnTouch: true
becomes activationInteractionTouch: INTERACTIONS.TOUCH
pressDuration
becomes pressDurationInMs
See examples for details