Skip to content

Releases: oliviertassinari/react-swipeable-views

v0.14.0

30 May 19:13
Compare
Choose a tag to compare

v0.14.0-alpha.0

18 Sep 15:29
Compare
Choose a tag to compare
v0.14.0-alpha.0 Pre-release
Pre-release
  • Workaround to prevent console warnings re: componentWillReceiveProps and componentWillMount (#597). The UNSAFE_* methods were introduced in react 16.3, so this is now the minimum version for this package.
  • Minor documentation changes.

v0.13.9

10 Feb 12:31
Compare
Choose a tag to compare

v0.13.8

03 Feb 13:22
Compare
Choose a tag to compare
  • Use native event listeners instead of dom-helpers shims (#584) @pandaiolo

v0.13.7

01 Feb 11:53
Compare
Choose a tag to compare

Same release as v0.13.3.

v0.13.3

10 May 10:10
Compare
Choose a tag to compare
  • Pause autoPlay when the window is hidden (#509) @leMaik
  • Notice user that he might have to add enableMouseEvents prop (#503) @Minishlink

v0.13.1

21 Jan 11:01
Compare
Choose a tag to compare

v0.13.0

24 Sep 16:40
Compare
Choose a tag to compare
  • Pull out legacy browser support CSS (#470) @taion

v0.12.18

22 Sep 15:44
Compare
Choose a tag to compare

v0.12.17

01 Sep 15:42
Compare
Choose a tag to compare
  • Upgrade to the stable babel 7 release (#460) @hackedbellini