Recharts Versions Save

Redefined chart library built with React and D3

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

v2.7.0-alpha.0

11 months ago

Create alpha release to test some of the recent refactorings to function components. Generate release notes without edits - 2.7 will contain full release notes.

What's Changed

New Contributors

Full Changelog: https://github.com/recharts/recharts/compare/v2.6.2...v2.7.0-alpha.0

v2.6.2

1 year ago

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

v2.6.1

1 year ago

What's Changed

Quick fix for a bug crashing treemaps with tooltips in 2.6.0

Full Changelog: https://github.com/recharts/recharts/compare/v2.6.0...v2.6.1

v2.6.0

1 year ago

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

v2.5.0

1 year ago

What's Changed

Feat

Fix

Docs

Dependencies

Refactor

New Contributors

Full Changelog: https://github.com/recharts/recharts/compare/v2.4.3...v2.5.0

v2.4.3

1 year ago

v2.4.3

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

fix

  • ensure originalDomain is defaulted if no domain is provided - broke tickCount calculation - https://github.com/recharts/recharts/issues/3377
    • assign default to originalDomain for re-use in generateCategoricalChart
    • add unit tests so this doesn't happen again

Full Changelog: https://github.com/recharts/recharts/compare/v2.4.2...v2.4.3

v2.4.2

1 year ago

v2.4.2

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

fix

Full Changelog: https://github.com/recharts/recharts/compare/v2.4.1...v2.4.2

v2.4.1

1 year ago

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