Updates

Check out what's new

1.0.0

New API

Amazing filesize, now under 1.2kb! API uses a factory method instead of a constructor.

Changes

The main container HTML element is now defined via container property; Default transition values now uses percentual values; Removed requestAnimationFrame polyfill.

Additions

Added children and unit as configurable properties.

New infrastructure

Uses modern js tools, such as Babel/webpack/UglifyJS for creating distribution files and running the tests.

0.6.0

Additions

Added onChangeEnd callback function

0.5.0

Additions

Added onChange callback function

0.4.0

Additions

Added methods to play()/pause() slideshow; Added support to visibilitychange API

0.3.0

Fixes

Fixed prevIndex() method; Fixed integration between autoPlay and change() method

0.2.0

Additions

Now animations supports easing function and also added prev/next functions.

Changes

Default transition is now left-to-right sliding; Some basic style is now defined on initialization; z-index position is now handled internally

0.1.0

First official release!

This may be considered the first official release of SimpleSlider, with consistent unit tests and use of best practices.