Skip to content

Releases: callstack/react-native-pager-view

v8.0.0

17 Dec 13:47

Choose a tag to compare

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

New Contributors

Full Changelog: v7.0.2...v8.0.0

v7.0.2

03 Dec 09:03

Choose a tag to compare

Changelog:

v7.0.1

29 Nov 15:45

Choose a tag to compare

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

07 Aug 11:40

Choose a tag to compare

What's Changed

Warning

This release drops React Native old architecture

Full Changelog: v6.8.1...v6.9.0

v6.8.1

29 May 09:32

Choose a tag to compare

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

20 May 09:05

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.7.1...v6.8.0

v6.5.3

19 May 11:02

Choose a tag to compare

Changes:

fix(android): Remove nullability of command id (#983)

Full Changelog: v6.5.2...v6.5.3

v6.7.1

22 Apr 16:49

Choose a tag to compare

What's Changed

New Contributors

v6.5.2

10 Mar 07:42

Choose a tag to compare

Fixed:
refactor(iOS): Update React imports

Full Changelog: v6.5.1...v6.5.2

v6.7.0

20 Jan 01:58

Choose a tag to compare

Changelog:

  • fix(android): prevent taps while scrolling (#961) (16b0ebe)
  • fix(CI): android build(#962) (56a35da)
  • chore(lib): add component provider field for codegen (#957) (6978185)