Releases: callstack/react-native-pager-view
Releases · callstack/react-native-pager-view
v8.0.0
Highlights
Hey! This is a big release, rewriting whole iOS codebase to use SwiftUI ✨
The API surface of pager stays the same. Everything should work as before (if it doesn't - please open an issue).
However, when you navigate between multiple pages the animation is different now (it cycles through the pages instead of just swiping like it's the next one). That's why we decided to go with a major release.
Happy Hacking 🎄
What's Changed
- FIX: typo in readMe by @jafar-jabr in #1044
- fix: overdrag usePagerView by @okwasniewski in #1045
- feat: migrate pager view to SwiftUI by @okwasniewski in #1020
New Contributors
- @jafar-jabr made their first contribution in #1044
Full Changelog: v7.0.2...v8.0.0
v7.0.2
v7.0.1
What's Changed
- Update README.md by @okwasniewski in #1018
- build: improve Android workflow by @V3RON in #1024
- chore(deps-dev): bump @react-native-community/cli from 15.0.1 to 17.0.1 in /example by @dependabot[bot] in #1035
- chore(deps): bump rexml from 3.3.9 to 3.4.2 in /example by @dependabot[bot] in #1027
- chore(deps-dev): bump @react-native-community/cli from 15.0.1 to 17.0.1 by @dependabot[bot] in #1037
- fix(ios): resolve scrollEnabled prop initialization timing issue by @okwasniewski in #1041
New Contributors
Full Changelog: v7.0.0...v7.0.1
v7.0.0
What's Changed
- Update README.md by @krozniata in #1003
- chore: pin actions to commit SHA by @krozniata in #1010
- feat: remove legacy architecture support by @krozniata in #1013
- fix(iOS): cleanup the code, split into smaller functions by @okwasniewski in #1014
- fix: pager reporting incorrect position when being moved by nested scroll view by @okwasniewski in #1015
Warning
This release drops React Native old architecture
Full Changelog: v6.8.1...v6.9.0
v6.8.1
What's Changed
- fix(722): revert not working back navigation gesture in favour of PagerView inside ScrollView by @MateWW in #933
Full Changelog: v6.8.0...v6.8.1
v6.8.0
What's Changed
- feat: upgrade RN to
v0.79by @krozniata in #998 - Fix spelling in README.md by @pfcodes in #975
- fix(android): fix crash on pager unmount by @krozniata in #1001
- fix(paper): prevent freeze on layout update during transition by @krozniata in #941
New Contributors
Full Changelog: v6.7.1...v6.8.0
v6.5.3
v6.7.1
v6.5.2
Fixed:
refactor(iOS): Update React imports
Full Changelog: v6.5.1...v6.5.2