Skip to content

Releases: recharts/recharts

v2.4.1

10 Feb 00:43
56682b3
Compare
Choose a tag to compare

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

  • hotfix: remove storybook types build and add its own tsconfig by @ckifer in #3354

Full Changelog: v2.4.0...v2.4.1

v2.4.0

09 Feb 16:29
Compare
Choose a tag to compare

This release marks the completion of recharts Milestone to migrate to Jest and React Testing Library. Thanks to all involved!

Check out the new storybook we're working on here

What's Changed

Trying to squish some bugs πŸ›

feat

  • feat: Short-circuiting axis map creation with specified domain to improve performance by @bennettdams in #3293

fix

type fixes

  • Area - remove points from SVGProps by @Yilun-Sun in #3182
  • Radar - remove points attribute from SVGProps by @ckifer in #3265
  • refactor(Label & LabelList): refine types and disable react/no-array-index-key to avoid warnings by @marcalexiei in #3270

refactor

New Contributors

Full Changelog: v2.3.2...v2.4.0

v2.3.2

12 Jan 18:36
Compare
Choose a tag to compare

What's Changed

fix

Full Changelog: v2.3.1...v2.3.2

v2.3.1

12 Jan 01:58
Compare
Choose a tag to compare

What's Changed

fix

  • revert 3214d14 due to unwanted behavior in responsive container. This change causes animation behavior to change in an undesirable way.

Full Changelog: v2.3.0...v2.3.1

v2.3.0

12 Jan 01:39
Compare
Choose a tag to compare

What's Changed

For the full list of changes between v2.2.0 and v2.3.0 please see the v2.3.0-alpha.0 and the v2.3.0-alpha.1 release notes.

fix

  • fix: patch d3 libraries with victory-vendor to fix security vulnerability, failing test by @ckifer in #3167
    • SECURITY VULNERABILITY FIX πŸŽ‰: used victory-vendor to replace esm only versions of d3 with cjs compatible versions from victory. We will introduce a breaking change in 3.0 to move back to esm only d3 libraries. - closes #3012
  • memoize responsive container functions and fix bug using previous values in setState - 3214d14 - reverted in 2.3.1

refactor

  • ReactUtils – find by type – refactor using generic by @marcalexiei in #3152

chore

jest migration

New Contributors

Full Changelog:

v2.3.0-alpha.1

05 Jan 03:36
Compare
Choose a tag to compare
v2.3.0-alpha.1 Pre-release
Pre-release

What's Changed

Release v2.3.0-alpha.1 as an alpha release for 2.3.0 - this is the first release that contains the non-breaking security vulnerability fix for #3012

fix

  • patch/d3-color vulnerability fix - victory-vendor by @ckifer in #3135
  • AreaChart: Respect baseValue of AreaChart, but allow override from Area by @nikolasrieble in #3140

chore

jest migration

New Contributors

Full Changelog: v2.3.0-alpha.0...v2.3.0-alpha.1

v1.8.6

05 Jan 07:14
Compare
Choose a tag to compare

Update recharts 1.x to be even with the 1.x branch by releasing 1.8.6

What's Changed

chore

fix

New Contributors

Full Changelog: v1.8.5...v1.8.6

v2.3.0-alpha.0

04 Jan 07:44
Compare
Choose a tag to compare
v2.3.0-alpha.0 Pre-release
Pre-release

What's Changed

fix

refactor

  • chore: use early return to improve readability of getAxisMapByAxes by @neefrehman in #3107
  • refactor: move filterProps to ReactUtils and refactor references by @ckifer in #3116
  • refactor: correct wrong spelling (ckeck, chilren) by @manudeli in #3119

chore

jest migration

New Contributors

Full Changelog: v2.2.0...v2.3.0-alpha.0

v2.2.0

04 Jan 07:43
Compare
Choose a tag to compare

Back filling GH releases. See CHANGELOG for release notes.

v2.1.16

04 Jan 17:17
Compare
Choose a tag to compare

Back filling GH releases. See CHANGELOG for release notes.