Skip to content

Commit ea32291

Browse files
atomiksmichaldudak
andauthored
[release] 1.0.0-alpha.6 (#1424)
Co-authored-by: Michał Dudak <michal.dudak@gmail.com>
1 parent 2fefc1e commit ea32291

File tree

4 files changed

+174
-2
lines changed

4 files changed

+174
-2
lines changed

CHANGELOG.md

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,91 @@
11
# Versions
22

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

591
_Jan 10, 2025_

docs/src/app/(public)/(content)/react/overview/releases/page.mdx

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,92 @@
33
<Subtitle>Changelogs for each Base UI release.</Subtitle>
44
<Meta name="description" content="Changelogs for each Base UI release." />
55

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+
692
## v1.0.0-alpha.5
793

894
**Jan 10, 2025**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@base-ui-components/monorepo",
3-
"version": "1.0.0-alpha.5",
3+
"version": "1.0.0-alpha.6",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@base-ui-components/react",
3-
"version": "1.0.0-alpha.5",
3+
"version": "1.0.0-alpha.6",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.",

0 commit comments

Comments
 (0)