Releases: callstack/react-native-pager-view
Releases · callstack/react-native-pager-view
v6.2.3
v6.2.2
What's Changed
- chore(readme): remove new architecture section by @troZee in #762
- chore: remove fabric example and migrate to 72 by @troZee in #730
- fix(iOS): remove current index check by @okwasniewski in #768
- chore: add fabric scripts by @okwasniewski in #769
- fix(android): remove the redundant
PageSelectedEvent
dispatch causing an ANR on RN 0.72 by @igorbej in #770 - docs(readme): fix typo for overScrollMode by @vinnyA3 in #773
- chore: bump RN version to 0.72.6 in the example by @osdnk in #777
New Contributors
Full Changelog: v6.2.1...v6.2.2
v6.2.1
- gitignore update (2c72ac4)
- fix(ios): return when user navigates to the same page (#760) (28973cc)
- fix(ios): rename setScrollEnabled to setScrollEnabledImperatively on old arch (#761) (a03e44e)
- chore(deps): bump activesupport from 6.1.7.3 to 6.1.7.6 in /example (#758) (b962980)
- chore(deps): bump activesupport in /fabricexample (#759) (53b66be)
- feat(chore): registration compat for 0.68/0.69 (#753) (9c662b1)
- feat(android): 🌟 add support for React Native 0.73 (#736) (45d4530)
- chore(deps): bump fast-xml-parser from 4.2.4 to 4.2.7 in /example (#755) (5790904)
- chore: add test id to the example (#731) (de2c067)
- chore(deps): bump vm2 from 3.9.17 to 3.9.19 (#728) (dc65cd0)
- chore(deps): bump fast-xml-parser from 4.2.2 to 4.2.4 in /example (#735) (f882dd8)
- chore(deps): bump semver from 5.7.1 to 5.7.2 in /example (#741) (6013bf7)
- chore(deps): bump semver from 5.7.1 to 5.7.2 in /fabricexample (#742) (c7b91a0)
- chore(deps): bump word-wrap from 1.2.3 to 1.2.4 (#747) (6fcbd2b)
- chore(deps): bump word-wrap from 1.2.3 to 1.2.4 in /example (#748) (ec80ed4)
- chore: upgrade example to 71 (#725) (2946c1c)
- chore(ci): E2E setup (#716) (e1dd3ef)
- fix(android): stop debouncing onPageSelected (#719) (16173bd)
- Merge pull request #717 from callstack/feat/@okwasniewski/locale (9b4b87e)
- feat: add button to quickly switch layout direction (d292995)
- Fix issues reported by QA (#715) (e9e9f36)
- Merge pull request #711 from callstack/fix-safe-area (3d00044)
- apply suggestions and fix fabric examples (9a37131)
- remove unnecessary ignore (f9a96c3)
- fix @types/react (7dacf41)
- ignore error (31d5b31)
- chore: update @type/react in root folder (16ff477)
- fix: safe area in examples (05d6a05)
- chore: update @type/react (d1555ee)
v6.2.0
v6.1.4
v6.1.3
v7.0.0-rc.0
Changelog:
- feat(iOS): rewrite old arch to use UIScrollView (#681) (bdf7de4)
- feat(iOS): change Fabric implementation to UIScrollView (#672) (e6bfc6e)
Big kudos to @krozniata @okwasniewski 👏
v6.1.2
v6.1.1
v6.1.0
TL;DR
- Adapt pager view to the new arch 🎉
Full Changelog:
- remove commit lint (213e43c)
- reverse release it (df6bc05)
- revert release it file (ffcef8c)
- Merge pull request #625 from callstack/feat/fabric-migration (fe77069)
- chore: move to github actions (#635) (da3b5b7)
- fix(ios): fix keyboard behavior on fabric (#634) (03fe6b1)
- feat(android): change file structure on android (#631) (d5015d7)
- chore: add fabric seciton to docs (#630) (6f54408)
- fix(android): fix building fabric example (#629) (bb7ee34)
- Release 6.0.2 (8552514)
- fix(android): replace jcenter with mavenCentral (#626) (814a341)
- Release 6.0.1 (29dbec0)
- fix(ios): on tab selection scroll when rtl enabled (#613) (ce17576)