Recharts Versions Save

Redefined chart library built with React and D3

v2.10

5 months ago

What's Changed

Highlights

Both @HHongSeungWoo and @bernardobelchior landed improvements to performance!

We have made progress on our preparation of the 3.0 version by migrating from jest to vite. For details and motivation, please read the issue linked to the PR. Special thanks to @branberry for pushing on vitest! Thank you.

Fix

Chore

Storybook

Feat

New Contributors

Full Changelog: https://github.com/recharts/recharts/compare/v2.9.0...v2.10

v2.9.3

5 months ago

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

5 months ago

Fix another TS issue from 2.9.

Fix

v2.9.1

5 months ago

Bug fixes following 2.9.0

Fix

Full Changelog: https://github.com/recharts/recharts/compare/v2.9.0...v2.9.1

v2.9.0

6 months ago

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: https://github.com/recharts/recharts/compare/v2.8.0...v2.9.0

v2.8.0

8 months ago

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: https://github.com/recharts/recharts/compare/v2.7.2...v2.8.0

v2.7.3

8 months ago

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

10 months ago

What's Changed

Fix

Other

  • Few minor storybook changes and dev chore items

Full Changelog: https://github.com/recharts/recharts/compare/v2.7.1...v2.7.2

v2.7.1

10 months ago

What's Changed

Fix

New Contributors

Full Changelog: https://github.com/recharts/recharts/compare/v2.7.0...v2.7.1

v2.7.0

10 months ago

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: https://github.com/recharts/recharts/compare/v2.6.2...v2.7.0