Skip to content

v2.12.0

Compare
Choose a tag to compare
@ckifer ckifer released this 09 Feb 01:01
· 26 commits to master since this release

What's Changed

Bug fixes and a few small new features.

Releasing 2.12.0 to create a "clean slate" as contributors are discussing next moves for recharts.

We will try to focus on upgrades, architectural changes, and long-pending breaking changes so we can release a recharts v3. This will not be a large major version, or one hard to upgrade to, but rather a major version bump to prevent us from breaking people with library upgrades, large refactors, etc. Feature parity should hold. Thanks!

Features

  • Bar: Accept a callback function for minPointSize so it can be determined by data by @ckifer in #4099 closes #2819
  • Accessibility: Enable screen reader support with accessibilityLayer and default tooltip by @julianna-langston in #4077

Fix

Chore

  • Cleanup, tests, and refactoring work. Thanks @PavelVanecek
  • Upgrade react smooth, remove translateStyle, remove prop-types as a peerDep
  • Upgrade dev dependencies
    • Upgrade TypeScript to 4.9.5 (no definition changes from upgrade)

Storybook

  • New storybook stories and doc updates

New Contributors

Full Changelog: v2.11...v2.12.0