@tomik23/react-circular-progress-bar
Advanced tools
Comparing version 0.1.25 to 1.1.0
@@ -0,7 +1,17 @@ | ||
## v1.1.0 (2022-01-03) | ||
### Changed | ||
- updating accessibility, change role from `img` to `progressbar` | ||
- adding `aria-valuenow`, `aria-valuemin` and `aria-valuemax` attributes | ||
### Fixed | ||
- test width `strokeDasharray` | ||
## v1.0.25 (2021-10-21) | ||
### Added | ||
- `animationSmooth` - new props, The [transition](https://developer.mozilla.org/en-US/docs/Web/CSS/transition) property allows you to create animations (a smooth transition effect). | ||
### Changed | ||
- `role=img` to `role=progressbar` - [progressbar role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_progressbar_role) | ||
- `animationSmooth` - new props, The [transition](https://developer.mozilla.org/en-US/docs/Web/CSS/transition) property allows you to create animations (a smooth transition effect). | ||
@@ -37,3 +47,3 @@ ## v1.0.24 (2021-09-27) | ||
## v0.1.20 (2021-08-19) | ||
## v0.1.19 (2021-08-19) | ||
@@ -40,0 +50,0 @@ ### Added |
{ | ||
"name": "@tomik23/react-circular-progress-bar", | ||
"version": "0.1.25", | ||
"version": "1.1.0", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
31118
1