Skip to content

Releases: callstack/react-native-pager-view

v8.0.2

20 May 08:22

Choose a tag to compare

Changelog:

  • fix(android): remove RTL inversion in PageTransformer to prevent negative offset crash (#1072) (ee6c808)
  • fix(ios): respect scrollEnabled false (#1071) (176bf7b)
  • fix(ios): remove scroll indicators on changing pages (#1073) (8ff0bf9)

Big kudos to @MrRefactor

v8.0.1

11 Apr 18:26

Choose a tag to compare

  • fix: emit onPageScroll with zero offset on idle to prevent indicator jump (#1076) (2318146)

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