Skip to content

Releases: dohooo/react-native-reanimated-carousel

Release 2.2.3

24 Jan 06:34

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

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

Choose a tag to compare

2.2.1 (2022-01-16)

Release 2.2.0

16 Jan 16:11

Choose a tag to compare

2.2.0 (2022-01-16)

Bug Fixes

Release 2.1.2

11 Jan 14:16

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

Choose a tag to compare

2.1.1 (2022-01-11)

Bug Fixes

  • autoplay will scroll out of bounds (2cfacff)

Release 2.1.0

08 Jan 15:24

Choose a tag to compare

2.1.0 (2022-01-08)

Features

  • pass animation value to renderItem (bf57233), closes #89
  • support to custom carousel animations by customAnimation customConfig props (eb3082b)

BREAKING CHANGES

  • Remove the parameter of renderItem and change it to info object

Release 2.0.0

07 Jan 16:01

Choose a tag to compare

2.0.0 (2022-01-07)

Bug Fixes

  • fix bug with windowSize props (b9637ca), closes #71
  • onProgressChange/onSnapToItem props wrong calculation (85de2f4), closes #74

Features

Release 1.2.0-beta.4

05 Jan 12:56

Choose a tag to compare

Release 1.2.0-beta.4 Pre-release
Pre-release

1.2.0-beta.4 (2022-01-05)

Bug Fixes

  • solve a bug caused by Parallax/Normal layout reconstruction (651bf5e)

Release 1.2.0-beta.3

05 Jan 11:34

Choose a tag to compare

Release 1.2.0-beta.3 Pre-release
Pre-release

1.2.0-beta.3 (2022-01-05)

Bug Fixes

  • fix bug with windowSize props (b9637ca), closes #71
  • onProgressChange/onSnapToItem props wrong calculation (85de2f4), closes #74

Features