Skip to content

Commit 5d9c66a

Browse files
committed
2.14 release
1 parent 1714aea commit 5d9c66a

8 files changed

+14
-8
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 2.14.0 (2016-05-22)
2+
## Features
3+
- Add `minLimit` and `maxLimit` options (#332).
4+
- Add a `maxRange` option (#333).
5+
- Add `boundPointerLabels` option (#323).
6+
17
# 2.13.0 (2016-04-24)
28
## Features
39
- Add a `getLegend` option (#318).

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ The default options are:
238238

239239
**minRange** - _Number (defaults to null)_: The minimum range authorized on the slider. *Applies to range slider only.*
240240

241-
**maxRange** - _Number (defaults to null)_: The minimum range authorized on the slider. *Applies to range slider only.*
241+
**maxRange** - _Number (defaults to null)_: The maximum range authorized on the slider. *Applies to range slider only.*
242242

243243
**translate** - _Function(value, sliderId, label)_: Custom translate function. Use this if you want to translate values displayed on the slider.
244244
`sliderId` can be used to determine the slider for which we are translating the value. `label` is a string that can take the following values:

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angularjs-slider",
3-
"version": "2.13.0",
3+
"version": "2.14.0",
44
"homepage": "https://github.com/angular-slider/angularjs-slider",
55
"authors": [
66
"Rafal Zajac <[email protected]>",

dist/rzslider.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
/*! angularjs-slider - v2.13.0 -
1+
/*! angularjs-slider - v2.14.0 -
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-05-13 */
4+
2016-05-22 */
55
rzslider {
66
position: relative;
77
display: inline-block;

dist/rzslider.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! angularjs-slider - v2.13.0 -
1+
/*! angularjs-slider - v2.14.0 -
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 -
44
2016-05-22 */

dist/rzslider.min.css

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

dist/rzslider.min.js

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

package.json

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

0 commit comments

Comments
 (0)