Skip to content

Commit 219df14

Browse files
author
Valentin Hervieu
committed
5.8.7 release
1 parent 62d857d commit 219df14

8 files changed

+16
-21
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 5.8.7 (2016-11-09)
2+
## Fix
3+
- Add Math.round for positions and dimensions - thanks to @DmitryKrekota (#454)
4+
15
# 5.8.6 (2016-11-08)
26
## Fix
37
- Apply the pushRange with maxRange - thanks to @GuilloOme (#456)

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "angularjs-slider",
3-
"version": "5.8.6",
3+
"version": "5.8.7",
44
"homepage": "https://github.com/angular-slider/angularjs-slider",
55
"authors": [
66
"Rafal Zajac <[email protected]>",
7-
"Valentin Hervieu <valentin@hervieu.me>",
7+
"Valentin Hervieu <valentin@hervi.eu>",
88
"Jussi Saarivirta <[email protected]>"
99
],
1010
"description": "AngularJS slider directive with no external dependencies. Mobile friendly!",

dist/rzslider.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
/*! angularjs-slider - v5.8.6 -
1+
/*! angularjs-slider - v5.8.7 -
22
(c) Rafal Zajac <[email protected]>, Valentin Hervieu <[email protected]>, Jussi Saarivirta <[email protected]>, Angelin Sirbu <[email protected]> -
33
https://github.com/angular-slider/angularjs-slider -
4-
2016-11-08 */
4+
2016-11-09 */
55
.rzslider {
66
position: relative;
77
display: inline-block;

dist/rzslider.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
/*! angularjs-slider - v5.8.6 -
1+
/*! angularjs-slider - v5.8.7 -
22
(c) Rafal Zajac <[email protected]>, Valentin Hervieu <[email protected]>, Jussi Saarivirta <[email protected]>, Angelin Sirbu <[email protected]> -
33
https://github.com/angular-slider/angularjs-slider -
4-
2016-11-08 */
4+
2016-11-09 */
55
/*jslint unparam: true */
66
/*global angular: false, console: false, define, module */
77
(function(root, factory) {

dist/rzslider.min.css

+1-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rzslider.min.js

+2-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rzslider.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
/*! angularjs-slider - v5.8.6 -
1+
/*! angularjs-slider - v5.8.7 -
22
(c) Rafal Zajac <[email protected]>, Valentin Hervieu <[email protected]>, Jussi Saarivirta <[email protected]>, Angelin Sirbu <[email protected]> -
33
https://github.com/angular-slider/angularjs-slider -
4-
2016-11-08 */
4+
2016-11-09 */
55
.rzslider {
66
position: relative;
77
display: inline-block;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angularjs-slider",
3-
"version": "5.8.6",
3+
"version": "5.8.7",
44
"description": "AngularJS slider directive with no external dependencies. Mobile friendly!.",
55
"main": "dist/rzslider.js",
66
"repository": {

0 commit comments

Comments
 (0)