Skip to content

Releases: dohooo/react-native-reanimated-carousel

v4.0.0-canary.16

04 Oct 15:32
3e675aa
Compare
Choose a tag to compare
v4.0.0-canary.16 Pre-release
Pre-release

Patch Changes

v4.0.0-canary.15

15 Sep 13:41
5e77b66
Compare
Choose a tag to compare
v4.0.0-canary.15 Pre-release
Pre-release

Patch Changes

  • #677 00c948b Thanks @nmassey! - fix Pagination.Basic and Pagination.Custom usage of TouchableWithoutFeedback.
    This fixes press event handler not working correctly. (Thanks to @qwertychouskie for reporting!)

v4.0.0-canary.14

12 Sep 04:56
85705c5
Compare
Choose a tag to compare
v4.0.0-canary.14 Pre-release
Pre-release

Patch Changes

v4.0.0-canary.13

11 Sep 09:41
8b0096e
Compare
Choose a tag to compare
v4.0.0-canary.13 Pre-release
Pre-release

Patch Changes

  • #629 80ec737 Thanks @nickoelsner! - fix: typescript error where MeasuredDimension can be null

  • #652 2916a26 Thanks @bdtren! - Add <Pagination.Custom/> dot animation.

  • #577 17621ca Thanks @nmassey! - fix: make gesture onStart/onUpdate/onEnd (et al) callbacks run as worklets again

  • #648 0abdb2d Thanks @nmassey! - fix app crash when using "onProgressChange" prop as function

  • #576 a99f069 Thanks @nmassey! - fix: rework code to avoid possible flicker when starting pan (panOffset race condition)

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)