Releases: callstack/react-native-pager-view
Releases · callstack/react-native-pager-view
v7.0.0-rc.2
v6.3.0
v7.0.0-rc.1
Changelog:
- feat(iOS): Add a
useLegacy
flag to switch between the old/new iOS implementation (#783) (c8cc208) - fix broken overdrag on notch (#787) (08486ba)
- Merge pull request #778 from callstack/feat/remove-fabricexample (3ea6dae)
- chore: update README (9c0796a)
- feat(next): remove fabric example (9a55282)
- Merge pull request #775 from callstack/chore/upgrade-rn (1138d97)
- chore: exclude example from tsc (def62d9)
- chore: fix eslint issue (728579c)
- chore: bump versions in package.json (06b8381)
- chore: upgrade rn & fix issues (fabric example) (a209b73)
- chore: upgrade RN (paper example) (2e37b48)
- sync with master (#756) (077d026)
- Merge pull request #718 from callstack/feat/@okwasniewski/locale-next (cb2f01d)
- feat: add button to quickly switch layout direction (e8d56fa)
- Merge pull request #714 from callstack/feat/@okwasniewski/fix-updates (dae80ab)
- fix: multiple updates of frame and contentSize (6c57bd3)
- Merge pull request #712 from intergalacticspacehighway/fix/v-7-navigation-swipe (a3e4dd9)
- make init consistent (5c350fc)
- nit: comment (aee272c)
- fabric example (63ba5b8)
- wip (8301861)
- wip (f4f5dc2)
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 👏