@mui/styled-engine-sc 5.3.0 → 5.5.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,579 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.5.2
4
+
5
+ <!-- generated comparing v5.5.1..master -->
6
+
7
+ _Mar 21, 2022_
8
+
9
+ A big thanks to the 7 contributors who made this release possible. This is a small release focused on some 🐛 bug fixes and 📚 documentation improvements.
10
+
11
+ ### `@mui/material@5.5.2`
12
+
13
+ - &#8203;<!-- 04 -->[Popper] Expose the `sx` prop (#31833) @ivan-ngchakming
14
+
15
+ ### `@mui/joy@5.0.0-alpha.20`
16
+
17
+ - &#8203;<!-- 06 -->[Joy] Add default color to `Input` and `ListItemButton` (#31826) @siriwatknp
18
+ - &#8203;<!-- 05 -->[Joy] Add Avatar component (#31303) @hbjORbj
19
+
20
+ ### `@mui/base@5.0.0-alpha.73`
21
+
22
+ - &#8203;<!-- 03 -->[SliderUnstyled] Fix dragging on disabled sliders (#31882) @mnajdova
23
+
24
+ ### `@mui/styled-engine-sc@5.5.2`
25
+
26
+ - &#8203;<!-- 02 -->[styled-engine-sc] GlobalStylesProps inconsistent between the different packages (#31814) @mnajdova
27
+
28
+ ### Docs
29
+
30
+ - &#8203;<!-- 15 -->[data-grid] Fix print export feature (#31807) @oliviertassinari
31
+ - &#8203;<!-- 14 -->[docs] Move BadgeUnstyled docs to Base space (#31872) @michaldudak
32
+ - &#8203;<!-- 13 -->[docs] Solve duplication of content (#31917) @oliviertassinari
33
+ - &#8203;<!-- 12 -->[docs] Fix side nav capitalization of API (#31916) @oliviertassinari
34
+ - &#8203;<!-- 11 -->[docs] Use TypeScript demos by default (#31808) @oliviertassinari
35
+ - &#8203;<!-- 10 -->[docs] New search experience for multiple products (#31811) @siriwatknp
36
+ - &#8203;<!-- 09 -->[docs] Make LTS searchable (#31804) @oliviertassinari
37
+ - &#8203;<!-- 08 -->[docs] Fix demo filename on zh markdown (#31790) @nnmax
38
+ - &#8203;<!-- 01 -->[website] Highlight the date picker (#31889) @oliviertassinari
39
+
40
+ ### Core
41
+
42
+ - &#8203;<!-- 07 -->[core] Add tests for Avatar component (#31829) @hbjORbj
43
+
44
+ All contributors of this release in alphabetical order: @hbjORbj, @ivan-ngchakming, @michaldudak, @mnajdova, @nnmax, @oliviertassinari, @siriwatknp
45
+
46
+ ## 5.5.1
47
+
48
+ <!-- generated comparing v5.5.0..master -->
49
+
50
+ _Mar 14, 2022_
51
+
52
+ A big thanks to the 23 contributors who made this release possible. Here are some highlights ✨:
53
+
54
+ - 📊 2021 survey results post by @danilo-leal (#30999)
55
+ - Several 🐛 bug fixes and 📚 documentation improvements
56
+
57
+ ### @mui/material@5.5.1
58
+
59
+ - [Fab] Add z-index (#30842) @issamElmohadeb098
60
+ - [Grid] Fix columns of nested container (#31340) @boutahlilsoufiane
61
+ - [i10n] Update italian locale (#30974) @SalvatoreMazzullo
62
+ - [Pagination] Fix type of UsePaginationItem["page"] (#31295) @aaronadamsCA
63
+ - [Popper] Allow setting default props in a theme (#30118) @hafley66
64
+ - [TextField] fix disappearing border in Safari (#31406) @krysia1
65
+
66
+ ### @mui/joy@5.0.0-alpha.19
67
+
68
+ - [Joy] Support horizontal List (#31620) @siriwatknp
69
+ - [Joy] Add icon & label `Switch` examples (#31359) @siriwatknp
70
+ - [Joy] Add `TextField` component (#31299) @siriwatknp
71
+ - [Joy] Add `--Icon-fontSize` to components (#31360) @siriwatknp
72
+ - [Joy] Add `Checkbox` component (#31273) @siriwatknp
73
+
74
+ ### Docs
75
+
76
+ - [blog] 2021 survey results post (#30999) @danilo-leal
77
+ - [docs] Add Macedonian translation (#31402) @theCuriousOne
78
+ - [docs] Fix API page table styles in Safari (#31696) @aaarichter
79
+ - [docs] Fix SEO issues (#31505) @oliviertassinari
80
+ - [docs] Fix Link leak of Next.js props (#31418) @oliviertassinari
81
+ - [docs] Add "Work in biotech" to showcase (#31711) @klyburke
82
+ - [docs] Fix docs site crash on iOS Safari 12 (#31458) @badalsaibo
83
+ - [docs] Fix search icons crash (#31651) @juanpc10
84
+ - [docs] Remove unnecessary await in e2e-tests (#31767) @siriwatknp
85
+ - [docs] Fix source code links on the Templates page (#31425) @danilo-leal
86
+ - [docs] Adjust Stack's basic usage demo (#31423) @danilo-leal
87
+ - [docs] Migrate button demos to base (#31395) @siriwatknp
88
+ - [docs] Fix y-axis unit used in the responsive font sizes chart (#31424) @aaarichter
89
+ - [docs] Remove joy mockup pages (#31412) @siriwatknp
90
+ - [docs] Fix the statement that styleOverrides are added by default (#31257) @mnajdova
91
+ - [docs] Refine the product identifier menu (#31262) @danilo-leal
92
+ - [docs] Fix Search crash (#31386) @reckter
93
+ - [docs] Update TextField multiline description (#31291) @jontewks
94
+ - [docs] Add gap theme mapping in the System properties table (#31382) @danilo-leal
95
+ - [docs] Test products search (#31351) @siriwatknp
96
+ - [docs] Fix GitHub source links in the demo toolbar (#31339) @PunitSoniME
97
+ - [docs] Add Algolia verification code to robot.txt (#31356) @siriwatknp
98
+ - [examples] Ignore tsbuildinfo with Next.js (#31460) @B0und
99
+ - [website] Add new gold sponsor (#31354) @hbjORbj
100
+ - [website] Update Ukraine support link (#31378) @samuelsycamore
101
+
102
+ ### Core
103
+
104
+ - [core] Simplify anchor link (#31419) @oliviertassinari
105
+ - [core] Revert unrelated changes in #31354 @oliviertassinari
106
+ - [test] Upgrade CircleCI convenience image (#31394) @m4theushw
107
+ - [typescript] Simplify display of slot props types (#31240) @michaldudak
108
+
109
+ All contributors of this release in alphabetical order: @aaarichter, @aaronadamsCA, @B0und, @badalsaibo, @boutahlilsoufiane, @danilo-leal, @hafley66, @hbjORbj, @issamElmohadeb098, @jontewks, @juanpc10, @klyburke, @krysia1, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @reckter, @SalvatoreMazzullo, @samuelsycamore, @siriwatknp, @theCuriousOne
110
+
111
+ ## 5.5.0
112
+
113
+ <!-- generated comparing v5.4.4..master -->
114
+
115
+ _Mar 7, 2022_
116
+
117
+ A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
118
+
119
+ - ♿️ made the `Autocomplete` conform to [ARIA 1.2 combobox](https://www.w3.org/TR/wai-aria-1.2/#combobox) (#30601) @EdmundMai
120
+ - Several 🐛 bug fixes and 📚 documentation improvements
121
+
122
+ ### `@mui/material@5.5.0`
123
+
124
+ #### Breaking change
125
+
126
+ - &#8203;<!-- 24 -->[ClassNameGenerator] Prevent all `base` imports (#31297) @siriwatknp
127
+
128
+ `unstable_ClassNameGenerator` has been moved from `utils` to `className` folder to prevent all MUI Base module imports. If you use the module, please update the import as suggested in the diff below:
129
+
130
+ ```diff
131
+ - import { unstable_ClassNameGenerator } from '@mui/material/utils';
132
+ + import { unstable_ClassNameGenerator } from '@mui/material/className';
133
+ ```
134
+
135
+ #### Changes
136
+
137
+ - &#8203;<!-- 28 -->[Autocomplete] Fix failing unit tests (#31302) @michaldudak
138
+ - &#8203;<!-- 27 -->[Autocomplete] Have the screen reader announce when autocomplete is open and closed (#30601) @EdmundMai
139
+ - &#8203;<!-- 26 -->[AvatarGroup] Fix misalignment with non-default spacing (#31165) @sjdemartini
140
+ - &#8203;<!-- 15 -->[Drawer] Adjustments to the mini variant to improve UI/UX (#31267) @siriwatknp
141
+ - &#8203;<!-- 04 -->[Select] Add extending `OutlinedInputProps` by SelectProps (#31209) @jrozbicki
142
+
143
+ ### `@mui/icons-material@5.5.0`
144
+
145
+ - &#8203;<!-- 13 -->[icons] Sync new Google Material Icons (#30766) @simonecervini
146
+
147
+ ### `@mui/codemod@5.5.0`
148
+
149
+ - &#8203;<!-- 23 -->[codemod] Fix top level imports codemod (#31308) @mnajdova
150
+
151
+ ### `@mui/lab@5.0.0-alpha.72`
152
+
153
+ - &#8203;<!-- 07 -->[LoadingButton] Fix padding of loading icon in small button (#31113) @PunitSoniME
154
+
155
+ ### `@mui/base@5.0.0-alpha.71`
156
+
157
+ - &#8203;<!-- 05 -->[MenuUnstyled] Create MenuUnstyled and useMenu (#30961) @michaldudak
158
+ - &#8203;<!-- 03 -->[SelectUnstyled] Prevent window scrolling after opening (#31237) @michaldudak
159
+
160
+ ### `@mui/joy@5.0.0-alpha.18`
161
+
162
+ - &#8203;<!-- 12 -->[Joy] Make Icon `fontSize` adaptable to its parent (#31268) @siriwatknp
163
+ - &#8203;<!-- 11 -->[Joy] Add `Link` component (#31175) @hbjORbj
164
+ - &#8203;<!-- 10 -->[Joy] Improve `Sheet` tests (#31241) @hbjORbj
165
+ - &#8203;<!-- 09 -->[Joy] Improve SvgIcon tests (#31242) @hbjORbj
166
+
167
+ ### `@mui/material-next@6.0.0-alpha.26`
168
+
169
+ - &#8203;<!-- 06 -->[material-next] Mark @mui/material as a dependency (#31270) @siriwatknp
170
+
171
+ ### Docs
172
+
173
+ - &#8203;<!-- 21 -->[docs] Remove career pages from translation (#31346) @oliviertassinari
174
+ - &#8203;<!-- 20 -->[docs] Fix JS files overloading (#31341) @oliviertassinari
175
+ - &#8203;<!-- 19 -->[docs] Add banner in solidarity of Ukraine (#31275) @danilo-leal
176
+ - &#8203;<!-- 18 -->[docs] Fix maxWidth of scrollable Tabs demos (#31285) @danilo-leal
177
+ - &#8203;<!-- 17 -->[docs] Fix icon linking implementation concurrent safe (#30428) @Janpot
178
+ - &#8203;<!-- 16 -->[docs] Follow up new doc space issues (#31251) @siriwatknp
179
+ - &#8203;<!-- 29 -->[examples] Add `@types/node` to nextjs typescript starter (#30918) @Daggy1234
180
+ - &#8203;<!-- 14 -->[examples] Fix import ThemeProvider from correct package in remix-wit… (#30981) @nnecec
181
+ - &#8203;<!-- 25 -->[blog] Simplify the labels (#30921) @oliviertassinari
182
+ - &#8203;<!-- 08 -->[l10n] Add Croatian (hr-HR) and Serbian (sr-RS) translation (#30906) @m14d3n
183
+
184
+ ### Core
185
+
186
+ - &#8203;<!-- 23 -->[core] Fix running markdownlint on Windows (#31352) @michaldudak
187
+ - &#8203;<!-- 22 -->[core] Fix the stylelint script on Windows (#31281) @mnajdova
188
+ - &#8203;<!-- 02 -->[test] Fix buildApiUtils tests on Windows (#31304) @michaldudak
189
+ - &#8203;<!-- 01 -->[test] Remove legacyRoot option from test renderer (#31284) @eps1lon
190
+
191
+ All contributors of this release in alphabetical order: @Daggy1234, @danilo-leal, @EdmundMai, @eps1lon, @hbjORbj, @Janpot, @jrozbicki, @m14d3n, @michaldudak, @mnajdova, @nnecec, @oliviertassinari, @PunitSoniME, @simonecervini, @siriwatknp, @sjdemartini
192
+
193
+ ## 5.4.4
194
+
195
+ <!-- generated comparing v5.4.3..master -->
196
+
197
+ _Feb 28, 2022_
198
+
199
+ A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
200
+
201
+ - ✨ New `Input` and `Sheet` components were added in the experimental Joy design system by @hbjORbj (#31124, #31086) @hbjORbj
202
+ - Several 🐛 bug fixes and 📚 documentation improvements
203
+
204
+ ### `@mui/material@5.4.4`
205
+
206
+ - &#8203;<!-- 28 -->[Autocomplete] Have Autocomplete with multiline textfield log a warning instead of an error (#30680) @iclaude3
207
+ - &#8203;<!-- 27 -->[Chip] Fix ellipsis when the children is too long (#31087) @PunitSoniME
208
+ - &#8203;<!-- 14 -->[Input] Export InputBase's classes from the classes const (#31186) @mnajdova
209
+ - &#8203;<!-- 29 -->[TextField] Fix Horizontal scroll when label too long (#31187) @RedHeadphone
210
+ - &#8203;<!-- 08 -->[styles] Fix typo in import error (#31167) @davwheat
211
+
212
+ ### `@mui/system@5.4.4`
213
+
214
+ - &#8203;<!-- 07 -->[system] Fix executing server-side Emotion component as function interpolation 2 (#31024) @Andarist
215
+ - &#8203;<!-- 06 -->[system] Fix sx prop types when CSS variables are used with nested selectors (#31163) @mnajdova
216
+ - &#8203;<!-- 05 -->[system] Fix `CssVarsProvider` theme mutation (#31148) @siriwatknp
217
+
218
+ ### `@mui/codemod@5.4.4`
219
+
220
+ - &#8203;<!-- 26 -->[codemods] Add v5.0.0/top-level-imports codemod (#31195) @greengiraffe
221
+
222
+ ### `@mui/base@5.0.0-alpha.70`
223
+
224
+ - &#8203;<!-- 31 -->[SelectUnstyled, MultiSelectUnstyled, ButtonUnstyled] Export additional types to make customization easier (#31172) @michaldudak
225
+
226
+ ### `@mui/joy@5.0.0-alpha.17`
227
+
228
+ - &#8203;<!-- 13 -->[Joy] Add nested list components (#31159) @siriwatknp
229
+ - &#8203;<!-- 12 -->[Joy] Improve color customization on `Switch` (#31137) @siriwatknp
230
+ - &#8203;<!-- 11 -->[Joy] Add `Sheet` component (#31124) @hbjORbj
231
+ - &#8203;<!-- 10 -->[Joy] add `Input` component (#31086) @siriwatknp
232
+ - &#8203;<!-- 09 -->[Joy] Fix Button missing slot type (#31166) @siriwatknp
233
+
234
+ ### Docs
235
+
236
+ - &#8203;<!-- 22 -->[docs] Fix 404 link to the blog (#31234) @oliviertassinari
237
+ - &#8203;<!-- 21 -->[docs] Use `material-ui` for product name (#31200) @siriwatknp
238
+ - &#8203;<!-- 20 -->[docs] Add Base installation page (#30969) @siriwatknp
239
+ - &#8203;<!-- 19 -->[docs] Use new Algolia app for new structure (#31178) @siriwatknp
240
+ - &#8203;<!-- 18 -->[docs] Typo in the `FormControl` API documentation (#31169) @bonellia
241
+ - &#8203;<!-- 17 -->[docs] Fix typo in Stack documentation (#31176) @adriancampos
242
+ - &#8203;<!-- 16 -->[docs] Update interoperability.md broken tailwind links (#31182) @robertwt7
243
+ - &#8203;<!-- 15 -->[docs] Add missing import into tss-react migration guide (#31162) @sviande
244
+ - &#8203;<!-- 03 -->[website] The role is filled (#31216) @oliviertassinari
245
+ - &#8203;<!-- 02 -->[website] Revise the row grouping blog post (#31101) @samuelsycamore
246
+ - &#8203;<!-- 01 -->[website] Fix a few SEO issues (#31150) @oliviertassinari
247
+
248
+ ### Core
249
+
250
+ - &#8203;<!-- 30 -->[core] Add group for the @fortawesome dependencies (#31193) @mnajdova
251
+ - &#8203;<!-- 25 -->[core] Update playwright docker to match the specified version (#31236) @siriwatknp
252
+ - &#8203;<!-- 24 -->[core] Remove parallel on buildTypes (#31189) @siriwatknp
253
+ - &#8203;<!-- 23 -->[core] Fix propTypes generation for optional any props (#31141) @m4theushw
254
+ - &#8203;<!-- 04 -->[Typescript] Remove variants deprecation (#31239) @siriwatknp
255
+
256
+ All contributors of this release in alphabetical order: @adriancampos, @Andarist, @bonellia, @davwheat, @greengiraffe, @hbjORbj, @iclaude3, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @RedHeadphone, @robertwt7, @samuelsycamore, @siriwatknp, @sviande
257
+
258
+ ## 5.4.3
259
+
260
+ <!-- generated comparing v5.4.2..master -->
261
+
262
+ _Feb 21, 2022_
263
+
264
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
265
+
266
+ - 🛠 @hbjORbj made components use theme duration/easing values by default (#30894)
267
+ - A meaningful number of 🐛 bug fixes and 📚 documentation improvements
268
+
269
+ ### `@mui/material@5.4.3`
270
+
271
+ - &#8203;<!-- 18 -->[ButtonBase] Fix typo (#31135) @Jastor11
272
+ - &#8203;<!-- 05 -->[Stepper] Export useStepContext (#31021) @michaldudak
273
+ - &#8203;<!-- 04 -->[Transitions] Some components do not use transition duration/easing values from theme (#30894) @hbjORbj
274
+
275
+ ### `@mui/icons-material@5.4.3`
276
+
277
+ - &#8203;<!-- 11 -->[icons] Add "circle" icon synonyms (#31118) @gnowland
278
+
279
+ ### `@mui/joy@5.0.0-alpha.16`
280
+
281
+ - &#8203;<!-- 10 -->[Joy] `List` second iteration (#31134) @siriwatknp
282
+ - &#8203;<!-- 09 -->[Joy] Fix typings (#31120) @siriwatknp
283
+ - &#8203;<!-- 08 -->[Joy] Add initial `List` components (#30987) @siriwatknp
284
+
285
+ ### Docs
286
+
287
+ - &#8203;<!-- 19 -->[website] Improve full-stack role job description (#31160) @Janpot
288
+ - &#8203;<!-- 14 -->[docs] Fix typo of migration guides v4 (#31136) @pppp606
289
+ - &#8203;<!-- 13 -->[docs] Update on the support page to account for v4 LTS support (#31029) @danilo-leal
290
+ - &#8203;<!-- 12 -->[docs] Fix small typo in chips.md (#31092) @cameliaben
291
+ - &#8203;<!-- 07 -->[l10n] Add it-IT translation for labelDisplayedRows (#31131) @frab90
292
+ - &#8203;<!-- 06 -->[l10n] Add pl-PL translation for labelDisplayedRows (#31088) @ThomasTheHuman
293
+ - &#8203;<!-- 03 -->[website] Sync MUI X table feature (#30913) @alexfauquette
294
+ - &#8203;<!-- 02 -->[website] Prefill source in job application links (#31036) @oliviertassinari
295
+ - &#8203;<!-- 01 -->[website] Fix a grammar mistake (#31099) @huyenltnguyen
296
+
297
+ ### Core
298
+
299
+ - &#8203;<!-- 17 -->[core] Add jsx, html, css and prisma to prettier extensions (#31161) @Janpot
300
+ - &#8203;<!-- 16 -->[core] Allow to run material-ui.com/store alongside mui.com/store (#31065) @oliviertassinari
301
+ - &#8203;<!-- 15 -->[core] Polish design tokens (#31095) @oliviertassinari
302
+
303
+ All contributors of this release in alphabetical order: @alexfauquette, @cameliaben, @danilo-leal, @frab90, @gnowland, @hbjORbj, @huyenltnguyen, @Janpot, @Jastor11, @michaldudak, @oliviertassinari, @pppp606, @siriwatknp, @ThomasTheHuman
304
+
305
+ ## 5.4.2
306
+
307
+ _Feb 15, 2022_
308
+
309
+ A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
310
+
311
+ - 🛠 @sydneyjodon-wk improved propTypes of the ToggleButton components (#30883)
312
+ - Several 🐛 bug fixes and 📚 documentation improvements
313
+
314
+ ### `@mui/material@5.4.2`
315
+
316
+ - [Select] Allow customizing Select based on its variant (#30788) @michaldudak
317
+ - [Portal] Re-export 'Portal' in material (#31003) @liradb2000
318
+ - [ToggleButton] Add prop types for `onClick` and `onChange` (#30883) @sydneyjodon-wk
319
+ - [Typescript] Added TypeText declaration to the exports file (#30890) @agauravdev
320
+
321
+ ### `@mui/system@5.4.2`
322
+
323
+ - [system] Fix broken behavior when breakpoints input are not ordered (#30996) @mnajdova
324
+
325
+ ### `@mui/lab@5.0.0-alpha.69`
326
+
327
+ - [DatePicker] Fix passing clearable prop (#30786) @alisasanib
328
+
329
+ ### `@mui/joy@5.0.0-alpha.15`
330
+
331
+ - [Joy] Improve variant customization experience (#30878) @siriwatknp
332
+ - [Joy] Make `sx` prop work in Joy (#30955) @siriwatknp
333
+
334
+ ### Framer
335
+
336
+ - [design] Remove framer components (#30983) @mbrookes
337
+ - [design] Remove framer leftovers (#31070) @michaldudak
338
+
339
+ ### Docs
340
+
341
+ - [docs] Update installation guide of the icons package (#31026) @huyenltnguyen
342
+ - [docs] Improve the indication for the legacy APIs (#30995) @mnajdova
343
+ - [docs] Specify which props are added in the default `shouldForwardProp` option (#30978) @mnajdova
344
+ - [docs] Fix layout shift on loading (#31017) @oliviertassinari
345
+ - [docs] Increase scroll affordance in wide tables (#30713) @danilo-leal
346
+ - [docs] Fix look & feel of the Masonry demos (#30971) @oliviertassinari
347
+ - [docs] Improve Base component demos (#30884) @danilo-leal
348
+ - [docs] Use full product names (Material UI, MUI System) (#30960) @oliviertassinari
349
+ - [docs] Prefer useEnhancedEffect to avoid server side warnings (#30977) @mnajdova
350
+ - [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
351
+ - [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
352
+ - [website] Add banner for promoting priority open roles (#31076) @danilo-leal
353
+ - [website] Open Full-stack Engineer role for studio (#31038) @newguy-123
354
+ - [website] Minor security improvements (#31062) @oliviertassinari
355
+ - [website] Improve title of open roles (#30963) @DanailH
356
+ - [website] Add BIMI avatar (#30444) @oliviertassinari
357
+ - [website] Add Sycamore to About page (#31000) @samuelsycamore
358
+
359
+ ### Core
360
+
361
+ - [benchmark] Add missing dependency (#30994) @michaldudak
362
+ - [core] Bump date-io version (#31016) @michaldudak
363
+ - [core] Fix typo in useSlider (#31061) @ryohey
364
+ - [core] Remove unused draft-js types package (#30993) @michaldudak
365
+ - [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
366
+ - [core] Remove dead code (#31064) @oliviertassinari
367
+
368
+ All contributors of this release in alphabetical order: @agauravdev, @alisasanib, @DanailH, @danilo-leal, @huyenltnguyen, @l10nbot, @liradb2000, @mbrookes, @michaldudak, @mnajdova, @newguy-123, @oliviertassinari, @ryohey, @samuelsycamore, @siriwatknp, @sydneyjodon-wk
369
+
370
+ ## 5.4.1
371
+
372
+ <!-- generated comparing v5.4.0..master -->
373
+
374
+ _Feb 8, 2022_
375
+
376
+ A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
377
+
378
+ - ♿️ Snackbar messages are now announced by NVDA when using Firefox (#30774) @eps1lon
379
+ - Several 🐛 bug fixes and 📚 documentation improvements.
380
+
381
+ ### `@mui/material@5.4.1`
382
+
383
+ - &#8203;<!-- 37 -->[AvatarGroup] Enable targeting of additional Avatar when max props is passed (#30794) @mogrady88
384
+ - &#8203;<!-- 36 -->[Badge] Fix showzero and invisible condition (#30899) @alisasanib
385
+ - &#8203;<!-- 35 -->[ButtonBase] Expose ref to TouchRipple (#30901) @m4theushw
386
+ - &#8203;<!-- 15 -->[Fab] Add support for the default theme colors (#30846) @alisasanib
387
+ - &#8203;<!-- 11 -->[SelectInput] Only attach click handler to label if a labelId is passed (#30239) @johsunds
388
+ - &#8203;<!-- 09 -->[Snackbar] Ensure messages are announced in NVDA+FF (#30774) @eps1lon
389
+
390
+ ### `@mui/base@5.0.0-alpha.68`
391
+
392
+ - &#8203;<!-- 10 -->[SelectUnstyled] Improve exported types (#30895) @michaldudak
393
+
394
+ ### `@mui/lab@5.0.0-alpha.68`
395
+
396
+ - &#8203;<!-- 12 -->[Pickers] Fix `onDismiss` handler in `MobileDatePicker` (#30768) @Ashish2097
397
+ - &#8203;<!-- 06 -->[TimePicker] Add font family for clock numbers (#30738) @alisasanib
398
+
399
+ ### `@mui/joy@5.0.0-alpha.14`
400
+
401
+ - &#8203;<!-- 14 -->[Joy] Add `IconButton` component (#30864) @siriwatknp
402
+ - &#8203;<!-- 13 -->[Joy] Use icon inside a Button (#30803) @siriwatknp
403
+
404
+ ### Docs
405
+
406
+ - &#8203;<!-- 16 -->[examples] Fix vitejs example and improve HMR (#30897) @mihailgaberov
407
+ - &#8203;<!-- 33 -->[docs] Improve autocomplete "limit tags" demo (#30910) @danilo-leal
408
+ - &#8203;<!-- 34 -->[docs] Sync translations with Crowdin (#30950) @l10nbot
409
+ - &#8203;<!-- 38 -->[docs] Improve description of the disableRestoreFocus prop of the `TrapFocus` (#30912) @flaviendelangle
410
+ - &#8203;<!-- 32 -->[docs] Remove ul with div children and replace with nav element (#30534) @joeframbach
411
+ - &#8203;<!-- 31 -->[docs] Add Saleor to showcase (#30924) @cherniavskii
412
+ - &#8203;<!-- 30 -->[docs] Include JSS in styling solution interoperability guide (#30736) @garronej
413
+ - &#8203;<!-- 29 -->[docs] Fix contents of link-underline-hover (#30904) @pppp606
414
+ - &#8203;<!-- 28 -->[docs] Fix markdown table format (#30947) @oliviertassinari
415
+ - &#8203;<!-- 27 -->[docs] Add missing import to RTL guide (#30891) @CFarhad
416
+ - &#8203;<!-- 26 -->[docs] Fix WithStyles import statement for @mui/styles (#30942) @altruity
417
+ - &#8203;<!-- 25 -->[docs] Fix broken roadmap table (#30943) @cherniavskii
418
+ - &#8203;<!-- 24 -->[docs] Fix broken URL in "Edit this page" button (#30923) @cherniavskii
419
+ - &#8203;<!-- 23 -->[docs] Migrate content to the new location (#30757) @siriwatknp
420
+ - &#8203;<!-- 22 -->[docs] Fix the link to the Vite.js example project (#30872) @GneyHabub
421
+ - &#8203;<!-- 21 -->[docs] Clarify the minimum configuration for TypeScript (#30790) @mnajdova
422
+ - &#8203;<!-- 20 -->[docs] Clarify what the name of @mui/material is (#30866) @oliviertassinari
423
+ - &#8203;<!-- 19 -->[docs] Remove migration from the releases page (#30863) @mnajdova
424
+ - &#8203;<!-- 18 -->[docs] Update Instructions for Google Maps Autocomplete (#30849) @kjschabra
425
+ - &#8203;<!-- 17 -->[docs] Hotfix notification (#30862) @siriwatknp
426
+ - &#8203;<!-- 04 -->[website] Sample GA to avoid hit limit (#30919) @oliviertassinari
427
+ - &#8203;<!-- 03 -->[website] Hide scrollbars of hero containers (#29474) @theiliad
428
+ - &#8203;<!-- 02 -->[website] Polishing spacing and other small things (#30828) @danilo-leal
429
+ - &#8203;<!-- 01 -->[website] Close the Developer Advocate role (#30867) @oliviertassinari
430
+
431
+ ### Core
432
+
433
+ - &#8203;<!-- 37 -->[core] Batch small fixes (#30952) @oliviertassinari
434
+ - &#8203;<!-- 34 -->[core] Rename the GitHub org (#30944) @oliviertassinari
435
+ - &#8203;<!-- 33 -->[core] Fix propTypes in components where OverridableStringUnion is used (#30682) @paales
436
+ - &#8203;<!-- 08 -->[test] Codify the difference between keyup and keydown in SelectUnstyled (#30857) @eps1lon
437
+ - &#8203;<!-- 07 -->[test] Fix typo (#30841) @caioagiani
438
+ - &#8203;<!-- 05 -->[utils] Use built-in hook when available for useId (#30654) @eps1lon
439
+
440
+ All contributors of this release in alphabetical order: @alisasanib, @altruity, @Ashish2097, @caioagiani, @CFarhad, @cherniavskii, @danilo-leal, @eps1lon, @flaviendelangle, @garronej, @GneyHabub, @joeframbach, @johsunds, @kjschabra, @m4theushw, @michaldudak, @mihailgaberov, @mnajdova, @mogrady88, @oliviertassinari, @paales, @pppp606, @siriwatknp, @theiliad
441
+
442
+ ## 5.4.0
443
+
444
+ <!-- generated comparing v5.3.1..master -->
445
+
446
+ _Feb 1, 2022_
447
+
448
+ A big thanks to the 22 contributors who made this release possible. Here are some highlights ✨:
449
+
450
+ - 🛠 @goncalovf added an example project using [MUI with Vite.js](https://github.com/mui/material-ui/tree/master/examples/vitejs) (#28241)
451
+ - Number of 🐛 bug fixes and 📚 documentation improvements.
452
+
453
+ ### `@mui/material@5.4.0`
454
+
455
+ #### Breaking changes
456
+
457
+ - &#8203;<!-- 27 -->[core] Do not reexport Base from Material (#30853) @michaldudak
458
+
459
+ All Base components were exported from the `@mui/material` package and treated as stable even though the `@mui/base` package is in development. It could create a lot of confusion if developers start using Base components, depend on them, and demand quality found in "proper" Material components. We admit it was a mistake to reexport these components without marking them as unstable.
460
+
461
+ Developers are still encouraged to evaluate the Base components, but they should do so by explicitly installing the `@mui/base` package.
462
+
463
+ This is technically a breaking change as it removes a number of components from the `@mui/material` package. However, we believe that removing the components now and potentially breaking the codebases will do less harm than introducing "silent" breaking changes to Base components while continuing reexporting them from `@mui/material`.
464
+
465
+ Note: the utility components, such as ClickAwayListener, NoSsr, Portal, and TextareaAutosize continue to be exported from both `@mui/material` and `@mui/base`.
466
+
467
+ If you're encountering build errors after upgrading @mui/material, do the following:
468
+
469
+ 1. Install @mui/base: npm install @mui/base or yarn add @mui/base
470
+ 2. Make sure the version of @mui/base match the version of @mui/material
471
+ 3. Change the import paths of unstyled components from @mui/material to @mui/base, e.g.:
472
+
473
+ ```diff
474
+ - @import ButtonUnstyled from '@mui/material/ButtonUnstyled';
475
+ + @import ButtonUnstyled from '@mui/base/ButtonUnstyled';
476
+ ```
477
+
478
+ #### Changes
479
+
480
+ - &#8203;<!-- 30 -->[Autocomplete] Add `readOnly` prop (#30706) @ZeeshanTamboli
481
+ - &#8203;<!-- 29 -->[Autocomplete] Fix typos in the page (#30737) @austinewuncler
482
+ - &#8203;<!-- 14 -->[FormControlLabel][formgroup] add Mui-error class (#30656) @alisasanib
483
+ - &#8203;<!-- 13 -->[Grid] Fix prop check for applying wrap-reverse (#30813) @Hubbz
484
+ - &#8203;<!-- 07 -->[TextField] Remove notch when no label is added (#30560) @alisasanib
485
+ - &#8203;<!-- 06 -->[TextField] Remove usage of dangerouslySetInnerHTML (#30776) @Jack-Works
486
+ - &#8203;<!-- 05 -->[TreeView] Select node when key `Enter` is pressed (#30795) @dryrainbow
487
+ - &#8203;<!-- 04 -->[useMediaQuery] Ensure no tearing in React 18 (#30655) @eps1lon
488
+
489
+ ### `@mui/base@5.0.0-alpha.67`
490
+
491
+ - &#8203;<!-- 11 -->[SelectUnstyled] Create unstyled select (+ hook) (#30113) @michaldudak
492
+
493
+ ### `@mui/lab@5.0.0-alpha.67`
494
+
495
+ - &#8203;<!-- 23 -->[DateTimePicker] Fix month view highlight wrong tab (#30773) @DiegoYungh
496
+ - &#8203;<!-- 12 -->[pickers] Enable the sx props on all components (#30749) @boutahlilsoufiane
497
+
498
+ ### Docs
499
+
500
+ - &#8203;<!-- 28 -->[blog] Introducing callback support in style overrides (#30668) @siriwatknp
501
+ - &#8203;<!-- 23 -->[docs] Add notifications for the blog posts (#30852) @siriwatknp
502
+ - &#8203;<!-- 22 -->[docs] Improve the interoperability guide (#30785) @mnajdova
503
+ - &#8203;<!-- 21 -->[docs] Improve the Getting Started documentation content (#30808) @mnajdova
504
+ - &#8203;<!-- 20 -->[docs] Fix typo in ad fallback (#30823) @cherniavskii
505
+ - &#8203;<!-- 19 -->[docs] Change ThemeProvider API links (#30705) @atakanzen
506
+ - &#8203;<!-- 18 -->[docs] Retain vendor prefixing in rtl example (#30710) @ryancogswell
507
+ - &#8203;<!-- 17 -->[docs] Fix typo in the Popper ScrollPlayground demo (#30780) @tanyabouman
508
+ - &#8203;<!-- 16 -->[docs] Small fixes on the jss-to-tss migration guide (#30734) @garronej
509
+ - &#8203;<!-- 15 -->[examples] Add Vite.js example (#28241) @goncalovf
510
+
511
+ ### Core
512
+
513
+ - &#8203;<!-- 29 -->[core] Clarify the label, to match with MUI X (#30831) @oliviertassinari
514
+ - &#8203;<!-- 26 -->[core] Remove none code related instructions from git (#30843) @oliviertassinari
515
+ - &#8203;<!-- 25 -->[core] Fix typos in comments for scripts (#30809) @aefox
516
+ - &#8203;<!-- 24 -->[core] Fix 301 link in the blog @oliviertassinari
517
+ - &#8203;<!-- 10 -->[test] Fix tests on Node 16 (#30819) @michaldudak
518
+ - &#8203;<!-- 09 -->[test] Add explicit types to support noImplicityAny=false (#30798) @m4theushw
519
+ - &#8203;<!-- 08 -->[test] Support React.useId format in \*DescriptionOf (#30657) @eps1lon
520
+ - &#8203;<!-- 03 -->[website] Fix SEO issues (#30829) @oliviertassinari
521
+ - &#8203;<!-- 02 -->[website] Add designer position page (#30708) @danilo-leal
522
+ - &#8203;<!-- 01 -->[website] Polish /about page (#30747) @oliviertassinari
523
+
524
+ All contributors of this release in alphabetical order: @aefox, @alisasanib, @atakanzen, @austinewuncler, @boutahlilsoufiane, @cherniavskii, @danilo-leal, @DiegoYungh, @dryrainbow, @eps1lon, @garronej, @goncalovf, @Hubbz, @Jack-Works, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @ryancogswell, @siriwatknp, @tanyabouman, @ZeeshanTamboli
525
+
526
+ ## 5.3.1
527
+
528
+ <!-- generated comparing v5.3.0..master -->
529
+
530
+ _Jan 24, 2022_
531
+
532
+ A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
533
+
534
+ - 🛠 @mnajdova added interoperability guide for using Tailwind CSS (#30700)
535
+ - A meaningful number of 🐛 bug fixes and 📚 documentation improvements.
536
+
537
+ ### `@mui/icons-material@5.3.1`
538
+
539
+ - &#8203;<!-- 04 -->[icons] Fix naming typos (#30512) @MrHBS
540
+ - &#8203;<!-- 03 -->[icons] Makes material-icons work with Joy (#30681) @siriwatknp
541
+
542
+ ### `@mui/base@5.0.0-alpha.66`
543
+
544
+ - &#8203;<!-- 02 -->[SliderUnstyled] Improve typings on some internal utils (#30614) @mnajdova
545
+
546
+ ### Core
547
+
548
+ - &#8203;<!-- 24 -->[core] Batch small changes (#30690) @oliviertassinari
549
+ - &#8203;<!-- 23 -->[core] Add new structure to ignore list crowdin (#30608) @siriwatknp
550
+ - &#8203;<!-- 22 -->[core] Correct version in package.json (#30677) @michaldudak
551
+ - &#8203;<!-- 01 -->[test] Fix buildApiUtils tests on Windows (#30698) @michaldudak
552
+
553
+ ### Docs
554
+
555
+ - &#8203;<!-- 26 -->[blog] Enable blog index (#30724) @siriwatknp
556
+ - &#8203;<!-- 25 -->[blog] Introducing the Row Grouping feature (#30598) @alexfauquette
557
+ - &#8203;<!-- 21 -->[docs] Fix SEO crawl errors (#30733) @oliviertassinari
558
+ - &#8203;<!-- 20 -->[docs] Update migration-v4.md (#30721) @ddecrulle
559
+ - &#8203;<!-- 19 -->[docs] Fix migration issues detected by `ahrefs` (#30751) @siriwatknp
560
+ - &#8203;<!-- 18 -->[docs] Add interoprability guide for using Tailwind CSS (#30700) @mnajdova
561
+ - &#8203;<!-- 17 -->[docs] Fix typo in containedSizeMedium class (#30723) @aaneitchik
562
+ - &#8203;<!-- 16 -->[docs] Hotfix the wrong URL in X marketing page (#30729) @siriwatknp
563
+ - &#8203;<!-- 15 -->[docs] Post migration preparation fix (#30716) @siriwatknp
564
+ - &#8203;<!-- 14 -->[docs] Update remix example to restore from error pages (#30592) @mnajdova
565
+ - &#8203;<!-- 13 -->[docs] Use new URLs when enable_redirects is true (#30704) @siriwatknp
566
+ - &#8203;<!-- 12 -->[docs] Add a missing bracket in the migration-v4 guide (#30616) @chaosmirage
567
+ - &#8203;<!-- 11 -->[docs] Add Checkbox color prop change (#30697) @aaneitchik
568
+ - &#8203;<!-- 10 -->[docs] Fix migration to have singular urls (#30695) @siriwatknp
569
+ - &#8203;<!-- 09 -->[docs] Update UXPin link to new landing page (#30691) @Evomatic
570
+ - &#8203;<!-- 08 -->[docs] Close user menu on click in the responsive app bar demo (#30664) @NoahYarian
571
+ - &#8203;<!-- 07 -->[docs] Clear the difference between UI and React components (#29930) @oliviertassinari
572
+ - &#8203;<!-- 06 -->[docs] Make Autocomplete docs gender neutral (#30679) @exequielbc
573
+ - &#8203;<!-- 05 -->[docs] Update doc structure for X components (#30684) @siriwatknp
574
+
575
+ All contributors of this release in alphabetical order: @aaneitchik, @alexfauquette, @chaosmirage, @ddecrulle, @Evomatic, @exequielbc, @michaldudak, @mnajdova, @MrHBS, @NoahYarian, @oliviertassinari, @siriwatknp
576
+
3
577
  ## 5.3.0
4
578
 
5
579
  <!-- generated comparing v5.2.8..master -->
@@ -351,7 +925,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
351
925
 
352
926
  <a href="https://mui.com/components/tables/#unstyled-table"><img width="800" alt="unstyled table" src="https://user-images.githubusercontent.com/4512430/144862194-584356ef-7d9d-462c-a631-186a7e716193.png"></a>
353
927
 
354
- You can follow our progress with unstyled components at https://github.com/mui-org/material-ui/issues/27170.
928
+ You can follow our progress with unstyled components at https://github.com/mui/material-ui/issues/27170.
355
929
 
356
930
  - 🎉 We have added an example of how to use MUI with [Remix](https://remix.run/) (#29952) @mnajdova
357
931
 
@@ -1325,8 +1899,8 @@ _Sep 1, 2021_
1325
1899
 
1326
1900
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
1327
1901
 
1328
- - 🎉 Renamed packages to `@mui/*` as part of rebranding the company, following the strategy of expanding the library scope beyond Material Design. For more details about it, check the [GitHub discussion](https://github.com/mui-org/material-ui/discussions/27803).
1329
- - 🛠 Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui-org/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/guides/migration-v4/#preset-safe)
1902
+ - 🎉 Renamed packages to `@mui/*` as part of rebranding the company, following the strategy of expanding the library scope beyond Material Design. For more details about it, check the [GitHub discussion](https://github.com/mui/material-ui/discussions/27803).
1903
+ - 🛠 Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/guides/migration-v4/#preset-safe)
1330
1904
  - 🧪 Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj 👏!
1331
1905
 
1332
1906
  ### `@mui/material@5.0.0-rc.0`
@@ -1358,7 +1932,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
1358
1932
 
1359
1933
  > **Note**: `@mui/base` (previously `@material-ui/unstyled`) is not the same as `@material-ui/core`.
1360
1934
 
1361
- We encourage you to use the [codemod](https://github.com/mui-org/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) for smooth migration.
1935
+ We encourage you to use the [codemod](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) for smooth migration.
1362
1936
 
1363
1937
  #### Changes
1364
1938
 
@@ -1426,7 +2000,7 @@ _Aug 24, 2021_
1426
2000
 
1427
2001
  A big thanks to the 26 contributors who made this release possible. Here are some highlights ✨:
1428
2002
 
1429
- - 🐛 Fixed a lot of bugs and regressions to get us closer to the [v5 stable release milestone](https://github.com/mui-org/material-ui/milestone/44)
2003
+ - 🐛 Fixed a lot of bugs and regressions to get us closer to the [v5 stable release milestone](https://github.com/mui/material-ui/milestone/44)
1430
2004
  - 📚 Improved the docs and the migration guide for upgrading to v5
1431
2005
 
1432
2006
  ### `@material-ui/core@5.0.0-beta.5`
@@ -1821,7 +2395,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
1821
2395
 
1822
2396
  <a href="https://mui.com/components/switches/#unstyled"><img width="832" alt="switch" src="https://user-images.githubusercontent.com/3165635/125192249-236f8a80-e247-11eb-9df9-17d476379a32.png"></a>
1823
2397
 
1824
- You can follow our progress at https://github.com/mui-org/material-ui/issues/27170.
2398
+ You can follow our progress at https://github.com/mui/material-ui/issues/27170.
1825
2399
 
1826
2400
  - 💄 We have updated the default `info` `success` `warning` color to be more accessible (#26817) @siriwatknp.
1827
2401
  You can find the new [default values](https://mui.com/customization/palette/#default-values) in the documentation.
@@ -1927,9 +2501,9 @@ _Jul 01, 2021_
1927
2501
 
1928
2502
  A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
1929
2503
 
1930
- - 🎉 This is the first beta release of v5! A huge thanks to everyone who helped to make this happen! We're targeting the 1st of September for a stable release, and will use the next two months to polish v5, and ease the migration from v4. You can follow [the v5 stable milestone](https://github.com/mui-org/material-ui/milestone/44) for more details. We now encourage any new projects to start on v5.
2504
+ - 🎉 This is the first beta release of v5! A huge thanks to everyone who helped to make this happen! We're targeting the 1st of September for a stable release, and will use the next two months to polish v5, and ease the migration from v4. You can follow [the v5 stable milestone](https://github.com/mui/material-ui/milestone/44) for more details. We now encourage any new projects to start on v5.
1931
2505
  - 🚀 We have completed all the planned breaking changes.
1932
- - ⚒️ We added the codemod CLI to simplify migration to v5 (#26941) @eps1lon. You can find it at [`@material-ui/codemod`](https://github.com/mui-org/material-ui/tree/HEAD/packages/mui-codemod).
2506
+ - ⚒️ We added the codemod CLI to simplify migration to v5 (#26941) @eps1lon. You can find it at [`@material-ui/codemod`](https://github.com/mui/material-ui/tree/HEAD/packages/mui-codemod).
1933
2507
  - 🐛 The majority of other changes in this release were bug fixes, test utilities and docs.
1934
2508
 
1935
2509
  ### `@material-ui/core@5.0.0-beta.0`
@@ -1938,7 +2512,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
1938
2512
 
1939
2513
  - [Tabs] Remove unnecessary wrapper from Tab (#26926) @siriwatknp
1940
2514
 
1941
- `span` element that wraps children has been removed. `wrapper` classKey is also removed. More details about [this change](https://github.com/mui-org/material-ui/pull/26666).
2515
+ `span` element that wraps children has been removed. `wrapper` classKey is also removed. More details about [this change](https://github.com/mui/material-ui/pull/26666).
1942
2516
 
1943
2517
  ```diff
1944
2518
  <button class="MuiTab-root">
@@ -1951,7 +2525,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
1951
2525
 
1952
2526
  - [BottomNavigation] Remove wrapper from BottomNavigationAction (#26923) @siriwatknp
1953
2527
 
1954
- `span` element that wraps children has been removed. `wrapper` classKey is also removed. More details about [this change](https://github.com/mui-org/material-ui/pull/26666).
2528
+ `span` element that wraps children has been removed. `wrapper` classKey is also removed. More details about [this change](https://github.com/mui/material-ui/pull/26666).
1955
2529
 
1956
2530
  ```diff
1957
2531
  <button class="MuiBottomNavigationAction-root">
@@ -2063,7 +2637,7 @@ _Jun 23, 2021_
2063
2637
 
2064
2638
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
2065
2639
 
2066
- - 🚀 We have only 2 left in the [breaking changes](https://github.com/mui-org/material-ui/issues/20012). The plan to release 5.0.0-beta.0 is on July 1st and will start to promote its usage over v4.
2640
+ - 🚀 We have only 2 left in the [breaking changes](https://github.com/mui/material-ui/issues/20012). The plan to release 5.0.0-beta.0 is on July 1st and will start to promote its usage over v4.
2067
2641
  - 🎨 We have updated `Slider` to match current [Material Design guidelines](https://material.io/components/sliders).
2068
2642
 
2069
2643
  <a href="https://mui.com/components/slider/#continuous-sliders"><img width="247" alt="" src="https://user-images.githubusercontent.com/3165635/121884800-a8808600-cd13-11eb-8cdf-e25de8f1ba73.png" style="margin: auto"></a>
@@ -2105,7 +2679,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
2105
2679
 
2106
2680
  - &#8203;<!-- 09 -->[theme] Improve default breakpoints (#26746) @siriwatknp
2107
2681
 
2108
- The default breakpoints were changed to better match the common use cases. They also better match the Material Design guidelines. [Read more about the change](https://github.com/mui-org/material-ui/issues/21902).
2682
+ The default breakpoints were changed to better match the common use cases. They also better match the Material Design guidelines. [Read more about the change](https://github.com/mui/material-ui/issues/21902).
2109
2683
 
2110
2684
  ```diff
2111
2685
  {
@@ -2159,7 +2733,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
2159
2733
 
2160
2734
  - &#8203;<!-- 14 -->[IconButton] Remove label span (#26801) @siriwatknp
2161
2735
 
2162
- `span` element that wraps children has been removed. `label` classKey is also removed. More details about [this change](https://github.com/mui-org/material-ui/pull/26666).
2736
+ `span` element that wraps children has been removed. `label` classKey is also removed. More details about [this change](https://github.com/mui/material-ui/pull/26666).
2163
2737
 
2164
2738
  ```diff
2165
2739
  <button class="MuiIconButton-root">
@@ -2280,7 +2854,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
2280
2854
 
2281
2855
  - ⚒️ We've introduced a new `useTheme` and `useThemeProps` hooks in the `@material-ui/system` package.
2282
2856
  We believe that this package can be used as a standalone styling solution for building custom design systems (#26649) @mnajdova.
2283
- - 💥 Made progress with the breaking changes. We have done 105 of the 109 changes [planned](https://github.com/mui-org/material-ui/issues/20012). We are getting closer to our goal of releasing 5.0.0-beta.0 on July 1st and start to promote its usage over v4. You can also follow [our milestone](https://github.com/mui-org/material-ui/milestone/35) for more details.
2857
+ - 💥 Made progress with the breaking changes. We have done 105 of the 109 changes [planned](https://github.com/mui/material-ui/issues/20012). We are getting closer to our goal of releasing 5.0.0-beta.0 on July 1st and start to promote its usage over v4. You can also follow [our milestone](https://github.com/mui/material-ui/milestone/35) for more details.
2284
2858
  - And many more 🐛 bug fixes and 📚 improvements.
2285
2859
 
2286
2860
  ### `@material-ui/core@5.0.0-alpha.37`
@@ -2492,7 +3066,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
2492
3066
 
2493
3067
  - 👩‍🎤 We have completed the migration to emotion of all the components (`@material-ui/core` and `@material-ui/lab`) @siriwatknp, @mnajdova.
2494
3068
  - 📦 Save [10 kB gzipped](https://bundlephobia.com/package/@material-ui/core@5.0.0-alpha.34) by removing the dependency on `@material-ui/styles` (JSS) from the core and the lab (#26377, #26382, #26376) @mnajdova.
2495
- - ⚒️ Add many new [codemods](https://github.com/mui-org/material-ui/blob/HEAD/packages/mui-codemod/README.md) to automate the migration from v4 to v5 (#24867) @mbrookes.
3069
+ - ⚒️ Add many new [codemods](https://github.com/mui/material-ui/blob/HEAD/packages/mui-codemod/README.md) to automate the migration from v4 to v5 (#24867) @mbrookes.
2496
3070
  - And many more 🐛 bug fixes and 📚 improvements.
2497
3071
 
2498
3072
  ### `@material-ui/core@5.0.0-alpha.35`
@@ -2653,7 +3227,7 @@ _May 18, 2021_
2653
3227
 
2654
3228
  A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
2655
3229
 
2656
- - 💥 Make progress with the breaking changes. We have done 89 of the 109 changes [planned](https://github.com/mui-org/material-ui/issues/20012). We will release 5.0.0-beta.0 on July 1st and start to promote its usage over v4. You can also follow [our milestone](https://github.com/mui-org/material-ui/milestone/35) for more details.
3230
+ - 💥 Make progress with the breaking changes. We have done 89 of the 109 changes [planned](https://github.com/mui/material-ui/issues/20012). We will release 5.0.0-beta.0 on July 1st and start to promote its usage over v4. You can also follow [our milestone](https://github.com/mui/material-ui/milestone/35) for more details.
2657
3231
  - 🚀 Make progress with components migration to emotion. We have done 153 of the 168 components (almost there!)
2658
3232
  - And many more 🐛 bug fixes and 📚 improvements.
2659
3233
 
@@ -2817,7 +3391,7 @@ _May 9, 2021_
2817
3391
 
2818
3392
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
2819
3393
 
2820
- - 💥 Make progress with the breaking changes. We have done 81 of the 109 changes [planned](https://github.com/mui-org/material-ui/issues/20012). We will release 5.0.0-beta.0 on July 1st and start to promote its usage over v4. You can also follow [our milestone](https://github.com/mui-org/material-ui/milestone/35) for more details.
3394
+ - 💥 Make progress with the breaking changes. We have done 81 of the 109 changes [planned](https://github.com/mui/material-ui/issues/20012). We will release 5.0.0-beta.0 on July 1st and start to promote its usage over v4. You can also follow [our milestone](https://github.com/mui/material-ui/milestone/35) for more details.
2821
3395
  - And many more 🐛 bug fixes and 📚 improvements.
2822
3396
 
2823
3397
  ### `@material-ui/core@5.0.0-alpha.33`
@@ -3257,7 +3831,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3257
3831
  - &#8203;<!-- 53 -->[DateTimePicker] `date` is nullable in `onChange` (#25981) @eps1lon
3258
3832
  - &#8203;<!-- 39 -->[internal][pickers] Remove unused TView type argument (#25936) @eps1lon
3259
3833
  - &#8203;<!-- 48 -->[internal][pickers] Inline some BasePickerProps usages (#25971) @eps1lon
3260
- - &#8203;<!-- 44 -->[internal][pickers] Entangle what *Props vs All*Props means (#25938) @eps1lon
3834
+ - &#8203;<!-- 44 -->[internal][pickers] Entangle what Props vs AllProps means (#25938) @eps1lon
3261
3835
  - &#8203;<!-- 19 -->[lab] Update slot components to use overridesResolver (#25906) @mnajdova
3262
3836
  - &#8203;<!-- 40 -->[Timeline] Remove use of nth-child in favor of nth-of-type (#25915) @wellwellmissesanderson
3263
3837
  - &#8203;<!-- 06 -->[Timeline] Migrate Timeline to emotion (#25838) @siriwatknp
@@ -3322,7 +3896,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
3322
3896
  #### Breaking changes
3323
3897
 
3324
3898
  - [FormControl] Change default variant from standard to outlined (#24895) @petyosi
3325
- Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui-org/material-ui/tree/next/packages/mui-codemod#variant-prop) will automatically update your code.
3899
+ Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui/material-ui/tree/next/packages/mui-codemod#variant-prop) will automatically update your code.
3326
3900
 
3327
3901
  ```diff
3328
3902
  -<FormControl value="Standard" />
@@ -3334,7 +3908,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
3334
3908
  - [Menu] The `selectedMenu` variant will not vertically align the selected item with the anchor anymore. (#25691) @m4theushw
3335
3909
  - [Popover] Remove the `getContentAnchorEl` prop to simplify the positioning logic. (#25691) @m4theushw
3336
3910
  - [Select] Change default variant from standard to outlined (#24895) @petyosi
3337
- Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui-org/material-ui/tree/next/packages/mui-codemod#variant-prop) will automatically update your code.
3911
+ Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui/material-ui/tree/next/packages/mui-codemod#variant-prop) will automatically update your code.
3338
3912
 
3339
3913
  ```diff
3340
3914
  -<Select value="Standard" />
@@ -3538,7 +4112,7 @@ A big thanks to the 26 contributors who made this release possible. Here are som
3538
4112
  ```
3539
4113
 
3540
4114
  This feature was made possible by the recent migration to emotion.
3541
- You can [find the other issues](https://github.com/mui-org/material-ui/issues?q=is%3Aopen+is%3Aissue+label%3A%22component%3A+Grid%22) unlocked by the migration to emotion on the Grid component that are left to be solved.
4115
+ You can [find the other issues](https://github.com/mui/material-ui/issues?q=is%3Aopen+is%3Aissue+label%3A%22component%3A+Grid%22) unlocked by the migration to emotion on the Grid component that are left to be solved.
3542
4116
 
3543
4117
  - 👩‍🎤 Convert 3 components to emotion (#25541, #25516, #25521) @rajzik, @praveenkumar-kalidass, @siriwatknp.
3544
4118
  - 📚 Migrate 8 component demo pages to the `sx`, `Stack`, and `styled` API @vicasas.
@@ -4756,7 +5330,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
4756
5330
 
4757
5331
  - [Box] Remove deprecated props (#23716) @mnajdova
4758
5332
  All props are now available under the `sx` prop. A deprecation will be landing in v4.
4759
- Thanks to @mbrookes developers can automate the migration with a [codemod](https://github.com/mui-org/material-ui/blob/next/packages/mui-codemod/README.md#box-sx-prop).
5333
+ Thanks to @mbrookes developers can automate the migration with a [codemod](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#box-sx-prop).
4760
5334
 
4761
5335
  ```diff
4762
5336
  -<Box p={2} bgColor="primary.main">
@@ -5007,9 +5581,9 @@ _Nov 14, 2020_
5007
5581
  A big thanks to the 34 contributors who made this release possible. Here are some highlights ✨:
5008
5582
 
5009
5583
  - 📅 Migrate the date picker to the lab (#22692) @dmtrKovalenko.
5010
- We have integrated the components with the code infrastructure. Next we will migrate all the GitHub issues from [material-ui-pickers](https://github.com/mui-org/material-ui-pickers) and archive the repository. This migration will help provide first-class support for the date picker components. The component will stay in the lab as long as necessary to reach the high quality bar we have for core components. You can find the [new documentation here](https://mui.com/components/pickers/).
5584
+ We have integrated the components with the code infrastructure. Next we will migrate all the GitHub issues from [material-ui-pickers](https://github.com/mui/material-ui-pickers) and archive the repository. This migration will help provide first-class support for the date picker components. The component will stay in the lab as long as necessary to reach the high quality bar we have for core components. You can find the [new documentation here](https://mui.com/components/pickers/).
5011
5585
 
5012
- While the source code is currently hosted in the [main repository](https://github.com/mui-org/material-ui), we might move it to the [x repository](https://github.com/mui-org/material-ui-x) in the future, depending on what is easier for the commercial date range picker. The date picker will stay open source no matter what.
5586
+ While the source code is currently hosted in the [main repository](https://github.com/mui/material-ui), we might move it to the [x repository](https://github.com/mui/mui-x) in the future, depending on what is easier for the commercial date range picker. The date picker will stay open source no matter what.
5013
5587
 
5014
5588
  - 📚 Revamp the documentation for [the system](https://mui.com/system/basics/). The System contains CSS utilities. The documentation now promotes the use of the `sx` prop. It's ideal for adding one-off styles, e.g. padding, but when pushed to its limits, it can be used to implement quickly a complete page.
5015
5589
  - 👩‍🎨 Upgrade emotion to v11 (#23007) @mnajdova.
@@ -5020,7 +5594,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
5020
5594
  #### Breaking changes
5021
5595
 
5022
5596
  - [TextField] Change default variant from standard to outlined (#23503) @mbrookes
5023
- Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui-org/material-ui/tree/next/packages/mui-codemod#variant-prop) will automatically update your code.
5597
+ Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui/material-ui/tree/next/packages/mui-codemod#variant-prop) will automatically update your code.
5024
5598
 
5025
5599
  ```diff
5026
5600
  -<TextField value="Standard" />
@@ -5117,11 +5691,11 @@ A big thanks to the 20 contributors who made this release possible. Here are som
5117
5691
 
5118
5692
  **Why an unstyled package?**
5119
5693
 
5120
- While engineering teams are successfully building custom design systems by wrapping Material-UI, we [occasionally hear](https://github.com/mui-org/material-ui/issues/6218) that Material Design or our styling solution are something they don't need. Some teams prefer SASS, others prefer to customize the components starting from a pristine state. What all these teams have in common is that they value the features coming from the components, such as accessibility.
5694
+ While engineering teams are successfully building custom design systems by wrapping Material-UI, we [occasionally hear](https://github.com/mui/material-ui/issues/6218) that Material Design or our styling solution are something they don't need. Some teams prefer SASS, others prefer to customize the components starting from a pristine state. What all these teams have in common is that they value the features coming from the components, such as accessibility.
5121
5695
 
5122
5696
  The unstyled package goes one step down in the abstraction layer, providing more flexibility. Angular Material introduced this approach two years ago. Today their unstyled components account for [25% of the usage](https://npm-stat.com/charts.html?package=%40angular%2Fmaterial&package=%40angular%2Fcdk&from=2017-11-03&to=2020-11-03).
5123
5697
 
5124
- Another reason for introducing this package is to prepare the groundwork for a [second theme](https://github.com/mui-org/material-ui/issues/22485) (not Material Design based).
5698
+ Another reason for introducing this package is to prepare the groundwork for a [second theme](https://github.com/mui/material-ui/issues/22485) (not Material Design based).
5125
5699
 
5126
5700
  A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material-UI also contains "headless" components that exposes a hook API, e.g. [useAutocomplete](https://mui.com/components/autocomplete/#useautocomplete) or [usePagination](https://mui.com/components/pagination/#usepagination).
5127
5701
 
@@ -5757,7 +6331,7 @@ Here are some highlights ✨:
5757
6331
  Last but not least, the change allows us to take advantage dynamic style props. We will use them for dynamic color props, variant props, and new style props (an improved [system](https://mui.com/system/basics/)).
5758
6332
 
5759
6333
  This change has been in our roadmap for more than a year.
5760
- We announced it in the [v4 release blog post](https://medium.com/material-ui/material-ui-v4-is-out-4b7587d1e701) as a direction v5 would take.
6334
+ We announced it in the [v4 release blog post](https://mui.com/blog/material-ui-v4-is-out/) as a direction v5 would take.
5761
6335
 
5762
6336
  - 🛠 A first iteration on the unstyled components.
5763
6337
 
@@ -7177,4 +7751,4 @@ A big thanks to the 33 contributors who made this release possible. Here are som
7177
7751
 
7178
7752
  ## Older versions
7179
7753
 
7180
- Changes before 5.x are listed in our [changelog for older versions](https://github.com/mui-org/material-ui/blob/HEAD/CHANGELOG.old.md).
7754
+ Changes before 5.x are listed in our [changelog for older versions](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.old.md).
@@ -1,9 +1,9 @@
1
1
  import * as React from 'react';
2
2
  import { CSSObject, InterpolationFunction } from 'styled-components';
3
3
 
4
- export interface GlobalStylesProps {
4
+ export interface GlobalStylesProps<Theme = {}> {
5
5
  defaultTheme?: object;
6
- styles: string | CSSObject | InterpolationFunction<any>;
6
+ styles: string | CSSObject | InterpolationFunction<Theme>;
7
7
  }
8
8
 
9
- export default function Global(props: GlobalStylesProps): React.ReactElement;
9
+ export default function Global<Theme = {}>(props: GlobalStylesProps<Theme>): React.ReactElement;
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.3.0
1
+ /** @license MUI v5.5.2
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/legacy/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.3.0
1
+ /** @license MUI v5.5.2
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/modern/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.3.0
1
+ /** @license MUI v5.5.2
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.3.0
1
+ /** @license MUI v5.5.2
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/styled-engine-sc",
3
- "version": "5.3.0",
3
+ "version": "5.5.2",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "styled() API wrapper package for styled-components.",
@@ -13,12 +13,12 @@
13
13
  ],
14
14
  "repository": {
15
15
  "type": "git",
16
- "url": "https://github.com/mui-org/material-ui.git",
16
+ "url": "https://github.com/mui/material-ui.git",
17
17
  "directory": "packages/mui-styled-engine-sc"
18
18
  },
19
19
  "license": "MIT",
20
20
  "bugs": {
21
- "url": "https://github.com/mui-org/material-ui/issues"
21
+ "url": "https://github.com/mui/material-ui/issues"
22
22
  },
23
23
  "homepage": "https://mui.com/guides/styled-engine/",
24
24
  "funding": {