|
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-alpha.5 |
| 7 | + |
| 8 | +**Jan 10, 2025** |
| 9 | + |
| 10 | +### AlertDialog |
| 11 | + |
| 12 | +- **Breaking change:** Require `Portal` part. |
| 13 | + The AlertDialog must explicitly include the Portal part wrapping the Popup. |
| 14 | + The `keepMounted` prop was removed from the Popup. |
| 15 | + It's only present on the Portal part. |
| 16 | + [#1222](https://github.com/mui/base-ui/pull/1222) |
| 17 | +- Don't call `onNestedDialogOpen` when unmounting a closed nested dialog [#1280](https://github.com/mui/base-ui/pull/1280) |
| 18 | +- Fix the nesting of different dialogs [#1167](https://github.com/mui/base-ui/pull/1167) |
| 19 | +- Remove `useFloating` call from the Popup [#1300](https://github.com/mui/base-ui/pull/1300) |
| 20 | +- Set `pointer-events` on `InternalBackdrop` based on `open` state [#1221](https://github.com/mui/base-ui/pull/1221) |
| 21 | +- Use internal backdrop for pointer modality [#1161](https://github.com/mui/base-ui/pull/1161) |
| 22 | + |
| 23 | +### Dialog |
| 24 | + |
| 25 | +- **Breaking change:** Require `Portal` part. |
| 26 | + The Dialog must explicitly include the Portal part wrapping the Popup. |
| 27 | + The `keepMounted` prop was removed from the Popup. |
| 28 | + It's only present on the Portal part. |
| 29 | + [#1222](https://github.com/mui/base-ui/pull/1222) |
| 30 | +- Don't call `onNestedDialogOpen` when unmounting a closed nested dialog [#1280](https://github.com/mui/base-ui/pull/1280) |
| 31 | +- Fix the nesting of different dialogs [#1167](https://github.com/mui/base-ui/pull/1167) |
| 32 | +- Remove `useFloating` call from the Popup [#1300](https://github.com/mui/base-ui/pull/1300) |
| 33 | +- Set `pointer-events` on `InternalBackdrop` based on `open` state [#1221](https://github.com/mui/base-ui/pull/1221) |
| 34 | +- Use internal backdrop for pointer modality [#1161](https://github.com/mui/base-ui/pull/1161) |
| 35 | + |
| 36 | +### Menu |
| 37 | + |
| 38 | +- **Breaking change:** Require `Portal` part. |
| 39 | + The Menu must explicitly include the Portal part wrapping the Positioner. |
| 40 | + The `keepMounted` prop was removed from the Positioner. |
| 41 | + It's only present on the Portal part. |
| 42 | + [#1222](https://github.com/mui/base-ui/pull/1222) |
| 43 | +- Apply `aria-hidden` to `Arrow` parts [#1196](https://github.com/mui/base-ui/pull/1196) |
| 44 | +- Fix `focusableWhenDisabled` components [#1313](https://github.com/mui/base-ui/pull/1313) |
| 45 | +- Fix `openOnHover` issues [#1191](https://github.com/mui/base-ui/pull/1191) |
| 46 | +- Fix closing the menu when clicking on checkboxitem/radioitem [#1301](https://github.com/mui/base-ui/pull/1301) |
| 47 | +- Fix Enter key preventDefault when rendering links [#1251](https://github.com/mui/base-ui/pull/1251) |
| 48 | +- Handle pseudo-element bounds in mouseup detection [#1250](https://github.com/mui/base-ui/pull/1250) |
| 49 | +- Set `pointer-events` on `InternalBackdrop` based on `open` state [#1221](https://github.com/mui/base-ui/pull/1221) |
| 50 | +- Use internal backdrop for pointer modality [#1161](https://github.com/mui/base-ui/pull/1161) |
| 51 | + |
| 52 | +### NumberField |
| 53 | + |
| 54 | +- Correctly handle quick touches [#1294](https://github.com/mui/base-ui/pull/1294) |
| 55 | + |
| 56 | +### Popover |
| 57 | + |
| 58 | +- **Breaking change:** Require `Portal` part. |
| 59 | + The Popover must explicitly include the Portal part wrapping the Positioner. |
| 60 | + The `keepMounted` prop was removed from the Positioner. |
| 61 | + It's only present on the Portal part. |
| 62 | + [#1222](https://github.com/mui/base-ui/pull/1222) |
| 63 | +- Apply `aria-hidden` to `Arrow` parts [#1196](https://github.com/mui/base-ui/pull/1196) |
| 64 | +- Fix PopoverTrigger and TooltipTrigger prop types [#1209](https://github.com/mui/base-ui/pull/1209) |
| 65 | + |
| 66 | +### PreviewCard |
| 67 | + |
| 68 | +- **Breaking change:** Require `Portal` part. |
| 69 | + The PreviewCard must explicitly include the Portal part wrapping the Positioner. |
| 70 | + The `keepMounted` prop was removed from the Positioner. |
| 71 | + It's only present on the Portal part. |
| 72 | + [#1222](https://github.com/mui/base-ui/pull/1222) |
| 73 | +- Apply `aria-hidden` to `Arrow` parts [#1196](https://github.com/mui/base-ui/pull/1196) |
| 74 | +- Use `FloatingPortalLite` [#1278](https://github.com/mui/base-ui/pull/1278) |
| 75 | + |
| 76 | +### Progress |
| 77 | + |
| 78 | +- Set zero width when value is zero [#1204](https://github.com/mui/base-ui/pull/1204) |
| 79 | + |
| 80 | +### ScrollArea |
| 81 | + |
| 82 | +- Differentiate `x`/`y` orientation `data-scrolling` [#1188](https://github.com/mui/base-ui/pull/1188) |
| 83 | +- Read `DirectionProvider` and use logical positioning CSS props [#1194](https://github.com/mui/base-ui/pull/1194) |
| 84 | + |
| 85 | +### Select |
| 86 | + |
| 87 | +- **Breaking change:** Require `Portal` part. |
| 88 | + The Select must explicitly include the Portal part wrapping the Positioner. |
| 89 | + The `keepMounted` prop was removed from the Positioner. |
| 90 | + It's only present on the Portal part. |
| 91 | + [#1222](https://github.com/mui/base-ui/pull/1222) |
| 92 | +- Allow `id` to be passed to trigger [#1174](https://github.com/mui/base-ui/pull/1174) |
| 93 | +- Fallback to standard positioning when pinch-zoomed in Safari [#1139](https://github.com/mui/base-ui/pull/1139) |
| 94 | +- Fix `focusableWhenDisabled` components [#1313](https://github.com/mui/base-ui/pull/1313) |
| 95 | +- Fix highlight flash on Safari [#1233](https://github.com/mui/base-ui/pull/1233) |
| 96 | +- Handle pseudo-element bounds in mouseup detection [#1250](https://github.com/mui/base-ui/pull/1250) |
| 97 | +- Use internal backdrop for pointer modality [#1161](https://github.com/mui/base-ui/pull/1161) |
| 98 | + |
| 99 | +### Separator |
| 100 | + |
| 101 | +- Support vertical orientation [#1304](https://github.com/mui/base-ui/pull/1304) |
| 102 | + |
| 103 | +### Slider |
| 104 | + |
| 105 | +- Ensure `onValueCommitted` is called with the same value as latest `onValueChange` [#1296](https://github.com/mui/base-ui/pull/1296) |
| 106 | +- Replace internal map with `Composite` metadata [#1082](https://github.com/mui/base-ui/pull/1082) |
| 107 | +- Set `position: relative` on range slider indicator [#1175](https://github.com/mui/base-ui/pull/1175) |
| 108 | +- Use un-rounded values to position thumbs [#1219](https://github.com/mui/base-ui/pull/1219) |
| 109 | + |
| 110 | +### Tabs |
| 111 | + |
| 112 | +- Expose width/height state in tabs indicator [#1288](https://github.com/mui/base-ui/pull/1288) |
| 113 | + |
| 114 | +### Tooltip |
| 115 | + |
| 116 | +- **Breaking change:** Require `Portal` part. |
| 117 | + The Tooltip must explicitly include the Portal part wrapping the Positioner. |
| 118 | + The `keepMounted` prop was removed from the Positioner. |
| 119 | + It's only present on the Portal part. |
| 120 | + [#1222](https://github.com/mui/base-ui/pull/1222) |
| 121 | +- Apply `aria-hidden` to `Arrow` parts [#1196](https://github.com/mui/base-ui/pull/1196) |
| 122 | +- Fix PopoverTrigger and TooltipTrigger prop types [#1209](https://github.com/mui/base-ui/pull/1209) |
| 123 | +- Use `FloatingPortalLite` [#1278](https://github.com/mui/base-ui/pull/1278) |
| 124 | + |
6 | 125 | ## 1.0.0-alpha.4
|
7 | 126 |
|
8 | 127 | **December 17, 2024**
|
|
0 commit comments