Skip to content

Releases: voronianski/react-swipe

6.0.0

21 Nov 15:51
Compare
Choose a tag to compare
  • adjustments in code and readme
  • update dependencies

5.1.0

02 Oct 15:11
Compare
Choose a tag to compare
  • support for React v16
  • bug fixes and improvements

v5.0.0

02 Apr 20:07
Compare
Choose a tag to compare

Component was completely rewritten and has several breaking changes:

  • source code was rewritten to ES6 (with Babel)
  • now Swipe.js options are represented as separate prop swipeOptions (all of them are supported)
  • unnecessary and buggy props like slideToIndex, shouldUpdate were removed

Check demo example and esnextb.in boilerplate.

4.1.0

10 Mar 09:34
Compare
Choose a tag to compare
  • allow additional/override container and wrapper styles at props (91c1210)
  • passing prev props to custom shouldUpdate function (d3c36f8)
  • allow multiple swipers on the same view (51207ff)
  • fix issues with React.cloneElement (268b8e1)
  • added next/prev functions (57a084d)
  • recompute and re-render component when props.children change (bf8df54)
  • debugger friendly (c81f966)
  • necessary README and demo updates

2.1.0

03 May 12:44
Compare
Choose a tag to compare

Peer dependency on React.js 0.13.x

2.0.11

03 May 12:49
Compare
Choose a tag to compare

Latest version which peer dependency is React.js 0.12.x