Skip to content

Releases: zachgibson/react-native-parallax-swiper

v1.1.4

15 Dec 02:22
Compare
Choose a tag to compare

Fixes Android scrollToIndex on component mount bug.

v1.1.3

13 Dec 16:54
Compare
Choose a tag to compare

Fixes issue running example project.

v1.1.2

12 Dec 14:20
Compare
Choose a tag to compare

Fixes scrollToIndex not firing on component mount.

v1.1.0

08 Dec 20:54
Compare
Choose a tag to compare

Features

Adds support for horizontal or vertical progress bar.

v1.0.0

05 Dec 15:42
Compare
Choose a tag to compare

Features

  • Any Component can be injected into a page e.g. react-native-video
  • Parallax property (now called speed) is normalized
  • Pages can be sized bigger or smaller than device size and still work
  • Proper ParallaxSwiper children in the form of ParallaxSwiperPage

Breaking Changes

  • Removes parallaxStrength prop in favor of speed
  • Removes backgroundImage and backgroundImageResizeMode
  • animatedScrollValue becomes animatedValue
  • ParallaxSwiper children are ParallaxSwiperPage components instead of arbitrary React elements

v0.5.4

17 Nov 16:22
Compare
Choose a tag to compare

Bugfixes

  • Fixes incorrect activePageIndex when dividerWidth was equal to 0

v0.5.0

05 Sep 13:23
Compare
Choose a tag to compare

General

New features and enhancements

  • Add support for scrollToIndex
  • Expose current page index
  • Improve efficiency of interpolated animations

Bugfixes

  • Fixes Android z-index and perf issues

v0.4.0

24 Aug 15:54
Compare
Choose a tag to compare

New features and enhancements

  • Allow custom Animated.Value to be passed to write animations outside of ParallaxSwiper
  • ParallaxSwiper gets wrapped in an absoluteFillObject container to force grow it to parent container