Skip to content

Commit

Permalink
5.8.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Hervieu committed Nov 9, 2016
1 parent 62d857d commit 219df14
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 21 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 5.8.7 (2016-11-09)
## Fix
- Add Math.round for positions and dimensions - thanks to @DmitryKrekota (#454)

# 5.8.6 (2016-11-08)
## Fix
- Apply the pushRange with maxRange - thanks to @GuilloOme (#456)
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "angularjs-slider",
"version": "5.8.6",
"version": "5.8.7",
"homepage": "https://github.com/angular-slider/angularjs-slider",
"authors": [
"Rafal Zajac <[email protected]>",
"Valentin Hervieu <valentin@hervieu.me>",
"Valentin Hervieu <valentin@hervi.eu>",
"Jussi Saarivirta <[email protected]>"
],
"description": "AngularJS slider directive with no external dependencies. Mobile friendly!",
Expand Down
4 changes: 2 additions & 2 deletions dist/rzslider.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*! angularjs-slider - v5.8.6 -
/*! angularjs-slider - v5.8.7 -
(c) Rafal Zajac <[email protected]>, Valentin Hervieu <[email protected]>, Jussi Saarivirta <[email protected]>, Angelin Sirbu <[email protected]> -
https://github.com/angular-slider/angularjs-slider -
2016-11-08 */
2016-11-09 */
.rzslider {
position: relative;
display: inline-block;
Expand Down
4 changes: 2 additions & 2 deletions dist/rzslider.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*! angularjs-slider - v5.8.6 -
/*! angularjs-slider - v5.8.7 -
(c) Rafal Zajac <[email protected]>, Valentin Hervieu <[email protected]>, Jussi Saarivirta <[email protected]>, Angelin Sirbu <[email protected]> -
https://github.com/angular-slider/angularjs-slider -
2016-11-08 */
2016-11-09 */
/*jslint unparam: true */
/*global angular: false, console: false, define, module */
(function(root, factory) {
Expand Down
6 changes: 1 addition & 5 deletions dist/rzslider.min.css

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

9 changes: 2 additions & 7 deletions dist/rzslider.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/rzslider.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*! angularjs-slider - v5.8.6 -
/*! angularjs-slider - v5.8.7 -
(c) Rafal Zajac <[email protected]>, Valentin Hervieu <[email protected]>, Jussi Saarivirta <[email protected]>, Angelin Sirbu <[email protected]> -
https://github.com/angular-slider/angularjs-slider -
2016-11-08 */
2016-11-09 */
.rzslider {
position: relative;
display: inline-block;
Expand Down
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": "5.8.6",
"version": "5.8.7",
"description": "AngularJS slider directive with no external dependencies. Mobile friendly!.",
"main": "dist/rzslider.js",
"repository": {
Expand Down

0 comments on commit 219df14

Please sign in to comment.