Releases: oliviertassinari/react-swipeable-views
Releases · oliviertassinari/react-swipeable-views
v0.9.1
Fixes / Enhancements
- [npm] Remove the tests from the release (bdf401c)
v0.9.0
Fixes / Enhancements
- [npm] Use lerna for better npm control (#214)
We are now publishing four differents packages:
react-swipeable-views
for the browser platform
react-swipeable-views-native
for the native platform
react-swipeable-views-core
for internal modules
react-swipeable-views-utils
for the Higer order Component
v0.8.3
Improvments
- [docs] Add a Windows Phone section (4027409)
- [browser] Add a slideClassName property (#206)
- [browser] Improve the onTransitionEnd callback (9eee359)
- [scroll] Fix the virtualize use case on native (a527add)
- [build] Save 40k bytes in dev (388ea5f)
- [native] Dissmiss the keyboard when a drag start (6e3cc81)
- [native] Add the hysteresis parameters to the animated version (e407c0e)
- [core] Improve getDisplaySameSlide resilience (b3b3b74)
v0.8.1
Bug fixes
- [browser] Reduce the precision to remove jump (32ed4fc)
- [nested] Fix the dom traversal algorithm (fe6bca6)
New features
- [browser] Expose an hysteresis property (#196)
v0.8.0
Breaking changes
- [native] Use ScrollView instead of ViewPager (0c9e8b9)
Bug fixes
- [browser] Fix nested of different axis (55e9290)
- [virtualize] Use onTransitionEnd instead of an heuristic (c34e5dd)
- [touch] should use the current index as a starting point for the animation (908edc4)
Improvements
- [browser] boost perf by 20% (f171d5c)
- [browser] Improve the accessibility (4de1357)
- [native] Add a springConfig property (fa4e252)
- [README] Improve the browser support section (5192923)
v0.7.11
Improvements
- [browser] Add a onTransitionEnd callback (a89da83)
- [HOC] Add the missing second argument of onChangeIndex to virtualize (#167)
v0.7.10
Bug fixes
- Fix a regression on iOS blocking the scroll event (5da884c).
- Fix a the reset of the interval with the
autoPlay
HOC (22227d6).
v0.7.9
Bug fixes
- [Scroll] Improve native scroll handling (e187f31)
v0.7.8
Bug fixes
- [browser] Ignore the nodes that have no width (589a98f)
v0.7.7
Bug fixes
- Remove the scrollbar when using
animateHeight
(bcde203). If you also apply a maxHeight
this fix could be a breaking change. You can have a look at the demo to address this issue.
- [HOC] Fix the composition of HOCs (eea47e7)
- [axis] Bypass the swipe detection for the y axis (5551ac9)
Core
- [docs] Add a width demo (71c1727)
- [npm] Upgrade the dependencies (388fc63)