recharts 2.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 @ckifer in https://github.com/recharts/recharts/pull/5561Dot: re-includepointsobject in dotProps by @brodriguezmilla in https://github.com/recharts/recharts/pull/5657Tooltip: addSVGPropsto Tooltip payload type to account for svg properties such as opacity passed by the user by @ally1002 in https://github.com/recharts/recharts/pull/5712Tooltip/Bar: fixactiveBarprop not working when tooltipshared={false}by @nizans in https://github.com/recharts/recharts/pull/5718General: allowdata-*props to be spread on svg elements and not be filtered out by @prtmwrkr in https://github.com/recharts/recharts/pull/5666
New Contributors
- @brodriguezmilla made their first contribution in https://github.com/recharts/recharts/pull/5657
- @nizans made their first contribution in https://github.com/recharts/recharts/pull/5718
Full Changelog: https://github.com/recharts/recharts/compare/v2.15.1...v2.15.2