Skip to content

Releases: dohooo/react-native-reanimated-carousel

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)

Release 1.0.11

20 Dec 06:38
Compare
Choose a tag to compare

1.0.11 (2021-12-20)

Bug Fixes

  • fixed useAnimatedReaction wrong import (7b7a3fc)

Release 1.0.10

19 Dec 13:40
Compare
Choose a tag to compare

1.0.10 (2021-12-19)

Bug Fixes

  • fix ScrollViewGesture callback (40412fc)
  • fixed failure to set default values (5d02779)
  • fixed types (9f3068b)
  • modify useCarouselController params (c8f2c6a)

Features

Performance Improvements

Release 1.0.9

07 Dec 14:29
Compare
Choose a tag to compare

1.0.9 (2021-12-07)

Performance Improvements

  • add props 'windowSize' (4e066ee), closes #46
  • reduce the calculation of animation values (de32274), closes #46

Release 1.0.8

06 Dec 14:11
Compare
Choose a tag to compare

1.0.8 (2021-12-06)

Bug Fixes

Release 1.0.7

05 Dec 15:15
Compare
Choose a tag to compare

1.0.7 (2021-12-05)

Bug Fixes

  • a quick call to the page number switch method causes an offset error (0c93b86), closes #30
  • defaultIndex does not work as expected (42e4616), closes #33
  • fix computed error with MAX/MIN (e9a3007)
  • image flickers within Carousel when state is updated (094f3af), closes #32
  • modify useOffsetX viewCount default value (dd30b9c)
  • sliding error with no loop (955b5ed), closes #24

Release 1.0.6

27 Nov 04:17
Compare
Choose a tag to compare

1.0.6 (2021-11-27)

Features