Releases: zoltantothcom/vanilla-js-carousel
Releases · zoltantothcom/vanilla-js-carousel
v3.1.2 release
[3.1.2] - 2017-12-03
Bugfix
- Wasn't able to run multiple carousels on the same page
v3.1.1 release
[3.1.1] - 2017-10-20
Bugfix
- live() was returning the wrong index on carousels with no dots
v3.1.0 release
[3.1.0] - 2017-09-27
Enhancements
- Reset the autoplay interval on:
- navigation dot click
- navigation arrow click
v3.0.0 release
[3.0.0] - 2017-04-24
Changed
- [ BREAKING ] <circular> to <infinite> in carousel options
- [ BREAKING ] CSS classes re-named to follow the SUIT naming convention
Removed
- [ BREAKING ] - Ability to change CSS classes through options
v2.2.0 release
[2.2.0] - 2017-04-11
Added
- Ability to specify the carousel behavior:
- circular or linear
v2.1.0 release
v2.1.0
Added
- Ability to modify:
- CSS class names of all the elements
- <play> and <stop> buttons text
- <prev> and <next> arrows text
.live()
- returns the currently displayed slide's index
Changed
- [ BREAKING ] -
.initSlide()
changed to.show()