Skip to content

v3.0.0 - Introduce Activation by Tap and Click

Compare
Choose a tag to compare
@ethanselzer ethanselzer released this 02 Sep 05:41
· 7 commits to master since this release

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