- Wasn't working for multiple carousels on the same page
- live() was returning the wrong index on carousels with no dots
- Reset the autoplay interval on:
- navigation dot click
- navigation arrow click
- [ BREAKING ] <circular> to <infinite> in carousel options
- [ BREAKING ] CSS classes re-named to follow the SUIT naming convention
- [ BREAKING ] - Ability to change CSS classes through options
- Ability to specify the carousel behavior:
- circular or linear
- 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
- [ BREAKING ] -
.initSlide()
changed to.show()