Releases: ganlanyuan/tiny-slider
Releases · ganlanyuan/tiny-slider
v2.5.0
- Added:
navAsThumbnails
option to indicate if nav
items are thumbnails. #131
NOTE: this update may cause nav
items not be hidden if you used nav
as thumbnails with previous versions. You have to manually set navAsThumbnails
to true
.
v2.4.1
- Fixed: some
startIndex
related issues in initiation.
v2.4.0
- Added: option
startIndex
. #125
v2.3.11
Same with v2.3.10.
Change tag to fix a npm publish issue.
v2.3.10
- Fixed:
nav
didn't get updated on resize. #122
- Added: warnings when
container
doesn't exist or slides less than 2. #113
- Changed: detect
container
visibility only when autoplay: true
.
v2.3.9
- Improved: simplify
autoplay
related functions.
- Fixed:
autoplay
can't restart after hide container
and show it again. #117
- Changed:
autoplayButton
will not change its status when hover over slider even autoplayHoverPause: true
.
v2.3.8
- Improved: remove left
edgePadding
when loop: false
. #97
- Improved: pause
autoplay
when user click/press key. #116
- Fixed:
fixedWidth
didn't get updated on window resize in IE8.
- Fixed: an issue when viewport is smaller than
fixedWidth
.
- Fixed: an issue in
onControlsClick
when rewind: true
and reach the right edge.
- Fixed: an issue when user disable cookies.
- Fixed: clone count and class issues in
destroy()
. #115
- Some other little improvements.
v2.3.7
- Fixed:
edgePadding
doesn't get updated on resize. #111
- Fixed:
gutter
doesn't get updated on resize on IE8.
v2.3.6
- Fixed: a unit issue when
fixedWidth
slider reach the right edge. #112
v2.3.5
- Fixed: slider breaks when slides are fewer than
items
. #109