forked from seiyria/bootstrap-slider
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master'
- Loading branch information
Showing
38 changed files
with
3,112 additions
and
1,525 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
.idea/* | ||
temp | ||
node_modules | ||
bower_components | ||
./css/ | ||
.grunt/* | ||
_SpecRunner.html | ||
npm-debug.log | ||
.DS_STORE | ||
index.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
5.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
6.0.16 / 2016-02-04 | ||
================== | ||
* Bug Fix: Attempted Bug fix from 6.0.11 was refined to ensure so side effects. | ||
|
||
6.0.15 / 2016-02-04 | ||
================== | ||
* Bug Fix: _setText() defaults to `.textContent` vs `.innerHTML`. Thanks to [gio-js](https://github.com/gio-js) | ||
|
||
6.0.13 / 2016-01-31 | ||
================== | ||
* Reverted Bug fix from prior release | ||
|
||
6.0.11 / 2016-01-31 | ||
================== | ||
* Bug fix: Slider was not scrolling properly when nested inside of scrollable container. Thanks to [serbiant](https://github.com/serbiant) | ||
|
||
|
||
6.0.9 / 2016-01-26 | ||
================== | ||
* Bug fix: Race condition in `setValue()` where slider value was being set after `change` and `slide` events were being triggered. Thanks to [glaszig](https://github.com/glaszig) | ||
|
||
6.0.7 / 2016-01-22 | ||
================== | ||
* 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](https://github.com/kesse) | ||
|
||
6.0.5 / 2016-01-20 | ||
================== | ||
* bower.json: changing "main" to reference /dist/bootstrap-slider.js | ||
|
||
6.0.2 / 2015-12-31 | ||
================== | ||
* package.json: changing "main" to point at proper file path | ||
|
||
6.0.0 / 2015-12-30 | ||
================== | ||
* Moving all source code to `/src` directory | ||
* Transpiling JS with [Babel](https://babeljs.io/) | ||
* 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 | ||
|
||
5.3.6 / 2015-12-27 | ||
================== | ||
* Restoring bootstrap depedency to bower.json file (Fixes issue with `grunt prod` task) | ||
|
||
5.3.4 / 2015-12-27 | ||
================== | ||
* Bug fix: Ticks now reposition themselves during window resize - Thanks to [Zachary Siswick](https://github.com/zsiswick) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.