Skip to content

Commit 06c0822

Browse files
author
Valentin Hervieu
committed
2.2.0 release
1 parent 87c299e commit 06c0822

File tree

7 files changed

+11
-8
lines changed

7 files changed

+11
-8
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# 2.2.0 (not released yet)
1+
# 2.2.0 (2015-12-17)
22
## Features
3-
- Add a `getSelectionBarColor` options to dynamically change the selection bar color (#197).
3+
- Add a `getSelectionBarColor` option to dynamically change the selection bar color (#197).
4+
5+
## Bug fixes
6+
- Fix negative float values rendering (#190).
47

58
# 2.1.0 (2015-11-29)
69
## Features

bower.json

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

dist/rzslider.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* (c) Rafal Zajac <[email protected]>
55
* http://github.com/rzajac/angularjs-slider
66
*
7-
* Version: v2.1.0
7+
* Version: v2.2.0
88
*
99
* Licensed under the MIT license
1010
*/

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.1.0",
3+
"version": "2.2.0",
44
"description": "AngularJS slider directive with no external dependencies. Mobile friendly!.",
55
"main": "dist/rzslider.js",
66
"repository": {

src/rzslider.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* (c) Rafal Zajac <[email protected]>
55
* http://github.com/rzajac/angularjs-slider
66
*
7-
* Version: v2.1.0
7+
* Version: v2.2.0
88
*
99
* Licensed under the MIT license
1010
*/

0 commit comments

Comments
 (0)