Skip to content

Releases: dohooo/react-native-reanimated-carousel

v4.0.0-canary.22

29 Nov 10:30
50b0a5b
Compare
Choose a tag to compare
v4.0.0-canary.22 Pre-release
Pre-release

Patch Changes

  • #735 848f458 Thanks @3000-2
    ! - Updates the customAnimation function signature to include an index parameter, allowing users to apply custom animations based on the item’s index.

v4.0.0-canary.21

29 Nov 10:05
1e62129
Compare
Choose a tag to compare
v4.0.0-canary.21 Pre-release
Pre-release

Patch Changes

  • #733 3040863 Thanks @onghwan! - Add pointerEvents: ‘box-none’ to ItemLayout component to allow touches for children components outside item boundaries

v4.0.0-canary.20

29 Nov 09:35
9c0589b
Compare
Choose a tag to compare
v4.0.0-canary.20 Pre-release
Pre-release

Patch Changes

  • #731 6e8cdb4 Thanks @nmassey! - improve "slow pan" behavior: if it seems that the user intent is to stay on the current page (because they didn't pan very far; maybe they started panning one direction then reversed direction, etc.), don't actually change page upon gesture completion

v4.0.0-canary.19

25 Nov 11:35
86142e0
Compare
Choose a tag to compare
v4.0.0-canary.19 Pre-release
Pre-release

Patch Changes

v4.0.0-canary.18

23 Nov 07:15
6337cba
Compare
Choose a tag to compare
v4.0.0-canary.18 Pre-release
Pre-release

Patch Changes

v4.0.0-canary.17

14 Oct 19:43
36c4ca4
Compare
Choose a tag to compare
v4.0.0-canary.17 Pre-release
Pre-release

Patch Changes

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)