Releases: dohooo/react-native-reanimated-carousel
Releases · dohooo/react-native-reanimated-carousel
Release 3.1.2
3.1.2 (2022-11-01)
Bug Fixes
Release 3.1.1
3.1.1 (2022-10-25)
Bug Fixes
- fixed index error when data length changed (9f343f8)
Release 3.1.0
3.1.0 (2022-10-19)
Features
- add new props to control or get information for carousel animation (2a39346), closes #285
Release 3.0.6
3.0.6 (2022-09-27)
Bug Fixes
- can't override the carousel styles. e.g. "overflow: visible;" (2ab0bff), closes #260
Release 3.0.4
3.0.4 (2022-08-12)
Bug Fixes
- scrollTo is not running properly (f406258), closes #222
Release 3.0.3
3.0.3 (2022-06-28)
Bug Fixes
- carousel crashes when swiping in the opposite direction (b5fc081), closes #215
Release 3.0.1
3.0.1 (2022-06-20)
Bug Fixes
- error message for horizontal carousels (5a6e9af)
- fixed
pagingEnabled
prop error (3c17836)
- solved web side issues (34f1108)
- upgrade example scripts (4293608)
Features
Release 3.0.0
3.0.0 (2022-06-10)
Bug Fixes
- update reanimated version for fix "undefined is not a function" (a326f8c), closes #159
Release 2.6.0
2.6.0 (2022-06-04)
Bug Fixes
- global.__reanimatedWorkletInit is not a function (591f0d8), closes #159 #182