-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency recharts to ^2.15.1 #230
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/recharts-2.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
b967493
to
9326ceb
Compare
9326ceb
to
73e7c51
Compare
73e7c51
to
4754e77
Compare
4754e77
to
7964ac4
Compare
7964ac4
to
92eda44
Compare
92eda44
to
5ab0bfa
Compare
5ab0bfa
to
0699756
Compare
0699756
to
1defac7
Compare
1defac7
to
64e97ff
Compare
64e97ff
to
2920fd9
Compare
2920fd9
to
81d104b
Compare
81d104b
to
639bb79
Compare
639bb79
to
7e1fe92
Compare
7e1fe92
to
fa3e842
Compare
fa3e842
to
7bbabd0
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.10.3
->^2.15.1
Release Notes
recharts/recharts (recharts)
v2.15.1
Compare Source
v2.15.0
Compare Source
What's Changed
Final 2.x React 19 support
!!! You still need to override your
react-is
version to matchreact
/react-dom
for React 19 to work with recharts !!! - see thread here - this limitation will be alleviated in recharts 3.0Feat
Add React 19 to peerDependencies - closes https://github.com/recharts/recharts/issues/4558
Fix
Bar
: fix Bar mouse event types regression - closes https://github.com/recharts/recharts/issues/5308ReactText
typeFull Changelog: recharts/recharts@v2.14.1...v2.15.0
v2.14.1
Compare Source
What's Changed
Fix
X/YAxis
: omit unused/accidentally added (in 2.13)ref
prop from axis types in https://github.com/recharts/recharts/pull/5295. Resolves https://github.com/recharts/recharts/issues/5294Full Changelog: recharts/recharts@v2.14.0...v2.14.1
v2.14.0
Compare 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
/Funnel
Chart components: add support for top levelonContextMenu
andonDoubleClick
events #5254 by @abarreau in https://github.com/recharts/recharts/pull/5255Fix
Typescript fixes
LabelList
:dataKey
prop for LabelList should accept any object by @ckifer in https://github.com/recharts/recharts/pull/5252Pie
:PieSectorDataItem.payload
should be an object rather than an array by @BTOdell in https://github.com/recharts/recharts/pull/5263New Contributors
Full Changelog: recharts/recharts@v2.13.3...v2.14.0
v2.13.3
Compare Source
What's Changed
Small change which may (or may not) help when using ResponsiveContainer with React 19. Worth a shot.
!!
react-is
override is still needed for React 19 to work correctly with recharts !! - see https://github.com/recharts/recharts/issues/4558Fix
ResponsiveContainer
- swapisElement
fromreact-is
withReact.isValidElement
Full Changelog: recharts/recharts@v2.13.2...v2.13.3
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
v2.12.7
Compare Source
v2.12.6
Compare Source
What's Changed
Fix
Tooltip
: fix glitch where Tooltip always rendered in the top left even if animation was disabled by @HHongSeungWoo in https://github.com/recharts/recharts/pull/4425 fixes https://github.com/recharts/recharts/issues/4424Chore
CI/Build fix
: Added proper.js
suffixes to main module and jsnext:main paths in package.json by @dobosalparbc in https://github.com/recharts/recharts/pull/4431 fixes https://github.com/recharts/recharts/issues/2858Full Changelog: recharts/recharts@v2.12.5...v2.12.6
v2.12.5
Compare Source
Small fixes while working on v3 continued...
What's Changed
Feat
BarChart
: support percentage (of chart) forbarSize
. Helps set size of bar when there are few datapoints Fixes #3640 by @graup in https://github.com/recharts/recharts/pull/4407Fix
Address https://github.com/recharts/recharts/issues/4382
A recent release of
@types/react
broke some builds because they removed certain (unused) events from common event handler attributes.recharts
was unknowingly enumerating keys ofSVGProps
in theLayer
component with the old types and causing a type error ontsc
withskipLibCheck: false
typescript - Layer
: useSVGAttributes
instead ofSVGProps
in forwardRef components by @ckifer in https://github.com/recharts/recharts/pull/4413typescript - Pie
: fix Pieref
which was cast toHTMLElement
when theref
is actually referring toSVGGElement
. This gave false information to whoever is usingref
on thePie
componentFull Changelog: recharts/recharts@v2.12.4...v2.12.5
v2.12.4
Compare Source
What's Changed
Small fixes while working on v3 continued...
Fix
Accessibility
: remove role attribute from recharts-wrapper which caused an accessibility violation with > 1 chart on the same page by @julianna-langston in https://github.com/recharts/recharts/pull/4386, fixes #4384X/YAxis
: fix incorrect padding calculation when there is 1 datapoint or less by @graup in https://github.com/recharts/recharts/pull/4314 closes #4313className
fixes - helps slowly address https://github.com/recharts/recharts/issues/2169:Tooltip
: allow customclassName
oncursor
by @108yen in https://github.com/recharts/recharts/pull/4306RadarChart/RadialBarChart
: allow customclassName
onPolarRadiusAxis
,PolarAngleAxis
, andRadar
dot by @108yen in https://github.com/recharts/recharts/pull/4335Pie
: allow customclassName
onlabel
andlabelLine
ofPie
by @108yen in https://github.com/recharts/recharts/pull/4381Full Changelog: recharts/recharts@v2.12.3...v2.12.4
v2.12.3
Compare Source
Some more small changes/fixes while working on 3.x
What's Changed
Fix
Legend
: fix issue where Legend was not taken into account when scaling the chart container by @zhonglin94 in https://github.com/recharts/recharts/pull/4272 closes https://github.com/recharts/recharts/issues/4246Area
: fixed a bug where className was not assigned to areaDot by @108yen in https://github.com/recharts/recharts/pull/4294 closes https://github.com/recharts/recharts/issues/4290RadialBar
: address regression where radial bar and its background were off from eachother because of rounding by @ckifer in https://github.com/recharts/recharts/pull/4295 closes https://github.com/recharts/recharts/issues/4264ErrorBar
: do not countnull
as 0 in error bar domain by @rinkstiekema in https://github.com/recharts/recharts/pull/4297New Contributors
Full Changelog: recharts/recharts@v2.12.2...v2.12.3
v2.12.2
Compare Source
What's Changed
Some more small fixes while working on 3.x
Fix
Pie
: pie label keys are not unique when data is 0 by @ckifer in https://github.com/recharts/recharts/pull/4224ResponsiveContainer
: Remove incorrectly timed console.warn call, only log when using soon-to-be deprecated feature by @HHongSeungWoo in https://github.com/recharts/recharts/pull/4249Full Changelog: recharts/recharts@v2.12.1...v2.12.2
v2.12.1
Compare Source
What's Changed
Unintentional regression broke panoramic/compact Brush in 2.11.0 and 2.12.0, backport the fix to 2.x as we work on 3.x
Fix
Full Changelog: recharts/recharts@v2.12.0...v2.12.1
v2.12.0
Compare Source
What's Changed
Bug fixes and a few small new features.
Releasing 2.12.0 to create a "clean slate" as contributors are discussing next moves for recharts.
We will try to focus on upgrades, architectural changes, and long-pending breaking changes so we can release a recharts v3. This will not be a large major version, or one hard to upgrade to, but rather a major version bump to prevent us from breaking people with library upgrades, large refactors, etc. Feature parity should hold. Thanks!
Features
Bar
: Accept a callback function forminPointSize
so it can be determined by data by @ckifer in https://github.com/recharts/recharts/pull/4099 closes https://github.com/recharts/recharts/issues/2819Accessibility
: Enable screen reader support with accessibilityLayer and default tooltip by @julianna-langston in https://github.com/recharts/recharts/pull/4077Fix
Bar
:activeBar
should not be true by default, fixes a breaking change from 2.9.0 by @ckifer in https://github.com/recharts/recharts/pull/4139 - fixes https://github.com/recharts/recharts/issues/4103 and https://github.com/recharts/recharts/issues/4101Scatter
: fix non-unique key errors by @imagineLife in https://github.com/recharts/recharts/pull/4087 - fixes https://github.com/recharts/recharts/issues/4151 and https://github.com/recharts/recharts/issues/4060Pie
: fix non-unique key errors by @imagineLife in https://github.com/recharts/recharts/pull/4106Tooltip
: fix bug that caused throttled tooltip to stay active when moving mouse quickly by @HHongSeungWoo in https://github.com/recharts/recharts/pull/4100 fixes https://github.com/recharts/recharts/issues/4093Chore
translateStyle
, remove prop-types as a peerDepStorybook
New Contributors
Full Changelog: recharts/recharts@v2.11...v2.12.0
v2.11.0
Compare Source
v2.10.4
Compare Source
What's Changed
Fix some older bugs annoying bugs, TS typings, update to the storybook theme, and more
Fix
ResponsiveContainer
: fixref.current.current
without breaking users using current implementation by @HHongSeungWoo in https://github.com/recharts/recharts/pull/4008 - closes https://github.com/recharts/recharts/issues/3718Brush
: Allow Brush to be controlled with start and end index via state by @ckifer in https://github.com/recharts/recharts/pull/4034 - closes https://github.com/recharts/recharts/issues/2404Legend
: TypeScript - Add the dataKey type to legend props by @HHongSeungWoo in https://github.com/recharts/recharts/pull/4035 - closes https://github.com/recharts/recharts/issues/2909Pie
: TypeScript - addedpayload
toPieSectorDataItem
type by @PavelVanecek in https://github.com/recharts/recharts/pull/4030Pie
: unique sector keys fix by @imagineLife in https://github.com/recharts/recharts/pull/4009 closes https://github.com/recharts/recharts/issues/3273RadialBar
: allow className to be passed to Radial Bar background by @ckifer in https://github.com/recharts/recharts/pull/4027 - closes https://github.com/recharts/recharts/issues/4011Storybook
New Contributors
Full Changelog: recharts/recharts@v2.10.3...v2.10.4
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.