Skip to content

Releases: dohooo/react-native-reanimated-carousel

v4.0.0-alpha.12

06 May 10:16
dede5eb
Compare
Choose a tag to compare
v4.0.0-alpha.12 Pre-release
Pre-release

Patch Changes

  • #574 86da6ac Thanks @nmassey! - Fixed an issue where endWithSpring used outdated data from useSharedValue after onGestureEnd, causing incorrect carousel behavior on direction reversal.

v4.0.0-alpha.11

05 May 14:06
41214a7
Compare
Choose a tag to compare
v4.0.0-alpha.11 Pre-release
Pre-release

Patch Changes

v4.0.0-alpha.10

07 Mar 20:58
d787848
Compare
Choose a tag to compare
v4.0.0-alpha.10 Pre-release
Pre-release

Patch Changes

  • #560 c181174 Thanks @dohooo! - Add a new props minScrollDistancePerSwipe to set the minimum scroll instance to make carousel scroll.

v4.0.0-alpha.9

13 Jan 23:53
29425ee
Compare
Choose a tag to compare
v4.0.0-alpha.9 Pre-release
Pre-release

Patch Changes

v4.0.0-alpha.8

26 Dec 02:10
79292a2
Compare
Choose a tag to compare
v4.0.0-alpha.8 Pre-release
Pre-release

Patch Changes

v4.0.0-alpha.7

12 Dec 16:43
d9b9128
Compare
Choose a tag to compare
v4.0.0-alpha.7 Pre-release
Pre-release

Patch Changes

  • #510 b3cc591 Thanks @dohooo! - Support to specific direction to auto play.

  • #510 b3cc591 Thanks @dohooo! - Modify the preority of windowSize settings. If you define the windowSize prop, Carousel will ignore the itemsCount. (windowSize > itemsCount)

v4.0.0-alpha.6

11 Dec 18:21
fd1f4a6
Compare
Choose a tag to compare
v4.0.0-alpha.6 Pre-release
Pre-release

Minor Changes

  • #507 c6d58e5 Thanks @dohooo! - Support to fix the scroll direction through new API, fixedDirection.

Patch Changes

v4.0.0-alpha.5

06 Dec 12:40
5541103
Compare
Choose a tag to compare
v4.0.0-alpha.5 Pre-release
Pre-release

Patch Changes

v4.0.0-alpha.4

04 Dec 20:52
b7db6f0
Compare
Choose a tag to compare
v4.0.0-alpha.4 Pre-release
Pre-release

Patch Changes

  • #498 096ac75 Thanks @dohooo! - re-calculate when window size changed in browser. (re-bump for alpha.3)

v4.0.0-alpha.2

03 Dec 21:43
6405922
Compare
Choose a tag to compare
v4.0.0-alpha.2 Pre-release
Pre-release

Patch Changes

  • #494 6b849ec Thanks @dohooo! - Removed the reset logic when user change the defaultIndex prop. (We couldn't update the handlerOffset value when user change the defaultIndex. Because the carousel component already be a non-controlled component. So the subsequent changes of defaultIndex will be ignored.)