Skip to contents

v1.0.0

General changes

  • Breaking change: Rename packages to use the @base-ui org.
    The package name has changed from @base-ui-components/react to @base-ui/react. (#3462)

Combobox

  • Respect itemToStringValue for onFormSubmit (#3441)
  • Add null as an option for the value prop (#3488)
  • Fix submenu opens with 0 delay (#3459)
  • Fix focus not returning to trigger on Esc while pointer rests on popup (#3482)
  • Fix always null open method (#3486)
  • Allow side axis fallback for submenus by default (#3470)
  • Fix mount transitions on Positioner in Firefox (#3424)

Number Field

  • Fix multiple scrub area support (#3471)

Popover

  • Fix mount transitions on Positioner in Firefox (#3424)
  • Fix skipped viewport transitions (#3453)

Select

  • Respect itemToStringValue for onFormSubmit (#3441)
  • Add null as an option for the value prop (#3488)

Tabs

  • Fix indicator positioning in transformed containers (#3439)
  • Do not initially select a disabled tab (#3475)

Toast

  • Fix flushSync dev error when toast is added (#3443)
  • Fix <Toast.Close> emitting aria-hidden warning on click (#3469)

Toggle Group

  • More permissive towards falsy toggle values (#3477)

Tooltip

  • Fix mount transitions on Positioner in Firefox (#3424)
  • Fix shared tooltip closing with trigger gaps (#3452)
  • Fix skipped viewport transitions (#3453)