@mui/icons-material 6.4.5 → 6.4.6
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 +38 -0
- package/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,43 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
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
|
+
### `@mui/material@6.4.6`
|
|
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
|
+
|
|
3
41
|
## 6.4.5
|
|
4
42
|
|
|
5
43
|
<!-- generated comparing v6.4.4..v6.x -->
|
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.6",
|
|
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.6"
|
|
37
37
|
},
|
|
38
38
|
"peerDependenciesMeta": {
|
|
39
39
|
"@types/react": {
|