All Versions
71
Latest Version
Avg Release Cycle
41 days
Latest Release
1092 days ago
Changelog History
Page 6
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 asnth-of-type(n)
. Idea came from discussion in this issue
- ๐ New Feature: Wraps all of the ticks within a single container element with the class
-
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.
- โช Revert: Reverting bug fix made in
-
v7.1.0 Changes
May 26, 2016- ๐ New Feature: Allow LESS/SASS variables to be overridden, but fall back to defaults if needed. See here for further details. Thanks to Jonathan Rehm (jkrehm)
-
v7.0.4 Changes
May 26, 2016- ๐ Bug Fix: Changes webpack AMD build error on define() for optional jQuery dependency to be a warning, which allows webpack builds to be completed. See here for further details. Thanks to Tomi Saarinen (TomiS)
-
v7.0.2 Changes
April 05, 2016- ๐ Bug Fix: Fixes overlap issue with range slider. See here for further details. Thanks to Jerry (jerrylow)
-
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
- ๐ New Feature: Auto-registering/intializing slider via