Releases: callstack/react-native-pager-view
Releases · callstack/react-native-pager-view
v6.5.1
What's Changed
- Upgrade rn to 0.75.4 by @MrRefactor in #901
- chore(scripts): Fix bootstrap scripts by @MrRefactor in #903
- chore(cli): swap yarn to bun by @MrRefactor in #904
- chore(ci): Fix maestro files naming and set correct version by @MrRefactor in #911
- Remove cache from CI by @MrRefactor in #908
- fix(android) Fix crash with navigation on fabric by @MrRefactor in #913
- fix(iOS): fix component layout issue by @krozniata in #915
Full Changelog: v6.5.0...v6.5.1
v6.5.0
What's Changed
- feat(js): add view pager hook by @troZee in #873
- feat: remove usage of currentBridge by @WoLewicki in #881
- chore(android): bump android ViewPager2 to 1.1.0 by @troZee in #884
- fix(ios): Fix vertical list scroll directionin rtl by @DrRefactor in #885
- chore(CI): Fix maestro tests for iOS workflows by @MrRefactor in #899
- fix(ios): Fix fabric builds for iOS by @MrRefactor in #897
- fix(ios): Fix adding new page after pager is mounted by @MrRefactor in #898
- chore(CI): Switch CI jobs to fabric by @MrRefactor in #896
Full Changelog: v6.4.1...v6.5.0
v6.4.1
What's Changed
- feat: add load method by @WoLewicki in #867
- Update README.md by @yilinjuang in #870
- fix(android): newArch issue with no feedback on android by @MrRefactor in #865
New Contributors
- @WoLewicki made their first contribution in #867
- @yilinjuang made their first contribution in #870
Full Changelog: v6.4.0...v6.4.1
v6.4.0
Changelog:
- fix(android): Fix android newArch build (#864) (12e29d5) @MrRefactor
- fix(ios): Change RNCViewPagerComponenDescriptor import (#863) (0f4bac8) @MrRefactor
- fix(ios): visionOS builds (cca654a) @okwasniewski
- chore(example): migrate example to
react-native-test-app
(ea11c94) @szymonrybczak - fix(android): child argument types in addView methods (#857) (993928c) @szydlovsky
- fix(js): remove RCTEventEmitter workaround (#858) (1e61a59) @MrRefactor