Skip to content

Commit eb7e80b

Browse files
michaldudakmnajdovaLukasTy
authored
[release] v1.0.0-beta.6 (#3244)
Co-authored-by: mnajdova <mnajdova@gmail.com> Co-authored-by: Lukas Tyla <llukas.tyla@gmail.com>
1 parent c3dad6f commit eb7e80b

File tree

5 files changed

+30
-10
lines changed

5 files changed

+30
-10
lines changed

CHANGELOG.md

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

3+
## v1.0.0-beta.6
4+
5+
_Nov 17, 2025_
6+
7+
This is a hotfix release with the following changes:
8+
9+
- Fix for rendering of Alert Dialog, Dialog, Menu, Popover, and Tooltip in React Server Components (#3241) by @michaldudak
10+
- Fix of the types of the refs in the Checkbox, Switch and Radio components (#3246) by @mnajdova
11+
- Fix of the value type error with mergeProps (#3247) by @atomiks
12+
313
## v1.0.0-beta.5
414

515
_Nov 17, 2025_

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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-beta.6
7+
8+
**Nov 17, 2025**
9+
10+
This is a hotfix release with the following changes:
11+
12+
- Fix for rendering of Alert Dialog, Dialog, Menu, Popover, and Tooltip in React Server Components ([#3241](https://github.com/mui/base-ui/pull/3241))
13+
- Fix of the types of the refs in the Checkbox, Switch and Radio components ([#3246](https://github.com/mui/base-ui/pull/3246))
14+
- Fix of the value type error with mergeProps ([#3247](https://github.com/mui/base-ui/pull/3247))
15+
616
## v1.0.0-beta.5
717

818
**Nov 17, 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-beta.5",
3+
"version": "1.0.0-beta.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-beta.5",
3+
"version": "1.0.0-beta.6",
44
"author": "MUI Team",
55
"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.",
66
"keywords": [

pnpm-lock.yaml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)