Skip to content

Commit

Permalink
6.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Hervieu committed Mar 2, 2017
1 parent e97cf74 commit 3ba812d
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 6.0.2 (2017-03-02)
## Fixes
- Update the combined labels on separation (#502)

# 6.0.1 (2017-02-14)
## Fixes
- Ensure model value is current when custom translate function runs for tick values
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angularjs-slider",
"version": "6.0.1",
"version": "6.0.2",
"homepage": "https://github.com/angular-slider/angularjs-slider",
"authors": [
"Rafal Zajac <[email protected]>",
Expand Down
6 changes: 3 additions & 3 deletions dist/rzslider.css

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions dist/rzslider.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*! angularjs-slider - v6.0.1 -
/*! angularjs-slider - v6.0.2 -
(c) Rafal Zajac <[email protected]>, Valentin Hervieu <[email protected]>, Jussi Saarivirta <[email protected]>, Angelin Sirbu <[email protected]> -
https://github.com/angular-slider/angularjs-slider -
2017-02-15 */
2017-03-02 */
/*jslint unparam: true */
/*global angular: false, console: false, define, module */
(function(root, factory) {
Expand Down Expand Up @@ -1354,6 +1354,8 @@
this.showEl(this.cmbLab);
} else {
this.cmbLabelShown = false;
this.updateHighHandle(this.valueToPosition(this.highValue));
this.updateLowHandle(this.valueToPosition(this.lowValue));
this.showEl(this.maxLab);
this.showEl(this.minLab);
this.hideEl(this.cmbLab);
Expand Down
2 changes: 1 addition & 1 deletion dist/rzslider.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/rzslider.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/rzslider.scss

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angularjs-slider",
"version": "6.0.1",
"version": "6.0.2",
"description": "AngularJS slider directive with no external dependencies. Mobile friendly!.",
"main": "dist/rzslider.js",
"repository": {
Expand Down

0 comments on commit 3ba812d

Please sign in to comment.