|
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.6 |
| 7 | + |
| 8 | +**Feb 6, 2025** |
| 9 | + |
| 10 | +### AlertDialog |
| 11 | + |
| 12 | +- `onOpenChangeComplete` prop ([#1305](https://github.com/mui/base-ui/pull/1305/)) |
| 13 | +- Fix jump with `scroll-behavior` style ([#1343](https://github.com/mui/base-ui/pull/1343/)) |
| 14 | + |
| 15 | +### Avatar |
| 16 | + |
| 17 | +- Add Avatar component ([#1210](https://github.com/mui/base-ui/pull/1210/)) |
| 18 | + |
| 19 | +### Checkbox |
| 20 | + |
| 21 | +- Avoid applying `hidden` attr when `keepMounted=true` for indicators ([#1329](https://github.com/mui/base-ui/pull/1329/)) |
| 22 | + |
| 23 | +### Dialog |
| 24 | + |
| 25 | +- Remove `modal={open}` state ([#1352](https://github.com/mui/base-ui/pull/1352/)) |
| 26 | +- Support multiple non-nested modal backdrops ([#1327](https://github.com/mui/base-ui/pull/1327/)) |
| 27 | +- Fix missing `id`s on Title and Description ([#1326](https://github.com/mui/base-ui/pull/1326/)) |
| 28 | +- `onOpenChangeComplete` prop ([#1305](https://github.com/mui/base-ui/pull/1305/)) |
| 29 | +- Fix jump with `scroll-behavior` style ([#1343](https://github.com/mui/base-ui/pull/1343/)) |
| 30 | + |
| 31 | +### Field |
| 32 | + |
| 33 | +- Respect `validationMode` ([#1053](https://github.com/mui/base-ui/pull/1053/)) |
| 34 | +- Add `filled` and `focused` style hooks ([#1341](https://github.com/mui/base-ui/pull/1341/)) |
| 35 | + |
| 36 | +### Form |
| 37 | + |
| 38 | +- Fix focusing of invalid field controls on errors prop change ([#1364](https://github.com/mui/base-ui/pull/1364/)) |
| 39 | + |
| 40 | +### Menu |
| 41 | + |
| 42 | +- Avoid applying `hidden` attr when `keepMounted=true` for indicators ([#1329](https://github.com/mui/base-ui/pull/1329/)) |
| 43 | +- Support submenus with `openOnHover` prop ([#1338](https://github.com/mui/base-ui/pull/1338/)) |
| 44 | +- Fix iPad detection when applying scroll lock ([#1342](https://github.com/mui/base-ui/pull/1342/)) |
| 45 | +- `onOpenChangeComplete` prop ([#1305](https://github.com/mui/base-ui/pull/1305/)) |
| 46 | +- Fix jump with `scroll-behavior` style ([#1343](https://github.com/mui/base-ui/pull/1343/)) |
| 47 | +- Add `OffsetFunction` for `sideOffset` and `alignOffset` ([#1223](https://github.com/mui/base-ui/pull/1223/)) |
| 48 | +- Ensure `keepMounted` is a private param on `Positioner` ([#1410](https://github.com/mui/base-ui/pull/1410/)) |
| 49 | + |
| 50 | +### Popover |
| 51 | + |
| 52 | +- `onOpenChangeComplete` prop ([#1305](https://github.com/mui/base-ui/pull/1305/)) |
| 53 | +- Add `OffsetFunction` for `sideOffset` and `alignOffset` ([#1223](https://github.com/mui/base-ui/pull/1223/)) |
| 54 | +- Ensure `keepMounted` is a private param on `Positioner` ([#1410](https://github.com/mui/base-ui/pull/1410/)) |
| 55 | + |
| 56 | +### PreviewCard |
| 57 | + |
| 58 | +- `onOpenChangeComplete` prop ([#1305](https://github.com/mui/base-ui/pull/1305/)) |
| 59 | +- Add `OffsetFunction` for `sideOffset` and `alignOffset` ([#1223](https://github.com/mui/base-ui/pull/1223/)) |
| 60 | +- Ensure `keepMounted` is a private param on `Positioner` ([#1410](https://github.com/mui/base-ui/pull/1410/)) |
| 61 | + |
| 62 | +### Progress |
| 63 | + |
| 64 | +- Add `format` prop and `Value` component ([#1355](https://github.com/mui/base-ui/pull/1355/)) |
| 65 | + |
| 66 | +### Radio |
| 67 | + |
| 68 | +- Avoid applying `hidden` attr when `keepMounted=true` for indicators ([#1329](https://github.com/mui/base-ui/pull/1329/)) |
| 69 | + |
| 70 | +### Select |
| 71 | + |
| 72 | +- `onOpenChangeComplete` prop ([#1305](https://github.com/mui/base-ui/pull/1305/)) |
| 73 | +- Fix jump with `scroll-behavior` style ([#1343](https://github.com/mui/base-ui/pull/1343/)) |
| 74 | +- Add `OffsetFunction` for `sideOffset` and `alignOffset` ([#1223](https://github.com/mui/base-ui/pull/1223/)) |
| 75 | +- Ensure `keepMounted` is a private param on `Positioner` ([#1410](https://github.com/mui/base-ui/pull/1410/)) |
| 76 | + |
| 77 | +### Slider |
| 78 | + |
| 79 | +- Fix thumb positioning ([#1411](https://github.com/mui/base-ui/pull/1411/)) |
| 80 | + |
| 81 | +### Tabs |
| 82 | + |
| 83 | +- Fix being able to activate a disabled tab ([#1359](https://github.com/mui/base-ui/pull/1359/)) |
| 84 | +- Fix tabs activating incorrectly on non-primary button clicks ([#1318](https://github.com/mui/base-ui/pull/1318/)) |
| 85 | + |
| 86 | +### Tooltip |
| 87 | + |
| 88 | +- `onOpenChangeComplete` prop ([#1305](https://github.com/mui/base-ui/pull/1305/)) |
| 89 | +- Add `OffsetFunction` for `sideOffset` and `alignOffset` ([#1223](https://github.com/mui/base-ui/pull/1223/)) |
| 90 | +- Ensure `keepMounted` is a private param on `Positioner` ([#1410](https://github.com/mui/base-ui/pull/1410/)) |
| 91 | + |
6 | 92 | ## v1.0.0-alpha.5 |
7 | 93 |
|
8 | 94 | **Jan 10, 2025** |
|
0 commit comments