Releases: ganlanyuan/tiny-slider
Releases · ganlanyuan/tiny-slider
v2.3.4
- Added:
hasControls
to getInfo()
. #107
- Fixed: fix an index issue on slider with
edgePadding
. #106
- Fixed: an touch/drag issue. #108
v2.3.3
- Fixed: use window width instead of slider viewport as breakpoint. #87
- Fixed: a touch/drag issue on non-loop slider. #105
- Fixed: touch/drag move is much smoother. #67, #101
- Improved: slides will not be stretched to fill the page when slide items are few. #104
v2.3.2
- Fixed: two syntax issues. #102
v2.3.1
- Fixed: a resize issue which didn't get the correct value for
controls
and other variables. #100
- Improved: simplify
responsive
object, update getOption
.
NOTE: This release has some syntax issues, not recommended to use.
v2.2.6
- Fixed an issue which slider doesn't get updated after re-index. #96
v2.2.5
- Fixed: a index loop issue in
gallery
mode. #88
v2.2.4
- Fixed: a
autoplay
issue in destroy
. #86
v2.2.3
- Improved: add
hasClass
check when add/remove classes.
- Fixed: a touch/mouseDrag issue when drag quickly and continuously. #84
v2.2.2
- Fixed: a syntax issue in
calc
. #83