Bump recharts from 2.12.0 to 2.12.7
Bumps recharts from 2.12.0 to 2.12.7.
Release notes
Sourced from recharts's releases.
v2.12.7
Whats changed
Fix
Area: re-add calculated areapointsto theareaDotcallback props when it is a function. This was accidentally removed in v2.3. Fixes #4480Brush: guard against undefined property access error when anariaLabelis not specified. Follow up from recharts/recharts#2093Full Changelog: https://github.com/recharts/recharts/compare/v2.12.6...v2.12.7
v2.12.6
What's Changed
Fix
Tooltip: fix glitch where Tooltip always rendered in the top left even if animation was disabled by@HHongSeungWooin recharts/recharts#4425 fixes recharts/recharts#4424Chore
CI/Build fix: Added proper.jssuffixes to main module and jsnext:main paths in package.json by@dobosalparbcin recharts/recharts#4431 fixes recharts/recharts#2858Full Changelog: https://github.com/recharts/recharts/compare/v2.12.5...v2.12.6
v2.12.5
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@graupin recharts/recharts#4407Fix
Address recharts/recharts#4382
A recent release of
@types/reactbroke some builds because they removed certain (unused) events from common event handler attributes.rechartswas unknowingly enumerating keys ofSVGPropsin theLayercomponent with the old types and causing a type error ontscwithskipLibCheck: false
typescript - Layer: useSVGAttributesinstead ofSVGPropsin forwardRef components by@ckiferin recharts/recharts#4413typescript - Pie: fix Pierefwhich was cast toHTMLElementwhen therefis actually referring toSVGGElement. This gave false information to whoever is usingrefon thePiecomponentFull Changelog: https://github.com/recharts/recharts/compare/v2.12.4...v2.12.5
v2.12.4
What's Changed
Small fixes while working on v3 continued...
... (truncated)
Commits
2074e2e2.12.71e9e032fix: guard against accidental undefined access in Brush239b3aefix(area-dot): regressionon in parameters passed to custom area dot22064ed2.12.6504518dAdded js suffix to main module and jsnext:main paths in package json (#4431)a705024fix: The box size of the Tooltip is 0 at the first rendering of TooltipBoundi...bdad6ec2.12.5ed95633fix(layer-types): use SVGAttributes instead of SVGProps in forwardRef compone...3d2e8b9feat(BarChart): support percentage for barSize. Fixes #3640 (#4407)981eb8f2.12.4- 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)