Skip to content

Releases: ganlanyuan/tiny-slider

v2.5.0

12 Jan 20:31
Compare
Choose a tag to compare
  • 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

08 Jan 14:08
Compare
Choose a tag to compare
  • Fixed: some startIndex related issues in initiation.

v2.4.0

20 Dec 15:00
Compare
Choose a tag to compare
  • Added: option startIndex. #125

v2.3.11

09 Dec 10:42
Compare
Choose a tag to compare

Same with v2.3.10.
Change tag to fix a npm publish issue.

v2.3.10

08 Dec 22:11
Compare
Choose a tag to compare
  • 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

06 Dec 22:14
Compare
Choose a tag to compare
  • 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

04 Dec 20:07
Compare
Choose a tag to compare
  • 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

27 Nov 12:41
Compare
Choose a tag to compare
  • Fixed: edgePadding doesn't get updated on resize. #111
  • Fixed: gutter doesn't get updated on resize on IE8.

v2.3.6

24 Nov 19:46
Compare
Choose a tag to compare
  • Fixed: a unit issue when fixedWidth slider reach the right edge. #112

v2.3.5

20 Nov 10:25
Compare
Choose a tag to compare
  • Fixed: slider breaks when slides are fewer than items. #109