Skip to content

Releases: Trendyol/react-carousel

🚀 Release 3.0.2

09 Feb 11:21
bef4a18
Compare
Choose a tag to compare

Fixed some depedency issues in: bef4a18

Contributers:

🚀 Release 3.0.1

08 Feb 10:11
16e77ad
Compare
Choose a tag to compare

What is new?

  • Peer dependencies updated.
  • Left and Right arrow click events added to props.

There is fixes too:

New Contributers:
@saglamburcu 🚀

🚀 Release v3.0.0

09 Jun 12:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v3.0.0

v3.0.0-beta.61

21 Apr 07:48
9068e2f
Compare
Choose a tag to compare
v3.0.0-beta.61 Pre-release
Pre-release
v3.0.0-beta.611

Update package.json

🚀 Release v3.0.0-beta.6

20 Apr 10:57
c8fd704
Compare
Choose a tag to compare
Pre-release
Update package.json

🚀 Release v3.0.0-beta.5

19 Apr 12:32
3269f6b
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: v3.0.0-beta.4...v3.0.0-beta.5

🚀 Release v3.0.0-beta.4

15 Apr 08:02
fab8806
Compare
Choose a tag to compare
Pre-release

🚀 Release v3.0.0-beta.3

22 Mar 13:43
cbb0698
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v3.0.0-beta-2...v3.0.0-beta.30

🚀 Release v3.0.0-beta.2

07 Feb 07:42
fef86c9
Compare
Choose a tag to compare
Pre-release

Trigger navigation on mouseOver event.

TLDR; We changed navigation trigger event from onClick to onMouseOver.

🚀 Release v3.0.0-beta-1

04 Feb 11:22
76e34c5
Compare
Choose a tag to compare
Pre-release
  • [Carousel] Navigation Thumbnail Feature

    Enables item to item navigation.
<Carousel navigation={(isSelected) => <MyNavigationThumbnail selected={isSelected}>} />
  • [Carousel] Auto Swipe Feature

    You can pass number of milliseconds to enable auto swiping.
<Carousel autoSwipe={3000} />