Releases: Trendyol/react-carousel
Releases · Trendyol/react-carousel
🚀 Release 3.0.2
🚀 Release 3.0.1
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
What's Changed
- feat: add auto swipe & navigation thumbnails by @hasangenc0 in #62
- feat: trigger navigation on hover by @hasangenc0 in #63
- feat: add triggerClickOn prop by @hasangenc0 in #70
- feat: add hide-arrows property by @hasantezcan in #74
New Contributors
- @hasantezcan made their first contribution in #74
Full Changelog: v2.0.1...v3.0.0
v3.0.0-beta.61
v3.0.0-beta.611 Update package.json
🚀 Release v3.0.0-beta.6
Update package.json
🚀 Release v3.0.0-beta.5
What's Changed
- feat: add hide-arrows property by @hasantezcan in #74
New Contributors
- @hasantezcan made their first contribution in #74
Full Changelog: v3.0.0-beta.4...v3.0.0-beta.5
🚀 Release v3.0.0-beta.4
Full Changelog: v3.0.0-beta.30...v3.0.0-beta.4
🚀 Release v3.0.0-beta.3
What's Changed
- feat: add triggerClickOn prop by @hasangenc0 in #70
Full Changelog: v3.0.0-beta-2...v3.0.0-beta.30
🚀 Release v3.0.0-beta.2
Trigger navigation on mouseOver event.
TLDR; We changed navigation trigger event from onClick
to onMouseOver
.
🚀 Release v3.0.0-beta-1
-
[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} />