Releases: dohooo/react-native-reanimated-carousel
Releases · dohooo/react-native-reanimated-carousel
Release 2.5.0
2.5.0 (2022-05-29)
Bug Fixes
Features
- add index argument, can jump to specific position. And remove goToIndex prop in ref (138e606), closes #196
- always return the real index (03216a5), closes #192
Release 2.4.0
2.4.0 (2022-05-18)
Bug Fixes
Release 2.3.11
2.3.11 (2022-05-15)
Bug Fixes
- focused index is not persisted when carousel component is re-rendered (d82d39b), closes #181
Release 2.3.10
2.3.10 (2022-05-04)
Bug Fixes
- getCurrentIndex always return last snap index even after multiple data changes (9b03a4d), closes #178
Features
Release 2.3.9
2.3.9 (2022-05-03)
Bug Fixes
Release 2.3.8
2.3.8 (2022-05-02)
Bug Fixes
Release 2.3.7
2.3.7 (2022-05-02)
Bug Fixes
Release 2.3.6
2.3.6 (2022-05-02)
Bug Fixes
- current index doesn't reset when modify data length (99f44bc), closes #163
- duplicate style (7e7e00f), closes #169
- refactoring logic of withAutoFillData, Add onProgressChange value boundary (101456a), closes #158
Features
- add autoFillData props, It controls whether the data is automatically populated (309688c), closes #170