@mui/styled-engine-sc 6.4.0 → 6.4.3

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