|
3 | 3 | <Subtitle>Changelogs for each Base UI release.</Subtitle> |
4 | 4 | <Meta name="description" content="Changelogs for each Base UI release." /> |
5 | 5 |
|
| 6 | +## v1.0.0-beta.7 |
| 7 | + |
| 8 | +**Nov 27, 2025** |
| 9 | + |
| 10 | +### General changes |
| 11 | + |
| 12 | +- Fix error about `props.ref` access in React <=18 ([#3257](https://github.com/mui/base-ui/pull/3257)) |
| 13 | +- Prefer non-adaptive anchoring position in `<Positioner>` components and fix `autoFocus` scroll jumps ([#3250](https://github.com/mui/base-ui/pull/3250)) |
| 14 | +- Make popups' `data-anchor-hidden` state attribute check for anchor presence in layout ([#3267](https://github.com/mui/base-ui/pull/3267)) |
| 15 | +- Prevent popups from sticking after hover when pressing `<a>` tags inside them ([#3318](https://github.com/mui/base-ui/pull/3318)) |
| 16 | +- Improve performance when detached triggers are used ([#3277](https://github.com/mui/base-ui/pull/3277)) |
| 17 | +- Fix iOS VoiceOver voice control accessibility in non-modal popups ([#3340](https://github.com/mui/base-ui/pull/3340)) |
| 18 | + |
| 19 | +### Alert Dialog |
| 20 | + |
| 21 | +- Fix trigger registration loop ([#3249](https://github.com/mui/base-ui/pull/3249)) |
| 22 | +- Fix focus restoration when focused element is hidden with CSS ([#3313](https://github.com/mui/base-ui/pull/3313)) |
| 23 | + |
| 24 | +### Checkbox Group |
| 25 | + |
| 26 | +- Fix `aria-describedby` on checkbox group ([#3269](https://github.com/mui/base-ui/pull/3269)) |
| 27 | + |
| 28 | +### Combobox |
| 29 | + |
| 30 | +- Revert overload types to ensure typed wrappers work correctly ([#3254](https://github.com/mui/base-ui/pull/3254)) |
| 31 | +- Fix ignored `filteredItems` instances ([#3272](https://github.com/mui/base-ui/pull/3272)) |
| 32 | +- Fix loop when passing `undefined` to `items` prop ([#3348](https://github.com/mui/base-ui/pull/3348)) |
| 33 | + |
| 34 | +### Context Menu |
| 35 | + |
| 36 | +- Block mouseup at initial cursor point ([#3274](https://github.com/mui/base-ui/pull/3274)) |
| 37 | + |
| 38 | +### Dialog |
| 39 | + |
| 40 | +- Fix trigger registration loop ([#3249](https://github.com/mui/base-ui/pull/3249)) |
| 41 | +- Fix focus restoration when focused element is hidden with CSS ([#3313](https://github.com/mui/base-ui/pull/3313)) |
| 42 | + |
| 43 | +### Form |
| 44 | + |
| 45 | +- Fix cast `ref` type ([#3324](https://github.com/mui/base-ui/pull/3324)) |
| 46 | + |
| 47 | +### Menu |
| 48 | + |
| 49 | +- Fix trigger registration loop ([#3249](https://github.com/mui/base-ui/pull/3249)) |
| 50 | +- Do not pass `key` to the rendered element ([#3255](https://github.com/mui/base-ui/pull/3255)) |
| 51 | +- Fix nested dialog from closing on <kbd>Shift+Tab</kbd> ([#3346](https://github.com/mui/base-ui/pull/3346)) |
| 52 | +- Ensure submenu triggers participate in composite list ([#3344](https://github.com/mui/base-ui/pull/3344)) |
| 53 | + |
| 54 | +### Navigation Menu |
| 55 | + |
| 56 | +- Fix Safari 18 issue where `<Positioner>` width may be set to 0 on hover ([#3309](https://github.com/mui/base-ui/pull/3309)) |
| 57 | + |
| 58 | +### Number Field |
| 59 | + |
| 60 | +- Fix literal space handling with symbols ([#3334](https://github.com/mui/base-ui/pull/3334)) |
| 61 | + |
| 62 | +### Popover |
| 63 | + |
| 64 | +- Fix trigger registration loop ([#3249](https://github.com/mui/base-ui/pull/3249)) |
| 65 | +- Do not pass `key` to the rendered element ([#3255](https://github.com/mui/base-ui/pull/3255)) |
| 66 | +- Fix focus restoration when focused element is hidden with CSS ([#3313](https://github.com/mui/base-ui/pull/3313)) |
| 67 | + |
| 68 | +### Select |
| 69 | + |
| 70 | +- Revert overload types to ensure typed wrappers work correctly ([#3254](https://github.com/mui/base-ui/pull/3254)) |
| 71 | + |
| 72 | +### Slider |
| 73 | + |
| 74 | +- Fix extra `onValueCommitted` calls ([#3312](https://github.com/mui/base-ui/pull/3312)) |
| 75 | +- Fix cast `ref` type ([#3324](https://github.com/mui/base-ui/pull/3324)) |
| 76 | + |
| 77 | +### Tooltip |
| 78 | + |
| 79 | +- Fix trigger registration loop ([#3249](https://github.com/mui/base-ui/pull/3249)) |
| 80 | + |
6 | 81 | ## v1.0.0-beta.6 |
7 | 82 |
|
8 | 83 | **Nov 17, 2025** |
|
0 commit comments