npm @base-ui-components/react 1.0.0-rc.0
v1.0.0-rc.0

4 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 react release

NewReleases is sending notifications on new releases.