Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

svelte-gestures

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-gestures - npm Package Versions

134

1.5.0

Diff

Changelog

Source

1.5.0

  • New composedGesture lets you combine gestures. You can even use it to maintain scrolling behavior on elements with pan or shapeGesture (see example below)
  • New shapeGesture lets you define shape/s to be recognized. Just define shapes by coordinates.
  • Bugfixes
rezi99
published 1.4.1 •

Changelog

Source

1.4.1

Press gesture now accepts triggerBeforeFinished option. By default, it is set false. If set to true, press event is triggered after the given timeframe, even if a user still keeps pressing.

rezi99
published 1.4.0 •

rezi99
published 1.3.8 •

Changelog

Source

1.3.8

Documentation added for how to use JSX types (used by language tools to recognize return types of functions returned by svelte HTML markup (on:action etc))

rezi99
published 1.3.7 •

Changelog

Source

1.3.7

Types for svelte language tools added

rezi99
published 1.3.6 •

rezi99
published 1.3.5 •

rezi99
published 1.3.4 •

rezi99
published 1.3.3 •

rezi99
published 1.3.2 •

Changelog

Source

1.3.2

press gesture now preventDefault on contextmenu of its element and also adds style.userSelect = 'none';

Bug resolved for case when swipe gesture reported wrong directions if used on scrollable area.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc