Skip to content

v0.73.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Aug 13:41
· 21 commits to main since this release
1b7fb47

Minor Changes

  • #752 6f3b2616 Thanks @tenphi! - Add itemBase and ItemButton components packed with lots of features. ItemBase is now used as a base for all Item components in Menu, CommandMenu, ListBox, FilterListBox, FilterPicker, Select, ComboBox.

Patch Changes

  • #752 6f3b2616 Thanks @tenphi! - Make menu props optional for open method in useAnchoredMenu.

  • #752 6f3b2616 Thanks @tenphi! - Increase search input size for FilterListBox and CommandMenu.

  • #752 6f3b2616 Thanks @tenphi! - Add default menu props to useAnchoredMenu.

  • #752 6f3b2616 Thanks @tenphi! - Add allValueProps, customValueProps and newCustomValueProps to customize the additional options in ListBox, FilterListBox and FilterPicker.

  • #752 6f3b2616 Thanks @tenphi! - Sync opening state between FilterPicker instances and other triggers.