recharts 2.10.2
What's Changed
Patch some bugs from 2.9 / 2.10
Fix
Tooltip: Fix tooltip rendering crash when activeItem is undefined by @tran-simon in https://github.com/recharts/recharts/pull/3982Cursor: should no longer show gray background on hover where there was none previously @HHongSeungWoo in https://github.com/recharts/recharts/pull/3992Tooltip: show tooltip whendataprop is on individual cartesian component by @HHongSeungWoo in https://github.com/recharts/recharts/pull/3988LabelList- TypeScript: LabelList offset prop issue by @ckifer in https://github.com/recharts/recharts/pull/3999
Accessibility
Brush: set default aria-label and allow value override by @enriquetamames-cpi in https://github.com/recharts/recharts/pull/3950
Refactor / Cleanup
- Removing some eslint errors for "no array index key" by @imagineLife
New Contributors
- @tran-simon made their first contribution in https://github.com/recharts/recharts/pull/3982
- @enriquetamames-cpi made their first contribution in https://github.com/recharts/recharts/pull/3950
Full Changelog: https://github.com/recharts/recharts/compare/v2.10.1...v2.10.2