Releases: ganlanyuan/tiny-slider
Releases · ganlanyuan/tiny-slider
v1.6.1
v2.1.0
v2.0.3
- Fixed: an event issue in initialization.
v1.6.0
- Improved: options
container
,controlsContainer
,navContainer
andautoplayButton
now accept css selectors - Fixed:
touch
,mouseDrag
,autoplay
,arrowKeys
are disabled when all items are visible
v2.0.2
- Improved: options
container
,controlsContainer
,navContainer
andautoplayButton
now accept css selectors - Improved: refine resize tasks
- Fixed:
touch
,mouseDrag
,autoplay
,arrowKeys
are disabled when all items are visible
v2.0.1
- Fixed: an
autoHeight
transition issue - Fixed: a scroll bar issue in IE9-10 because of
overflow-x: hidden
set on outer wrapper - Fixed: move
Object.keys
polyfill back from ie8 helper to addObject.keys
support to Safari 4
v2.0.0
What's new
- Using
%
instead ofpx
- Using inserted stylesheet instead of inline
style
attribute - Insert
controls
andnav
before slider instead of after (issue 4) - Some selector changes in
tiny-slider.scss
From v1 to v2
- Update
controls
and / ornav
styles based on their position changes. - Update the
slider selectors
accordingly if used in your CSS or JS.
v1.5.6
v1.5.5
- Fixed: a timer issue in gallery mode.
- Fixed: a syntax issue on ie8.
v1.5.4
- Fixed: an issue in nav initialization