Skip to content

Releases: ganlanyuan/tiny-slider

v2.2.1

02 Oct 18:07
Compare
Choose a tag to compare
  • Fixed: fix calc, mediaquerySupport, subpixelLayout, addCSSRule when script included in <head>.
  • Fixed: an issue in gallery mode which cause the callback function run twice after each animation.
  • Removed: go-native dependency. #81

v2.2.0

29 Sep 21:39
Compare
Choose a tag to compare
  • Added: disable option. #77
  • Added: active classes for nav and slides. #80
  • Fixed: a media query issue in gallery mode.

v2.1.8

17 Sep 13:18
Compare
Choose a tag to compare
  • Fixed: an issue when using nested sliders. #75
  • Fixed: an edgePadding issue in gallery mode.

v2.1.7

10 Sep 11:16
Compare
Choose a tag to compare
  • Added: new option autoplayButtonOutput to control whether autoplayButton get generated programatically. #68
  • Improved: nav now get updated prior to slider animation. And a transition property is added to nav items. Beside this, controls status updating and lazyload 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

05 Sep 03:12
Compare
Choose a tag to compare
  • Fixed: a drag issue when slides have img child (or svg). #67

v2.1.5

04 Sep 10:52
Compare
Choose a tag to compare

Fixed: a condition issue in onControlsClick which cause goTo("next") actually go to prev. #66

v2.1.4

01 Sep 20:44
Compare
Choose a tag to compare
  • Improved: add aria-disabled to disabled non-button control;
  • Fixed: variable absIndex in goTo().
  • 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 using fixedWidth 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

27 Aug 14:14
Compare
Choose a tag to compare
  • Improved: add event delegation on navContainer and controlsContainer
  • Fixed: goTo("prev") and goTo("next") now work the same as prev/next buttons
  • Fixed: goTo("last") now works like non-loop

v2.1.2

21 Aug 10:39
Compare
Choose a tag to compare
  • Fixed: add missing keyword var in whichProperty and sliderInit.

v2.1.1

18 Aug 17:28
Compare
Choose a tag to compare
  • Fixed: a type issue in breakpoints.
  • Improved: remove repeated styles in media queries.