All Versions
71
Latest Version
Avg Release Cycle
41 days
Latest Release
1755 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v10.0.2 Changes
April 28, 2018- ๐ Bug Fix Fixes an issue when determining mouse coords when pageXOffset >= 0 . See here for further details. Fixes this bug. Thanks to x-yuri.
-
v10.0.1 Changes
April 28, 2018- ๐ Bug Fix Fixing an issue where DOM elements were being selected on slide in FF and IE. See here for further details. Fixes this bug. Thanks to Andreas Wulf.
-
v10.0.0 Changes
November 09, 2017- ๐ Bug Fix Refactoring tooltip CSS to use
transform
for positioning. See here for further details. Fixes this bug. Thanks to wismill.
- ๐ Bug Fix Refactoring tooltip CSS to use
-
v9.10.0 Changes
November 09, 2017- ๐ Build pipeline change Refactoring bootstrap files to come from
node_modules
instead ofdependencies
directory so latest changes are reflected. See here for further details. Thanks to Sebastiaan ten Pas.
- ๐ Build pipeline change Refactoring bootstrap files to come from
-
v9.9.1 Changes
November 09, 2017- ๐ Bug Fix LESS/CSS: Bug fix for mixin. See here for further details. Thanks to Arman Poghosyan.
-
v9.9.0 Changes
September 23, 2017- ๐ New Feature LESS/CSS: refactor colors into variables file. See here for further details. Thanks to Joseph Marikle.
-
v9.8.1 Changes
July 06, 2017- ๐ Bug Fix Addresses issue where the max value calculation was wrong due to the cutoff when the
max
option value was not a multiple of thestep
option value. See here for further details. Thanks to Thomas Haitzer.
- ๐ Bug Fix Addresses issue where the max value calculation was wrong due to the cutoff when the
-
v9.8.0 Changes
April 24, 2017- ๐ New Feature: Ability to add a custom class to the ranges of a slider with the
rangeHightlights
option specified. See the PR for further details.. Thanks to jccode.
โก๏ธ Tooling Update / 2017-04-09
- โก๏ธ Updates grunt dependency from version
0.4.4
to^0.4.5
.
- ๐ New Feature: Ability to add a custom class to the ranges of a slider with the
-
v9.7.3 Changes
April 09, 2017- ๐ Bug Fix Resolves PhantomJS error that was occurring while running the unit test suite. See here for further details.
- โก๏ธ Tooling Update Updates unit test suite to Jasmine 2.x.x by updating the grunt-contrib-jasmine dependency from version
0.5.2
to1.0.3
.
-
v9.7.2 Changes
February 10, 2017- ๐ Bug Fix Resolves accesibility issue in range sliders. See here for further details. Thanks to Jerry (jerrylow).
โก๏ธ Tooling Update / 2017-02-02
- โ Adds in CodeClimate integration. Thanks to Scott Larkin.
โก๏ธ Tooling Update / 2017-02-01
- ๐ Examples Page: Fixes code snippet for Example 6. Thanks to Sergey Mezentsev.