You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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