Skip to content

Releases: ganlanyuan/tiny-slider

v1.5.3

02 Jun 13:55
Compare
Choose a tag to compare

Improved: Better accessibility features #4
Fixed: a issue while preventDefault was called on passive events. #45

v1.5.2

16 May 22:40
Compare
Choose a tag to compare
  • Fixed: better fix react module loading issue by adding var keyword when export tns, thanks @tzsk , #41

v1.5.1

16 May 22:36
Compare
Choose a tag to compare
  • Fixed: a react module loading issue by adding "dist/tiny-slider.module.js", thanks @tzsk, #39

v1.5.0

25 Apr 15:45
Compare
Choose a tag to compare
  • Added: mouseDrag 32
  • Fixed: autoplayResetVisibilityState [34] (#34)
  • Fixed: a controls and nav initilization issue in nested sliders

v1.4.1

07 Apr 21:54
Compare
Choose a tag to compare
  • Fixed: an issue in onTransitionEnd in IE8
  • Replace for loop with forEach

v1.4.0

07 Apr 18:54
Compare
Choose a tag to compare
  • Improved: pause autoplay when page is not visible to user. Thanks Jamie0
  • Fixed: a conditional issue in onTransitionEnd() which cause the slider not working in gallery mode after slide once.

v1.3.1

31 Mar 13:24
Compare
Choose a tag to compare
  • Fixed: package.json -- move chai, testcafe-browser-provider-saucelabs to devDependenciesd
  • Fixed: nav & controls condition issues on resize

v1.3.0

24 Mar 20:36
Compare
Choose a tag to compare
  • Improved: added passive option to touchstart, touchmove events to improve scrolling.
    More on here and here.
  • Improved: simplify addEvents and removeEvents functions.

v1.2.2

15 Mar 12:18
Compare
Choose a tag to compare
  • Fixed: a vendor issue in function onTransitionEnd, #24.

v1.2.1

05 Mar 12:03
Compare
Choose a tag to compare
  • fixed: a controlsContainer, navContainer selector issue