Skip to content

Migrating from 1.8.5 to 2.3.2 #3174

Answered by ckifer
amd-9 asked this question in Q&A
Jan 12, 2023 · 4 comments · 5 replies
Discussion options

You must be logged in to vote

From 1.8.5 to 2.0.0:

  • Recharts has been refactored to TypeScript - you may run into random typing issues. Fix properties that the compiler complains about and update to the correct type.
  • Drop support for React < 16

Looking at the changelog its really really hard to spot breaking changes as they aren't called out at all. The upgrade to 2.0 was mostly to use TypeScript. Type issues will probably be the biggest thing you run into.

From 2.0.0 to 2.3.2:
All changes here in minor and patch versions are supposed to be non-breaking, but some things have been merged that are breaking over time.

Items to watch out for:

  • Tooltip tab index and pie chart tab index issue (adds border on tooltip, makes…

Replies: 4 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ckifer
Comment options

You must be logged in to vote
2 replies
@ckifer
Comment options

@seiyab
Comment options

Comment options

You must be logged in to vote
3 replies
@ckifer
Comment options

@seiyab
Comment options

@seiyab
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants