Skip to content

Releases: zoltantothcom/vanilla-js-carousel

v3.1.2 release

05 Dec 14:58
Compare
Choose a tag to compare

[3.1.2] - 2017-12-03

Bugfix

  1. Wasn't able to run multiple carousels on the same page

v3.1.1 release

20 Oct 23:09
Compare
Choose a tag to compare

[3.1.1] - 2017-10-20

Bugfix

  1. live() was returning the wrong index on carousels with no dots

v3.1.0 release

27 Sep 18:43
Compare
Choose a tag to compare

[3.1.0] - 2017-09-27

Enhancements

  1. Reset the autoplay interval on:
    • navigation dot click
    • navigation arrow click

v3.0.0 release

24 Apr 17:20
Compare
Choose a tag to compare

[3.0.0] - 2017-04-24

Changed

  1. [ BREAKING ] <circular> to <infinite> in carousel options
  2. [ BREAKING ] CSS classes re-named to follow the SUIT naming convention

Removed

  1. [ BREAKING ] - Ability to change CSS classes through options

v2.2.0 release

24 Apr 14:37
Compare
Choose a tag to compare

[2.2.0] - 2017-04-11

Added

  1. Ability to specify the carousel behavior:
    • circular or linear

v2.1.0 release

06 Mar 21:30
Compare
Choose a tag to compare

v2.1.0

Added

  1. Ability to modify:
    • CSS class names of all the elements
    • <play> and <stop> buttons text
    • <prev> and <next> arrows text
  2. .live() - returns the currently displayed slide's index

Changed

  • [ BREAKING ] - .initSlide() changed to .show()