npm recharts 3.5.0
v3.5.0

4 hours ago

What's Changed

Mostly fixes and performance improvements this release but check out the deprecation of Pie active/inactiveShape in favor of aligning with the shape prop of other chart elements.

Feat

  • Pie: add shape to align custom Pie sector shapes to other Recharts components by @ckifer in #6482
    • This change deprecates activeShape and inactiveShape. Please use the isActive prop passed from the callback to shape to create active Pie sectors.
  • Stacked Charts: implement reverseStackOrder prop in v3 - fixes a regression between recharts 2 and 3 by @j-shimizu111 in #6644
  • Typescript/Dot: export ActiveDotProps and DotItemDotProps types by @simaks in #6657

Fix

Docs

New Contributors (thanks everyone!)

Full Changelog: v3.4.1...v3.4.2

Don't miss a new recharts release

NewReleases is sending notifications on new releases.