File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 3.0.1] ( https://github.com/dohooo/react-native-reanimated-carousel/compare/v3.0.0...v3.0.1 ) (2022-06-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * error message for horizontal carousels ([ 5a6e9af] ( https://github.com/dohooo/react-native-reanimated-carousel/commit/5a6e9afc8263fda708d7c9b104d00d563cbaa3b0 ) )
7
+ * fixed ` pagingEnabled ` prop error ([ 3c17836] ( https://github.com/dohooo/react-native-reanimated-carousel/commit/3c1783600768bacaecabe2c82698ee18e50782fe ) )
8
+ * solved web side issues ([ 34f1108] ( https://github.com/dohooo/react-native-reanimated-carousel/commit/34f11084e57ac9d5e47880b0422daf0716e1e99c ) )
9
+ * upgrade example scripts ([ 4293608] ( https://github.com/dohooo/react-native-reanimated-carousel/commit/42936086edb9d19da66303d5bc2f3f993c727df9 ) )
10
+
11
+
12
+ ### Features
13
+
14
+ * add circular animation ([ 289a1e8] ( https://github.com/dohooo/react-native-reanimated-carousel/commit/289a1e8497defd8903bae88d3def245fa6b69b99 ) )
15
+ * add fold animation ([ 1de879f] ( https://github.com/dohooo/react-native-reanimated-carousel/commit/1de879f91b659b98dba02232d26ec1116ef5efad ) )
16
+
1
17
# [ 3.0.0] ( https://github.com/dohooo/react-native-reanimated-carousel/compare/v2.6.0...v3.0.0 ) (2022-06-10)
2
18
3
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-reanimated-carousel" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"description" : " Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth." ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"types" : " lib/typescript/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments