This repository has been archived by the owner on May 2, 2019. It is now read-only.
Releases: vramana/react-flex-slick
Releases · vramana/react-flex-slick
v0.5.0
v0.4.0
Features
- Added
swipe
&dragabble
props which allows the slides to either swiped via touch or dragabble by mouse - Added
edgeEvent
prop which is triggered when the edge slide in the non-infinite mode is dragged. - Added
swipeEvent
prop which is triggered when the slide is moved by touch. - Added
edgeFriction
prop which is limits the amount of dragging/swiping on the edge slide - Added
touchThreshold
prop which represent the fraction by which you should move your slide inorder for it go to the next/previous slide.
Breaking Changes:
LeftArrow
&RightArrow
are renamed toPrevArrow
&NextArrow
Docs:
- Added Custom Arrows example.
v0.3.1
v0.3.0
Features:
- Inifinite mode support (:weary: finally)
- Added currentSlide prop on Slider. This takes precedence over initialSlide prop if both are present at first render. (Note: This might not be a necessary at all This will be removed in future if it is unnecessary.)
v0.2.0
Features:
activeClassName
andinactiveClassName
to control the style of active and inactive ArrowstransitionSpeed
andtransitionTimingFn
to control the transistion of slides.- Custom arrows - now you can pass a DOM element (Not a ReactComponent) of your choice inplace of LeftArrow and RightArrow.