Releases: FormidableLabs/react-swipeable
Releases · FormidableLabs/react-swipeable
v4.0.0
05 May 14:00
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
add stopPropagation prop for all swipe events, defaults to false. See #46 for more info.
v3.5.1
17 Aug 04:21
Compare
Sorry, something went wrong.
No results found
fix React 15.2.0 warning for unknown properties on DOM elements
configurable container element
17 Aug 04:20
Compare
Sorry, something went wrong.
No results found
Add configurable container element via nodeName prop, defaults to 'div'. See #24 and #40 for more info.