PR #11 opened: Bump recharts from 2.15.4 to 3.7.0
Bumps recharts from 2.15.4 to 3.7.0.
â–¶Release notes
Sourced from recharts's releases.
v3.7.0
What's Changed
📢
Cellis now deprecated and will be removed in the next major version. Please migrate allCellusage to use theshapeprop of respective chart elements. ‼️Feat
New Hooks
useIsTooltipActive: returns if the tooltip is active by@​PavelVanecekin recharts/recharts#6880useActiveTooltipCoordinate: returns current tooltip coordinate by@​PavelVanecekin recharts/recharts#6880Other
Tooltip: allowoffsetprop to accept Coordinate object by@​bigsaigon333in recharts/recharts#6868X/YAxisadd new axis type: "auto" by@​PavelVanecekin recharts/recharts#6823
- sets the type to "category" for categorical axes, and "number" for numeric axis.
X/YAxis: replacetick: anywith explicit type by@​PavelVanecekin recharts/recharts#6911Bar/TypeScript: addBarShapePropstype to fixBar.shapetype by@​PavelVanecekin recharts/recharts#6900TypeScript: add missing useful type exports forcontent,shapefunctions, etc.@​PavelVanecekin recharts/recharts#6852Fix
BarChart: fixstackOffset=signfor charts with 3 or more positive values in one series by@​PavelVanecekin recharts/recharts#6807BarStack: fix circular dependency when building with vite by@​jkr2255in recharts/recharts#6777BarStack: fixBarStackclipPathin charts withstackOffset=signby@​PavelVanecekin recharts/recharts#6806BarStack: apply bar stack radius to active bars by@​PavelVanecekin recharts/recharts#6906Chore
- Enabled
stricttsconfig by@​PavelVanecekin recharts/recharts#6842Docs
We've started auto-generating our docs for the most part so you should see large improvements in accuracy of the docs between the code, the website, and the storybook. Huge shoutout to
@​PavelVanecek🚀
- Dark mode 🕶️ by
@​cloud-walkerin recharts/recharts#6828
- Thanks
@​cloud-walker- Recharts devtools has been added to all website examples for easier issue debugging
New Contributors
@​jkr2255made their first contribution in recharts/recharts#6777@​cloud-walkermade their first contribution in recharts/recharts#6824@​bigsaigon333made their first contribution in recharts/recharts#6868@​huangkevin-aprmade their first contribution in recharts/recharts#6872Full Changelog: https://github.com/recharts/recharts/compare/v3.6.0...v3.7.0
... (truncated)
â–¶Commits
d1bc41c3.7.0 (#6913)8ea7355Replace tick: any with explicit type (#6911)5586fb2Deprecate Cell, move all examples to shape, export ScatterShapeProps (#6904)9644f29chore(deps-dev): bump typescript-eslint from 8.53.0 to 8.53.1 (#6910)3f9dbd0chore(deps): bump eventemitter3 from 5.0.1 to 5.0.4 (#6908)6529696chore(deps-dev): bump@​testing-library/reactfrom 16.3.1 to 16.3.2 (#6909)bef3630Clarify docs (#6907)2548a9fApply BarStackClipLayer on active bars (#6906)0374d8eRemove duplicate stories (#6901)23a42f4[Omnidoc] Link examples from each prop (#6899)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
â–¶Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)