React Swipeable Views Versions Save

A React component for swipeable views. :snowflake:

v0.14.0

2 years ago
  • Remove legacy context (#645) @ykzts
  • Adjust react version in peerDependencies (#640) @pgrodrigues
  • Fix scrollTop is not always be an integer (#614) @aiyc666
  • Fix autoPlay HOC swallowing third parameter of onChangeIndex (#618) @oliviertassinari
  • Enable mouse events on all demos (#626) @akoepcke
  • Fix throw error when using a portal inside a view (#635) @mattkrick

v0.14.0-alpha.0

3 years ago
  • 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

4 years ago

v0.13.8

4 years ago
  • Use native event listeners instead of dom-helpers shims (#584) @pandaiolo

v0.13.7

4 years ago

Same release as v0.13.3.

v0.13.3

4 years ago
  • Pause autoPlay when the window is hidden (#509) @leMaik
  • Notice user that he might have to add enableMouseEvents prop (#503) @Minishlink

v0.13.1

5 years ago
  • [core] Add yarn integrity (868671407a60a34861e3324c1b8d6029ca5b227c)
  • Fix get display same slide (#480) @MastroLindus
  • Fix onChangeIndex is not passed when autoplay is disabled (#487) @getogrand
  • [docs] Add slideClassName property to docs (#496) @diedsmiling

v0.13.0

5 years ago
  • Pull out legacy browser support CSS (#470) @taion

v0.12.18

5 years ago
  • Fix lazy loading (#462) @Bobgy

v0.12.17

5 years ago
  • Upgrade to the stable babel 7 release (#460) @hackedbellini