Skip to content

Releases: FormidableLabs/react-swipeable

v4.0.0

05 May 14:00
Compare
Choose a tag to compare
  • Major Change preventDefaultTouchmoveEvent defaults to false now #69
  • Major Change drop support for React 12 & 13, peerDependencies updated #64
    • prop-types added to dependencies #64
  • Major Change trackMouse now 'tracks' the swipe outside of the swipeable component, #67.
  • react 16 added to peerDependencies

onTap

16 Apr 15:07
Compare
Choose a tag to compare
  • add onTap functionality. Thanks @anicke . #61 #39
  • added persisting synthetic event in example via e.persist(). This should help people see more details in the console when debugging in the example.

add stopPropagation prop

19 Aug 05:45
Compare
Choose a tag to compare

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

v3.5.1

17 Aug 04:21
Compare
Choose a tag to compare

fix React 15.2.0 warning for unknown properties on DOM elements

configurable container element

17 Aug 04:20
Compare
Choose a tag to compare

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