Skip to content

0.7.11

Choose a tag to compare

released this 09 Jan 23:30

Added

  • Menu now supports hoverDisclosureRef prop so that MenuDisclosure is only shown when the element in question is hovered over.
  • Select now renders a custom component instead of the native select.
    • Allows for new features including isFilterable / onFilter to allow the user to filter through options, and isClearable to allow the user to clear out the value.
    • Uses experimental ComboBox components (more info on this soon!)

Changed

  • Lots of minor dependency updates (gatsby-*, typescript, etc.)
  • MenuItem now supports focusVisible behavior

Fixed

  • Dialog / DialogManager TS interfaces correct to properly reflect support for responsive sizes
  • Tooltip will no longer inherit white-space, text-transform or word-break behaviors of the component it uses for positioning calculation