Releases: callstack/react-native-pager-view
Releases · callstack/react-native-pager-view
v4.1.3
Fixes
- fix(ios): prevent onScroll method to divide by 0 (#208) (87a09dd)
v4.1.2
Fix
fix(android): blank view when collection changed (#203)
v4.1.1
Fixes
fix(android): improve removing views from hierarchy (#191)
v4.1.0
Bugfixes
- fix(ios): refactor iOS code (#189)
Features
- feat(android): add support for overScrollMode (#192)
v4.0.1
Bugfixes
- fix: wrong children type (#166)
- fix(ios): onPageSelected is called too often (#170)
- fix(ios): remove coalescingKey for each vp's event (#171)
v4.0.0
BREAKING
feat(android): migrate lib to ViewPager2 (#139)
Bugfixes
- fix(ios): crash on empty array (#152)
- fix(ios): vertical scroll progress (#153)
- fix(ios): deleting multiple views on iOS (#148)
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