Skip to content

Releases: pmndrs/use-gesture

@use-gesture/core@10.2.13

14 May 13:17
72d88db
Compare
Choose a tag to compare

Patch Changes

  • 6896094: fix: preventScroll should resist to multiple fingers drag
  • 15724eb: - Have delta increment on first keydown for drag
    • Fix config.bounds type for drag gestures
    • Add eventOptions option for each gesture

@use-gesture/vanilla@10.2.12

28 Apr 09:39
d6a2a0c
Compare
Choose a tag to compare

Patch Changes

  • 91651b2: Fix config types
  • Updated dependencies [91651b2]
    • @use-gesture/core@10.2.12

@use-gesture/react@10.2.12

28 Apr 09:39
d6a2a0c
Compare
Choose a tag to compare

Patch Changes

  • 91651b2: Fix config types
  • Updated dependencies [91651b2]
    • @use-gesture/core@10.2.12

@use-gesture/core@10.2.12

28 Apr 09:39
d6a2a0c
Compare
Choose a tag to compare

Patch Changes

@use-gesture/vanilla@10.2.11

31 Mar 21:18
dc731a0
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [670e6e2]
  • Updated dependencies [5979b1a]
    • @use-gesture/core@10.2.11

@use-gesture/react@10.2.11

31 Mar 21:18
dc731a0
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [670e6e2]
  • Updated dependencies [5979b1a]
    • @use-gesture/core@10.2.11

@use-gesture/core@10.2.11

31 Mar 21:18
dc731a0
Compare
Choose a tag to compare

Patch Changes

  • 670e6e2: - fix: trigger pointerDown event when triggerAllEvents and delay 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
  • 5979b1a: feat: add modifierKey for wheel option. Defaults to 'ctrlKey'.

@use-gesture/vanilla@10.2.10

14 Mar 16:27
b34db63
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [f593dbe]
    • @use-gesture/core@10.2.10

@use-gesture/react@10.2.10

14 Mar 16:27
b34db63
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [f593dbe]
    • @use-gesture/core@10.2.10

@use-gesture/core@10.2.10

14 Mar 16:27
b34db63
Compare
Choose a tag to compare

Patch Changes

  • f593dbe: - fix: increase PINCH_WHEEL_RATIO to 100 to slow down zoom on wheel-based devices.
    • fix: force drag to start no matter the threshold when delay is reached.
    • fix: improve preventScroll.