Skip to content

Releases: callstack/react-native-pager-view

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)

v7.0.0-rc.0

25 Jan 20:00
Compare
Choose a tag to compare
v7.0.0-rc.0 Pre-release
Pre-release

Changelog:

  • feat(iOS): rewrite old arch to use UIScrollView (#681) (bdf7de4)
  • feat(iOS): change Fabric implementation to UIScrollView (#672) (e6bfc6e)

Big kudos to @krozniata @okwasniewski 👏

v6.1.2

29 Nov 08:51
Compare
Choose a tag to compare
  • fix(ios): fix freeze after calling setpage (#654) (457eeb1)

v6.1.1

21 Nov 20:32
Compare
Choose a tag to compare

Changelog:

v6.1.0

09 Nov 07:51
Compare
Choose a tag to compare

TL;DR

  • Adapt pager view to the new arch 🎉

Full Changelog:

  • remove commit lint (213e43c)
  • reverse release it (df6bc05)
  • revert release it file (ffcef8c)
  • Merge pull request #625 from callstack/feat/fabric-migration (fe77069)
  • chore: move to github actions (#635) (da3b5b7)
  • fix(ios): fix keyboard behavior on fabric (#634) (03fe6b1)
  • feat(android): change file structure on android (#631) (d5015d7)
  • chore: add fabric seciton to docs (#630) (6f54408)
  • fix(android): fix building fabric example (#629) (bb7ee34)
  • Release 6.0.2 (8552514)
  • fix(android): replace jcenter with mavenCentral (#626) (814a341)
  • Release 6.0.1 (29dbec0)
  • fix(ios): on tab selection scroll when rtl enabled (#613) (ce17576)