All Versions
71
Latest Version
Avg Release Cycle
41 days
Latest Release
1790 days ago
Changelog History
Page 7
Changelog History
Page 7
-
v6.0.16 Changes
February 04, 2016- ๐ Bug Fix: Attempted Bug fix from 6.0.11 was refined to ensure so side effects.
-
v6.0.15 Changes
February 04, 2016- ๐ Bug Fix: _setText() defaults to
.textContent
vs.innerHTML
. Thanks to gio-js
- ๐ Bug Fix: _setText() defaults to
-
v6.0.13 Changes
January 31, 2016- ๐ Reverted Bug fix from prior release
-
v6.0.11 Changes
January 31, 2016- ๐ Bug fix: Slider was not scrolling properly when nested inside of scrollable container. Thanks to serbiant
-
v6.0.9 Changes
January 26, 2016- ๐ Bug fix: Race condition in
setValue()
where slider value was being set afterchange
andslide
events were being triggered. Thanks to glaszig
- ๐ Bug fix: Race condition in
-
v6.0.7 Changes
January 22, 2016- ๐ Bug fix: When
tooltip_position
option is set to"bottom"
on a slider with multiple split handles, position both tooltips below the slider. Thanks to Martin Hesslund
- ๐ Bug fix: When
-
v6.0.5 Changes
January 20, 2016- bower.json: changing "main" to reference /dist/bootstrap-slider.js
-
v6.0.2 Changes
December 31, 2015- ๐ฆ package.json: changing "main" to point at proper file path
-
v6.0.0 Changes
December 30, 2015- Moving all source code to
/src
directory - Transpiling JS with Babel
- โ Adding
Other Guidelines
section to CONTRIBUTING.MD - โก๏ธ Updating README with Grunt CLI tasks
- โก๏ธ Update postpublish script to reference transpiled code
- Freezing dependency versions (this allows us to ensure the module and grunt tasks always have consistent/repeatable behavior)
- โ Adding an
.nvmrc
file for Node 5.x.x. This version of node comes with NPM 3.x.x, which creates a flat dependency tree fornode_modules
, which basically eliminates the need for bower as our client-side deps management solution
- Moving all source code to
-
v5.3.6 Changes
December 27, 2015- ๐ Restoring bootstrap depedency to bower.json file (Fixes issue with
grunt prod
task)
- ๐ Restoring bootstrap depedency to bower.json file (Fixes issue with