Skip to content

Commit 819e662

Browse files
authored
[release] v6.4.1 (#45077)
1 parent 4f872d6 commit 819e662

File tree

15 files changed

+59
-36
lines changed

15 files changed

+59
-36
lines changed

CHANGELOG.md

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

3+
## 6.4.1
4+
5+
<!-- generated comparing v6.4.0..master -->
6+
7+
_Jan 21, 2025_
8+
9+
A big thanks to the 9 contributors who made this release possible.
10+
11+
12+
13+
- [ButtonBase] Export types used in ButtonBase props (#43530) @Janpot
14+
- [Dialog] Add slots and slotProps (#44792) @sai6855
15+
- [Drawer] Deprecate composed classes (#44870) @yash49
16+
- [IconButton] Set default loading to `null` (#45057) @siriwatknp
17+
- [ListItem] Add codemod for deprecated props (#45022) @sai6855
18+
- [Modal] Add migration guide and codemod for deprecated props (#45021) @sai6855
19+
- [TextField] Fix filled state to be synced with autofill (#44135) @DiegoAndai
20+
21+
22+
23+
- Fix dark mode flicker using `useEnhancedEffect` (#44812) @siriwatknp
24+
25+
26+
27+
- Do not deep merge React component (#45058) @siriwatknp
28+
29+
### Docs
30+
31+
- Fix typo (#45070) @Fullchee
32+
- Improve Toolpad templates section (#44914) @bharatkashyap
33+
- Fix expand / collapse icons orientation (#44989) @zanivan
34+
- Rename "Base UI" to "MUI Base" in all text (#45060) @mj12albert
35+
- Add @mui/base deprecation callout (#45030) @mj12albert
36+
- Update @mui/base deprecation message (#45064) @mj12albert
37+
38+
### Core
39+
40+
- [code-infra] Add "use client" directive to files with React APIs (#45036) @Janpot
41+
- [docs] 301 redirect `/base-ui` to `base-ui.com` (#45061) @mj12albert
42+
43+
All contributors of this release in alphabetical order: @bharatkashyap, @DiegoAndai, @Fullchee, @Janpot, @mj12albert, @sai6855, @siriwatknp, @yash49, @zanivan
44+
345
## 6.4.0
446

547
<!-- generated comparing v6.3.1..master -->

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.0",
3+
"version": "6.4.1",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

packages/mui-base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/base",
3-
"version": "5.0.0-beta.68",
3+
"version": "5.0.0-beta.69",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Base is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.",

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.0",
3+
"version": "6.4.1",
44
"bin": "./codemod.js",
55
"private": false,
66
"author": "MUI Team",

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

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.0",
3+
"version": "6.4.1",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Docs - Documentation building blocks.",

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.0",
3+
"version": "6.4.1",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Material Design icons distributed as SVG React components.",

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.23",
3+
"version": "6.0.0-beta.24",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Laboratory for new MUI modules.",

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.0",
3+
"version": "6.4.1",
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",

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.0",
3+
"version": "6.4.1",
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.",

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.0",
3+
"version": "6.4.1",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",

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.0",
3+
"version": "6.4.1",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Styles - The legacy JSS-based styling solution of Material UI.",

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.0",
3+
"version": "6.4.1",
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.",

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.0",
3+
"version": "6.4.1",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Utility functions for React components.",

pnpm-lock.yaml

+4-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)