Skip to content

Commit

Permalink
6.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinH committed Jan 2, 2017
1 parent 1303593 commit 5673c16
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 6.0.0 (2017-01-02)
## Refactoring
- Refactor/simplify the css rules to ease the customisation.

**You might want to check that all your custom styles are still correctly applied...**

# 5.9.0 (2016-12-12)
## Features
- Add selectionBarGradient option to customize the selection bar (#473)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angularjs-slider",
"version": "5.9.0",
"version": "6.0.0",
"homepage": "https://github.com/angular-slider/angularjs-slider",
"authors": [
"Rafal Zajac <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions dist/rzslider.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/rzslider.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! angularjs-slider - v5.9.0 -
/*! angularjs-slider - v6.0.0 -
(c) Rafal Zajac <[email protected]>, Valentin Hervieu <[email protected]>, Jussi Saarivirta <[email protected]>, Angelin Sirbu <[email protected]> -
https://github.com/angular-slider/angularjs-slider -
2017-01-02 */
Expand Down
2 changes: 1 addition & 1 deletion dist/rzslider.min.css

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

2 changes: 1 addition & 1 deletion dist/rzslider.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/rzslider.scss

Large diffs are not rendered by default.

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.9.0",
"version": "6.0.0",
"description": "AngularJS slider directive with no external dependencies. Mobile friendly!.",
"main": "dist/rzslider.js",
"repository": {
Expand Down

0 comments on commit 5673c16

Please sign in to comment.