Skip to content
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

Update dependency recharts to v2.15.1 #96

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 19, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
recharts 2.1.9 -> 2.15.1 age adoption passing confidence

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 match react/react-dom for React 19 to work with recharts !!! - see thread here - this limitation will be alleviated in recharts 3.0

Feat

Add React 19 to peerDependencies - closes https://github.com/recharts/recharts/issues/4558

Fix

Full Changelog: recharts/recharts@v2.14.1...v2.15.0

v2.14.1

Compare Source

What's Changed
Fix

Full 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

Fix

Typescript fixes

New 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/4558

Fix

Full Changelog: recharts/recharts@v2.13.2...v2.13.3

v2.13.2

Compare Source

What's Changed

  • Another fix from 2.13. Categorical charts should have their 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
Fix
Typescript

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
Chore

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

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 of SVGProps in the Layer component with the old types and causing a type error on tsc with skipLibCheck: false

  • typescript - Layer: use SVGAttributes instead of SVGProps in forwardRef components by @​ckifer in https://github.com/recharts/recharts/pull/4413
  • typescript - Pie: fix Pie ref which was cast to HTMLElement when the ref is actually referring to SVGGElement. This gave false information to whoever is using ref on the Pie component

Full 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

className fixes - helps slowly address https://github.com/recharts/recharts/issues/2169:

Full 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

New 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

Full 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

Fix

Chore

  • Cleanup, tests, and refactoring work. Thanks @​PavelVanecek
  • Upgrade react smooth, remove translateStyle, remove prop-types as a peerDep
  • Upgrade dev dependencies
    • Upgrade TypeScript to 4.9.5 (no definition changes from upgrade)

Storybook

  • New storybook stories and doc updates

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
Storybook

New Contributors

Full Changelog: recharts/recharts@v2.10.3...v2.10.4

v2.10.3

Compare Source

What's Changed

New Contributors

Full Changelog: recharts/recharts@v2.10.2...v2.10.3

v2.10.2

Compare Source

What's Changed

Patch some bugs from 2.9 / 2.10

Fix
Accessibility
Refactor / Cleanup

New Contributors

Full Changelog: recharts/recharts@v2.10.1...v2.10.2

v2.10.1: Patch: Do not include types from test folder

Compare 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.9 Brush does not correctly slice data when using Line components - fixes https://github.com/recharts/recharts/issues/3929 - thank you @​HHongSeungWoo

v2.9.2

Compare Source

Fix another TS issue from 2.9.

Fix

v2.9.1

Compare Source

Bug fixes following 2.9.0

Fix

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

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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 107b430 to dd1af58 Compare June 24, 2022 16:44
@renovate renovate bot changed the title Update dependency recharts to v2.1.10 Update dependency recharts to v2.1.11 Jun 24, 2022
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from dd1af58 to d8e515f Compare June 27, 2022 16:28
@renovate renovate bot changed the title Update dependency recharts to v2.1.11 Update dependency recharts to v2.1.12 Jun 27, 2022
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from d8e515f to 30b42b6 Compare July 26, 2022 02:12
@renovate renovate bot changed the title Update dependency recharts to v2.1.12 Update dependency recharts to v2.1.13 Jul 26, 2022
@renovate renovate bot changed the title Update dependency recharts to v2.1.13 Update dependency recharts to v2.1.14 Sep 6, 2022
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 30b42b6 to 5ba7ac3 Compare September 6, 2022 20:51
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 5ba7ac3 to b7bf2aa Compare November 20, 2022 12:49
@renovate renovate bot changed the title Update dependency recharts to v2.1.14 Update dependency recharts to v2.1.16 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from b7bf2aa to 94fe7f0 Compare December 8, 2022 06:11
@renovate renovate bot changed the title Update dependency recharts to v2.1.16 Update dependency recharts to v2.2.0 Dec 8, 2022
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 94fe7f0 to 7b21242 Compare December 15, 2022 15:56
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 7b21242 to 9738b7f Compare January 12, 2023 04:55
@renovate renovate bot changed the title Update dependency recharts to v2.2.0 Update dependency recharts to v2.3.1 Jan 12, 2023
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 9738b7f to 736afb4 Compare January 12, 2023 20:56
@renovate renovate bot changed the title Update dependency recharts to v2.3.1 Update dependency recharts to v2.3.2 Jan 12, 2023
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 736afb4 to 62b57f9 Compare February 9, 2023 19:25
@renovate renovate bot changed the title Update dependency recharts to v2.3.2 Update dependency recharts to v2.4.0 Feb 9, 2023
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 62b57f9 to ae533de Compare February 10, 2023 03:34
@renovate renovate bot changed the title Update dependency recharts to v2.4.0 Update dependency recharts to v2.4.1 Feb 10, 2023
@renovate renovate bot changed the title Update dependency recharts to v2.4.1 Update dependency recharts to v2.5.0 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from ae533de to 5455202 Compare March 16, 2023 14:12
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 5455202 to 94350f7 Compare June 2, 2023 05:31
@renovate renovate bot changed the title Update dependency recharts to v2.5.0 Update dependency recharts to v2.6.2 Jun 2, 2023
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 94350f7 to 365f004 Compare June 15, 2023 08:46
@renovate renovate bot changed the title Update dependency recharts to v2.6.2 Update dependency recharts to v2.7.0 Jun 15, 2023
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 365f004 to 6c97e7a Compare June 15, 2023 19:11
@renovate renovate bot changed the title Update dependency recharts to v2.7.0 Update dependency recharts to v2.7.1 Jun 15, 2023
@renovate renovate bot changed the title Update dependency recharts to v2.7.1 Update dependency recharts to v2.7.2 Jun 22, 2023
@renovate renovate bot changed the title Update dependency recharts to v2.12.0 Update dependency recharts to v2.12.1 Feb 20, 2024
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 970c318 to a3f9249 Compare March 1, 2024 23:36
@renovate renovate bot changed the title Update dependency recharts to v2.12.1 Update dependency recharts to v2.12.2 Mar 1, 2024
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from a3f9249 to 5cecf09 Compare March 16, 2024 00:43
@renovate renovate bot changed the title Update dependency recharts to v2.12.2 Update dependency recharts to v2.12.3 Mar 16, 2024
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 5cecf09 to 7e0a114 Compare April 4, 2024 01:36
@renovate renovate bot changed the title Update dependency recharts to v2.12.3 Update dependency recharts to v2.12.4 Apr 4, 2024
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 7e0a114 to e7f3d8f Compare April 12, 2024 18:27
@renovate renovate bot changed the title Update dependency recharts to v2.12.4 Update dependency recharts to v2.12.5 Apr 12, 2024
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from e7f3d8f to e8d1510 Compare April 21, 2024 08:25
@renovate renovate bot changed the title Update dependency recharts to v2.12.5 Update dependency recharts to v2.12.6 Apr 21, 2024
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from e8d1510 to 6d27648 Compare May 8, 2024 07:10
@renovate renovate bot changed the title Update dependency recharts to v2.12.6 Update dependency recharts to v2.12.7 May 8, 2024
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 6d27648 to 50fba11 Compare October 10, 2024 21:47
@renovate renovate bot changed the title Update dependency recharts to v2.12.7 Update dependency recharts to v2.13.0 Oct 10, 2024
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 50fba11 to 392d0ed Compare October 30, 2024 01:27
@renovate renovate bot changed the title Update dependency recharts to v2.13.0 Update dependency recharts to v2.13.1 Oct 30, 2024
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 392d0ed to 5bc13a5 Compare October 30, 2024 17:26
@renovate renovate bot changed the title Update dependency recharts to v2.13.1 Update dependency recharts to v2.13.2 Oct 30, 2024
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 5bc13a5 to 15bcc71 Compare November 1, 2024 20:04
@renovate renovate bot changed the title Update dependency recharts to v2.13.2 Update dependency recharts to v2.13.3 Nov 1, 2024
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 15bcc71 to 0367e07 Compare December 2, 2024 21:55
@renovate renovate bot changed the title Update dependency recharts to v2.13.3 Update dependency recharts to v2.14.0 Dec 2, 2024
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 0367e07 to a9da3cf Compare December 3, 2024 08:37
@renovate renovate bot changed the title Update dependency recharts to v2.14.0 Update dependency recharts to v2.14.1 Dec 3, 2024
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from a9da3cf to b5f57d8 Compare December 12, 2024 22:19
@renovate renovate bot changed the title Update dependency recharts to v2.14.1 Update dependency recharts to v2.15.0 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from b5f57d8 to b52b3bc Compare January 28, 2025 01:34
@renovate renovate bot changed the title Update dependency recharts to v2.15.0 Update dependency recharts to v2.15.1 Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants