bump(deps): update dependency recharts to ^2.10.2 #1891
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.8.0
->^2.10.2
Release Notes
recharts/recharts (recharts)
v2.10.2
Compare Source
What's Changed
Patch some bugs from 2.9 / 2.10
Fix
Tooltip
: Fix tooltip rendering crash when activeItem is undefined by @tran-simon in https://github.com/recharts/recharts/pull/3982Cursor
: should no longer show gray background on hover where there was none previously @HHongSeungWoo in https://github.com/recharts/recharts/pull/3992Tooltip
: show tooltip whendata
prop is on individual cartesian component by @HHongSeungWoo in https://github.com/recharts/recharts/pull/3988LabelList
- TypeScript: LabelList offset prop issue by @ckifer in https://github.com/recharts/recharts/pull/3999Accessibility
Brush
: set default aria-label and allow value override by @enriquetamames-cpi in https://github.com/recharts/recharts/pull/3950Refactor / Cleanup
New Contributors
Full Changelog: recharts/recharts@v2.10.1...v2.10.2
v2.10.1
: Patch: Do not include types from test folderCompare Source
Fixes https://github.com/recharts/recharts/issues/3978
Full Changelog: recharts/recharts@v2.10...v2.10.1
v2.10.0
Compare Source
v2.9.3
Compare Source
Fix
Brush
: Fix an issue where after 2.9Brush
does not correctly slice data when usingLine
components - fixes https://github.com/recharts/recharts/issues/3929 - thank you @HHongSeungWoov2.9.2
Compare Source
Fix another TS issue from 2.9.
Fix
Line/ActiveDot
: Fix breaking type change for theonClick
function ofactiveDot
onLine
- this resolves https://github.com/recharts/recharts/issues/3922 - thank you @andrewangelle for the quick turnaroundv2.9.1
Compare Source
Bug fixes following 2.9.0
Fix
TypeScript
: fix breaking change inActiveShape
types - fixes https://github.com/recharts/recharts/issues/3911 - thanks @andrewangelleCartesianGrid
: fix breaking change where you could no longer renderCartesianGrid
without a y-axis - fixes https://github.com/recharts/recharts/issues/3907 - thanks @akamfoadLine
: fix infinite loop whenstrokeDasharray
is'0'
onLine
- fixes https://github.com/recharts/recharts/issues/3899 (and maybe others)Full Changelog: recharts/recharts@v2.9.0...v2.9.1
v2.9.0
Compare Source
What's Changed
Quite a lot this minor release! We sent out a cry for help and many answered - thank you so much for that 🙌🏼
This release aims at internal maintainability, long lingering bugs, and needed improvements. Highlights include equidistant tick improvements, an active bar feature, and an ~85k/~9kb (gzipped) bundle size reduction 🚀
Feat
Bar
: Implement activeBar for Bar component by @andrewangelle in https://github.com/recharts/recharts/pull/3756CartesianGrid
: addsyncWithticks
,horizonalValues
, andverticalValues
props to allow more grid line customization by @morozovkirill in https://github.com/recharts/recharts/pull/3746 solves https://github.com/recharts/recharts/issues/2153CartesianAxis
: Improve interval option 'equidistantPreserveStart' by @nikolasrieble in https://github.com/recharts/recharts/pull/3768CartesianAxis
: Throw an invariant when axisIds do not match between chart and axis components by @ckiferBrush
: add onDragEnd event to Brush component by @simkesd in https://github.com/recharts/recharts/pull/3774Fix
Funnel
: activeShape should work with Tooltip by @andrewangelle in https://github.com/recharts/recharts/pull/3772Scatter
: activeShape should work with Tooltip by @andrewangelle in https://github.com/recharts/recharts/pull/3839Pie
: activeShape should work with Tooltip by @andrewangelle in https://github.com/recharts/recharts/pull/3818RadialBar
: activeShape should work with Tooltip by @andrewangelle in https://github.com/recharts/recharts/pull/3803CartesianGrid
: Remove offset attribute from lines by @branberry in https://github.com/recharts/recharts/pull/3854 solves https://github.com/recharts/recharts/issues/3810ResponsiveContainer
: style prop is now passed down correctly by @d-gottlieb in https://github.com/recharts/recharts/pull/3726Legend
: "Functions are not valid as a React child" error in when a function is passed as the payload #3749 by @chris-mcdonald-dev in https://github.com/recharts/recharts/pull/3750Tooltip
: Fix tooltip position when container uses transform scale by @MateuszTrN in https://github.com/recharts/recharts/pull/3748Tooltip
: Tooltip does not include data from all charts when a separate dataset is passed to chart prop data and specified on Line/Area/etc prop data by @andrewangelle in https://github.com/recharts/recharts/pull/3733 fixes https://github.com/recharts/recharts/issues/3669Refactor
Impossible to mention all of the great refactoring done this release thanks to @PavelVanecek (33 PRs in one month!!) and others! Notable improvements include (non-breaking) type safety enhancements and source code file size reductions, and unit test improvements that will help reduce regressions.
Chore
Storybook
🚀 New Contributors (!!) 🚀
Full Changelog: recharts/recharts@v2.8.0...v2.9.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 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 has been generated by Mend Renovate. View repository job log here.