Skip to content

Releases: callstack/react-native-pager-view

v4.1.7

28 Oct 10:41
Compare
Choose a tag to compare

Used to fix npm

v4.1.6

15 Aug 10:25
Compare
Choose a tag to compare

Changelog:

  • fix(android): implement containsItem method in adapter (#215) (3055666)

v3.3.1

14 Aug 13:51
Compare
Choose a tag to compare

Cherry-picked

  • fix(ios): onPageSelected is called too often (#170) (8a7b254)

v4.1.4

07 Aug 07:52
Compare
Choose a tag to compare

Changelog:

  • fix(android): add unique id to fix page removal (#214) (045c750)

v4.1.3

28 Jul 19:28
Compare
Choose a tag to compare

Fixes

  • fix(ios): prevent onScroll method to divide by 0 (#208) (87a09dd)

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)