Skip to content

v0.0.7

Compare
Choose a tag to compare
@ismail9k ismail9k released this 25 Jan 18:08

🚀 Features

  • add is-active class to currently active slides.
  • add is-prev to the most previous slide.
  • add is-next to the most next slide.
  • add initialSlide porp to control initial carousel slide. #18
  • emit updated event with current info, after each carousel slide.

🐛 Fixes

  • stop timer after component destruction. #17
  • navigation icons directions in vertical and rtl direction.

✨ Enhancements

  • improve accessibility
  • increase mouse wheel sliding threshold.
  • remove overflow hidden from hooper's root element.