|
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.2 |
| 7 | + |
| 8 | +**Jul 30, 2025** |
| 9 | + |
| 10 | +### General changes |
| 11 | + |
| 12 | +- Fix navigator checks and ensure safe platform retrieval ([#2273](https://github.com/mui/base-ui/pull/2273)) |
| 13 | +- Prevent `Space` key default on keydown ([#2295](https://github.com/mui/base-ui/pull/2295)) |
| 14 | +- Check for `performance` existence on server ([#2316](https://github.com/mui/base-ui/pull/2316)) |
| 15 | + |
| 16 | +### Accordion |
| 17 | + |
| 18 | +- Destructure `render` prop ([#2280](https://github.com/mui/base-ui/pull/2280)) |
| 19 | +- Fix keyboard interactions with elements in the panel ([#2321](https://github.com/mui/base-ui/pull/2321)) |
| 20 | +- Fix open transitions in Safari/Firefox ([#2327](https://github.com/mui/base-ui/pull/2327)) |
| 21 | + |
| 22 | +### Alert Dialog |
| 23 | + |
| 24 | +- Support `ShadowRoot` containers ([#2236](https://github.com/mui/base-ui/pull/2236)) |
| 25 | +- Add `forceRender` prop to `Backdrop` part ([#2037](https://github.com/mui/base-ui/pull/2037)) |
| 26 | +- Improve outside press behavior with touch input ([#2334](https://github.com/mui/base-ui/pull/2334)) |
| 27 | + |
| 28 | +### Checkbox |
| 29 | + |
| 30 | +- Fix focusing form controls with `inputRef` ([#2252](https://github.com/mui/base-ui/pull/2252)) |
| 31 | + |
| 32 | +### Collapsible |
| 33 | + |
| 34 | +- Destructure render prop ([#2323](https://github.com/mui/base-ui/pull/2323)) |
| 35 | +- Fix open transitions in Safari/Firefox ([#2327](https://github.com/mui/base-ui/pull/2327)) |
| 36 | + |
| 37 | +### Dialog |
| 38 | + |
| 39 | +- Support `ShadowRoot` containers ([#2236](https://github.com/mui/base-ui/pull/2236)) |
| 40 | +- Add `forceRender` prop to `Backdrop` part ([#2037](https://github.com/mui/base-ui/pull/2037)) |
| 41 | +- Improve outside press behavior with touch input ([#2334](https://github.com/mui/base-ui/pull/2334)) |
| 42 | +- Use `click` event for outside press dismissal ([#2275](https://github.com/mui/base-ui/pull/2275)) |
| 43 | + |
| 44 | +### Field |
| 45 | + |
| 46 | +- Deregister fields from `Form` when unmounting ([#2231](https://github.com/mui/base-ui/pull/2231)) |
| 47 | + |
| 48 | +### Form |
| 49 | + |
| 50 | +- Deregister fields from `Form` when unmounting ([#2231](https://github.com/mui/base-ui/pull/2231)) |
| 51 | + |
| 52 | +### Menu |
| 53 | + |
| 54 | +- Support `ShadowRoot` containers ([#2236](https://github.com/mui/base-ui/pull/2236)) |
| 55 | +- Avoid double `useRenderElement` passes ([#2256](https://github.com/mui/base-ui/pull/2256)) |
| 56 | +- Improve outside press behavior with touch input ([#2334](https://github.com/mui/base-ui/pull/2334)) |
| 57 | +- Close submenus when focus is lost by shift-tabbing ([#2290](https://github.com/mui/base-ui/pull/2290)) |
| 58 | + |
| 59 | +### Menubar |
| 60 | + |
| 61 | +- Fix triggers role ([#2317](https://github.com/mui/base-ui/pull/2317)) |
| 62 | + |
| 63 | +### Meter |
| 64 | + |
| 65 | +- Fix ARIA attributes and update docs ([#2267](https://github.com/mui/base-ui/pull/2267)) |
| 66 | + |
| 67 | +### Navigation Menu |
| 68 | + |
| 69 | +- **Breaking change:** Support inlined nesting. |
| 70 | + Ensure the popup's `width` is set to `var(--popup-width)` unconditionally (without the media query) on the `.Popup` class. |
| 71 | + ([#2269](https://github.com/mui/base-ui/pull/2269)) |
| 72 | +- Avoid double `useRenderElement` passes ([#2256](https://github.com/mui/base-ui/pull/2256)) |
| 73 | +- Add `useButton` integration to `Trigger` ([#2296](https://github.com/mui/base-ui/pull/2296)) |
| 74 | +- Fix popup size transitions on iOS ([#2387](https://github.com/mui/base-ui/pull/2387)) |
| 75 | + |
| 76 | +### Number Field |
| 77 | + |
| 78 | +- Remove `invalid` prop ([#2315](https://github.com/mui/base-ui/pull/2315)) |
| 79 | +- Fix button disabled state only including root disabled state ([#2268](https://github.com/mui/base-ui/pull/2268)) |
| 80 | + |
| 81 | +### Popover |
| 82 | + |
| 83 | +- Support `ShadowRoot` containers ([#2236](https://github.com/mui/base-ui/pull/2236)) |
| 84 | +- Remove ancestor nodes from inside elements for outside press detection ([#2339](https://github.com/mui/base-ui/pull/2339)) |
| 85 | +- Improve outside press behavior with touch input ([#2334](https://github.com/mui/base-ui/pull/2334)) |
| 86 | +- Use `click` event for outside press dismissal ([#2275](https://github.com/mui/base-ui/pull/2275)) |
| 87 | + |
| 88 | +### Preview Card |
| 89 | + |
| 90 | +- Support `ShadowRoot` containers ([#2236](https://github.com/mui/base-ui/pull/2236)) |
| 91 | + |
| 92 | +### Progress |
| 93 | + |
| 94 | +- Fix ARIA attributes and update docs ([#2267](https://github.com/mui/base-ui/pull/2267)) |
| 95 | + |
| 96 | +### Radio Group |
| 97 | + |
| 98 | +- Add aria-required attribute ([#2227](https://github.com/mui/base-ui/pull/2227)) |
| 99 | +- Extend state with `FieldRoot.State` ([#2251](https://github.com/mui/base-ui/pull/2251)) |
| 100 | +- Fix focusing form controls with `inputRef` ([#2252](https://github.com/mui/base-ui/pull/2252)) |
| 101 | +- Avoid double `useRenderElement` passes ([#2256](https://github.com/mui/base-ui/pull/2256)) |
| 102 | + |
| 103 | +### Scroll Area |
| 104 | + |
| 105 | +- Disable `user-select` on scrollbar and non-main button interactions ([#2338](https://github.com/mui/base-ui/pull/2338)) |
| 106 | + |
| 107 | +### Select |
| 108 | + |
| 109 | +- Support `ShadowRoot` containers ([#2236](https://github.com/mui/base-ui/pull/2236)) |
| 110 | +- Add `value` and `readOnly` to `Select.Trigger` state ([#2237](https://github.com/mui/base-ui/pull/2237)) |
| 111 | +- Add `multiple` prop ([#2173](https://github.com/mui/base-ui/pull/2173)) |
| 112 | +- Allow typeahead while open for `multiple` mode ([#2274](https://github.com/mui/base-ui/pull/2274)) |
| 113 | +- Ensure positionerElement is available in document mouseup ([#2276](https://github.com/mui/base-ui/pull/2276)) |
| 114 | +- Fix `alignItemWithTrigger` fallback scroll jump ([#2241](https://github.com/mui/base-ui/pull/2241)) |
| 115 | +- Support conditional `multiple` prop in types ([#2369](https://github.com/mui/base-ui/pull/2369)) |
| 116 | +- Fix multiple ARIA behavior on touch ([#2333](https://github.com/mui/base-ui/pull/2333)) |
| 117 | +- Improve outside press behavior with touch input ([#2334](https://github.com/mui/base-ui/pull/2334)) |
| 118 | + |
| 119 | +### Slider |
| 120 | + |
| 121 | +- Fix focusing form controls with `inputRef` ([#2252](https://github.com/mui/base-ui/pull/2252)) |
| 122 | + |
| 123 | +### Toast |
| 124 | + |
| 125 | +- Fix `promise` method timeout option handling ([#2294](https://github.com/mui/base-ui/pull/2294)) |
| 126 | +- Make `Toast.Viewport` an announce container ([#2246](https://github.com/mui/base-ui/pull/2246)) |
| 127 | + |
| 128 | +### Toggle |
| 129 | + |
| 130 | +- Avoid double `useRenderElement` passes ([#2256](https://github.com/mui/base-ui/pull/2256)) |
| 131 | + |
| 132 | +### Toggle Group |
| 133 | + |
| 134 | +- Avoid double `useRenderElement` passes ([#2256](https://github.com/mui/base-ui/pull/2256)) |
| 135 | + |
| 136 | +### Toolbar |
| 137 | + |
| 138 | +- Avoid double `useRenderElement` passes ([#2256](https://github.com/mui/base-ui/pull/2256)) |
| 139 | + |
| 140 | +### Tooltip |
| 141 | + |
| 142 | +- Support `ShadowRoot` containers ([#2236](https://github.com/mui/base-ui/pull/2236)) |
| 143 | +- Memoize leftover object in tooltip ([#2250](https://github.com/mui/base-ui/pull/2250)) |
| 144 | +- Fix error when combining `defaultOpen` and `disabled` ([#2374](https://github.com/mui/base-ui/pull/2374)) |
| 145 | + |
6 | 146 | ## v1.0.0-beta.1 |
7 | 147 |
|
8 | 148 | _Jul 1, 2025_ |
|
0 commit comments