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

react-swipeable

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-swipeable - npm Package Versions

1
8

3.9.2

Diff

hartzis
published 3.9.1 •

hartzis
published 3.8.0 •

Changelog

Source

3.8.0

  • Allow onMouseDown, onMouseUp, and onMouseMove props to fire appropriately again. #55, thanks @lochstar
  • Stop using this.state to track swipes, thanks @grantila for pointing out this change and submitting PR, #58. Should provide minor performance gains since Swipeable will no longer be calling this.setState internally.
hartzis
published 3.7.0 •

Changelog

Source

3.7.0

hartzis
published 3.6.0 •

Changelog

Source

3.6.0

  • add stopPropagation prop for all swipe events, defaults to false. See #46 for more info.
hartzis
published 3.5.1 •

Changelog

Source

3.5.1

  • fix React 15.2.0 warning for unknown properties on DOM elements
hartzis
published 3.5.0 •

Changelog

Source

3.5.0

  • Add configurable container element via nodeName prop, defaults to 'div'. See #24 and #40 for more info.
hartzis
published 3.4.0 •

Changelog

Source

3.4.0

  • Add preventDefault while swiping when props onSwipedLeft, onSwipedRight, onSwipedUp, and onSwipedDown are present. See #21 and #37 for more info.
hartzis
published 3.3.1 •

hartzis
published 3.3.0 •

Changelog

Source

3.3.0

  • Adds velocity data to onSwiping callback
  • Updated the build process introducing ES2015 and babel
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