Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-20 | 1.1 kB | |
v2.15.4 source code.tar.gz | 2025-06-20 | 592.4 kB | |
v2.15.4 source code.zip | 2025-06-20 | 826.0 kB | |
Totals: 3 Items | 1.4 MB | 0 |
What's Changed
Last 2.x patch - releasing since the @babel/runtime
vulnerability 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 @MyungAe in https://github.com/recharts/recharts/pull/5840Bar
: allowminPointSize
function to receive null and undefined values by @eino in https://github.com/recharts/recharts/pull/5947TypeScript
: fix issue which caused build errors whenallowSyntheticDefaultImports: false
by @tfaller in https://github.com/recharts/recharts/pull/5810
Security
- resolve @babel/runtime ReDoS vulnerability (SNYK-JS-BABELRUNTIME-10044504) by @moehaje in https://github.com/recharts/recharts/pull/5969
- recharts isn't vulnerable to this per-se, but it does show up in security tooling like snyk
New Contributors
- @moehaje made their first contribution in https://github.com/recharts/recharts/pull/5969
Full Changelog: https://github.com/recharts/recharts/compare/v2.15.3...v2.15.4