Sourced from recharts's releases.
v2.15.4
What's Changed
Last 2.x patch - releasing since the
@babel/runtimevulnerability is showing up in some security scans. Hoping to release 3.0 on 6/22 🚀Fix
X/YAxis: fix issue where recharts class names did not get passed to custom tick components by@​MyungAein recharts/recharts#5840Bar: allowminPointSizefunction to receive null and undefined values by@​einoin recharts/recharts#5947TypeScript: fix issue which caused build errors whenallowSyntheticDefaultImports: falseby@​tfallerin recharts/recharts#5810Security
- resolve
@​babel/runtimeReDoS vulnerability (SNYK-JS-BABELRUNTIME-10044504) by@​moehajein recharts/recharts#5969
- recharts isn't vulnerable to this per-se, but it does show up in security tooling like snyk
New Contributors
@​moehajemade their first contribution in recharts/recharts#5969Full Changelog: https://github.com/recharts/recharts/compare/v2.15.3...v2.15.4
v2.15.3
Last patch release before 3.0 🚀
What's Changed
Fix
XAxis: fix padding calculation forpadding="gap"andpadding="no-gap"when XAxis is type number by@​jackfletchin recharts/recharts#5759Full Changelog: https://github.com/recharts/recharts/compare/v2.15.2...v2.15.3
v2.15.2
What's Changed
Few bugfixes and bug fix backports for 2.x
Fix
Bar/Rectangle: add index back to Bar Rectangle key to prevent duplicate key issues by@​ckiferin recharts/recharts#5561Dot: re-includepointsobject in dotProps by@​brodriguezmillain recharts/recharts#5657Tooltip: addSVGPropsto Tooltip payload type to account for svg properties such as opacity passed by the user by@​ally1002in recharts/recharts#5712Tooltip/Bar: fixactiveBarprop not working when tooltipshared={false}by@​nizansin recharts/recharts#5718General: allowdata-*props to be spread on svg elements and not be filtered out by@​prtmwrkrin recharts/recharts#5666New Contributors
@​brodriguezmillamade their first contribution in recharts/recharts#5657@​nizansmade their first contribution in recharts/recharts#5718
... (truncated)
7baebfe
2.15.4a059da3
fix: resolve @​babel/runtime ReDoS vulnerability
(SNYK-JS-BABELRUNTIME-1004450...b835f0e
feat: allow minPointSize function to receive null and undefined values
(2.x) ...7921cda
fix: combine custom-tick-className and cartesian-axis-tick-value (#5840)5a3057a
Import react with namespace import (#5810)bfd18c2
2.15.36d65542
Fix XAxis padding calculation (#5759)2ce39b9
2.15.22783232
Fix activeBar Prop Not Working when tooltip shared is false (#5718)2b1afa7
Add SVGElements to payload type (#5712)