Skip to content

Releases: ganlanyuan/tiny-slider

Import support, fix events

04 Mar 11:53
Compare
Choose a tag to compare
  • Added: import support #20
  • Added: onInit fallback option to replace initilized event
  • Fixed: event sharing between tns() instances
  • Fixed: an event propagation on the images when lazyload is on

Fix goTo()

22 Dec 03:40
Compare
Choose a tag to compare
  • Fixed: goTo('prev'/'next') go to previous or next page instead of previous or next slide when option slideBy is set to "page".

Add goTo() method

21 Dec 03:20
Compare
Choose a tag to compare
  • Added: goTo function which allows you go to any slide.

Add animation for legacy browsers

22 Dec 03:42
Compare
Choose a tag to compare
  • Added: animation for legacy browsers

v1.0.4

07 Dec 18:39
Compare
Choose a tag to compare
  • Fixed: a loop issue in lazyload function. [18]

v1.0.3

01 Dec 16:25
Compare
Choose a tag to compare
  • Fixed: an autoHeight issue in nested slider.
  • Improved: emit custom event after index is updated in touch event.

v1.0.2

29 Nov 20:27
Compare
Choose a tag to compare
  • 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

25 Nov 17:18
Compare
Choose a tag to compare
  • Fixed: an autoHeight and lazyload issue on window resize.

Vertical slider, gallery, custom events, access to slider information and more

25 Nov 17:03
Compare
Choose a tag to compare
  • Added: mode gallery which you can use customized animations.
  • Added: axis vertical.
  • Added: custom events.
  • Added: access to slider information.
  • Improved: using transitionend instead of setTimeout.
  • Improved: simplify functions.
  • Changed: API name from tinySlider to tns.
  • Removed: init function. The slider will be automatically initilized.
    And many fixes.

v0.6.6

25 Nov 17:04
Compare
Choose a tag to compare
  • Fixed: an edge padding issue.