Skip to content

Releases: callstack/react-native-pager-view

v6.4.1

28 Aug 12:03
d26b793
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.4.0...v6.4.1

v6.4.0

22 Aug 07:23
43f5a21
Compare
Choose a tag to compare

Changelog:

v6.3.4

13 Aug 13:06
Compare
Choose a tag to compare

Changelog:

  • Merge pull request #853 from QichenZhu/fix-ios-content-height (e26cfd1)
  • fix(ios): update content view frame based on new layout metrics (1eb84ea)
  • fix(ts): make useNext optional (#844) (5ba9ca0)

v6.3.3

19 Jun 06:21
c08b384
Compare
Choose a tag to compare

Changelog:

  • chore(example): Update example to rn0.74 (#829) (2d5e9d9)
  • fix(native): Update legacy codegen setup (#828) (bccd97d)

New Contributors

v6.3.2

18 Jun 09:03
Compare
Choose a tag to compare

Changelog:

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)