Releases: oliviertassinari/react-swipeable-views
Releases · oliviertassinari/react-swipeable-views
v0.14.0
- 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
- Workaround to prevent console warnings re:
componentWillReceiveProps
andcomponentWillMount
(#597). TheUNSAFE_*
methods were introduced in react 16.3, so this is now the minimum version for this package. - Minor documentation changes.
v0.13.9
- feat: use shallow-equal over fbjs (#587) @eps1lon
Help with packagesize: https://packagephobia.now.sh/[email protected].
v0.13.8
- Use native event listeners instead of dom-helpers shims (#584) @pandaiolo
v0.13.7
Same release as v0.13.3.
v0.13.3
- Pause autoPlay when the window is hidden (#509) @leMaik
- Notice user that he might have to add enableMouseEvents prop (#503) @Minishlink
v0.13.1
- [core] Add yarn integrity (8686714)
- 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