Skip to content

Releases: callstack/react-native-pager-view

v9.0.0-rc.0

v9.0.0-rc.0 Pre-release
Pre-release

Choose a tag to compare

@troZee troZee released this 03 Jul 21:17
Release 9.0.0-rc.0

v8.0.3

Choose a tag to compare

@troZee troZee released this 03 Jul 21:17

Changelog:

  • fix(ios): use positional index for TabView tags to avoid duplicate .tag (#1082) (9f5e139)
  • chore(deps): bump concurrent-ruby from 1.3.6 to 1.3.7 in /example (#1087) (6801099)
  • fix(ios): defer SwiftUI host setup until reactViewController is ready (#1088) (c7ec8ea)
  • chore(examples): cleanup maestro setup (#1091) (e3db189)

What's Changed

New Contributors

Full Changelog: v8.0.2...v8.0.3

v8.0.2

Choose a tag to compare

@troZee troZee released this 20 May 08:22

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

Choose a tag to compare

@troZee troZee released this 11 Apr 18:26
  • fix: emit onPageScroll with zero offset on idle to prevent indicator jump (#1076) (2318146)

v8.0.0

Choose a tag to compare

@okwasniewski okwasniewski released this 17 Dec 13:47

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

Choose a tag to compare

@troZee troZee released this 03 Dec 09:03

Changelog:

v7.0.1

Choose a tag to compare

@okwasniewski okwasniewski released this 29 Nov 15:45

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

Choose a tag to compare

@okwasniewski okwasniewski released this 07 Aug 11:40

What's Changed

Warning

This release drops React Native old architecture

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

v6.8.1

Choose a tag to compare

@MrRefactor MrRefactor released this 29 May 09:32

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

Choose a tag to compare

@MrRefactor MrRefactor released this 20 May 09:05

What's Changed

New Contributors

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