PR #76 opened: chore(deps): bump recharts from 2.15.4 to 3.8.1
Bumps recharts from 2.15.4 to 3.8.1.
▶Release notes
Sourced from recharts's releases.
v3.8.1
What's Changed
Bugfixes!
- fix(z-index): prevent elements from disappearing during dynamic zIndex transitions by
@VIDHITTSin recharts/recharts#7006- fix: prevent tooltip flicker in syncMethod="value" with mismatched data arrays by
@roy7in recharts/recharts#7020- docs: add missing SVG props documentation to PolarGrid #3400 by
@ramanversein recharts/recharts#6987- fix: add cursor prop type to BaseChartProps by
@mixelburgin recharts/recharts#7065- fix: restore arrow key navigation when active index is outside zoomed… by
@AbishekRaj2007in recharts/recharts#7086- Add test for ticks spacing by
@VIDHITTSin recharts/recharts#7082- fix(Pie): skip minAngle redistribution when no segment needs it by
@Harikrushn9118in recharts/recharts#7097- fix(DefaultLegendContent): use entry.value for aria-label when formatter returns React element by
@mixelburgin recharts/recharts#7109- fix(PolarRadiusAxis): update ticks prop type by
@PavelVanecekin recharts/recharts#7112- fix: PieChart double padding gap when a data item has value 0 by
@Copilotin recharts/recharts#7113- Add boxplot example by
@PavelVanecekin recharts/recharts#7130- [fix] Update ticks calculator and domain extension by
@PavelVanecekin recharts/recharts#7146- fix: guard against non-function d3-scale exports in getD3ScaleFromType by
@tdebarochezin recharts/recharts#7123- fix: stackOffset expand should not override numerical XAxis domain by
@SeaL773in recharts/recharts#7152- fix: resolve keyboard navigation and tooltip issues for Pie charts (#6921) by
@olagokemillsin recharts/recharts#7140- fix(Tooltip): prevent crash on sparse or undefined payload entries by
@Om-Mishra09in recharts/recharts#7149- fix(RechartsWrapper): prevent ResizeObserver memory leak on ref update by
@Om-Mishra09in recharts/recharts#7161New Contributors
@AbishekRaj2007made their first contribution in recharts/recharts#7086@tdebarochezmade their first contribution in recharts/recharts#7123@SeaL773made their first contribution in recharts/recharts#7152@olagokemillsmade their first contribution in recharts/recharts#7140Full Changelog: https://github.com/recharts/recharts/compare/v3.8.0...v3.8.1
v3.8.0
What's Changed
We added generics to our
dataanddataKeyprops and now you can have your charts validated by TypeScript. See the full guide here: https://recharts.github.io/en-US/guide/typescript/We are releasing new helper functions and hooks that will allow you to precisely target mouse interactions, and convert coordinates. See the guide here: https://recharts.github.io/en-US/guide/coordinateSystems/
And new functions and hooks:
getRelativeCoordinate - converts mouse events to pixel positions
Convert Data → Pixels:
useXAxisScale - returns a function to convert X data values to pixel positions useYAxisScale - returns a function to convert Y data values to pixel positions useCartesianScale - convenience hook for converting both at once
Pixels → Data:
... (truncated)
▶Commits
5b10788chore(deps-dev): bump diff from 8.0.3 to 8.0.4 (#7156)222396fchore(deps): bump react-router-dom from 7.13.1 to 7.13.2 (#7164)c2642dachore(deps-dev): bump typescript-eslint from 8.57.1 to 8.57.2 (#7166)b186929fix(RechartsWrapper): prevent ResizeObserver memory leak on ref update (#7161)738f71ffix(Tooltip): prevent crash on sparse or undefined payload entries (#7149)00daf0bchore(deps-dev): bump rollup from 4.59.0 to 4.60.0 (#7158)eba4f2achore(deps-dev): bump marked from 17.0.4 to 17.0.5 (#7157)201d060fix: resolve keyboard navigation and tooltip issues for Pie charts (#6921) (#...670d092chore(deps-dev): bump flatted from 3.3.3 to 3.4.2 (#7150)86ca8defix: stackOffset expand should not override numerical XAxis domain (#7152)- Additional commits viewable in compare view
▶Maintainer changes
This version was pushed to npm by corkscreewe, a new releaser for recharts since your current version.
▶Install script changes
This version modifies prepare script that runs during installation. Review the package contents before updating.