Skip to content

Commit d80a360

Browse files
authored
[release] v6.4.10 (#45769)
1 parent c809e39 commit d80a360

File tree

12 files changed

+34
-11
lines changed

12 files changed

+34
-11
lines changed

Diff for: CHANGELOG.md

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

3+
## 6.4.10
4+
5+
<!-- generated comparing v6.4.9..v6.x -->
6+
7+
_Mar 31, 2025_
8+
9+
A big thanks to the 4 contributors who made this release possible.
10+
11+
12+
13+
- [Autocomplete] Prevent shrink animation in controlled Autocomplete when initial `value` is provided (#45735) @imadx
14+
- [Popover] Allow `null` in `anchorEl` function return type (#45723) @eduter
15+
16+
### Docs
17+
18+
- Fix new React project link, CRA deprecated (#45669) @oliviertassinari
19+
20+
### Core
21+
22+
- [utils] Support cleanup callbacks in useForkRef (#45733) @DiegoAndai
23+
24+
All contributors of this release in alphabetical order: @DiegoAndai, @eduter, @imadx, @oliviertassinari
25+
326
## 6.4.9
427

528
<!-- generated comparing v6.4.8..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.9",
3+
"version": "6.4.10",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

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.9",
3+
"version": "6.4.10",
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.9",
3+
"version": "6.4.10",
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.9",
3+
"version": "6.4.10",
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.32",
3+
"version": "6.0.1-beta.33",
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.9",
3+
"version": "6.4.10",
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.9",
3+
"version": "6.4.10",
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-private-theming/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/private-theming",
3-
"version": "6.4.8",
3+
"version": "6.4.9",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",

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.9",
3+
"version": "6.4.10",
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.9",
3+
"version": "6.4.10",
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.",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/utils",
3-
"version": "6.4.8",
3+
"version": "6.4.9",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Utility functions for React components.",

0 commit comments

Comments
 (0)