Releases: dohooo/react-native-reanimated-carousel
Releases · dohooo/react-native-reanimated-carousel
Release 1.0.1
1.0.1 (2021-11-01)
Bug Fixes
Release 1.0.0
1.0.0 (2021-10-31)
Bug Fixes
- fix default timeConfig (0f99500)
- solve sliding flicker problem (96678e0)
- solve sliding flicker problem (e26c384)
- upgrade expo sdk 40 to 41. fix example error (11b39b1)
Features
- improve sliding experience (14b62ee)
BREAKING CHANGES
- remove props "timingConfig", add "springConfig" with no support of duration
Release 0.5.4
0.5.4 (2021-10-27)
Bug Fixes
- onSnapToItem gives floating index (13d6c64), closes #13
Release 0.5.2
0.5.2 (2021-10-19)
Features
- add panGestureHandlerProps props (28019e7)
Release 0.5.1
0.5.1 (2021-10-09)
Features
- add onScrollBegin/onScrollEnd props (3180696)
Release 0.5.0
0.5.0 (2021-10-08)
Bug Fixes
- fix onSnapToItem no call when auto playing (4953b98)
- onSnapToItem not called if loop={false} (1ce57f4)
Features
Release 0.4.4
0.4.4 (2021-09-30)
Bug Fixes
Release 0.4.3
0.4.3 (2021-09-09)
Bug Fixes
- sliding causes problems with sliding errors when auto playing (37f6565)
Release 0.4.2
0.4.2 (2021-09-09)
Bug Fixes
- fixed scrolling on Android (d253b3c)
Release 0.4.1
0.4.1 (2021-09-08)
Bug Fixes
- handles boundary cases for raw data (4386bfd)