What's Changed
Storybook documentation updates as well as our first accessibility feature thanks to @julianna-langston and some refactoring to function components!
Feat
- [a11y] Keyboard navigation support for categorical charts by @julianna-langston in #3546
- See docs here
Fix
- Update type for
equidistantPreserveStart
axis interval by @frontier159 in #3511 - Stop focusing on tooltip when displayed - use event listeners instead by @ArkaFred in #3515
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
- refactor:
Curve
to function component by @akamfoad in #3477 - refactor:
PolarGrid
to function component by @akamfoad in #3471 - refactor:
Cross
to component function by @akamfoad in #3475 - refactor: tooltip to function component by @ckifer in #3336
- fix: defaultProps of tooltip, fix viewBox by @ckifer in #3554
- refactor:
Text
to function component by @akamfoad in #3463
New Contributors
- @akamfoad made their first contribution in #3466
- @nicholasgcoles made their first contribution in #3467
- @linhuiw made their first contribution in #3508
- @frontier159 made their first contribution in #3511
- @ArkaFred made their first contribution in #3515
- @julianna-langston made their first contribution in #3540
Full Changelog: v2.5.0...v2.6.0