Skip to content

Commit 356b885

Browse files
authored
[release] v6.4.6 (#45416)
1 parent 257b55f commit 356b885

File tree

16 files changed

+53
-15
lines changed

16 files changed

+53
-15
lines changed

CHANGELOG.md

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

3+
## 6.4.6
4+
5+
<!-- generated comparing v6.4.5..v6.x -->
6+
7+
_Feb 26, 2025_
8+
9+
A big thanks to the 4 contributors who made this release possible.
10+
11+
12+
13+
- [Checkbox] Add slots and slotProps (#45361) @siriwatknp
14+
- [Drawer] Deprecate *Props and complete `slots`, `slotProps` (#45377) @siriwatknp
15+
- [Grid] Improve Grid2 upgrade experience (#45372) @DiegoAndai
16+
- [InputBase] Deprecate composed classes (#45366) @siriwatknp
17+
- Fix `slotProps.transition` types (#45367) @siriwatknp
18+
- Allow nested theme creation with `vars` (#45368) @siriwatknp
19+
- Fix wrong slotProps of DetailsHTMLAttributes types (#45356) @siriwatknp
20+
- [Popover] Deprecate *Props and complete `slots`, `slotProps` (#45337) @siriwatknp
21+
- [Radio] Add slots and slotProps (#45364) @siriwatknp
22+
- [Slider] Fix css class selector in migration guide (#45409) @sai6855
23+
- [Slider] Fix spacings in .md files (#45393) @sai6855
24+
- [Snackbar] Add Slots and SlotProps (#45103) (#45352) @siriwatknp
25+
- [SpeedDialAction] Add slots and slotProps (#45365) @siriwatknp
26+
- [SwitchBase] Deprecate `inputProps` and complete slots, slotProps (#45338) @siriwatknp
27+
- [Tabs] Deprecate *Props and complete slots, slotProps (#45012) (#45355) @siriwatknp
28+
- [Menu] Deprecate *Props and complete `slots`, `slotProps` (#45369) @siriwatknp
29+
30+
### Docs
31+
32+
- [Autocomplete] Remove unnecessary renderTags prop from Sizes demo (#45403) @ZeeshanTamboli
33+
- Fix typo in slider docs (#45392) @sai6855
34+
35+
### Core
36+
37+
- [test] Remove unused renderTags prop and fix key warning in Autocomplete regression test (#45412) @ZeeshanTamboli
38+
39+
All contributors of this release in alphabetical order: @DiegoAndai, @sai6855, @siriwatknp, @ZeeshanTamboli
40+
341
## 6.4.5
442

543
<!-- generated comparing v6.4.4..v6.x -->

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

packages-internal/test-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/internal-test-utils",
3-
"version": "1.0.26",
3+
"version": "1.0.27",
44
"author": "MUI Team",
55
"description": "Utilities for MUI tests. This is an internal package not meant for general use.",
66
"main": "./build/index.js",

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.4",
3+
"version": "6.4.6",
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.5",
3+
"version": "6.4.6",
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.5",
3+
"version": "6.4.6",
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.5",
3+
"version": "6.4.6",
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.28",
3+
"version": "6.0.0-beta.29",
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.3",
3+
"version": "6.4.6",
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.5",
3+
"version": "6.4.6",
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.3",
3+
"version": "6.4.6",
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-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.3",
3+
"version": "6.4.6",
44
"private": false,
55
"author": "MUI Team",
66
"description": "styled() API wrapper package for styled-components.",

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.3",
3+
"version": "6.4.6",
44
"private": false,
55
"author": "MUI Team",
66
"description": "styled() API wrapper package for emotion.",

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

0 commit comments

Comments
 (0)