Skip to content

Commit dae3cbb

Browse files
author
Valentin Hervieu
committed
7.0.1 release
1 parent 620e098 commit dae3cbb

8 files changed

+19
-13
lines changed

Diff for: CHANGELOG.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 7.0.1 (2021-09-06)
2+
3+
## Bug fix
4+
5+
- chore(styles): add parentheses around division-like expr's (#679)
6+
17
# 7.0.0 (2019-02-23)
28

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

3945
## Feature
4046

41-
- feat($compile): adds labelOverlapSeparator as an option (#616)
47+
- feat(\$compile): adds labelOverlapSeparator as an option (#616)
4248

4349
# 6.4.4 (2018-01-24)
4450

@@ -490,9 +496,9 @@ rzslider {
490496

491497
## Performance improvements
492498

493-
- Remove the $timeout call in the init method (#223).
494-
- Remove the $timeout call in the onStart callback.
495-
- Remove the $timeout call in the onChange callback (#229).
499+
- Remove the \$timeout call in the init method (#223).
500+
- Remove the \$timeout call in the onStart callback.
501+
- Remove the \$timeout call in the onChange callback (#229).
496502

497503
# 2.4.0 (2015-12-30)
498504

Diff for: bower.json

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

Diff for: dist/rzslider.css

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

Diff for: dist/rzslider.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! angularjs-slider - v7.0.0 -
1+
/*! angularjs-slider - v7.0.1 -
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
2021-09-06 */

Diff for: dist/rzslider.min.css

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

Diff for: dist/rzslider.min.js

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

Diff for: dist/rzslider.scss

+2-2
Large diffs are not rendered by default.

Diff for: package.json

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

0 commit comments

Comments
 (0)