Socket
Socket
Sign inDemoInstall

react-circular-progressbar

Package Overview
Dependencies
3
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
23Next

2.1.0

Diff

Changelog

Source

2.1.0 (2022-06-26)

  • Support React 18.x in package.json
kevinqi
published 2.0.4 •

Changelog

Source

2.0.4 (2021-03-26)

  • Support React 17.x in package.json
kevinqi
published 2.0.3 •

Changelog

Source

2.0.3

  • Remove other synthetic react imports (i.e. "import React from 'React'") [#124]
  • Upgrade React to 16.9.0 in /demo [#113]
kevinqi
published 2.0.2 •

Changelog

Source

2.0.2

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

Changelog

Source

2.0.1

  • Fix vertical centering of CircularProgressbarWithChildren [#96]
kevinqi
published 2.0.0 •

Changelog

Source

2.0.0

  • Add buildStyles utility, and make CircularProgressbar a named import [#86]
  • Add <CircularProgressbarWithChildren /> 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]
kevinqi
published 1.2.1 •

Changelog

Source

1.2.1

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

Changelog

Source

1.2.0

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

Changelog

Source

1.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].

kevinqi
published 1.0.0 •

Changelog

Source

1.0.0

We're at 1.0.0! 🎉 Thank you to all the contributors and issue creators.

  • Add text prop and remove textForPercentage and classForPercentage props [#61]
23Next
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc