New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

svelte-gestures

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-gestures - npm Package Versions

rezi99
published 1.3.0 •

Changelog

Source

1.3.0

Added press gesture. Gestures press, tap, swipe, pan now also emit target:EventTarget in the event detail.

rezi99
published 1.2.2 •

Changelog

Source

1.2.2

Fixed TS types location

rezi99
published 1.2.1 •

rezi99
published 1.2.0 •

Changelog

Source

1.2.0

rotate and pinch actions emit center coordinates of the gesture.

rezi99
published 1.1.0 •

Changelog

Source

1.1.0

Core lib function setPointerControls now accept argument, by which one can manually set touch-action css property. It is not used in swipe recogniser.

rezi99
published 1.0.6 •

Changelog

Source

1.0.6

  • pointerup added back alongside lostpointercapture so mouse clicks are handled correctly.
rezi99
published 1.0.5 •

rezi99
published 1.0.4 •

rezi99
published 1.0.3 •

rezi99
published 1.0.2 •

Changelog

Source

1.0.2

  • Default swipe distance decreased from 100px to 60px.
  • API events added to the documentation.
  • pointerup in the lib core is now replaced with lostpointercapture. It should fix cases where pointerup event has never been called, because of triggering context menu on touch dektop, changing browser tab in middle of swipe etc.
  • Custom Gesture implementation example added to the documentation.