Skip to content

Commit e1e43bd

Browse files
authored
V9.0.0 beta.1 (#48178)
1 parent a2ac691 commit e1e43bd

File tree

12 files changed

+59
-11
lines changed

12 files changed

+59
-11
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,53 @@
11
# [Versions](https://mui.com/versions/)
22

3+
## 9.0.0-beta.1
4+
5+
<!-- generated comparing v9.0.0-beta.0..master -->
6+
7+
_Apr 2, 2026_
8+
9+
A big thanks to the 11 contributors who made this release possible.
10+
11+
### `@mui/material@9.0.0-beta.1`
12+
13+
#### Breaking Changes
14+
15+
- [grid] Remove 'column' and 'column-reverse' options from `direction` prop (#47564) @sai6855
16+
- [icons] Remove legacy `*Outline` icons (#48116) @mj12albert
17+
- [list-item-icon] Use theme spacing instead of hardcoded minWidth (#46597) @adiitxa
18+
19+
#### Changes
20+
21+
- [all components] Fix `slotProps.transition` types (#48153) @mj12albert
22+
- [alert][dialog] Accessibility improvements (#48113) @silviuaavram
23+
- [autocomplete] Fix helper text focusing input when clicked (#48156) @mj12albert
24+
- [button-base] Add `nativeButton` prop (#47989) @mj12albert
25+
- [input] Fix high contrast cutoff on first character (#48150) @silviuaavram
26+
- [menu] Fix empty roving focus container (#48114) @mj12albert
27+
- [utils] Explicitly register roving tab items with parent (#48122) @mj12albert
28+
29+
### Docs
30+
31+
- Fix HTML validation errors (#48107) @Janpot
32+
- Fix duplicate IDs and HTML validation issues (#48095) @Janpot
33+
- Fix the dark mode footer row shadow for the Data Grid on the advanced components page (#48149) @arminmeh
34+
- Improve jsdom section (#48098) @oliviertassinari
35+
- Update "Deprecated APIs removed" section to h2 in "Upgrade to v9" docs (#48115) @ZeeshanTamboli
36+
- [docs][progress] Label all demo components (#48143) @mj12albert
37+
- [docs-infra] Add x-scheduler to component API URL resolver (#48097) @rita-codes
38+
- [docs-infra] Resolve some redirects (#48165) @Janpot
39+
- [docs-infra] Update v9 Search Index (#48028) @dav-is
40+
41+
### Core
42+
43+
- [code-infra] Discover exports for bundle size report (#48170) @Janpot
44+
- [internal] Fix use of ellipsis (#48096) @oliviertassinari
45+
- [test] Add screenshot test for Virtualized Table (#47947) @mnajdova
46+
- [test] Remove `componentsProp` from `describeConformance` tests (#48142) @ZeeshanTamboli
47+
- [theme] Do not create channel tokens for custom colors when `nativeColor` is used (#47765) @ZeeshanTamboli
48+
49+
All contributors of this release in alphabetical order: @adiitxa, @arminmeh, @dav-is, @Janpot, @mj12albert, @mnajdova, @oliviertassinari, @rita-codes, @sai6855, @silviuaavram, @ZeeshanTamboli
50+
351
## 9.0.0-beta.0
452

553
<!-- generated comparing v9.0.0-alpha.4..master -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/monorepo",
3-
"version": "9.0.0-beta.0",
3+
"version": "9.0.0-beta.1",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

packages/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/internal-markdown",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"author": "MUI Team",
55
"description": "MUI markdown parser. This is an internal package not meant for general use.",
66
"main": "./index.mjs",

packages/mui-core-downloads-tracker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/core-downloads-tracker",
3-
"version": "9.0.0-beta.0",
3+
"version": "9.0.0-beta.1",
44
"author": "MUI Team",
55
"description": "Internal package to track number of downloads of our design system libraries.",
66
"files": [],

packages/mui-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/docs",
3-
"version": "9.0.0-beta.0",
3+
"version": "9.0.0-beta.1",
44
"author": "MUI Team",
55
"description": "MUI Docs - Documentation building blocks.",
66
"keywords": [

packages/mui-icons-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/icons-material",
3-
"version": "9.0.0-beta.0",
3+
"version": "9.0.0-beta.1",
44
"author": "MUI Team",
55
"description": "Material Design icons distributed as SVG React components.",
66
"main": "./src/index.js",

packages/mui-lab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mui/lab",
33
"//": "version should be 'alpha' at all time",
4-
"version": "9.0.0-beta.0",
4+
"version": "9.0.0-beta.1",
55
"author": "MUI Team",
66
"description": "Laboratory for new Material UI modules.",
77
"keywords": [

packages/mui-material-pigment-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material-pigment-css",
3-
"version": "9.0.0-beta.0",
3+
"version": "9.0.0-beta.1",
44
"author": "MUI Team",
55
"description": "A wrapper over Pigment CSS that provides the same styled and theming APIs as Material UI.",
66
"keywords": [

packages/mui-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material",
3-
"version": "9.0.0-beta.0",
3+
"version": "9.0.0-beta.1",
44
"author": "MUI Team",
55
"description": "Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.",
66
"keywords": [

packages/mui-private-theming/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/private-theming",
3-
"version": "9.0.0-beta.0",
3+
"version": "9.0.0-beta.1",
44
"author": "MUI Team",
55
"description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
66
"keywords": [

0 commit comments

Comments
 (0)