What's Changed
Minor changes - mostly focused on resolving errors from #3615
Feat
Pie
: default tabIndex and accept it as prop by @akamfoad in #3700Sankey
: add prop to control sankey sorting by @daformat in #3690- [a11y]
Brush
: Add basic keyboard accessibility support for the Brush component by @julianna-langston in #3633 RadialBarChart
: support className prop by @victorgare in #3654
Fix
- defaultProps errros on function components in newer versions of react - fixes #3615
- TS: Add value type to legend Formatter event by @daryl-sf in #3668
- Switch useLayoutEffect to useEffect in Rectangle for SSR by @sieroaoj in #3657
Refactor
- refactor function components to use default params, revert Tooltip to class based component - resolves console errors about defaultProps
Docs
- Some storybook example additions/changes
New Contributors
- @victorgare made their first contribution in #3654
- @gcallaghan-nd made their first contribution in #3662
- @sieroaoj made their first contribution in #3657
- @daryl-sf made their first contribution in #3668
- @daformat made their first contribution in #3690
Full Changelog: v2.7.2...v2.8.0