Releases: ganlanyuan/tiny-slider
Releases · ganlanyuan/tiny-slider
v2.2.1
v2.2.0
v2.1.8
v2.1.7
- Added: new option
autoplayButtonOutput
to control whetherautoplayButton
get generated programatically. #68 - Improved:
nav
now get updated prior to slider animation. And atransition
property is added tonav
items. Beside this,controls
status updating andlazyload
also get run prior to slider animation. #71 - Improved: optimize
nav
,controls
initiation. - Improved: optimize
removeEvents
,getTouchDirection
,getSlideId
- Fixed: a SecurityError in
getCssRulesLength
. #70 - Fixed: an issue on incognito browser sessions due to lack of access to localStorage. #72
v2.1.6
v2.1.5
v2.1.4
- Improved: add
aria-disabled
to disabled non-button control; - Fixed: variable
absIndex
ingoTo()
. - Fixed: disable goTo() when slides can not fill the screen.
- Fixed: variable
index
,freeze
and some callback functions on resize. - Fixed: a conditional statement in
render()
. - Fixed:
getOption('items')
when usingfixedWidth
and slides can not fill the screen. - Fixed: some issues when using
fixedWidth
and while slides can't fill the screen. #64 - Fixed: update
destory()
.
v2.1.3
- Improved: add event delegation on
navContainer
andcontrolsContainer
- Fixed:
goTo("prev")
andgoTo("next")
now work the same as prev/next buttons - Fixed:
goTo("last")
now works like non-loop
v2.1.2
- Fixed: add missing keyword
var
inwhichProperty
andsliderInit
.
v2.1.1
- Fixed: a type issue in breakpoints.
- Improved: remove repeated styles in media queries.