Update dependency recharts to v2.15.4#110
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
d84216e to
95248f5
Compare
95248f5 to
1221fe0
Compare
1221fe0 to
05ab130
Compare
05ab130 to
938623c
Compare
938623c to
7c6a766
Compare
7c6a766 to
2b70983
Compare
2b70983 to
d50fa1f
Compare
d50fa1f to
22baff4
Compare
22baff4 to
75975e7
Compare
75975e7 to
8756c33
Compare
8756c33 to
ddd4d20
Compare
ddd4d20 to
8c4d236
Compare
8c4d236 to
3b44594
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.15.4Release Notes
recharts/recharts (recharts)
v2.15.4Compare Source
What's Changed
Last 2.x patch - releasing since the
@babel/runtimevulnerability is showing up in some security scans. Hoping to release 3.0 on 6/22 🚀Fix
X/YAxis: fix issue where recharts class names did not get passed to custom tick components by @MyungAe in #5840Bar: allowminPointSizefunction to receive null and undefined values by @eino in #5947TypeScript: fix issue which caused build errors whenallowSyntheticDefaultImports: falseby @tfaller in #5810Security
New Contributors
Full Changelog: recharts/recharts@v2.15.3...v2.15.4
v2.15.3Compare Source
Last patch release before 3.0 🚀
What's Changed
Fix
XAxis: fix padding calculation forpadding="gap"andpadding="no-gap"when XAxis is type number by @jackfletch in #5759Full Changelog: recharts/recharts@v2.15.2...v2.15.3
v2.15.2Compare Source
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 #5561Dot: re-includepointsobject in dotProps by @brodriguezmilla in #5657Tooltip: addSVGPropsto Tooltip payload type to account for svg properties such as opacity passed by the user by @ally1002 in #5712Tooltip/Bar: fixactiveBarprop not working when tooltipshared={false}by @nizans in #5718General: allowdata-*props to be spread on svg elements and not be filtered out by @prtmwrkr in #5666New Contributors
Full Changelog: recharts/recharts@v2.15.1...v2.15.2
v2.15.1Compare Source
What's Changed
Quick patch release, nothing crazy going on here.
In the meantime please help us test recharts 3.0 alpha #5445 🚀
Fix
Legend - Typescript: adddataKeytype to legend formatter props by @lucasassisrosa in #5511. Fixes #5508Chore
react-smoothversion is up to date in package.json for R19 support by @acomanescu in #5422New Contributors
Full Changelog: recharts/recharts@v2.15.0...v2.15.1
v2.15.0Compare Source
What's Changed
Final 2.x React 19 support
!!! You still need to override your
react-isversion to matchreact/react-domfor React 19 to work with recharts !!! - see thread here - this limitation will be alleviated in recharts 3.0Feat
Add React 19 to peerDependencies - closes #4558
Fix
Bar: fix Bar mouse event types regression - closes #5308ReactTexttypeFull Changelog: recharts/recharts@v2.14.1...v2.15.0
v2.14.1Compare Source
What's Changed
Fix
X/YAxis: omit unused/accidentally added (in 2.13)refprop from axis types in #5295. Resolves #5294Full Changelog: recharts/recharts@v2.14.0...v2.14.1
v2.14.0Compare Source
What's Changed
Small release to get new top level chart events out there. Still working on 3.x, a little slower right now because of the holidays.
Feat
Area/Line/Bar/Scatter/Pie/Radar/RadialBar/FunnelChart components: add support for top levelonContextMenuandonDoubleClickevents #5254 by @abarreau in #5255Fix
Typescript fixes
LabelList:dataKeyprop for LabelList should accept any object by @ckifer in #5252Pie:PieSectorDataItem.payloadshould be an object rather than an array by @BTOdell in #5263New Contributors
Full Changelog: recharts/recharts@v2.13.3...v2.14.0
v2.13.3Compare Source
What's Changed
Small change which may (or may not) help when using ResponsiveContainer with React 19. Worth a shot.
!!
react-isoverride is still needed for React 19 to work correctly with recharts !! - see #4558Fix
7a67b41ResponsiveContainer- swapisElementfromreact-iswithReact.isValidElementFull Changelog: recharts/recharts@v2.13.2...v2.13.3
v2.13.2Compare Source
What's Changed
refprops back.Fix
Full Changelog: recharts/recharts@v2.13.1...v2.13.2
v2.13.1Compare Source
What's Changed
Fix
ResponsiveContainer: fix internal bug from 2.13 which causes responsive container to render incorrectly by @ckifer in #5174Bar:radiusprop type fixed to match expected type by @lifeofpavs in #5116New Contributors
Full Changelog: recharts/recharts@v2.13.0...v2.13.1
v2.13.0Compare Source
What's Changed
React 19 compat, fix annoying defaultProps warnings, bug fixes
Feat
React 19 compatibility - see #4558
peerDependenciesstill cannot be updated until 3.0 release, but for now R19 beta/RC releases can be used with Recharts under the following conditions:react-isversion matches yourreactandreact-domversions: use your package manager'soverridefunctionality to match yourreact-isversion to your react version or else recharts elements will not show - see #4558 (comment)CartesianGrid: add support forryprop to curve the corner of the grid background - progress on #3062Fix
General: FixdefaultPropsusage in function components, removes warnings on all affected components - see #3615ReferenceLine: fix accidental removal of type annotation by @zackliscio in #4610Line/Area: fix issue whereclipDotwould not take effect if it was the only property indotProps@ckifer in #4674Tooltip: fix issue where tooltip would not show in certain cases ifdatawas set on the graphical item by @HHongSeungWoo in #4718X/YAxis: use correct, adapted event types by @ckifer in #4967Tooltip:defaultIndexout of range error by @ckifer in #5054Pie: fix duplicate key error @ckifer in #4958Text: fix duplicate key error by @ckifer in #5088 closes #5072Typescript
New Contributors
Full Changelog: recharts/recharts@v2.12.7...v2.13.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.