Releases: ganlanyuan/tiny-slider
Releases · ganlanyuan/tiny-slider
Import support, fix events
- Added:
import
support #20 - Added:
onInit
fallback option to replaceinitilized
event - Fixed: event sharing between
tns()
instances - Fixed: an event propagation on the images when
lazyload
is on
Fix goTo()
- Fixed:
goTo('prev'/'next')
go to previous or next page instead of previous or next slide when optionslideBy
is set to "page".
Add goTo() method
- Added:
goTo
function which allows you go to any slide.
Add animation for legacy browsers
- Added: animation for legacy browsers
v1.0.4
v1.0.3
- Fixed: an
autoHeight
issue in nested slider. - Improved: emit custom event after index is updated in touch event.
v1.0.2
- Added: animation for legacy browsers.
- Fixed: a sub-pixel issue on some webkit browsers and IE8, 9.
- Fixed: a event issue on IE8.
v1.0.1
- Fixed: an
autoHeight
andlazyload
issue on window resize.
Vertical slider, gallery, custom events, access to slider information and more
- Added: mode
gallery
which you can use customized animations. - Added: axis
vertical
. - Added: custom events.
- Added: access to slider information.
- Improved: using
transitionend
instead ofsetTimeout
. - Improved: simplify functions.
- Changed: API name from
tinySlider
totns
. - Removed:
init
function. The slider will be automatically initilized.
And many fixes.
v0.6.6
- Fixed: an edge padding issue.