@mui/icons-material 6.4.5 → 6.4.7

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +58 -0
  2. package/index.js +1 -1
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,63 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 6.4.7
4
+
5
+ <!-- generated comparing v6.4.6..v6.x -->
6
+
7
+ _Mar 5, 2025_
8
+
9
+ A big thanks to the 3 contributors who made this release possible.
10
+
11
+ ### `@mui/material@6.4.7`
12
+
13
+ - [ThemeProvider] Add `storageManager` prop to `ThemeProvider` (@siriwatknp) (#45437) @siriwatknp
14
+ - [Rating] Deprecate \*Props and complete slots, slotProps (#45295) (#45398) @DiegoAndai
15
+ - [Radio] Fix `inputProps` not forwarded (@siriwatknp) (#45475) @siriwatknp
16
+
17
+ ### Core
18
+
19
+ - [blog] React 19 migration for MUI X (#45440) @arminmeh
20
+
21
+ All contributors of this release in alphabetical order: @arminmeh, @DiegoAndai, @siriwatknp
22
+
23
+ ## 6.4.6
24
+
25
+ <!-- generated comparing v6.4.5..v6.x -->
26
+
27
+ _Feb 26, 2025_
28
+
29
+ A big thanks to the 4 contributors who made this release possible.
30
+
31
+ ### `@mui/material@6.4.6`
32
+
33
+ - [Checkbox] Add slots and slotProps (#45361) @siriwatknp
34
+ - [Drawer] Deprecate *Props and complete `slots`, `slotProps` (#45377) @siriwatknp
35
+ - [Grid] Improve Grid2 upgrade experience (#45372) @DiegoAndai
36
+ - [InputBase] Deprecate composed classes (#45366) @siriwatknp
37
+ - Fix `slotProps.transition` types (#45367) @siriwatknp
38
+ - Allow nested theme creation with `vars` (#45368) @siriwatknp
39
+ - Fix wrong slotProps of DetailsHTMLAttributes types (#45356) @siriwatknp
40
+ - [Popover] Deprecate *Props and complete `slots`, `slotProps` (#45337) @siriwatknp
41
+ - [Radio] Add slots and slotProps (#45364) @siriwatknp
42
+ - [Slider] Fix css class selector in migration guide (#45409) @sai6855
43
+ - [Slider] Fix spacings in .md files (#45393) @sai6855
44
+ - [Snackbar] Add Slots and SlotProps (#45103) (#45352) @siriwatknp
45
+ - [SpeedDialAction] Add slots and slotProps (#45365) @siriwatknp
46
+ - [SwitchBase] Deprecate `inputProps` and complete slots, slotProps (#45338) @siriwatknp
47
+ - [Tabs] Deprecate *Props and complete slots, slotProps (#45012) (#45355) @siriwatknp
48
+ - [Menu] Deprecate *Props and complete `slots`, `slotProps` (#45369) @siriwatknp
49
+
50
+ ### Docs
51
+
52
+ - [Autocomplete] Remove unnecessary renderTags prop from Sizes demo (#45403) @ZeeshanTamboli
53
+ - Fix typo in slider docs (#45392) @sai6855
54
+
55
+ ### Core
56
+
57
+ - [test] Remove unused renderTags prop and fix key warning in Autocomplete regression test (#45412) @ZeeshanTamboli
58
+
59
+ All contributors of this release in alphabetical order: @DiegoAndai, @sai6855, @siriwatknp, @ZeeshanTamboli
60
+
3
61
  ## 6.4.5
4
62
 
5
63
  <!-- generated comparing v6.4.4..v6.x -->
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v6.4.5
2
+ * @mui/icons-material v6.4.7
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/icons-material",
3
- "version": "6.4.5",
3
+ "version": "6.4.7",
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.5"
36
+ "@mui/material": "^6.4.7"
37
37
  },
38
38
  "peerDependenciesMeta": {
39
39
  "@types/react": {