Skip to content

Commit

Permalink
7.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Hervieu committed Sep 6, 2021
1 parent 620e098 commit dae3cbb
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 13 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 7.0.1 (2021-09-06)

## Bug fix

- chore(styles): add parentheses around division-like expr's (#679)

# 7.0.0 (2019-02-23)

## Feature
Expand Down Expand Up @@ -38,7 +44,7 @@ Sorry for this, but this version is breaking if you are using the `rz-slider-tpl

## Feature

- feat($compile): adds labelOverlapSeparator as an option (#616)
- feat(\$compile): adds labelOverlapSeparator as an option (#616)

# 6.4.4 (2018-01-24)

Expand Down Expand Up @@ -490,9 +496,9 @@ rzslider {

## Performance improvements

- Remove the $timeout call in the init method (#223).
- Remove the $timeout call in the onStart callback.
- Remove the $timeout call in the onChange callback (#229).
- Remove the \$timeout call in the init method (#223).
- Remove the \$timeout call in the onStart callback.
- Remove the \$timeout call in the onChange callback (#229).

# 2.4.0 (2015-12-30)

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": "7.0.0",
"version": "7.0.1",
"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 - v7.0.0 -
/*! angularjs-slider - v7.0.1 -
(c) Rafal Zajac <[email protected]>, Valentin Hervieu <[email protected]>, Jussi Saarivirta <[email protected]>, Angelin Sirbu <[email protected]> -
https://github.com/angular-slider/angularjs-slider -
2021-09-06 */
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": "7.0.0",
"version": "7.0.1",
"description": "AngularJS slider directive with no external dependencies. Mobile friendly!.",
"main": "dist/rzslider.js",
"types": "dist/rzslider.d.ts",
Expand Down

0 comments on commit dae3cbb

Please sign in to comment.