@mui/icons-material 6.4.0 → 6.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +42 -0
- package/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,47 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
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
|
+
### `@mui/material@6.4.1`
|
|
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
|
+
### `@mui/system@6.4.1`
|
|
22
|
+
|
|
23
|
+
- Fix dark mode flicker using `useEnhancedEffect` (#44812) @siriwatknp
|
|
24
|
+
|
|
25
|
+
### `@mui/utils@6.4.1`
|
|
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
|
+
|
|
3
45
|
## 6.4.0
|
|
4
46
|
|
|
5
47
|
<!-- generated comparing v6.3.1..master -->
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/icons-material",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Material Design icons distributed as SVG React components.",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
35
35
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
36
|
-
"@mui/material": "^6.4.
|
|
36
|
+
"@mui/material": "^6.4.1"
|
|
37
37
|
},
|
|
38
38
|
"peerDependenciesMeta": {
|
|
39
39
|
"@types/react": {
|