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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 7, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
recharts 1.8.5 -> 2.15.0 age adoption passing confidence

Release Notes

recharts/recharts (recharts)

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
Docs

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.

@vercel
Copy link

vercel bot commented Jan 7, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/pulakchakraborty/c19-india-map/GJs4YqYDb2eDiaLrgdZXChxRL7Rm
✅ Preview: https://c19-india-map-git-renovate-recharts-2x-pulakchakraborty.vercel.app

@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 0af639f to 35d0ff6 Compare January 24, 2021 13:03
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 35d0ff6 to c112f01 Compare January 30, 2021 14:00
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from c112f01 to 7ffcd61 Compare February 10, 2021 21:01
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 7ffcd61 to c0f4024 Compare March 23, 2021 15:37
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from c0f4024 to c029c52 Compare March 23, 2021 15:56
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from c029c52 to 0e52d76 Compare March 24, 2021 04:26
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 0e52d76 to 8c820e6 Compare October 19, 2021 02:25
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 8c820e6 to 6302726 Compare March 7, 2022 12:29
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 6302726 to df172b3 Compare June 18, 2022 14:45
@vercel
Copy link

vercel bot commented Jun 18, 2022

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

Name Status Preview Comments Updated (UTC)
c19-india-map ❌ Failed (Inspect) Dec 12, 2024 9:53pm

@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 6470f17 to fc21853 Compare February 20, 2024 18:32
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from fc21853 to 0b1a19d Compare March 1, 2024 07:19
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 0b1a19d to 1bacaee Compare March 16, 2024 00:06
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 1bacaee to 1f4b8fd Compare April 4, 2024 02:04
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 1f4b8fd to e7f9846 Compare April 12, 2024 17:03
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from e7f9846 to 99f4cff Compare April 21, 2024 08:37
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 99f4cff to 9639b5f Compare May 8, 2024 06:29
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 9639b5f to 2456232 Compare October 11, 2024 00:38
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 2456232 to 2a48e89 Compare October 30, 2024 00:09
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 2a48e89 to e522042 Compare October 30, 2024 15:12
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from e522042 to 4006d7a Compare November 1, 2024 23:36
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 4006d7a to f399d8b Compare December 2, 2024 23:37
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from f399d8b to f12e052 Compare December 3, 2024 07:51
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