Skip to content

Update dependency react-circular-progressbar to v2

Warren Gifford requested to merge renovate/react-circular-progressbar-2.x into master

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 code search for "react-circular-progressbar"

Release Notes

kevinsqi/react-circular-progressbar

v2.0.2

Compare Source

  • Import react with "* as React" to prevent the need to use allowSyntheticDefaultExports/esModuleInterop in consumers (issue #​110) #​112

v2.0.1

Compare Source

  • Fix vertical centering of CircularProgressbarWithChildren [#​96]

v2.0.0

Compare Source

  • 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

Compare Source

  • Use Rollup to build package [#​83]
  • Extract Path component into separate file [#​84]

v1.2.0

Compare Source

  • Add props.circleRatio to enable partial diameter "car speedometer" style [#​80]

v1.1.0

Compare Source

  • 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

📅 Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

Merge request reports

Loading