Releases: callstack/react-native-pager-view
Releases · callstack/react-native-pager-view
v3.3.0
BREAKING
- fix (iOS): disable touch event once user is dragging (#124)
v3.2.0
BREAKING
- iOS: fix: remove delaying touches in ScrollView (#110)
Features
- feat: add imperative setScrollEnabled method (#119)
v3.1.0
Features
- feat: Android VerticalPager (#70)
Bugfixes
- fix: scrollEnabled prop, when comp is loaded dynamically (iOS)(#102)
v3.0.0
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
- 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
Fixes
- Rename android VIEW_MANAGER_NAME #66
v2.0.0
2.0 is here 🔥 🔥 🔥
Breaking
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
- 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
fix: peerDependencies version of RN (#27)
v1.1.6
- fix: podspec errors (#21)