🚀 Enhancements
- feat(tooltip): add Portal and useTooltipInPortal #756
- feat(responsive): add leading option to resize debounce #754
- feat(axis): use numTicks when falling back on scale.domain #752
- feat(pattern): add diagonal right to left pattern #744
- feat(legend): add Line shape, legendLabelProps, and more props in renderShape #749
💥 Breaking Changes
- feat(responsive): resize debounce now defaults to true which will result in an additional render #754
- feat(tooltip): add
offsetLeft/Top
toTooltipProps
, makingTooltipProps === TooltipWithBoundsProps
, adds additional10px
of padding toTooltip
left/top
#756
🐛 Bug Fix
- fix(responsive): remove debounced calls after unmounnt #558
🏠 Internal
- (demo): add static export deploys #741