Skip to content

Releases: dohooo/react-native-reanimated-carousel

Release 2.2.5-beta.2

04 Feb 15:07
Compare
Choose a tag to compare
Release 2.2.5-beta.2 Pre-release
Pre-release

2.2.5-beta.2 (2022-02-04)

Release 2.2.5-beta.1

04 Feb 13:19
Compare
Choose a tag to compare
Release 2.2.5-beta.1 Pre-release
Pre-release

2.2.5-beta.1 (2022-02-04)

Release 2.2.5-beta.0

01 Feb 02:09
Compare
Choose a tag to compare
Release 2.2.5-beta.0 Pre-release
Pre-release

2.2.5-beta.0 (2022-02-01)

Bug Fixes

Features

  • support to modify scroll animation. Add withAnimation props (e3f34a4), closes #105

Release 2.2.4

25 Jan 05:57
Compare
Choose a tag to compare

2.2.4 (2022-01-25)

Bug Fixes

Release 2.2.3

24 Jan 06:34
Compare
Choose a tag to compare

2.2.3 (2022-01-24)

Bug Fixes

  • autoplay will paused when click (eb21293), closes #115

Release 2.2.2

23 Jan 07:37
Compare
Choose a tag to compare

2.2.2 (2022-01-23)

Bug Fixes

  • onProgressChange & onSnapToItem bug when only 2 image (bdb2d74), closes #74
  • when autoPlay is false, manual sliding will still autoPlay (6aa3cc4), closes #111

Release 2.2.1

16 Jan 16:59
Compare
Choose a tag to compare

2.2.1 (2022-01-16)

Release 2.2.0

16 Jan 16:11
Compare
Choose a tag to compare

2.2.0 (2022-01-16)

Bug Fixes

Release 2.1.2

11 Jan 14:16
Compare
Choose a tag to compare

2.1.2 (2022-01-11)

Bug Fixes

  • fix wrong offset when out of bounds (db27279), closes #94
  • remove ExtrapolateParameter of normal layout translate (850e960), closes #96

Release 2.1.1

11 Jan 03:31
Compare
Choose a tag to compare

2.1.1 (2022-01-11)

Bug Fixes

  • autoplay will scroll out of bounds (2cfacff)