Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tomik23/react-circular-progress-bar

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tomik23/react-circular-progress-bar - npm Package Compare versions

Comparing version 0.1.25 to 1.1.0

14

CHANGELOG.md

@@ -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

2

package.json
{
"name": "@tomik23/react-circular-progress-bar",
"version": "0.1.25",
"version": "1.1.0",
"private": false,

@@ -5,0 +5,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc