Update dependency recharts to v2.13.2 #1604
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.12.7
->2.13.2
Release Notes
recharts/recharts (recharts)
v2.13.2
Compare Source
What's Changed
ref
props back.Fix
Full Changelog: recharts/recharts@v2.13.1...v2.13.2
v2.13.1
Compare Source
v2.13.0
Compare Source
What's Changed
React 19 compat, fix annoying defaultProps warnings, bug fixes
Feat
React 19 compatibility - see https://github.com/recharts/recharts/issues/4558
peerDependencies
still cannot be updated until release, but for now R19 beta/RC releases can be used with Recharts under the following conditions:react-is
version matches yourreact
andreact-dom
versions: use your package manager'soverride
functionality to match yourreact-is
version to your react version or else recharts elements will not show - see https://github.com/recharts/recharts/issues/4558#issuecomment-2135604065CartesianGrid
: add support forry
prop to curve the corner of the grid background - progress on https://github.com/recharts/recharts/issues/3062Fix
General
: FixdefaultProps
usage in function components, removes warnings on all affected components - see https://github.com/recharts/recharts/issues/3615ReferenceLine
: fix accidental removal of type annotation by @zackliscio in https://github.com/recharts/recharts/pull/4610Line/Area
: fix issue whereclipDot
would not take effect if it was the only property indotProps
@ckifer in https://github.com/recharts/recharts/pull/4674Tooltip
: fix issue where tooltip would not show in certain cases ifdata
was set on the graphical item by @HHongSeungWoo in https://github.com/recharts/recharts/pull/4718X/YAxis
: use correct, adapted event types by @ckifer in https://github.com/recharts/recharts/pull/4967Tooltip
:defaultIndex
out of range error by @ckifer in https://github.com/recharts/recharts/pull/5054Pie
: fix duplicate key error @ckifer in https://github.com/recharts/recharts/pull/4958Text
: fix duplicate key error by @ckifer in https://github.com/recharts/recharts/pull/5088 closes https://github.com/recharts/recharts/issues/5072Typescript
New Contributors
Full Changelog: recharts/recharts@v2.12.7...v2.13.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.