diff --git a/.changeset/pre.json b/.changeset/pre.json index f60f66dc..473a7ab4 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -5,6 +5,8 @@ "react-native-reanimated-carousel": "3.5.1" }, "changesets": [ - "proud-zebras-jump" + "poor-pets-eat", + "proud-zebras-jump", + "yellow-bottles-itch" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 73436e5a..18339238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # react-native-reanimated-carousel +## 4.0.0-alpha.1 + +### Patch Changes + +- [#492](https://github.com/dohooo/react-native-reanimated-carousel/pull/492) [`978b59f`](https://github.com/dohooo/react-native-reanimated-carousel/commit/978b59f0f2d8a96fe1d1de1a1c9fb205fd051cfb) Thanks [@dohooo](https://github.com/dohooo)! - feat: change the way of PanGestureHandler modification from panGestureHandlerProps to onConfigurePanGesture. + + e.g. + + ```tsx + { + gestureChain.activeOffsetX([-10, 10]); + }} + /> + ``` + +- [#492](https://github.com/dohooo/react-native-reanimated-carousel/pull/492) [`c015873`](https://github.com/dohooo/react-native-reanimated-carousel/commit/c015873b7a8f4f357b7342c250220ea9968d8b58) Thanks [@dohooo](https://github.com/dohooo)! - Fixed an issue where the enable props couldn't set to false. + ## 4.0.0-alpha.0 ### Major Changes diff --git a/package.json b/package.json index 255fbdcc..a824f118 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-reanimated-carousel", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.1", "description": "Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.", "main": "lib/commonjs/index", "module": "lib/module/index",