Releases: ganlanyuan/tiny-slider
Releases · ganlanyuan/tiny-slider
v0.6.5
- Fixed: a variable issue in function
updateNavStatus
.
v0.6.4
- Fixed: an initialization issue on IE8-9.
v0.6.3
- Added:
getIndex
method. - Improved: set index to real index.
- Improved: use
transitionend
listener instead ofsetTimeout
. - Improved: listen to view width change only on resize.
- Improved: half-pixel issue on IE8.
- Fixed: update clone count to fix a loop issue.
- Fixed: a fixedWidth edgePadding issue.
v0.6.2
- Fixed: a conditional statement issue in function
updateLayout
. - Improved: performance.
v0.6.1
- Fixed: a syntax issue in function
setAttrs
.
v0.6.0
- Added:
edgePadding
option. - Added:
slideBy
option. - Removed:
maxContainerWidth
option. - Fixed: an
arrowKeys
issue whenrewind
is set to true. - Improved: nav, controls will be hidden if slide items are fewer or equal to
items
.
v0.5.0
v0.4.2
- Fixed: a length issue when slider parent element has non-zero
padding
.
v0.4.1
- Added:
gutterPosition
option. - Fixed:
margin
attribute is added even gutter is 0.
v0.4.0
- Added:
gutter
option. - Renamed
tiny-slider.helper.ie8.js
totiny-slider.ie8.js
.