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

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
  • 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 after change and slide events were being triggered. Thanks to glaszig
  • 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
  • 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 for node_modules, which basically eliminates the need for bower as our client-side deps management solution
  • v5.3.6 Changes

    December 27, 2015
    • ๐Ÿ›  Restoring bootstrap depedency to bower.json file (Fixes issue with grunt prod task)