---
title: v1.0.0
subtitle: Dec 11, 2025
description: v1.0.0 release notes. Dec 11, 2025.
---

# v1.0.0

v1.0.0 release notes. Dec 11, 2025.

## General changes

- **Breaking change:** Rename packages to use the @base-ui org.<br />
  The package name has changed from `@base-ui-components/react` to `@base-ui/react`.
  ([#3462](https://github.com/mui/base-ui/pull/3462))

## Combobox

- Respect `itemToStringValue` for `onFormSubmit` ([#3441](https://github.com/mui/base-ui/pull/3441))
- Add `null` as an option for the value prop ([#3488](https://github.com/mui/base-ui/pull/3488))

## Menu

- Fix submenu opens with 0 delay ([#3459](https://github.com/mui/base-ui/pull/3459))
- Fix focus not returning to trigger on <kbd>Esc</kbd> while pointer rests on popup ([#3482](https://github.com/mui/base-ui/pull/3482))
- Fix always `null` open method ([#3486](https://github.com/mui/base-ui/pull/3486))
- Allow side axis fallback for submenus by default ([#3470](https://github.com/mui/base-ui/pull/3470))

## Navigation Menu

- Fix mount transitions on `Positioner` in Firefox ([#3424](https://github.com/mui/base-ui/pull/3424))

## Number Field

- Fix multiple scrub area support ([#3471](https://github.com/mui/base-ui/pull/3471))

## Popover

- Fix mount transitions on `Positioner` in Firefox ([#3424](https://github.com/mui/base-ui/pull/3424))
- Fix skipped viewport transitions ([#3453](https://github.com/mui/base-ui/pull/3453))

## Select

- Respect `itemToStringValue` for `onFormSubmit` ([#3441](https://github.com/mui/base-ui/pull/3441))
- Add `null` as an option for the value prop ([#3488](https://github.com/mui/base-ui/pull/3488))

## Tabs

- Fix indicator positioning in transformed containers ([#3439](https://github.com/mui/base-ui/pull/3439))
- Do not initially select a disabled tab ([#3475](https://github.com/mui/base-ui/pull/3475))

## Toast

- Fix `flushSync` dev error when toast is added ([#3443](https://github.com/mui/base-ui/pull/3443))
- Fix `<Toast.Close>` emitting `aria-hidden` warning on click ([#3469](https://github.com/mui/base-ui/pull/3469))

## Toggle Group

- More permissive towards falsy toggle values ([#3477](https://github.com/mui/base-ui/pull/3477))

## Tooltip

- Fix mount transitions on `Positioner` in Firefox ([#3424](https://github.com/mui/base-ui/pull/3424))
- Fix shared tooltip closing with trigger gaps ([#3452](https://github.com/mui/base-ui/pull/3452))
- Fix skipped viewport transitions ([#3453](https://github.com/mui/base-ui/pull/3453))
