Skip to content

Commit a83fd59

Browse files
authored
v9.0.0 (#48221)
1 parent f0e9d30 commit a83fd59

File tree

22 files changed

+49
-21
lines changed

22 files changed

+49
-21
lines changed

CHANGELOG.md

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

3+
## 9.0.0
4+
5+
<!-- generated comparing v9.0.0-beta.1..master -->
6+
7+
_Apr 7, 2026_
8+
9+
A big thanks to the 7 contributors who made this release possible.
10+
11+
🥳 We're excited to announce the stable release of Material UI v9! This major release focus on accessibility improvements, sx prop performance, and cleanup of deprecated APIs.
12+
13+
For more details, check out the [upgrade guide](https://mui.com/material-ui/migration/upgrade-to-v9/).
14+
15+
### `@mui/material@9.0.0`
16+
17+
- [slider] Use pointer events instead of mouse events (#48164) @mj12albert
18+
- [switch] Add border to make it visible in high contrast mode (#48180) @silviuaavram
19+
- [transitions] Performance improvements & misc fixes (#48151) @mj12albert
20+
- Remove unnecessary overridesResolvers from styled components (#48204) @sai6855
21+
22+
### Core
23+
24+
- [code-infra] Setup workflow to publish internal packages (#47952) @brijeshb42
25+
- [core-docs] Add `x-scheduler` to `MuiProductId` type (#48185) @rita-codes
26+
- [docs-infra] Add scheduler to product switcher (#48208) @rita-codes
27+
- [internal] Prepare libraries for v9 stable release (#48206) @siriwatknp
28+
29+
All contributors of this release in alphabetical order: @brijeshb42, @mj12albert, @noraleonte, @rita-codes, @sai6855, @silviuaavram, @siriwatknp
30+
331
## 9.0.0-beta.1
432

533
<!-- generated comparing v9.0.0-beta.0..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.1",
3+
"version": "9.0.0",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

packages-internal/core-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/internal-core-docs",
3-
"version": "9.0.0-beta.1",
3+
"version": "9.0.0",
44
"author": "MUI Team",
55
"description": "MUI Docs - Documentation building blocks.",
66
"license": "MIT",

packages-internal/docs-utils/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-docs-utils",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"author": "MUI Team",
55
"description": "Utilities for MUI docs. This is an internal package not meant for general use.",
66
"main": "./build/index.js",

packages-internal/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.6",
3+
"version": "3.0.7",
44
"author": "MUI Team",
55
"description": "MUI markdown parser. This is an internal package not meant for general use.",
66
"main": "./index.mjs",

packages-internal/scripts/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-scripts",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"author": "MUI Team",
55
"description": "Utilities supporting MUI libraries build and docs generation. This is an internal package not meant for general use.",
66
"license": "MIT",

packages/mui-codemod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/codemod",
3-
"version": "9.0.0-beta.0",
3+
"version": "9.0.0",
44
"author": "MUI Team",
55
"description": "Codemod scripts for Material UI.",
66
"license": "MIT",

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.1",
3+
"version": "9.0.0",
44
"author": "MUI Team",
55
"description": "Internal package to track number of downloads of our design system libraries.",
66
"license": "MIT",

packages/mui-envinfo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/envinfo",
3-
"version": "2.0.47",
3+
"version": "2.0.48",
44
"author": "MUI Team",
55
"description": "Logs info about the environment relevant to @mui/*.",
66
"license": "MIT",

packages/mui-icons-material/lib/package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)