@mui/styled-engine-sc 6.4.3 → 6.4.9

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,192 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 6.4.9
4
+
5
+ <!-- generated comparing v6.4.8..v6.x -->
6
+
7
+ _Mar 25, 2025_
8
+
9
+ A big thanks to the 7 contributors who made this release possible.
10
+
11
+ ### `@mui/material@6.4.9`
12
+
13
+ - [Autocomplete] Fix when `onHighlightChange` is called (@ZeeshanTamboli) (#45635) @ZeeshanTamboli
14
+ - [StepLabel] Add missing root slot (#45607) @sai6855
15
+ - [Switch] Add slots and slotProps (#45628) @siriwatknp
16
+ - [TextField] Add `root` slot (#45616) @sai6855
17
+ - [Tabs] Fix modifier keys + Left/Right Arrow key from being consumed by tab navigation (#45620) @mushfiqbh
18
+
19
+ ### `@mui/codemon@6.4.9`
20
+
21
+ - Add missing deprecations in deprecations-all file (#45508) @sai6855
22
+
23
+ ### Docs
24
+
25
+ - [docs] Fix grammatical errors in support.md (#45636) @letianpailove
26
+ - [docs] Restore utility component docs from MUI Base to Material UI (#45240) @mapache-salvaje
27
+
28
+ ### Core
29
+
30
+ - [core] Prepare v6 branch for v7 stable release (#45668) @DiegoAndai
31
+
32
+ All contributors of this release in alphabetical order: @DiegoAndai, @letianpailove, @mapache-salvaje, @mushfiqbh, @sai6855, @siriwatknp, @ZeeshanTamboli
33
+
34
+ ## 6.4.8
35
+
36
+ <!-- generated comparing v6.4.7..v6.x -->
37
+
38
+ _Mar 14, 2025_
39
+
40
+ A big thanks to the 9 contributors who made this release possible.
41
+
42
+ ### `@mui/material@6.4.8`
43
+
44
+ - [ListItemText] Add missing `root` slot (#45552) @sai6855
45
+ - [SpeedDial] Add missing `root` slot (#45551) @sai6855
46
+ - [Tooltip] Allow auto placement on tooltip (#45536) @Jtaks
47
+ - [useScrollTrigger] Do nothing if target is null (#45553) @vipierozan99
48
+ - [Accordion] Add missing `root` slot (#45534) @sai6855
49
+ - [AccordionSummary] Add slots and slotProps (#45560) @sai6855
50
+ - [TextareaAutosize] Fix ResizeObserver causing infinite `selectionchange` loop (#45351) (#45498) @mj12albert
51
+
52
+ ### `@mui/styled-engine@6.4.8`
53
+
54
+ - Add `enableCssLayer` prop to StyledEngineProvider (#45563) @siriwatknp
55
+
56
+ ### `@mui/system@6.4.8`
57
+
58
+ - [system] Prevent nested non-vars theme inheritance (#45564) @siriwatknp
59
+
60
+ ### `@mui/utils@6.4.8`
61
+
62
+ - Use correct iri-reference homepage format (#45511) @dahiro
63
+
64
+ ### Core
65
+
66
+ - [test] Fix React 18 tests (#45161) (#45496) @DiegoAndai
67
+
68
+ ### Docs
69
+
70
+ - [Backdrop] Fix component name in migration guide (#45507) @sai6855
71
+ - Fix broken links to MUI X docs (cherry-pick of #45145) (#45481) @mapache-salvaje
72
+ - [examples] Fix the invalid argument to extract examples (#45493) @ovtn
73
+ - Add `overriding-component-structure` doc to Material UI (#45570) @siriwatknp
74
+
75
+ All contributors of this release in alphabetical order: @dahiro, @DiegoAndai, @Jtaks, @mapache-salvaje, @mj12albert, @ovtn, @sai6855, @siriwatknp, @vipierozan99
76
+
77
+ ## 6.4.7
78
+
79
+ <!-- generated comparing v6.4.6..v6.x -->
80
+
81
+ _Mar 5, 2025_
82
+
83
+ A big thanks to the 3 contributors who made this release possible.
84
+
85
+ ### `@mui/material@6.4.7`
86
+
87
+ - [ThemeProvider] Add `storageManager` prop to `ThemeProvider` (@siriwatknp) (#45437) @siriwatknp
88
+ - [Rating] Deprecate \*Props and complete slots, slotProps (#45295) (#45398) @DiegoAndai
89
+ - [Radio] Fix `inputProps` not forwarded (@siriwatknp) (#45475) @siriwatknp
90
+
91
+ ### Core
92
+
93
+ - [blog] React 19 migration for MUI X (#45440) @arminmeh
94
+
95
+ All contributors of this release in alphabetical order: @arminmeh, @DiegoAndai, @siriwatknp
96
+
97
+ ## 6.4.6
98
+
99
+ <!-- generated comparing v6.4.5..v6.x -->
100
+
101
+ _Feb 26, 2025_
102
+
103
+ A big thanks to the 4 contributors who made this release possible.
104
+
105
+ ### `@mui/material@6.4.6`
106
+
107
+ - [Checkbox] Add slots and slotProps (#45361) @siriwatknp
108
+ - [Drawer] Deprecate \*Props and complete `slots`, `slotProps` (#45377) @siriwatknp
109
+ - [Grid] Improve Grid2 upgrade experience (#45372) @DiegoAndai
110
+ - [InputBase] Deprecate composed classes (#45366) @siriwatknp
111
+ - Fix `slotProps.transition` types (#45367) @siriwatknp
112
+ - Allow nested theme creation with `vars` (#45368) @siriwatknp
113
+ - Fix wrong slotProps of DetailsHTMLAttributes types (#45356) @siriwatknp
114
+ - [Popover] Deprecate \*Props and complete `slots`, `slotProps` (#45337) @siriwatknp
115
+ - [Radio] Add slots and slotProps (#45364) @siriwatknp
116
+ - [Slider] Fix css class selector in migration guide (#45409) @sai6855
117
+ - [Slider] Fix spacings in .md files (#45393) @sai6855
118
+ - [Snackbar] Add Slots and SlotProps (#45103) (#45352) @siriwatknp
119
+ - [SpeedDialAction] Add slots and slotProps (#45365) @siriwatknp
120
+ - [SwitchBase] Deprecate `inputProps` and complete slots, slotProps (#45338) @siriwatknp
121
+ - [Tabs] Deprecate \*Props and complete slots, slotProps (#45012) (#45355) @siriwatknp
122
+ - [Menu] Deprecate \*Props and complete `slots`, `slotProps` (#45369) @siriwatknp
123
+
124
+ ### Docs
125
+
126
+ - [Autocomplete] Remove unnecessary renderTags prop from Sizes demo (#45403) @ZeeshanTamboli
127
+ - Fix typo in slider docs (#45392) @sai6855
128
+
129
+ ### Core
130
+
131
+ - [test] Remove unused renderTags prop and fix key warning in Autocomplete regression test (#45412) @ZeeshanTamboli
132
+
133
+ All contributors of this release in alphabetical order: @DiegoAndai, @sai6855, @siriwatknp, @ZeeshanTamboli
134
+
135
+ ## 6.4.5
136
+
137
+ <!-- generated comparing v6.4.4..v6.x -->
138
+
139
+ _Feb 18, 2025_
140
+
141
+ A big thanks to the 5 contributors who made this release possible.
142
+
143
+ ### `@mui/material@6.4.5`
144
+
145
+ - [Autocomplete] Remove legacy `aria-owns` attribute for combobox (#45303) @ZeeshanTamboli
146
+ - [Button] Apply id only if loading indicator is present (#45339) @aarongarciah
147
+
148
+ ### Docs
149
+
150
+ - [icons] Fix typo in material-icons.md (#45336) @a-s-russo
151
+ - [Menu] Add Grouped Menu demo (#45292) @noobDev31
152
+
153
+ ### Core
154
+
155
+ - [blog] Consistent Base UI terminology (#45342) @aarongarciah
156
+ - Fix double redirection to Base UI (#45146) @oliviertassinari
157
+
158
+ All contributors of this release in alphabetical order: @a-s-russo, @aarongarciah, @noobDev31, @oliviertassinari, @ZeeshanTamboli
159
+
160
+ ## 6.4.4
161
+
162
+ <!-- generated comparing v6.4.3..v6.x -->
163
+
164
+ _Feb 11, 2025_
165
+
166
+ A big thanks to the 3 contributors who made this release possible.
167
+
168
+ ### `@mui/material@6.4.4`
169
+
170
+ - [MobileStepper] deprecate `LinearProgressProps` and complete `slots`, `slotProps` (@siriwatknp) (#45242) @siriwatknp
171
+ - [Slider] Deprecate composed classes (@sai6855) (#45223) @sai6855
172
+ - [utils] Merge `sx` instead of override when using `mergeSlotProps` (#45129) @siriwatknp
173
+
174
+ ### Docs
175
+
176
+ - [Autocomplete] Improve Google Maps search example (#44708) @oliviertassinari
177
+ - [Dialog] Removes deprecated PaperProps from docs (#45217) @sai6855
178
+ - A quick first step to update docs for Tailwind v4 (#45221) @oliviertassinari
179
+
180
+ ### Core
181
+
182
+ - Fix missing store contributor renaming (527222d) @oliviertassinari
183
+ - Fix MUI Base vale rule (#45140) @oliviertassinari
184
+ - Fix 404 errors (#45137) @oliviertassinari
185
+ - [docs] Sync active sponsors (#45204) @oliviertassinari
186
+ - [docs-infra] Move Ukraine banner to the bottom (#45135) @oliviertassinari
187
+
188
+ All contributors of this release in alphabetical order: @oliviertassinari, @sai6855, @siriwatknp
189
+
3
190
  ## 6.4.3
4
191
 
5
192
  <!-- generated comparing v6.4.2..v6.x -->
package/README.md CHANGED
@@ -5,6 +5,6 @@ It's designed for developers who would like to use `styled-components` as the ma
5
5
 
6
6
  ## Documentation
7
7
 
8
- <!-- #default-branch-switch -->
8
+ <!-- #host-reference -->
9
9
 
10
- Visit [https://mui.com/material-ui/integrations/styled-components/](https://mui.com/material-ui/integrations/styled-components/) to view the full documentation.
10
+ Visit [https://v6.mui.com/material-ui/integrations/styled-components/](https://v6.mui.com/material-ui/integrations/styled-components/) to view the full documentation.
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/styled-engine-sc v6.4.3
2
+ * @mui/styled-engine-sc v6.4.9
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.3
2
+ * @mui/styled-engine-sc v6.4.9
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.3
2
+ * @mui/styled-engine-sc v6.4.9
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.3",
3
+ "version": "6.4.9",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "styled() API wrapper package for styled-components.",