Releases: callstack/react-native-pager-view
Releases · callstack/react-native-pager-view
v6.6.1
What's Changed
- feat: remove pod-install dependency by @krozniata in #934
- fix(fabric): prevent freeze on layout update during transition by @krozniata in #936
- cleanup(lib): Remove common/cpp by @MrRefactor in #937
- refactor(iOS): Update React imports by @MrRefactor in #940
- fix(android): prevent views from being recycled by @krozniata in #944
Full Changelog: v6.6.0...v6.6.1
v6.6.0
What's Changed
This release removes support for experimental useNext
- scrollview
based react-native-pager-view
implementation for iOS
.
- refactor(lib): Remove experimental Next implementation by @MrRefactor in #918
Android:
- fix(android): Fix blank screen after removal of last page by @MrRefactor in #929
iOS
- fix(ios): Fix on add new dynamic page by @MrRefactor in #923
- fix(ios): Fix progress bar movement on RTL & Fabric by @MrRefactor in #931
Other changes
- chore(lib): Update lib deps to rn0.76.3 by @MrRefactor in #907
- chore(lib): Migrate library to bun by @MrRefactor in #916
- chore(docs): Update Readme by @MrRefactor in #924
- chore(deps): bump rexml from 3.2.9 to 3.3.9 in /example by @dependabot in #892
- chore(ci): Change iOS simulator version by @MrRefactor in #927
- fix(example): Fix BasicExample to work with RTL by @MrRefactor in #928
- fix(js): Fix usePagerView methods by @MrRefactor in #930
Full Changelog: v6.5.1...v6.6.0
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