3.0 updates - release is pending the following issues:
- #5804 - pie animation issues
- #5701 (reply in thread) / #5445 (comment) - resolution of how we manage react as a dependency
Once these two are addressed we should be good to release stable 3.0 and move on to new features! In the mean time, here's beta.1
Changes since 3.0.0-beta.0
Feat
hooks: export and documentuseChartWidth,useChartHeightby @PavelVanecek in #5785- Storybook Link. These hooks enable access to the calculated height and width of recharts which includes chart margin,
Legendheight, etc.
- Storybook Link. These hooks enable access to the calculated height and width of recharts which includes chart margin,
Fix
Polar Charts/Accessibility: keyboard navigation direction now defaults to left-to-right by @ckifer in #5808Tooltip/Treemap: fix bug that hid Tooltip when custom content was passed inTreemapby @ckifer in #5826Tooltip/Typescript: updateTooltiplabeltype to allowstring | number | undefinedby @ckifer in #5817
Chore
lodashhas been replaced with native methods andes-toolkitby @dayongkr in #5811- Should reduce bundle size by a little bit!
- disable
allowSyntheticDefaultImportsby @tfaller in #5812 fixes #5809 - Going after enabling
strictNullChecksin ourtsconfigby @PavelVanecek in #5782
New Contributors
- @cahilfoley made their first contribution in #5799
- @dayongkr made their first contribution in #5811
Full Changelog: v3.0.0-beta.0...v3.0.0-beta.1