Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Deps: Update dependency recharts to v2.9.0. #166

Merged
merged 1 commit into from
Oct 23, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 18, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
recharts 2.1.12 -> 2.9.0 age adoption passing confidence

Release Notes

recharts/recharts (recharts)

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
Fix
Refactor

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

v2.8.0

Compare Source

What's Changed

Minor changes - mostly focused on resolving errors from https://github.com/recharts/recharts/issues/3615

Feat
Fix
Refactor
  • refactor function components to use default params, revert Tooltip to class based component - resolves console errors about defaultProps
Docs
  • Some storybook example additions/changes

New Contributors

Full Changelog: recharts/recharts@v2.7.2...v2.8.0

v2.7.3

Compare Source

tiny 1 change patch release that merges https://github.com/recharts/recharts/pull/3662 to fix an accessibility issue

  • Fixes an ADA compliance issue by removing the img role from line dots

v2.7.2

Compare Source

What's Changed

Fix
Other
  • Few minor storybook changes and dev chore items

Full Changelog: recharts/recharts@v2.7.1...v2.7.2

v2.7.1

Compare Source

What's Changed

Fix

New 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
Fix
Docs
Refactor

New 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
Docs
  • lots of storybook changes - go check it out!
    • Getting close to parity with existing docs on recharts.org
    • Added accessibility add-on
    • Added accessibility docs to go with the keyboard navigation support
    • Storybook 7 stable
    • Much more!
Refactor

New Contributors

Full Changelog: recharts/recharts@v2.5.0...v2.6.0

v2.5.0

Compare Source

What's Changed

Feat
Fix
Docs
Dependencies
Refactor

New Contributors

Full Changelog: recharts/recharts@v2.4.3...v2.5.0

v2.4.3

Compare Source

v2.4.2

Compare Source

v2.4.2

cherry-picked commit b625f72 to not pollute patch release with other changes

fix

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.

  • Add a tsconfig specifically for storybook with noEmit: true
  • Don't include storybook/* in tsc emit

What'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
type fixes
refactor

New Contributors

Full Changelog: recharts/recharts@v2.3.2...v2.4.0

v2.3.2

Compare Source

What's Changed

fix

Full Changelog: recharts/recharts@v2.3.1...v2.3.2

v2.3.1

Compare Source

What's Changed

fix
  • revert recharts/recharts@3214d14 due to unwanted behavior in responsive container. This change causes animation behavior to change in an undesirable way.

Full Changelog: recharts/recharts@v2.3.0...v2.3.1

v2.3.0

Compare Source

What's Changed

For the full list of changes between v2.2.0 and v2.3.0 please see the v2.3.0-alpha.0 and the v2.3.0-alpha.1 release notes.

fix
  • fix: patch d3 libraries with victory-vendor to fix security vulnerability, failing test by @​ckifer in https://github.com/recharts/recharts/pull/3167
    • SECURITY VULNERABILITY FIX 🎉: used victory-vendor to replace esm only versions of d3 with cjs compatible versions from victory. We will introduce a breaking change in 3.0 to move back to esm only d3 libraries. - closes #​3012
  • ~memoize responsive container functions and fix bug using previous values in setState - recharts/recharts@3214d14~ - reverted in 2.3.1
refactor
chore
jest migration

New Contributors

Full Changelog:

v2.2.0

Compare Source

feat
  • Support keyboard navigation in pie chart (#​2923)
  • Allow reversing the tooltip direction (#​3056)
fix
  • fix rounding leading to hairline gaps (#​3075)
  • fix: do not override zero brush end index (#​3076)
  • fix: allow dragging brush when the mouse is outside (#​3072)
  • fix: add label type to line props (#​3068)
  • Ensure LabelList generic extends Data interface (#​2954)

v2.1.16

Compare Source

fix
  • Fix incorrect date in CHAGELOG (#​3016)
  • Let formatter function run even when value is falsy (#​3026)
  • Fix(Sankey): update tooltip active state by trigger type(hover/click) (#​3021)
  • Fix Area's baseValue prop (#​3013)

v2.1.15

Compare Source

fix
  • Fix scroll on hover
  • DefaultTooltipContent.tsx Solving type error for entry.value and entry.name
chore
  • Revert D3 version

v2.1.14

Compare Source

fix
  • Add inactiveShape prop to Pie component (#​2900)
  • Revert "chore: move type deps into devDependencies (#​2843)" (#​2942)
  • Fix typing of default tooltip formatter (#​2924)
  • Take letter-spacing and font-size into consideration while rendering ticks (#​2898)
  • Add formatter function type to tooltip props (#​2916)
  • doc: Update CHANGELOG.md about d3 7.x (#​2919)

v2.1.13

Compare Source

fix
  • set animate flag before chart data update (#​2911)
  • Error bar domain fix (#​2863)
  • fix: fix "recharts@… doesn't provide prop-types, requested by react-smooth" warning (#​2895)
chore

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update dependency recharts to v2.5.0 fix(deps): update dependency recharts to v2.6.2 May 28, 2023
@renovate renovate bot changed the title fix(deps): update dependency recharts to v2.6.2 fix(deps): update dependency recharts to v2.7.0 Jun 15, 2023
@renovate renovate bot changed the title fix(deps): update dependency recharts to v2.7.0 fix(deps): update dependency recharts to v2.7.1 Jun 15, 2023
@renovate renovate bot changed the title fix(deps): update dependency recharts to v2.7.1 fix(deps): update dependency recharts to v2.7.2 Jun 22, 2023
@vercel
Copy link

vercel bot commented Aug 6, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
telemetry ❌ Failed (Inspect) Aug 6, 2023 5:51pm

@renovate renovate bot changed the title fix(deps): update dependency recharts to v2.7.2 Deps: Update dependency recharts to v2.7.2. Aug 6, 2023
@renovate renovate bot force-pushed the renovate/recharts-2.x branch 2 times, most recently from a29a05c to 822eef6 Compare August 6, 2023 18:54
@renovate renovate bot changed the title Deps: Update dependency recharts to v2.8.0. Deps: Update dependency recharts to v2.9.0. Oct 15, 2023
@renovate renovate bot force-pushed the renovate/recharts-2.x branch 4 times, most recently from c7c80c4 to f020823 Compare October 22, 2023 15:12
@renovate renovate bot merged commit b83ee5c into master Oct 23, 2023
2 checks passed
@renovate renovate bot deleted the renovate/recharts-2.x branch October 23, 2023 21:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants