Skip to content

v3.5.0

Choose a tag to compare

@ckifer ckifer released this 23 Nov 05:45
· 76 commits to main since this release
2bf10c9

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.
    • Note: forgot to include the current Sector index, will add in 3.5.1
  • 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