Skip to content

Commit a884cb8

Browse files
authored
v6.4.9 (#45676)
1 parent b90267a commit a884cb8

File tree

13 files changed

+43
-12
lines changed

13 files changed

+43
-12
lines changed

Diff for: CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# [Versions](https://mui.com/versions/)
22

3+
## 6.4.9
4+
5+
<!-- generated comparing v6.4.8..v6.x -->
6+
7+
_Mar 25, 2025_
8+
9+
A big thanks to the 7 contributors who made this release possible.
10+
11+
12+
13+
- [Autocomplete] Fix when `onHighlightChange` is called (@ZeeshanTamboli) (#45635) @ZeeshanTamboli
14+
- [StepLabel] Add missing root slot (#45607) @sai6855
15+
- [Switch] Add slots and slotProps (#45628) @siriwatknp
16+
- [TextField] Add `root` slot (#45616) @sai6855
17+
- [Tabs] Fix modifier keys + Left/Right Arrow key from being consumed by tab navigation (#45620) @mushfiqbh
18+
19+
20+
21+
- Add missing deprecations in deprecations-all file (#45508) @sai6855
22+
23+
### Docs
24+
25+
- [docs] Fix grammatical errors in support.md (#45636) @letianpailove
26+
- [docs] Restore utility component docs from MUI Base to Material UI (#45240) @mapache-salvaje
27+
28+
### Core
29+
30+
- [core] Prepare v6 branch for v7 stable release (#45668) @DiegoAndai
31+
32+
All contributors of this release in alphabetical order: @DiegoAndai, @letianpailove, @mapache-salvaje, @mushfiqbh, @sai6855, @siriwatknp, @ZeeshanTamboli
33+
334
## 6.4.8
435

536
<!-- generated comparing v6.4.7..v6.x -->

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/monorepo",
3-
"version": "6.4.8",
3+
"version": "6.4.9",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

Diff for: packages/mui-codemod/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/codemod",
3-
"version": "6.4.7",
3+
"version": "6.4.9",
44
"bin": "./codemod.js",
55
"private": false,
66
"author": "MUI Team",

Diff for: packages/mui-core-downloads-tracker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/core-downloads-tracker",
3-
"version": "6.4.8",
3+
"version": "6.4.9",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Internal package to track number of downloads of our design system libraries",

Diff for: packages/mui-docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/docs",
3-
"version": "6.4.8",
3+
"version": "6.4.9",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Docs - Documentation building blocks.",

Diff for: packages/mui-icons-material/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/icons-material",
3-
"version": "6.4.8",
3+
"version": "6.4.9",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Material Design icons distributed as SVG React components.",

Diff for: packages/mui-lab/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/lab",
3-
"version": "6.0.0-beta.31",
3+
"version": "6.0.0-beta.32",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Laboratory for new MUI modules.",

Diff for: packages/mui-material-pigment-css/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material-pigment-css",
3-
"version": "6.4.8",
3+
"version": "6.4.9",
44
"author": "MUI Team",
55
"description": "A wrapper over Pigment CSS that provides the same styled and theming APIs as Material UI.",
66
"main": "./src/index.ts",

Diff for: packages/mui-material/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material",
3-
"version": "6.4.8",
3+
"version": "6.4.9",
44
"private": false,
55
"author": "MUI Team",
66
"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.",

Diff for: packages/mui-styled-engine-sc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/styled-engine-sc",
3-
"version": "6.4.6",
3+
"version": "6.4.9",
44
"private": false,
55
"author": "MUI Team",
66
"description": "styled() API wrapper package for styled-components.",

Diff for: packages/mui-styled-engine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/styled-engine",
3-
"version": "6.4.8",
3+
"version": "6.4.9",
44
"private": false,
55
"author": "MUI Team",
66
"description": "styled() API wrapper package for emotion.",

Diff for: packages/mui-styles/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/styles",
3-
"version": "6.4.8",
3+
"version": "6.4.9",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Styles - The legacy JSS-based styling solution of Material UI.",

Diff for: packages/mui-system/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/system",
3-
"version": "6.4.8",
3+
"version": "6.4.9",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI System is a set of CSS utilities to help you build custom designs more efficiently. It makes it possible to rapidly lay out custom designs.",

0 commit comments

Comments
 (0)