Skip to content

Releases: callstack/react-native-pager-view

v3.3.0

11 Dec 12:25
Compare
Choose a tag to compare

BREAKING

  • fix (iOS): disable touch event once user is dragging (#124)

v3.2.0

05 Dec 12:08
Compare
Choose a tag to compare

BREAKING

  • iOS: fix: remove delaying touches in ScrollView (#110)

Features

  • feat: add imperative setScrollEnabled method (#119)

v3.1.0

20 Nov 11:01
Compare
Choose a tag to compare

Features

  • feat: Android VerticalPager (#70)

Bugfixes

  • fix: scrollEnabled prop, when comp is loaded dynamically (iOS)(#102)

v3.0.0

18 Nov 22:56
Compare
Choose a tag to compare

BREAKING

  • chore: update to Android X (no need for Jetifier anymore)

Example

  • Refactor the example to use React Native 0.61.x and add yarn android and yarn ios to run it #103

v2.0.2

30 Oct 15:59
Compare
Choose a tag to compare
  • fix: remove useless waring while overriding children' style (#87)
  • fix: tapping on UIPageControl to cycle through pages #71
  • docs: add showPageIndicator to docs (#80)
  • chore: add eslint from react-native-community (#76)

v2.0.1

09 Oct 11:55
8a9fc58
Compare
Choose a tag to compare

Fixes

  • Rename android VIEW_MANAGER_NAME #66

v2.0.0

04 Oct 13:18
Compare
Choose a tag to compare

2.0 is here 🔥 🔥 🔥

Breaking

  • iOS support!

Features

  • orientation: horizontal | vertical| for iOS
  • transitionStyle: scroll | curl for iOS

Bugfixes

  • Fix Flow issues
  • Remove peekEnabled for Android (it never worked)
  • Fix .podspec file

v2.0.0-rc.1

16 Aug 21:56
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release
  • Feature / Breaking: Add iOS implementation using UIPageViewController
    • Supports transitionStyle as scroll or curl (only iOS)
    • Supports orientation as horizontal or vertical (only iOS)

Why breaking? If you used ViewPager before 2.0, you expected that it would render nothing on iOS. This is not the case from 2.x.

v1.1.7

16 Aug 21:48
Compare
Choose a tag to compare

fix: peerDependencies version of RN (#27)

v1.1.6

15 Apr 13:13
Compare
Choose a tag to compare
  • fix: podspec errors (#21)