This repository was 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&dragabbleprops which allows the slides to either swiped via touch or dragabble by mouse - Added
edgeEventprop which is triggered when the edge slide in the non-infinite mode is dragged. - Added
swipeEventprop which is triggered when the slide is moved by touch. - Added
edgeFrictionprop which is limits the amount of dragging/swiping on the edge slide - Added
touchThresholdprop which represent the fraction by which you should move your slide inorder for it go to the next/previous slide.
Breaking Changes:
LeftArrow&RightArroware 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:
activeClassNameandinactiveClassNameto control the style of active and inactive ArrowstransitionSpeedandtransitionTimingFnto 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.