Skip to content

Releases: callstack/react-native-pager-view

v6.3.1

24 Apr 07:06
Compare
Choose a tag to compare

Changelog:

  • fix(js): Native commands must be exported with the name 'Commands' (#818) (3d089e8)

v7.0.0-rc.2

29 Mar 10:26
Compare
Choose a tag to compare
v7.0.0-rc.2 Pre-release
Pre-release
  • fix(ios): fix freezing when navigating to same index (#804) (d6ccbad)

v6.3.0

29 Mar 09:36
Compare
Choose a tag to compare

Changelog:

  • fix(js): make sure that RCTEventEmitter is registered before emitting the first onScroll event (#809) (8d064d4)
  • fix(android) : index out of bounds crash (#805) (83979f9)
  • feat(ios): add support for visionOS (#797) (d0b77b3)

v7.0.0-rc.1

21 Dec 11:30
Compare
Choose a tag to compare
v7.0.0-rc.1 Pre-release
Pre-release

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

30 Nov 10:26
Compare
Choose a tag to compare
  • fix(ios): Use install_modules_dependencies in the podspec (#796) (8dee28a)
  • fix(android): add buildFeatures.buildConfig on for AGP8+ compatibility (#790) (276101d)

v6.2.2

13 Oct 12:17
Compare
Choose a tag to compare

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

29 Aug 09:32
Compare
Choose a tag to compare
  • 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

24 Mar 12:04
Compare
Choose a tag to compare

Changelog:

  • feat(ios): back gesture with full screen swipe (#705) (769a3a2)

v6.1.4

14 Feb 08:30
Compare
Choose a tag to compare

v6.1.3

14 Feb 08:01
Compare
Choose a tag to compare

Changelog:

  • fix: set last/first page as idling when dragging (#682) (12ece8d)