Update dependency react-circular-progressbar to v2
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
react-circular-progressbar | dependencies | major | ^2.0.2 | source |
Release Notes
kevinsqi/react-circular-progressbar
v2.0.2
- Import react with "* as React" to prevent the need to use allowSyntheticDefaultExports/esModuleInterop in consumers (issue #110) #112
v2.0.1
- Fix vertical centering of CircularProgressbarWithChildren [#96]
v2.0.0
- Add buildStyles utility, and make CircularProgressbar a named import [#86]
- Add wrapper component [#87]
- Remove initialAnimation prop in favor of percentage being controlled externally [#88]
- Replace props.percentage with props.value, and add minValue and maxValue [#89]
- Update docs for v2.0.0 [#90]
v1.2.1
- Use Rollup to build package [#83]
- Extract Path component into separate file [#84]
v1.2.0
- Add props.circleRatio to enable partial diameter "car speedometer" style [#80]
v1.1.0
-
Convert project to Typescript and improve demo setup [#77]
-
Remove prop-types dependency [#78]
1.1.0 now uses Typescript!
There should not be any breaking changes to the public JS interface. However, the slight discrepancy in typing may cause type errors when switching from 1.0 using DefinitelyTyped. Runtime prop-types checking is also now removed in [#78].
Renovate configuration
rebase!
".
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.