Skip to content

Releases: callstack/react-native-pager-view

v4.1.2

27 Jul 07:48
Compare
Choose a tag to compare

Fix

fix(android): blank view when collection changed (#203)

v4.1.1

24 Jul 14:48
Compare
Choose a tag to compare

Fixes

fix(android): improve removing views from hierarchy (#191)

v4.1.0

10 Jul 11:21
Compare
Choose a tag to compare

Bugfixes

  • fix(ios): refactor iOS code (#189)

Features

  • feat(android): add support for overScrollMode (#192)

v4.0.1

08 Jun 13:32
Compare
Choose a tag to compare

Bugfixes

  • fix: wrong children type (#166)
  • fix(ios): onPageSelected is called too often (#170)
  • fix(ios): remove coalescingKey for each vp's event (#171)

v4.0.0

28 Apr 14:27
Compare
Choose a tag to compare

BREAKING

feat(android): migrate lib to ViewPager2 (#139)

Bugfixes

  • fix(ios): crash on empty array (#152)
  • fix(ios): vertical scroll progress (#153)
  • fix(ios): deleting multiple views on iOS (#148)

v3.3.0

11 Dec 12:25
Compare
Choose a tag to compare

BREAKING

  • fix (iOS): disable touch event once user is dragging (#124)

v3.2.0

05 Dec 12:08
Compare
Choose a tag to compare

BREAKING

  • iOS: fix: remove delaying touches in ScrollView (#110)

Features

  • feat: add imperative setScrollEnabled method (#119)

v3.1.0

20 Nov 11:01
Compare
Choose a tag to compare

Features

  • feat: Android VerticalPager (#70)

Bugfixes

  • fix: scrollEnabled prop, when comp is loaded dynamically (iOS)(#102)

v3.0.0

18 Nov 22:56
Compare
Choose a tag to compare

BREAKING

  • chore: update to Android X (no need for Jetifier anymore)

Example

  • Refactor the example to use React Native 0.61.x and add yarn android and yarn ios to run it #103

v2.0.2

30 Oct 15:59
Compare
Choose a tag to compare
  • fix: remove useless waring while overriding children' style (#87)
  • fix: tapping on UIPageControl to cycle through pages #71
  • docs: add showPageIndicator to docs (#80)
  • chore: add eslint from react-native-community (#76)