@mui/icons-material 6.4.0 → 6.4.2

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 +69 -0
  2. package/index.js +1 -1
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,74 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 6.4.2
4
+
5
+ <!-- generated comparing v6.4.1..v6.x -->
6
+
7
+ _Jan 29, 2025_
8
+
9
+ A big thanks to the 5 contributors who made this release possible.
10
+
11
+ ### `@mui/material@6.4.2`
12
+
13
+ - [Autocomplete] Prevent shrink animation in uncontrolled Autocomplete when default value is set (#44873) @ZeeshanTamboli
14
+ - [Slider] Fix arrow keys past the end for Slider with custom marks (#45050) @joshkel
15
+ - [TextareaAutosize] Temporarily disconnect ResizeObserver to avoid loop error (#44540) @mj12albert
16
+
17
+ ### Core
18
+
19
+ - [code-infra] a few fixes uncovered during ESM updates (@Janpot) (#45100) @Janpot
20
+ - [code-infra] Remove rsc-builder (#45079) @Janpot
21
+ - [code-infra] Remove commonjs imports in docs (#44976) @Janpot
22
+ - Prepare stable release from the `v6.x` branch (#45133) @DiegoAndai
23
+
24
+ ### Docs
25
+
26
+ - Fix `/base-ui` redirect and prune links (#45083) @mj12albert
27
+
28
+ All contributors of this release in alphabetical order: @DiegoAndai, @Janpot, @joshkel, @mj12albert, @ZeeshanTamboli
29
+
30
+ ## 6.4.1
31
+
32
+ <!-- generated comparing v6.4.0..master -->
33
+
34
+ _Jan 21, 2025_
35
+
36
+ A big thanks to the 9 contributors who made this release possible.
37
+
38
+ ### `@mui/material@6.4.1`
39
+
40
+ - [ButtonBase] Export types used in ButtonBase props (#43530) @Janpot
41
+ - [Dialog] Add slots and slotProps (#44792) @sai6855
42
+ - [Drawer] Deprecate composed classes (#44870) @yash49
43
+ - [IconButton] Set default loading to `null` (#45057) @siriwatknp
44
+ - [ListItem] Add codemod for deprecated props (#45022) @sai6855
45
+ - [Modal] Add migration guide and codemod for deprecated props (#45021) @sai6855
46
+ - [TextField] Fix filled state to be synced with autofill (#44135) @DiegoAndai
47
+
48
+ ### `@mui/system@6.4.1`
49
+
50
+ - Fix dark mode flicker using `useEnhancedEffect` (#44812) @siriwatknp
51
+
52
+ ### `@mui/utils@6.4.1`
53
+
54
+ - Do not deep merge React component (#45058) @siriwatknp
55
+
56
+ ### Docs
57
+
58
+ - Fix typo (#45070) @Fullchee
59
+ - Improve Toolpad templates section (#44914) @bharatkashyap
60
+ - Fix expand / collapse icons orientation (#44989) @zanivan
61
+ - Rename "Base UI" to "MUI Base" in all text (#45060) @mj12albert
62
+ - Add @mui/base deprecation callout (#45030) @mj12albert
63
+ - Update @mui/base deprecation message (#45064) @mj12albert
64
+
65
+ ### Core
66
+
67
+ - [code-infra] Add "use client" directive to files with React APIs (#45036) @Janpot
68
+ - [docs] 301 redirect `/base-ui` to `base-ui.com` (#45061) @mj12albert
69
+
70
+ All contributors of this release in alphabetical order: @bharatkashyap, @DiegoAndai, @Fullchee, @Janpot, @mj12albert, @sai6855, @siriwatknp, @yash49, @zanivan
71
+
3
72
  ## 6.4.0
4
73
 
5
74
  <!-- generated comparing v6.3.1..master -->
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v6.4.0
2
+ * @mui/icons-material v6.4.2
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.0",
3
+ "version": "6.4.2",
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.0"
36
+ "@mui/material": "^6.4.2"
37
37
  },
38
38
  "peerDependenciesMeta": {
39
39
  "@types/react": {