3.1.5 (2022-11-04)
- refactoring some code on data prop (5ff96ab)
3.1.4 (2022-11-04)
- getCurrentIndex returns wrong value when data count is < 3 (7f94027), closes #299
- solved the crash error (7a82994), closes #305 #301 #298 #291
3.1.3 (2022-11-01)
3.1.2 (2022-11-01)
3.1.1 (2022-10-25)
- fixed index error then data length changed (9f343f8)
3.1.0 (2022-10-19)
3.0.6 (2022-09-27)
3.0.5 (2022-09-15)
3.0.4 (2022-08-12)
3.0.3 (2022-06-28)
3.0.1 (2022-06-20)
- error message for horizontal carousels (5a6e9af)
- fixed
pagingEnabled
prop error (3c17836) - solved web side issues (34f1108)
- upgrade example scripts (4293608)
3.0.0 (2022-06-10)
2.6.0 (2022-06-04)
2.5.1 (2022-06-01)
2.5.0 (2022-05-29)
- 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
2.4.0 (2022-05-18)
2.3.11 (2022-05-15)
2.3.10 (2022-05-04)
- getCurrentIndex always return last snap index even after multiple data changes (9b03a4d), closes #178
2.3.9 (2022-05-03)
- update typescript config (8fa86a2)
2.3.8 (2022-05-02)
- fixed styles bug (918bf45)
2.3.7 (2022-05-02)
- fix styles prop bug (439ac4d)
2.3.6 (2022-05-02)
- 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
- add autoFillData props, It controls whether the data is automatically populated (309688c), closes #170
2.3.5 (2022-04-27)
2.3.4 (2022-04-10)
- "defaultIndex" wasn't define internal values (UI bridge and refs) (7f7a659)
2.3.3 (2022-04-03)
2.3.3-beta.1 (2022-03-30)
- add *length and remove *data from deps (fbfd372)
- dohooo#66 (54e74d2)
- update example dependence (ac2c504)
- add flow animation (d5d39a8)
2.3.3-beta.0 (2022-03-30)
2.3.2 (2022-03-03)
2.3.2-beta.1 (2022-03-03)
- remove logic that touch the screent will stopped animation (4328d9a)
2.3.2-beta.0 (2022-03-03)
2.3.1 (2022-02-28)
- added "parallaxAdjacentItemScale" property into parallax layout (7e98433)
2.3.0 (2022-02-19)
2.2.5-beta.3 (2022-02-04)
2.2.5-beta.2 (2022-02-04)
2.2.5-beta.1 (2022-02-04)
2.2.5-beta.0 (2022-02-01)
- fixed type of props (bb1e99b)
2.2.4 (2022-01-25)
2.2.3 (2022-01-24)
2.2.2 (2022-01-23)
- onProgressChange & onSnapToItem bug when only 2 image (bdb2d74), closes #74
- when autoPlay is false, manual sliding will still autoPlay (6aa3cc4), closes #111
2.2.1 (2022-01-16)
2.2.0 (2022-01-16)
2.1.2 (2022-01-11)
- fix wrong offset when out of bounds (db27279), closes #94
- remove ExtrapolateParameter of normal layout translate (850e960), closes #96
2.1.1 (2022-01-11)
- autoplay will scroll out of bounds (2cfacff)
2.1.0 (2022-01-08)
- pass animation value to renderItem (bf57233), closes #89
- support to custom carousel animations by
customAnimation
customConfig
props (eb3082b)
- Remove the parameter of
renderItem
and change it toinfo
object
1.1.1 (2022-01-04)
2.0.0 (2022-01-07)
- fix bug from refactoring (c77f4d8)
1.2.0-beta.4 (2022-01-05)
- solve a bug caused by Parallax/Normal layout reconstruction (651bf5e)
1.2.0-beta.3 (2022-01-05)
- fix bug with windowSize props (b9637ca), closes #71
- onProgressChange/onSnapToItem props wrong calculation (85de2f4), closes #74
1.1.0 (2022-01-03)
- _ (c8054f1)
- fix item blink when scroll active (96c9b75)
- fix with zindex (f3b28cc)
- item blink (063f564)
- item zIndex (10e58a8)
- refactor stack layout (dc975fe)
- add stack layout (5a70a23)
- multiple stack styles are supported (d4497a7)
- support pagingEnabled snapEnabled (000658e), closes #65
1.0.12 (2021-12-28)
1.0.11 (2021-12-20)
- fixed useAnimatedReaction wrong import (7b7a3fc)
1.0.10 (2021-12-19)
- fix ScrollViewGesture callback (40412fc)
- fixed failure to set default values (5d02779)
- fixed types (9f3068b)
- modify useCarouselController params (c8f2c6a)
- add babel-loader in example,support to web (1edc9c3)
- add examples (666ba86)
- add navigation in example (1687f1d)
- add ScrollViewGesture (a903f12)
- lazy loading (ed75232)
- springConfig props has be deprecated (763c073)
- vertical mode (7645b75), closes #41
1.0.9 (2021-12-07)
- add props 'windowSize' (4e066ee), closes #46
- reduce the calculation of animation values (de32274), closes #46
1.0.8 (2021-12-06)
1.0.7 (2021-12-05)
- a quick call to the page number switch method causes an offset error (0c93b86), closes #30
- defaultIndex does not work as expected (42e4616), closes #33
- fix computed error with MAX/MIN (e9a3007)
- image flickers within Carousel when state is updated (094f3af), closes #32
- modify useOffsetX viewCount default value (dd30b9c)
- sliding error with no loop (955b5ed), closes #24
1.0.4 (2021-11-18)
1.0.3 (2021-11-10)
1.0.2 (2021-11-03)
- add onProgressChange props (a3894ff)
1.0.1 (2021-11-01)
- fix bug with reanimated (6744f74)
1.0.0 (2021-10-31)
- fix default timeConfig (0f99500)
- solve sliding flicker problem (96678e0)
- solve sliding flicker problem (e26c384)
- upgrade expo sdk 40 to 41. fix example error (11b39b1)
- improve sliding experience (14b62ee)
- remove props "timingConfig", add "springConfig" with no support of duration
0.5.4 (2021-10-27)
0.5.3-beta.0 (2021-10-27)
0.5.2 (2021-10-19)
0.5.1 (2021-10-09)
- add onScrollBegin/onScrollEnd props (3180696)
0.5.0 (2021-10-08)
- fix onSnapToItem no call when auto playing (4953b98)
- onSnapToItem not called if loop={false} (1ce57f4)
- add goToIndex method (b33bb78)
0.4.4 (2021-09-30)
- fix animation bug (d3b6831)
0.4.3 (2021-09-09)
- sliding causes problems with sliding errors when auto playing (37f6565)
0.4.2 (2021-09-09)
- fixed scrolling on Android (d253b3c)
0.4.1 (2021-09-08)
- handles boundary cases for raw data (4386bfd)
0.4.0 (2021-09-08)
- add onSnapToItem props,should get current item info (6ae05fc)
0.3.1 (2021-09-08)
- after data props update carousel not be can swipe (dd00932)
0.3.0 (2021-09-08)
- add loop props,control wheter loop playback (97cf2b9)
0.2.2 (2021-09-07)
0.2.1 (2021-09-07)
- fix calculation errors (15b2119)
0.2.0 (2021-09-07)
- fix algorithm errors (af61df8)