Skip to content

v0.0.198

Compare
Choose a tag to compare
@williaster williaster released this 06 Jul 21:41
· 785 commits to master since this release

πŸš€ 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 to TooltipProps, making TooltipProps === TooltipWithBoundsProps, adds additional 10px of padding to Tooltip left/top #756

πŸ› Bug Fix

  • fix(responsive): remove debounced calls after unmounnt #558

🏠 Internal

  • (demo): add static export deploys #741