Skip to content

Releases: oliviertassinari/react-swipeable-views

v0.3.0

28 Oct 19:02
Compare
Choose a tag to compare

Breaking changes

  • Drop support of react v0.13

Bug fixes

  • Remove warning when using react v0.14 (#4)

v0.2.3

10 Oct 14:11
Compare
Choose a tag to compare

New features

  • Improve quick swipe by using a smooth filter on the deltaX.

v0.2.2

09 Oct 14:21
Compare
Choose a tag to compare

New features

  • Add threshold props. This is used for detecting a quick swipe. If the computed speed is above this value, the index change.

v0.2.1

05 Oct 19:06
Compare
Choose a tag to compare

Feature

  • Improve swiping experience. Reset the start X position when swiping in the wrong direction.
    So that the swipe starts right away when the user realises that he is going in the wrong direction.

v0.2.0

05 Oct 18:53
Compare
Choose a tag to compare

Breaking changes

  • Upgrade to use react-motion v0.3.0.

v0.1.6

01 Oct 19:48
Compare
Choose a tag to compare

Feature

  • Add support for React v0.14.

v0.1.5

28 Sep 17:25
Compare
Choose a tag to compare

Bug fixes

  • Use object-assign ponyfill instead of Object.assign ES6.

v0.1.4

06 Oct 12:09
Compare
Choose a tag to compare

Initial release.