All Versions
71
Latest Version
Avg Release Cycle
41 days
Latest Release
1092 days ago

Changelog History
Page 6

  • v9.0.0 Changes

    July 13, 2016
    • ๐Ÿ†• New Feature: Wraps all of the ticks within a single container element with the class .slider-tick-container as opposed to being within the .slider-track element. This enables individual ticks to be more easily targeted with CSS selectors such as nth-of-type(n). Idea came from discussion in this issue
  • v8.0.0 Changes

    July 13, 2016
    • โช Revert: Reverting bug fix made in 7.0.4 - 7.0.5 because it breaks UMD module definition and r.js build tool as reported in this issue. Updated README to address how to stub out optional JQuery dependency for Webpack builds.
  • v7.1.0 Changes

    May 26, 2016
  • v7.0.4 Changes

    May 26, 2016
  • v7.0.2 Changes

    April 05, 2016
  • v7.0.0 Changes

    April 05, 2016
    • ๐Ÿ’ฅ Breaking Change: Restructured and refactored SASS source files to eliminate compass dependency and be more organized. Thanks to Jacob van Mourik (jcbvm)
  • v6.1.7 Changes

    April 03, 2016
    • ๐Ÿ› Bug Fix: Fixes issue where slider accidently scrolls when user taps on mobile device. Thanks to Jerry (jerrylow)
  • v6.1.5 Changes

    March 12, 2016
    • ๐Ÿ› Bug Fix: Call resize() before layout() within relayout() method, which enables intially hidden sliders to be revealed and behave appropriately. Thanks to Peter (MaZderMind)
  • v6.1.3 Changes

    March 07, 2016
    • ๐Ÿ› Bug Fix: Fixed horizontal centering issue with labels. Thanks to Josh Guffey
  • v6.1.0 Changes

    February 28, 2016
    • ๐Ÿ†• New Feature: Auto-registering/intializing slider via data-provide="slider" attribute. Thanks to MaZderMind
    • โž• Adding Github Templates for Issues, Pull Requests, and Contributions