Releases: pmndrs/use-gesture
Releases · pmndrs/use-gesture
@use-gesture/[email protected]
@use-gesture/[email protected]
Patch Changes
- 91651b2: Fix config types
- Updated dependencies [91651b2]
- @use-gesture/[email protected]
@use-gesture/[email protected]
Patch Changes
- 91651b2: Fix config types
- Updated dependencies [91651b2]
- @use-gesture/[email protected]
@use-gesture/[email protected]
Patch Changes
- 91651b2: Fix config types
@use-gesture/[email protected]
Patch Changes
- Updated dependencies [670e6e2]
- Updated dependencies [5979b1a]
- @use-gesture/[email protected]
@use-gesture/[email protected]
Patch Changes
- Updated dependencies [670e6e2]
- Updated dependencies [5979b1a]
- @use-gesture/[email protected]
@use-gesture/[email protected]
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/[email protected]
Patch Changes
- Updated dependencies [f593dbe]
- @use-gesture/[email protected]
@use-gesture/[email protected]
Patch Changes
- Updated dependencies [f593dbe]
- @use-gesture/[email protected]
@use-gesture/[email protected]
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
.