Skip to content

Releases: dohooo/react-native-reanimated-carousel

Release 2.1.0

08 Jan 15:24
Compare
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
Compare
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
Compare
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
Compare
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

Release 1.2.0-beta.2

04 Jan 15:36
Compare
Choose a tag to compare
Release 1.2.0-beta.2 Pre-release
Pre-release

1.2.0-beta.2 (2022-01-04)

Bug Fixes

Release 1.2.0-beta.1

04 Jan 06:24
Compare
Choose a tag to compare
Release 1.2.0-beta.1 Pre-release
Pre-release

1.2.0-beta.1 (2022-01-04)

Bug Fixes

  • fix bug with windowSize props (8a048df), closes #71

Features

Release 1.2.0-beta.0

04 Jan 02:37
Compare
Choose a tag to compare
Release 1.2.0-beta.0 Pre-release
Pre-release

1.2.0-beta.0 (2022-01-04)

Features

Release 1.1.1

04 Jan 05:59
Compare
Choose a tag to compare

1.1.1 (2022-01-04)

Bug Fixes

  • fix bug with windowSize props (8a048df), closes #71

Release 1.1.0

03 Jan 09:24
Compare
Choose a tag to compare

1.1.0 (2022-01-03)

Features

Release 1.0.12

28 Dec 09:36
Compare
Choose a tag to compare

1.0.12 (2021-12-28)

Bug Fixes

  • fixed scroll pass the last item (34a5e57)