Releases: callstack/react-native-pager-view
Releases · callstack/react-native-pager-view
v4.1.6
Changelog:
- fix(android): implement containsItem method in adapter (#215) (3055666)
v3.3.1
Cherry-picked
- fix(ios): onPageSelected is called too often (#170) (8a7b254)
v4.1.4
Changelog:
- fix(android): add unique id to fix page removal (#214) (045c750)
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)