recharts 3.0.1
⚠️ Version 3.0.1 has a bug where some charts will not render in React strict mode. Please use 3.0.2 or higher. ⚠️
What's Changed
Lots of fixes from the 3.0 release - thanks for the reports!
Edit: broke something https://github.com/recharts/recharts/issues/6022
Fix
Label: fix an issue which causedlabelRefto get passed to custom DOM elements which logged an error/warning by @saurabhraj123 in https://github.com/recharts/recharts/pull/6008Pie->Label: fix issue where pie labels were not rendering correctly when specified as a child ofPieby @PavelVanecek in https://github.com/recharts/recharts/pull/5987Legend: apply legenditemSorterfor customcontentas well as default content by @PavelVanecek in https://github.com/recharts/recharts/pull/6012*Legend: keep legend items in the same order when they are hidden and shown by @PavelVanecek in https://github.com/recharts/recharts/pull/6017Bar->Brush: fix undefined access error when usingBrushwith stacked bar charts by @PavelVanecek in https://github.com/recharts/recharts/pull/6009X/YAxis: fixDecimalErrorwhen creating vertical oriented charts with a single datapoint by @ckifer in https://github.com/recharts/recharts/pull/6016X/Y/PolarAngle/PolarRadius Axis:tickFormatteris no longer called with data indexes before the actual data by @PavelVanecek in https://github.com/recharts/recharts/pull/6019
Full Changelog: https://github.com/recharts/recharts/compare/v3.0.0...v3.0.1