Skip to content

Commit 317c271

Browse files
author
Valentin Hervieu
committed
prepare 2.1.0 release
1 parent 13250ca commit 317c271

File tree

7 files changed

+15
-6
lines changed

7 files changed

+15
-6
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 2.1.0 (2015-11-29)
2+
## Features
3+
- Add a `vertical` options to display vertical sliders (#185).
4+
- Pass the options.id to the onStart, onChange and onEnd callbacks (#182).
5+
- Force labels to stay contained within element containing slider (#175).
6+
7+
## Bug fixes
8+
- add vendor-prefix to `display: flex` used by ticks (#160).
9+
110
# 2.0.0 (2015-11-12)
211
## Breaking changes
312
- All attributes except `rzSliderModel` and `rzSliderHigh` are moved to `rzSliderOptions`. (See the new documentation in ReadMe)

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angularjs-slider",
3-
"version": "2.0.0",
3+
"version": "2.1.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: v1.0.0
7+
* Version: v2.1.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.0.0",
3+
"version": "2.1.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: v1.0.0
7+
* Version: v2.1.0
88
*
99
* Licensed under the MIT license
1010
*/

0 commit comments

Comments
 (0)