Skip to content

1.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Oct 17:37
  • Added useMemoizedRef hook
  • Added useMountedEffect hook
  • Added useElementRectObserver, useElementBoundingClientRect, and useElementOffsetRect
  • Added new <TooltipWrapper> component and useTooltip hook
  • Added aspectFit utility math function
  • Replaced nowrap prop with new wrap prop on <Text> component
  • Changed <Modal> title to accept any React node instead of just a string
  • Changed children prop to be optional on <Stack>
  • Fixed <Stack> spacing getting overridden in some cases
  • Fixed missing keys on split lines in <Tooltip>