Releases: pmndrs/use-gesture
Releases · pmndrs/use-gesture
@use-gesture/core@10.2.13
@use-gesture/vanilla@10.2.12
@use-gesture/react@10.2.12
@use-gesture/core@10.2.12
Patch Changes
- 91651b2: Fix config types
@use-gesture/vanilla@10.2.11
@use-gesture/react@10.2.11
@use-gesture/core@10.2.11
Patch Changes
- 670e6e2: - fix: trigger
pointerDown
event whentriggerAllEvents
anddelay
options are set- fix: disable scroll prevention when the event type is
'mouse'
- feat: add
axisThreshold
property to set a threshold for axis calculation (can be set per device for the drag gesture) - fix: axis are now calculated on pixel movement rather than on transformed movement
- fix: disable scroll prevention when the event type is
- 5979b1a: feat: add modifierKey for wheel option. Defaults to
'ctrlKey'
.
@use-gesture/vanilla@10.2.10
Patch Changes
- Updated dependencies [f593dbe]
- @use-gesture/core@10.2.10
@use-gesture/react@10.2.10
Patch Changes
- Updated dependencies [f593dbe]
- @use-gesture/core@10.2.10
@use-gesture/core@10.2.10
Patch Changes
- f593dbe: - fix: increase
PINCH_WHEEL_RATIO
to100
to slow down zoom on wheel-based devices.- fix: force drag to start no matter the threshold when delay is reached.
- fix: improve
preventScroll
.