New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-minimal-pie-chart

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-minimal-pie-chart - npm Package Versions

234

9.1.0

Diff

Changelog

Source

9.1.0

Minor Changes

  • a0ce709: Support react v19
toomuchdesign
published 9.0.0 •

Changelog

Source

9.0.0

Major Changes

  • 3bfb426: UMD export removed
  • 3bfb426: Package compiled in ES6. Consuming JS engines should be able to interpret features like arrow functions and const.
  • 3bfb426: svg-partial-circle unbundled and imported via plain import
toomuchdesign
published 8.4.1 •

Changelog

Source

8.4.1

Patch Changes

  • d1887ba: Move @types/svg-path-parser to dev dependencies
toomuchdesign
published 8.4.0 •

Changelog

Source

8.4.0

Minor Changes

  • Improve labelRenderProps by using TS generics
  • Expose chart PieChartProps types
  • Rely on useEffect only to trigger initial animation
toomuchdesign
published 8.3.0 •

Changelog

Source

8.3.0

Minor Changes

  • Support React 18
toomuchdesign
published 8.2.0 •

Changelog

Source

8.2.0

Minor Changes

  • Decrease bundle size of about 2%
toomuchdesign
published 8.1.0 •

Changelog

Source

8.1.0

Minor Changes

  • Widen peerDependencies to include React 17
toomuchdesign
published 8.0.1 •

Changelog

Source

8.0.1

Patch Changes

  • Change extractPercentage implementation to address a rounding issue in stroke-dashoffset evaluation (#133)
toomuchdesign
published 8.0.0 •

Changelog

Source

8.0.0

Major Changes

  • Chart component exposed as named export instead of default.
  • Minimum react and react-dom peerDependency versions increased to ^16.8.0
  • Minimum typescript version increased to ^3.8.0 (due to import type)
  • label prop works as render prop; drop support for boolean and Element values
  • segmentsShift prop expressed as absolute viewBox units instead of radius' percentage
  • Event handlers signature updated to: (event, segmentIndex) => void
  • rx and ry props replaced by center array prop
  • center and radius props expressed as absolute viewBox units instead of percentage of it
  • prop-types dependency and static PropTypes declarations dropped
  • Dropped support for `data[].style property
  • Replaced extendedData startOffset prop with startAngle
  • injectSVG dropped in favour of native children prop
  • requestAnimationFrame existence check removed
  • Removed Object.assign polyfill

Minor Changes

  • Gzipped size reduced from 2.6kb to 1.9 kb (-27%)
  • segmentsStyle and labelStyle accept both value or function

Patch Changes

  • Default labels vertically aligned with dominant-baseline: central (#149)
toomuchdesign
published 7.3.1 •

Changelog

Source

7.3.1

Patch Changes

  • Fix event handler types expecting wrong event as first argument
  • Fix label prop type declaration when receiving a function (#154)
  • Fix wrong label position when segmentsShift enabled (#155)
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