Skip to content

Releases: ganlanyuan/tiny-slider

v1.6.1

17 Aug 15:12
Compare
Choose a tag to compare
  • Fixed: a layout issue on window resize which cause nav stop working. (#57)
  • Fixed: checkSlideCount function on resize.
  • Fixed: an issue when switching focus between control buttons.

v2.1.0

16 Aug 15:39
Compare
Choose a tag to compare
  • Added: more options available for responsive. (see here)
  • Changed: Move autoplay button out of nav container.

v2.0.3

04 Aug 15:40
Compare
Choose a tag to compare
  • Fixed: an event issue in initialization.

v1.6.0

04 Aug 15:41
Compare
Choose a tag to compare
  • Improved: options container, controlsContainer, navContainer and autoplayButton now accept css selectors
  • Fixed: touch, mouseDrag, autoplay, arrowKeys are disabled when all items are visible

v2.0.2

03 Aug 19:52
Compare
Choose a tag to compare
  • Improved: options container, controlsContainer, navContainer and autoplayButton now accept css selectors
  • Improved: refine resize tasks
  • Fixed: touch, mouseDrag, autoplay, arrowKeys are disabled when all items are visible

v2.0.1

02 Aug 19:52
Compare
Choose a tag to compare
  • Fixed: an autoHeight transition issue
  • Fixed: a scroll bar issue in IE9-10 because of overflow-x: hidden set on outer wrapper
  • Fixed: move Object.keys polyfill back from ie8 helper to add Object.keys support to Safari 4

v2.0.0

02 Aug 19:48
Compare
Choose a tag to compare

What's new

  • Using % instead of px
  • Using inserted stylesheet instead of inline style attribute
  • Insert controls and nav before slider instead of after (issue 4)
  • Some selector changes in tiny-slider.scss

From v1 to v2

  • Update controls and / or nav styles based on their position changes.
  • Update the slider selectors accordingly if used in your CSS or JS.

v1.5.6

26 Jun 15:52
Compare
Choose a tag to compare
  • Fixed: a nav issue on resize and on non-loop mode. [#48]

v1.5.5

26 Jun 15:55
Compare
Choose a tag to compare
  • Fixed: a timer issue in gallery mode.
  • Fixed: a syntax issue on ie8.

v1.5.4

16 Jun 03:03
Compare
Choose a tag to compare
  • Fixed: an issue in nav initialization