Skip to content
This repository has been archived by the owner on May 2, 2019. It is now read-only.

Releases: vramana/react-flex-slick

v0.5.0

23 Sep 06:46
Compare
Choose a tag to compare

Features

  • Implemented Dots and dotClass. Instead of writing a dotClass prop on Slider you have to write className prop on Dots.
  • Implemented autoPlay and autoPlaySpeed props on Slider.
  • Implemented touchMove prop.

v0.4.0

20 Sep 18:52
Compare
Choose a tag to compare

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 to PrevArrow & NextArrow

Docs:

  • Added Custom Arrows example.

v0.3.1

18 Sep 07:39
Compare
Choose a tag to compare

Fixes:

  • Arrows are not disabled in infinite mode.
  • RightArrow not disabled when the slider reaches the right end.

v0.3.0

18 Sep 07:11
Compare
Choose a tag to compare

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

15 Sep 16:46
Compare
Choose a tag to compare

Features:

  • activeClassName and inactiveClassName to control the style of active and inactive Arrows
  • transitionSpeed and transitionTimingFn 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.

v0.1.1

14 Sep 23:16
Compare
Choose a tag to compare

💀 Don't use this 💀

  • Basic Carousel
  • No customizations