npm recharts 3.1.1
v3.1.1

latest release: 3.1.2
one month ago

What's Changed

Fix

  • General: Don't apply duplicate IDs in the DOM by @PavelVanecek in #6111
  • Stacked Area/Bar: give all graphical items their own unique identifier and use that to select stacked data. Fixes issue where stacked charts could not be created from the graphical item data prop #6073 by @PavelVanecek
  • Stacked Area/Bar: exclude stacked axis domain when not relevant for axis by @rinkstiekema in #6162 fixes issue where numeric stacked charts would not render correctly
  • Area Chart: ranged area chart - show active dot on both points instead of just the top one by @sroy8091 in #6116 fixes #6080
  • Polar Charts/Label: fix Label in polar charts by @PavelVanecek in #6126
  • Scatter/ErrorBar: choose implicit Scatter ErrorBar direction based on chart layout (to be the same as 2.x) by @PavelVanecek in #6159
  • X/YAxis/Reference Components: allow axis values and reference items to render when there is no data but there is a domain/explicit ticks set by @ethphan in #6161
  • X/YAxis: pass axis padding info to custom tick components by @shreedharbhat98 in #6163

Chore / Testing

  • good progress on our journey to enable strictNullChecks
  • addition of playwright visual regression tests to CI
  • split Animate into JavascriptAnimate and CSSTransitionAnimate by @PavelVanecek in #6175

New Contributors

Full Changelog: v3.1.0...v3.1.1

Don't miss a new recharts release

NewReleases is sending notifications on new releases.