github mui/base-ui v1.0.0-rc.0

pre-release4 hours ago

General changes

Autocomplete

Checkbox

  • Breaking change: Match native unchecked state in form submission.

    The Checkbox will not submit the "off" value with a form when unchecked anymore, unless the new uncheckedValue prop is set.
    (#3406) by @atomiks

Collapsible

Combobox

  • Breaking change: Removed the keepHighlight prop (#3377) by @atomiks

Dialog

  • Close when pressing focusable element outside (#3380) by @atomiks
  • Fix closing after pointer lock exit in Firefox (#3379) by @atomiks

Menu

Number Field

Popover

Select

Switch

  • Breaking change: Match native off state in form submission.

    The Switch will not submit the "off" value with a form when unchecked anymore, unless the new uncheckedValue prop is set.
    (#3406) by @atomiks

Tabs

  • Breaking change: Fix Panel keepMounted behavior.

    The value prop is now required on <Tabs.Tab> and <Tabs.Panel> parts.
    (#3372) by @atomiks

Toast

Tooltip

All contributors of this release in alphabetical order: @atomiks, @michaldudak, @mj12albert, @oliviertassinari, @pondorasti, @romgrk

Don't miss a new base-ui release

NewReleases is sending notifications on new releases.