v2.13.0 #5105
ckifer
announced in
Announcements
v2.13.0
#5105
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
React 19 compat, fix annoying defaultProps warnings, bug fixes
Feat
React 19 compatibility - see Support React 19 #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 Support React 19 #4558 (comment)CartesianGrid
: add support forry
prop to curve the corner of the grid background - progress on Is it possible to create CartesianGrid rounded corners? #3062Fix
General
: FixdefaultProps
usage in function components, removes warnings on all affected components - see Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead. at {Component} #3615ReferenceLine
: fix accidental removal of type annotation by @zackliscio in Add ReferenceLine Props annotation #4610Line/Area
: fix issue whereclipDot
would not take effect if it was the only property indotProps
@ckifer in fix: clipDot setting fails to take effect if set as the only DotProp #4674Tooltip
: fix issue where tooltip would not show in certain cases ifdata
was set on the graphical item by @HHongSeungWoo in Fix: Modify to ensure data is not sliced if the active index is outside the dataIndex range. #4718X/YAxis
: use correct, adapted event types by @ckifer in fix(axis-types): X and YAxis components now use adapted event types (2.x) #4967Tooltip
:defaultIndex
out of range error by @ckifer in fix: tooltip defaultIndex can be out of range by 1 #5054Pie
: fix duplicate key error @ckifer in Pie: fix duplicate key issue #4958Text
: fix duplicate key error by @ckifer in fix: re-add index to Text key, using words as something unique does n… #5088 closes Text component renders parts with same key #5072Typescript
New Contributors
Full Changelog: v2.12.7...v2.13.0
This discussion was created from the release v2.13.0.
Beta Was this translation helpful? Give feedback.
All reactions