Skip to content

Latest commit

History

History
510 lines (278 loc) 路 33.3 KB

ARCHIVED.CHANGELOG.md

File metadata and controls

510 lines (278 loc) 路 33.3 KB

3.1.5 (2022-11-04)

Bug Fixes

  • refactoring some code on data prop (5ff96ab)

3.1.4 (2022-11-04)

Bug Fixes

3.1.3 (2022-11-01)

Bug Fixes

  • fixed a bug that be crushed when put in redux data (a5af02a), closes #296

3.1.2 (2022-11-01)

Bug Fixes

3.1.1 (2022-10-25)

Bug Fixes

  • fixed index error then data length changed (9f343f8)

3.1.0 (2022-10-19)

Features

  • add new props to control or get information for carousel animation (2a39346), closes #285

3.0.6 (2022-09-27)

Bug Fixes

  • can't override the carousel styles. e.g. "overflow: visible;" (2ab0bff), closes #260

3.0.5 (2022-09-15)

3.0.4 (2022-08-12)

Bug Fixes

  • scrollTo is not running properly (f406258), closes #222

3.0.3 (2022-06-28)

Bug Fixes

  • carousel crashes when swiping in the opposite direction (b5fc081), closes #215

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

3.0.0 (2022-06-10)

Bug Fixes

  • update reanimated version for fix "undefined is not a function" (a326f8c), closes #159

2.6.0 (2022-06-04)

Bug Fixes

  • global.__reanimatedWorkletInit is not a function (591f0d8), closes #159 #182

2.5.1 (2022-06-01)

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

2.4.0 (2022-05-18)

Bug Fixes

2.3.11 (2022-05-15)

Bug Fixes

  • focused index is not persisted when carousel component is re-rendered (d82d39b), closes #181

2.3.10 (2022-05-04)

Bug Fixes

  • getCurrentIndex always return last snap index even after multiple data changes (9b03a4d), closes #178

Features

2.3.9 (2022-05-03)

Bug Fixes

  • update typescript config (8fa86a2)

2.3.8 (2022-05-02)

Bug Fixes

2.3.7 (2022-05-02)

Bug Fixes

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

2.3.5 (2022-04-27)

2.3.4 (2022-04-10)

Bug Fixes

  • "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)

Bug Fixes

Features

2.3.3-beta.0 (2022-03-30)

2.3.2 (2022-03-03)

2.3.2-beta.1 (2022-03-03)

Bug Fixes

  • remove logic that touch the screent will stopped animation (4328d9a)

2.3.2-beta.0 (2022-03-03)

2.3.1 (2022-02-28)

Bug Fixes

Features

  • added "parallaxAdjacentItemScale" property into parallax layout (7e98433)

2.3.0 (2022-02-19)

Features

  • add enabled props (e713e12)
  • deprecated enableSnap instead with snapEnabled (43c84c2)

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)

Bug Fixes

Features

  • support to modify scroll animation. Add withAnimation props (e3f34a4), closes #105

2.2.4 (2022-01-25)

Bug Fixes

2.2.3 (2022-01-24)

Bug Fixes

  • autoplay will paused when click (eb21293), closes #115

2.2.2 (2022-01-23)

Bug Fixes

  • 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)

Bug Fixes

2.2.0 (2022-01-16)

Bug Fixes

2.1.2 (2022-01-11)

Bug Fixes

  • 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)

Bug Fixes

  • autoplay will scroll out of bounds (2cfacff)

2.1.0 (2022-01-08)

Features

  • pass animation value to renderItem (bf57233), closes #89
  • support to custom carousel animations by customAnimation customConfig props (eb3082b)

BREAKING CHANGES

  • Remove the parameter of renderItem and change it to info object

1.1.1 (2022-01-04)

Bug Fixes

  • fix bug with windowSize props (8a048df), closes #71

2.0.0 (2022-01-07)

Bug Fixes

  • fix bug from refactoring (c77f4d8)

1.2.0-beta.4 (2022-01-05)

Bug Fixes

  • solve a bug caused by Parallax/Normal layout reconstruction (651bf5e)

1.2.0-beta.3 (2022-01-05)

Bug Fixes

  • fix bug with windowSize props (b9637ca), closes #71
  • onProgressChange/onSnapToItem props wrong calculation (85de2f4), closes #74

Features

1.1.0 (2022-01-03)

Bug Fixes

Features

  • add stack layout (5a70a23)
  • multiple stack styles are supported (d4497a7)
  • support pagingEnabled snapEnabled (000658e), closes #65

1.0.12 (2021-12-28)

Bug Fixes

1.0.11 (2021-12-20)

Bug Fixes

  • fixed useAnimatedReaction wrong import (7b7a3fc)

1.0.10 (2021-12-19)

Bug Fixes

  • fix ScrollViewGesture callback (40412fc)
  • fixed failure to set default values (5d02779)
  • fixed types (9f3068b)
  • modify useCarouselController params (c8f2c6a)

Features

Performance Improvements

1.0.9 (2021-12-07)

Performance Improvements

  • add props 'windowSize' (4e066ee), closes #46
  • reduce the calculation of animation values (de32274), closes #46

1.0.8 (2021-12-06)

Bug Fixes

1.0.7 (2021-12-05)

Bug Fixes

  • 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)

Bug Fixes

  • hooks/usepropserrorboundary.ts: always be error when data props set null (2450fe1), closes #34

1.0.3 (2021-11-10)

Features

1.0.2 (2021-11-03)

Features

  • add onProgressChange props (a3894ff)

1.0.1 (2021-11-01)

Bug Fixes

  • fix bug with reanimated (6744f74)

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

0.5.4 (2021-10-27)

Bug Fixes

  • onSnapToItem gives floating index (13d6c64), closes #13

0.5.3-beta.0 (2021-10-27)

Bug Fixes

  • drag issues occur when auto-scrolling (ebb0ce2), closes #13

0.5.2 (2021-10-19)

0.5.1 (2021-10-09)

Features

  • add onScrollBegin/onScrollEnd props (3180696)

0.5.0 (2021-10-08)

Bug Fixes

  • fix onSnapToItem no call when auto playing (4953b98)
  • onSnapToItem not called if loop={false} (1ce57f4)

Features

0.4.4 (2021-09-30)

Bug Fixes

0.4.3 (2021-09-09)

Bug Fixes

  • sliding causes problems with sliding errors when auto playing (37f6565)

0.4.2 (2021-09-09)

Bug Fixes

  • fixed scrolling on Android (d253b3c)

0.4.1 (2021-09-08)

Bug Fixes

  • handles boundary cases for raw data (4386bfd)

0.4.0 (2021-09-08)

Features

  • add onSnapToItem props,should get current item info (6ae05fc)

0.3.1 (2021-09-08)

Bug Fixes

  • after data props update carousel not be can swipe (dd00932)

0.3.0 (2021-09-08)

Features

  • add loop props,control wheter loop playback (97cf2b9)

0.2.2 (2021-09-07)

0.2.1 (2021-09-07)

Bug Fixes

0.2.0 (2021-09-07)

Bug Fixes

Features