Skip to content

Releases: dohooo/react-native-reanimated-carousel

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.)

v4.0.0-alpha.0

14 Jul 07:17
3a03ad1
Compare
Choose a tag to compare
v4.0.0-alpha.0 Pre-release
Pre-release

Major Changes

v3.5.1

14 Jul 05:04
4602ff0
Compare
Choose a tag to compare

Patch Changes

  • 870b130: Fixed ref unsable issue.

v3.5.0

13 Jul 17:50
1be9818
Compare
Choose a tag to compare

Minor Changes

  • c117a3a: Reducing default seetings for Android. (gestureHandlerRootHOC)

v3.4.0

16 Jun 01:37
fd316d5
Compare
Choose a tag to compare

Minor Changes

  • 8ea24ca: Added maxScrollDistancePerSwipe props.

v3.3.2

09 May 09:32
1305d3c
Compare
Choose a tag to compare

Patch Changes

v3.3.1

09 May 01:17
9ad017f
Compare
Choose a tag to compare

Patch Changes

  • b09fb81: chore: only push the lib to npm.