fix(deps): update dependency recharts to v2.7.2 #1021
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.3.2
->2.7.2
Release Notes
recharts/recharts (recharts)
v2.7.2
Compare Source
What's Changed
Fix
accessibilityLayer
when there is no tooltip (fixes undefined access bug) by @julianna-langston in https://github.com/recharts/recharts/pull/3627null
is passed into Linedot
(fixes undefined access bug althoughnull
is not a supported type fordot
) by @ckifer in https://github.com/recharts/recharts/pull/3637Other
Full Changelog: recharts/recharts@v2.7.1...v2.7.2
v2.7.1
Compare Source
What's Changed
Fix
clipDot
is provided withindot
of Area and Line then dots disappear andNaN
is errors appear in the DOMNew Contributors
Full Changelog: recharts/recharts@v2.7.0...v2.7.1
v2.7.0
Compare Source
What's Changed
Storybook updates, a few new features, bug fixes.
Note: This release may cause more reports of this defaultProps warning - we are aware of this and trying to come up with a feasible solution.
Feat
clipDot
prop by @tylerben @ckifer in https://github.com/recharts/recharts/pull/3602Fix
angle
prop on XAxis visibility calculation by @bernardobelchior in https://github.com/recharts/recharts/pull/3576Docs
Refactor
Dot
to function component by @akamfoad in https://github.com/recharts/recharts/pull/3478Polygon
to function component by @akamfoad in https://github.com/recharts/recharts/pull/3479Reactangle
to function component by @akamfoad in https://github.com/recharts/recharts/pull/3480Sector
to function component by @akamfoad in https://github.com/recharts/recharts/pull/3481Trapezoid
to function component by @akamfoad in https://github.com/recharts/recharts/pull/3482Symbols
to functional component by @Yilun-Sun in https://github.com/recharts/recharts/pull/3485DefaultTooltipContent
to be functional component by @akamfoad in https://github.com/recharts/recharts/pull/3618New Contributors
Full Changelog: recharts/recharts@v2.6.2...v2.7.0
v2.6.2
Compare Source
fix bug where ts types error and cannot be generated when exporting in a consuming package. Fixes https://github.com/recharts/recharts/pull/3581
What's Changed
Full Changelog: recharts/recharts@v2.6.1...v2.6.2
v2.6.1
Compare Source
What's Changed
Quick fix for a bug crashing treemaps with tooltips in 2.6.0
Full Changelog: recharts/recharts@v2.6.0...v2.6.1
v2.6.0
Compare Source
What's Changed
Storybook documentation updates as well as our first accessibility feature thanks to @julianna-langston and some refactoring to function components!
Feat
Fix
equidistantPreserveStart
axis interval by @frontier159 in https://github.com/recharts/recharts/pull/3511Docs
Refactor
Curve
to function component by @akamfoad in https://github.com/recharts/recharts/pull/3477PolarGrid
to function component by @akamfoad in https://github.com/recharts/recharts/pull/3471Cross
to component function by @akamfoad in https://github.com/recharts/recharts/pull/3475Text
to function component by @akamfoad in https://github.com/recharts/recharts/pull/3463New Contributors
Full Changelog: recharts/recharts@v2.5.0...v2.6.0
v2.5.0
Compare Source
What's Changed
Feat
ResponsiveContainer
:onResize
callback function by @ckifer in https://github.com/recharts/recharts/pull/3361XAxis
,YAxis
:includeHidden
prop - include all datapoints in domain calculation even when hidden by @neefrehman in https://github.com/recharts/recharts/pull/3103XAxis
,YAxis
: new interval optionequidistantPreserveStart
by @nikolasrieble in https://github.com/recharts/recharts/pull/3392Fix
ResponsiveContainer
: default min-width to 0 to override default auto behavior that breaks flexbox layouts by @ckifer in https://github.com/recharts/recharts/pull/3391Area
: Add missing 'data' type to Area component by @ondrejvelisek in https://github.com/recharts/recharts/pull/3443Brush
/XAxis
: fix NaN regression wheninterval={0}
by @nikolasrieble in https://github.com/recharts/recharts/pull/3454ReferenceArea
/ReferenceLine
: revert regression whereifOverflow
prop is not obeyed due to missing defaultProps by @ckifer in https://github.com/recharts/recharts/pull/3455Docs
Dependencies
Refactor
New Contributors
Full Changelog: recharts/recharts@v2.4.3...v2.5.0
v2.4.3
Compare Source
v2.4.3
cherry-picked commit
7925fd7
to not pollute patch release with other changesfix
originalDomain
is defaulted if no domain is provided - broketickCount
calculation - https://github.com/recharts/recharts/issues/3377originalDomain
for re-use in generateCategoricalChartFull Changelog: recharts/recharts@v2.4.2...v2.4.3
v2.4.2
Compare Source
v2.4.2
cherry-picked commit
b625f72
to not pollute patch release with other changesfix
Full Changelog: recharts/recharts@v2.4.1...v2.4.2
v2.4.1
Compare Source
Accidentally added storybook types as a subfolder to types so the
package.json
is no longer referencing the correct types key.noEmit: true
storybook/*
in tsc emitWhat's Changed
Full Changelog: recharts/recharts@v2.4.0...v2.4.1
v2.4.0
Compare Source
This release marks the completion of recharts Milestone to migrate to Jest and React Testing Library. Thanks to all involved!
Check out the new storybook we're working on here
What's Changed
Trying to squish some bugs 🐛
feat
fix
y
andheight
values correctly fornull
data points by @ckifer in https://github.com/recharts/recharts/pull/3346 - fixes #3344type fixes
points
from SVGProps by @Yilun-Sun in https://github.com/recharts/recharts/pull/3182points
attribute from SVGProps by @ckifer in https://github.com/recharts/recharts/pull/3265refactor
New Contributors
Full Changelog: recharts/recharts@v2.3.2...v2.4.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 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 has been generated by Mend Renovate. View repository job log here.