@mui/styled-engine-sc 5.4.1 โ†’ 5.6.1

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,589 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.6.1
4
+
5
+ <!-- generated comparing v5.6.0..master -->
6
+
7
+ _Apr 11, 2022_
8
+
9
+ A big thanks to the 8 contributors who made this release possible.
10
+ This release is mostly about ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
11
+
12
+ ### `@mui/material@5.6.1`
13
+
14
+ - [Grow] Extend Safari CSS transition bug workaround on WebKit browsers (#32202) @igordanchenko
15
+ - [Link] Fix style overrides 5.6.0 regression (#32182) @siriwatknp
16
+ - [Select] Bug when the first child is a ListSubheader (#27299) @DouglasPds
17
+
18
+ ### `@mui/base@5.0.0-alpha.76`
19
+
20
+ - [ButtonUnstyled] Allow receiving focus when disabled (#32090) @michaldudak
21
+
22
+ ### Docs
23
+
24
+ - [blog] Share what's changed about the new docs structure (#32044) @danilo-leal
25
+ - [docs] Format number icons search (#32239) @oliviertassinari
26
+ - [docs] Fix small external links issue (#32212) @oliviertassinari
27
+ - [docs] Make sidenav crawlable (#32241) @oliviertassinari
28
+ - [docs] Base Badge style revisions and final review (#32098) @samuelsycamore
29
+ - [docs] Fix wrong url (#32208) @siriwatknp
30
+ - [docs] Fix date-pickers redirects (#32207) @siriwatknp
31
+ - [docs] Add notification for the doc restructure and date pickers update (#32195) @siriwatknp
32
+ - [docs] Fix 404 from `ahrefs` report (#32206) @siriwatknp
33
+ - [docs] Remove notifications temporary (#32192) @siriwatknp
34
+ - [docs] Redirect to new urls (#32048) @siriwatknp
35
+ - [docs] Update Learn page copy and resource list (#31989) @samuelsycamore
36
+ - [website] Fix wrong MUI X installation instruction link @oliviertassinari
37
+ - [website] Revise homepage copy below the hero section (#31283) @samuelsycamore
38
+ - [website] Revise homepage Hero copy for more clarity (#31212) @samuelsycamore
39
+ - [website] Give up on promoting roles in our docs @oliviertassinari
40
+
41
+ ### Core
42
+
43
+ - [core] Fix misleading types range (#32236) @oliviertassinari
44
+ - [core] Small polish on the product name (#32199) @oliviertassinari
45
+
46
+ All contributors of this release in alphabetical order: @danilo-leal, @DouglasPds, @igordanchenko, @l10nbot, @michaldudak, @oliviertassinari, @samuelsycamore, @siriwatknp
47
+
48
+ ## 5.6.0
49
+
50
+ <!-- generated comparing v5.5.3..master -->
51
+
52
+ _Apr 5, 2022_
53
+
54
+ A big thanks to the 15 contributors who made this release possible. Here are some highlights โœจ:
55
+
56
+ - ๐Ÿงฐ Update peer dependencies to support React 18 (#32063) @eps1lon
57
+ - ๐Ÿš€ Added the experimental `CssVarsProvider` in `@mui/material` for generating theme CSS variables (#31138) @mnajdova
58
+ - ๐Ÿ“ฃ Moved date and time pickers from the lab to MUI X (#31984) @flaviendelangle
59
+ - Several ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
60
+
61
+ ### `@mui/material@5.6.0`
62
+
63
+ - &#8203;<!-- 25 -->[CssVarsProvider] Add experimental CssVarsProvider in @mui/material (#31138) @mnajdova
64
+ - &#8203;<!-- 06 -->[Link] Fix `sx` color to support callback (#32123) @siriwatknp
65
+ - &#8203;<!-- 05 -->[Link] Fix color transformation (#32045) @siriwatknp
66
+ - &#8203;<!-- 04 -->[ListItemButton] Specified width so that text would ellide (#32083) @MatthijsMud
67
+ - &#8203;<!-- 03 -->[TablePagination] Fixed the etEE locale (#32052) @raigoinabox
68
+
69
+ ### `@mui/base@5.0.0-alpha.75`
70
+
71
+ - &#8203;<!-- 31 -->[Badge] Simplify unstyled API (#31974) @michaldudak
72
+
73
+ ### `@mui/codemod@5.6.0`
74
+
75
+ - &#8203;<!-- 29 -->[codemod] Add v5.0.0/date-pickers-moved-to-x codemod (#31373) @flaviendelangle
76
+
77
+ ### `@mui/lab@5.0.0-alpha.76`
78
+
79
+ - &#8203;<!-- 24 -->[DatePicker] Remove date and time pickers from the lab (#31984) @flaviendelangle
80
+
81
+ ### `@mui/joy@5.0.0-alpha.22`
82
+
83
+ - &#8203;<!-- 07 -->[Joy] Add `Card` components (#32027) @siriwatknp
84
+
85
+ ### Docs
86
+
87
+ - &#8203;<!-- 30 -->[blog] New article for the date pickers migration to X (#31831) @flaviendelangle
88
+ - &#8203;<!-- 33 -->[docs] Base Menu style revisions and final review (#32097) @samuelsycamore
89
+ - &#8203;<!-- 32 -->[docs] Base Select style revisions and final review (#32095) @samuelsycamore
90
+ - &#8203;<!-- 31 -->[docs] Base Input style revisions and final review (#32096) @samuelsycamore
91
+ - &#8203;<!-- 30 -->[docs] Base Slider style revisions and final review (#32140) @samuelsycamore
92
+ - &#8203;<!-- 29 -->[docs] Base Modal style revisions and final review (#32093) @samuelsycamore
93
+ - &#8203;<!-- 28 -->[docs] Add page for CSS variables support in @mui/material (#32050) @mnajdova
94
+ - &#8203;<!-- 27 -->[docs] Add TSS support for theme style overrides (#31918) @garronej
95
+ - &#8203;<!-- 23 -->[docs] Simplify customization examples in ButtonUnstyled demos (#32092) @michaldudak
96
+ - &#8203;<!-- 22 -->[docs] Fix linking issues for the redirects (#32101) @siriwatknp
97
+ - &#8203;<!-- 21 -->[docs] Create the FormControl page (#32073) @michaldudak
98
+ - &#8203;<!-- 20 -->[docs] Remove trap-focus from the navigation (#32079) @psjishnu
99
+ - &#8203;<!-- 19 -->[docs] Add date-pickers product identifier (#32076) @siriwatknp
100
+ - &#8203;<!-- 18 -->[docs] Move SwitchUnstyled docs to the Base space (#31964) @michaldudak
101
+ - &#8203;<!-- 17 -->[docs] Add docs page for unstyled popper (#31813) @siriwatknp
102
+ - &#8203;<!-- 16 -->[docs] Copy TextareaAutosize docs to Base (#32034) @michaldudak
103
+ - &#8203;<!-- 15 -->[docs] Add react-hook-form-mui to Complementary projects #32015 @TkaczykAdam
104
+ - &#8203;<!-- 14 -->[docs] Improve the translation experience (#32021) @oliviertassinari
105
+ - &#8203;<!-- 13 -->[docs] Add small size Select demo (#32060) @ivan-ngchakming
106
+ - &#8203;<!-- 12 -->[docs] Correct typos (#32029) @apeltop
107
+ - &#8203;<!-- 11 -->[docs] Create SliderUnstyled docs (#31850) @michaldudak
108
+ - &#8203;<!-- 10 -->[docs] Create TablePaginationUnstyled docs (#32018) @michaldudak
109
+ - &#8203;<!-- 09 -->[docs] Move SelectUnstyled docs to the Base space (#31816) @michaldudak
110
+ - &#8203;<!-- 08 -->[docs] Create the TabsUnstyled docs (#32023) @michaldudak
111
+ - &#8203;<!-- 02 -->[website] The studio finally has a name, use it (#32105) @oliviertassinari
112
+ - &#8203;<!-- 01 -->[website] Disable job ad @oliviertassinari
113
+
114
+ ### Core
115
+
116
+ - &#8203;<!-- 28 -->[core] Update peer deps to support React 18 (#32063) @eps1lon
117
+ - &#8203;<!-- 27 -->[core] Fix running docs:api on Windows (#32091) @michaldudak
118
+ - &#8203;<!-- 26 -->[core] Fix api build script for MUI Base (#32081) @siriwatknp
119
+
120
+ All contributors of this release in alphabetical order: @apeltop, @eps1lon, @flaviendelangle, @garronej, @ivan-ngchakming, @m4theushw, @MatthijsMud, @michaldudak, @mnajdova, @oliviertassinari, @psjishnu, @raigoinabox, @samuelsycamore, @siriwatknp, @TkaczykAdam
121
+
122
+ ## 5.5.3
123
+
124
+ <!-- generated comparing v5.5.2..master -->
125
+
126
+ _Mar 28, 2022_
127
+
128
+ A big thanks to the 17 contributors who made this release possible. Here are some highlights โœจ:
129
+
130
+ - โ™ฟ๏ธ improved the a11y on some docs demos
131
+ - Several ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
132
+
133
+ ### `@mui/material@5.5.3`
134
+
135
+ - &#8203;<!-- 32 -->[ButtonBase] Start ripple only after mount (#31950) @m4theushw
136
+ - &#8203;<!-- 11 -->[FormControlLabel] Fix label prop type to be in-line with other label prop types (#31139) @jannes-io
137
+ - &#8203;<!-- 10 -->[Grow] Add a workaround for Safari 15.4 CSS transition bug (#31975) @igordanchenko
138
+
139
+ ### `@mui/codemod@5.5.3`
140
+
141
+ - &#8203;<!-- 31 -->[codemod] Fix variant prop placement (#31990) @ryancogswell
142
+
143
+ ### `@mui/utils@5.5.3`
144
+
145
+ - &#8203;<!-- 02 -->[utils] Improve type inference of useForkRef (#31845) @eps1lon
146
+
147
+ ### `@mui/base@5.0.0-alpha.74`
148
+
149
+ #### Breaking changes
150
+
151
+ - &#8203;<!-- 34 -->[base] Remove `BackdropUnstyled` component (#31923) @mnajdova
152
+
153
+ The `BackdropUnstyled` component was removed from the `@mui/base` package, as it did not have any specific logic, except adding an `aria-hidden` attribute on the div it rendered. This is not enough to justify it's existence in the base package. Here is an example alternative component you can use:
154
+
155
+ ```tsx
156
+ const BackdropUnstyled = React.forwardRef<HTMLDivElement, { open?: boolean; className: string }>(
157
+ (props, ref) => {
158
+ const { open, className, ...other } = props;
159
+ return <div className={clsx({ 'MuiBackdrop-open': open }, className)} ref={ref} {...other} />;
160
+ },
161
+ );
162
+ ```
163
+
164
+ - &#8203;<!-- 03 -->[TrapFocus] Move docs to Base and drop the Unstyled prefix (#31954) @michaldudak
165
+
166
+ Removed the `Unstyled_` prefix from the Base export (it remains in the Material UI export, though).
167
+
168
+ ```diff
169
+ -import { Unstyled_TrapFocus } from '@mui/base';
170
+ +import { TrapFocus } from '@mui/base';
171
+
172
+ // or
173
+
174
+ -import TrapFocus from '@mui/base/Unstyled_TrapFocus';
175
+ +import TrapFocus from '@mui/base/TrapFocus';
176
+ ```
177
+
178
+ #### Changes
179
+
180
+ - &#8203;<!-- 33 -->[base] Add @mui/types to dependencies (#31951) @bicstone
181
+
182
+ ### `@mui/joy@5.0.0-alpha.21`
183
+
184
+ - &#8203;<!-- 09 -->[Joy] Add `AvatarGroup` component (#31980) @siriwatknp
185
+ - &#8203;<!-- 07 -->[Joy] Miscellaneous fixes (#31873) @siriwatknp
186
+ - &#8203;<!-- 08 -->[Joy] Miscellaneous fixes 2 (#31971) @siriwatknp
187
+
188
+ ### Docs
189
+
190
+ - &#8203;<!-- 27 -->[docs] Improve the a11y on the hover rating demo (#31970) @mnajdova
191
+ - &#8203;<!-- 26 -->[docs] Improve a11y on the `SplitButton` demo (#31969) @mnajdova
192
+ - &#8203;<!-- 25 -->[docs] Improve the color description in the API pages (#30976) @mnajdova
193
+ - &#8203;<!-- 24 -->[docs] Add docs page for unstyled Modal (#31417) @mnajdova
194
+ - &#8203;<!-- 23 -->[docs] Add InputUnstyled docs (#31881) @mnajdova
195
+ - &#8203;<!-- 22 -->[docs] Remove "Work in biotech" from the showcase (#31942) @oliviertassinari
196
+ - &#8203;<!-- 21 -->[docs] Fix in-house ad for the design kits (#31965) @oliviertassinari
197
+ - &#8203;<!-- 20 -->[docs] Fix the documentation for filterOptions in Autocomplete API page (#31416) @santhoshbala0178
198
+ - &#8203;<!-- 19 -->[docs] Update href for 'TypeScript guide on theme customization' (#31880) @NickFoden
199
+ - &#8203;<!-- 18 -->[docs] Fix the CSS modules example in the Interoperability page (#31935) @WilsonNet
200
+ - &#8203;<!-- 17 -->[docs] Fix small typo in the `styled()` utility page (#31967) @jason1985
201
+ - &#8203;<!-- 16 -->[docs] Update mui-x on material-ui navigation (#31810) @siriwatknp
202
+ - &#8203;<!-- 15 -->[docs] Copy ClickAwayListener docs to Base (#31878) @michaldudak
203
+ - &#8203;<!-- 14 -->[docs] Refine the redirects (#31939) @siriwatknp
204
+ - &#8203;<!-- 13 -->[docs] Fix TOC layout for large screen (#31953) @siriwatknp
205
+ - &#8203;<!-- 12 -->[examples] Update remix example to not use NODE_ENV guard for `LiveReload` (#31269) @eswarclynn
206
+ - &#8203;<!-- 06 -->[NoSsr] Copy docs to the Base space (#31956) @michaldudak
207
+ - &#8203;<!-- 05 -->[Portal] Copy Portal docs to the Base space (#31959) @michaldudak
208
+ - &#8203;<!-- 01 -->[website] Remove X-Frame-Options @oliviertassinari
209
+ - &#8203;<!-- 35 -->Revert "[website] Remove X-Frame-Options" @oliviertassinari
210
+
211
+ ### Core
212
+
213
+ - &#8203;<!-- 30 -->[core] Fixes error in changelog generator for item sorting/padding (#30088) @dimitropoulos
214
+ - &#8203;<!-- 29 -->[core] Fix typo in issue template @oliviertassinari
215
+ - &#8203;<!-- 28 -->[core] Replace deprecated String.prototype.substr() (#31806) @CommanderRoot
216
+ - &#8203;<!-- 04 -->[test] Add tests for component using `StandardProps` and polymorphic components (#31945) @mnajdova
217
+
218
+ All contributors of this release in alphabetical order: @bicstone, @CommanderRoot, @dimitropoulos, @eps1lon, @eswarclynn, @igordanchenko, @jannes-io, @jason1985, @m4theushw, @michaldudak, @mnajdova, @NickFoden, @oliviertassinari, @ryancogswell, @santhoshbala0178, @siriwatknp, @WilsonNet
219
+
220
+ ## 5.5.2
221
+
222
+ <!-- generated comparing v5.5.1..master -->
223
+
224
+ _Mar 21, 2022_
225
+
226
+ 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.
227
+
228
+ ### `@mui/material@5.5.2`
229
+
230
+ - &#8203;<!-- 04 -->[Popper] Expose the `sx` prop (#31833) @ivan-ngchakming
231
+
232
+ ### `@mui/joy@5.0.0-alpha.20`
233
+
234
+ - &#8203;<!-- 06 -->[Joy] Add default color to `Input` and `ListItemButton` (#31826) @siriwatknp
235
+ - &#8203;<!-- 05 -->[Joy] Add Avatar component (#31303) @hbjORbj
236
+
237
+ ### `@mui/base@5.0.0-alpha.73`
238
+
239
+ - &#8203;<!-- 03 -->[SliderUnstyled] Fix dragging on disabled sliders (#31882) @mnajdova
240
+
241
+ ### `@mui/styled-engine-sc@5.5.2`
242
+
243
+ - &#8203;<!-- 02 -->[styled-engine-sc] GlobalStylesProps inconsistent between the different packages (#31814) @mnajdova
244
+
245
+ ### Docs
246
+
247
+ - &#8203;<!-- 15 -->[data-grid] Fix print export feature (#31807) @oliviertassinari
248
+ - &#8203;<!-- 14 -->[docs] Move BadgeUnstyled docs to Base space (#31872) @michaldudak
249
+ - &#8203;<!-- 13 -->[docs] Solve duplication of content (#31917) @oliviertassinari
250
+ - &#8203;<!-- 12 -->[docs] Fix side nav capitalization of API (#31916) @oliviertassinari
251
+ - &#8203;<!-- 11 -->[docs] Use TypeScript demos by default (#31808) @oliviertassinari
252
+ - &#8203;<!-- 10 -->[docs] New search experience for multiple products (#31811) @siriwatknp
253
+ - &#8203;<!-- 09 -->[docs] Make LTS searchable (#31804) @oliviertassinari
254
+ - &#8203;<!-- 08 -->[docs] Fix demo filename on zh markdown (#31790) @nnmax
255
+ - &#8203;<!-- 01 -->[website] Highlight the date picker (#31889) @oliviertassinari
256
+
257
+ ### Core
258
+
259
+ - &#8203;<!-- 07 -->[core] Add tests for Avatar component (#31829) @hbjORbj
260
+
261
+ All contributors of this release in alphabetical order: @hbjORbj, @ivan-ngchakming, @michaldudak, @mnajdova, @nnmax, @oliviertassinari, @siriwatknp
262
+
263
+ ## 5.5.1
264
+
265
+ <!-- generated comparing v5.5.0..master -->
266
+
267
+ _Mar 14, 2022_
268
+
269
+ A big thanks to the 23 contributors who made this release possible. Here are some highlights โœจ:
270
+
271
+ - ๐Ÿ“Š 2021 survey results post by @danilo-leal (#30999)
272
+ - Several ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
273
+
274
+ ### @mui/material@5.5.1
275
+
276
+ - [Fab] Add z-index (#30842) @issamElmohadeb098
277
+ - [Grid] Fix columns of nested container (#31340) @boutahlilsoufiane
278
+ - [i10n] Update italian locale (#30974) @SalvatoreMazzullo
279
+ - [Pagination] Fix type of UsePaginationItem["page"] (#31295) @aaronadamsCA
280
+ - [Popper] Allow setting default props in a theme (#30118) @hafley66
281
+ - [TextField] fix disappearing border in Safari (#31406) @krysia1
282
+
283
+ ### @mui/joy@5.0.0-alpha.19
284
+
285
+ - [Joy] Support horizontal List (#31620) @siriwatknp
286
+ - [Joy] Add icon & label `Switch` examples (#31359) @siriwatknp
287
+ - [Joy] Add `TextField` component (#31299) @siriwatknp
288
+ - [Joy] Add `--Icon-fontSize` to components (#31360) @siriwatknp
289
+ - [Joy] Add `Checkbox` component (#31273) @siriwatknp
290
+
291
+ ### Docs
292
+
293
+ - [blog] 2021 survey results post (#30999) @danilo-leal
294
+ - [docs] Add Macedonian translation (#31402) @theCuriousOne
295
+ - [docs] Fix API page table styles in Safari (#31696) @aaarichter
296
+ - [docs] Fix SEO issues (#31505) @oliviertassinari
297
+ - [docs] Fix Link leak of Next.js props (#31418) @oliviertassinari
298
+ - [docs] Add "Work in biotech" to showcase (#31711) @klyburke
299
+ - [docs] Fix docs site crash on iOS Safari 12 (#31458) @badalsaibo
300
+ - [docs] Fix search icons crash (#31651) @juanpc10
301
+ - [docs] Remove unnecessary await in e2e-tests (#31767) @siriwatknp
302
+ - [docs] Fix source code links on the Templates page (#31425) @danilo-leal
303
+ - [docs] Adjust Stack's basic usage demo (#31423) @danilo-leal
304
+ - [docs] Migrate button demos to base (#31395) @siriwatknp
305
+ - [docs] Fix y-axis unit used in the responsive font sizes chart (#31424) @aaarichter
306
+ - [docs] Remove joy mockup pages (#31412) @siriwatknp
307
+ - [docs] Fix the statement that styleOverrides are added by default (#31257) @mnajdova
308
+ - [docs] Refine the product identifier menu (#31262) @danilo-leal
309
+ - [docs] Fix Search crash (#31386) @reckter
310
+ - [docs] Update TextField multiline description (#31291) @jontewks
311
+ - [docs] Add gap theme mapping in the System properties table (#31382) @danilo-leal
312
+ - [docs] Test products search (#31351) @siriwatknp
313
+ - [docs] Fix GitHub source links in the demo toolbar (#31339) @PunitSoniME
314
+ - [docs] Add Algolia verification code to robot.txt (#31356) @siriwatknp
315
+ - [examples] Ignore tsbuildinfo with Next.js (#31460) @B0und
316
+ - [website] Add new gold sponsor (#31354) @hbjORbj
317
+ - [website] Update Ukraine support link (#31378) @samuelsycamore
318
+
319
+ ### Core
320
+
321
+ - [core] Simplify anchor link (#31419) @oliviertassinari
322
+ - [core] Revert unrelated changes in #31354 @oliviertassinari
323
+ - [test] Upgrade CircleCI convenience image (#31394) @m4theushw
324
+ - [typescript] Simplify display of slot props types (#31240) @michaldudak
325
+
326
+ 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
327
+
328
+ ## 5.5.0
329
+
330
+ <!-- generated comparing v5.4.4..master -->
331
+
332
+ _Mar 7, 2022_
333
+
334
+ A big thanks to the 16 contributors who made this release possible. Here are some highlights โœจ:
335
+
336
+ - โ™ฟ๏ธ made the `Autocomplete` conform to [ARIA 1.2 combobox](https://www.w3.org/TR/wai-aria-1.2/#combobox) (#30601) @EdmundMai
337
+ - Several ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
338
+
339
+ ### `@mui/material@5.5.0`
340
+
341
+ #### Breaking change
342
+
343
+ - &#8203;<!-- 24 -->[ClassNameGenerator] Prevent all `base` imports (#31297) @siriwatknp
344
+
345
+ `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:
346
+
347
+ ```diff
348
+ - import { unstable_ClassNameGenerator } from '@mui/material/utils';
349
+ + import { unstable_ClassNameGenerator } from '@mui/material/className';
350
+ ```
351
+
352
+ #### Changes
353
+
354
+ - &#8203;<!-- 28 -->[Autocomplete] Fix failing unit tests (#31302) @michaldudak
355
+ - &#8203;<!-- 27 -->[Autocomplete] Have the screen reader announce when autocomplete is open and closed (#30601) @EdmundMai
356
+ - &#8203;<!-- 26 -->[AvatarGroup] Fix misalignment with non-default spacing (#31165) @sjdemartini
357
+ - &#8203;<!-- 15 -->[Drawer] Adjustments to the mini variant to improve UI/UX (#31267) @siriwatknp
358
+ - &#8203;<!-- 04 -->[Select] Add extending `OutlinedInputProps` by SelectProps (#31209) @jrozbicki
359
+
360
+ ### `@mui/icons-material@5.5.0`
361
+
362
+ - &#8203;<!-- 13 -->[icons] Sync new Google Material Icons (#30766) @simonecervini
363
+
364
+ ### `@mui/codemod@5.5.0`
365
+
366
+ - &#8203;<!-- 23 -->[codemod] Fix top level imports codemod (#31308) @mnajdova
367
+
368
+ ### `@mui/lab@5.0.0-alpha.72`
369
+
370
+ - &#8203;<!-- 07 -->[LoadingButton] Fix padding of loading icon in small button (#31113) @PunitSoniME
371
+
372
+ ### `@mui/base@5.0.0-alpha.71`
373
+
374
+ - &#8203;<!-- 05 -->[MenuUnstyled] Create MenuUnstyled and useMenu (#30961) @michaldudak
375
+ - &#8203;<!-- 03 -->[SelectUnstyled] Prevent window scrolling after opening (#31237) @michaldudak
376
+
377
+ ### `@mui/joy@5.0.0-alpha.18`
378
+
379
+ - &#8203;<!-- 12 -->[Joy] Make Icon `fontSize` adaptable to its parent (#31268) @siriwatknp
380
+ - &#8203;<!-- 11 -->[Joy] Add `Link` component (#31175) @hbjORbj
381
+ - &#8203;<!-- 10 -->[Joy] Improve `Sheet` tests (#31241) @hbjORbj
382
+ - &#8203;<!-- 09 -->[Joy] Improve SvgIcon tests (#31242) @hbjORbj
383
+
384
+ ### `@mui/material-next@6.0.0-alpha.26`
385
+
386
+ - &#8203;<!-- 06 -->[material-next] Mark @mui/material as a dependency (#31270) @siriwatknp
387
+
388
+ ### Docs
389
+
390
+ - &#8203;<!-- 21 -->[docs] Remove career pages from translation (#31346) @oliviertassinari
391
+ - &#8203;<!-- 20 -->[docs] Fix JS files overloading (#31341) @oliviertassinari
392
+ - &#8203;<!-- 19 -->[docs] Add banner in solidarity of Ukraine (#31275) @danilo-leal
393
+ - &#8203;<!-- 18 -->[docs] Fix maxWidth of scrollable Tabs demos (#31285) @danilo-leal
394
+ - &#8203;<!-- 17 -->[docs] Fix icon linking implementation concurrent safe (#30428) @Janpot
395
+ - &#8203;<!-- 16 -->[docs] Follow up new doc space issues (#31251) @siriwatknp
396
+ - &#8203;<!-- 29 -->[examples] Add `@types/node` to nextjs typescript starter (#30918) @Daggy1234
397
+ - &#8203;<!-- 14 -->[examples] Fix import ThemeProvider from correct package in remix-witโ€ฆ (#30981) @nnecec
398
+ - &#8203;<!-- 25 -->[blog] Simplify the labels (#30921) @oliviertassinari
399
+ - &#8203;<!-- 08 -->[l10n] Add Croatian (hr-HR) and Serbian (sr-RS) translation (#30906) @m14d3n
400
+
401
+ ### Core
402
+
403
+ - &#8203;<!-- 23 -->[core] Fix running markdownlint on Windows (#31352) @michaldudak
404
+ - &#8203;<!-- 22 -->[core] Fix the stylelint script on Windows (#31281) @mnajdova
405
+ - &#8203;<!-- 02 -->[test] Fix buildApiUtils tests on Windows (#31304) @michaldudak
406
+ - &#8203;<!-- 01 -->[test] Remove legacyRoot option from test renderer (#31284) @eps1lon
407
+
408
+ 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
409
+
410
+ ## 5.4.4
411
+
412
+ <!-- generated comparing v5.4.3..master -->
413
+
414
+ _Feb 28, 2022_
415
+
416
+ A big thanks to the 17 contributors who made this release possible. Here are some highlights โœจ:
417
+
418
+ - โœจ New `Input` and `Sheet` components were added in the experimental Joy design system by @hbjORbj (#31124, #31086) @hbjORbj
419
+ - Several ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
420
+
421
+ ### `@mui/material@5.4.4`
422
+
423
+ - &#8203;<!-- 28 -->[Autocomplete] Have Autocomplete with multiline textfield log a warning instead of an error (#30680) @iclaude3
424
+ - &#8203;<!-- 27 -->[Chip] Fix ellipsis when the children is too long (#31087) @PunitSoniME
425
+ - &#8203;<!-- 14 -->[Input] Export InputBase's classes from the classes const (#31186) @mnajdova
426
+ - &#8203;<!-- 29 -->[TextField] Fix Horizontal scroll when label too long (#31187) @RedHeadphone
427
+ - &#8203;<!-- 08 -->[styles] Fix typo in import error (#31167) @davwheat
428
+
429
+ ### `@mui/system@5.4.4`
430
+
431
+ - &#8203;<!-- 07 -->[system] Fix executing server-side Emotion component as function interpolation 2 (#31024) @Andarist
432
+ - &#8203;<!-- 06 -->[system] Fix sx prop types when CSS variables are used with nested selectors (#31163) @mnajdova
433
+ - &#8203;<!-- 05 -->[system] Fix `CssVarsProvider` theme mutation (#31148) @siriwatknp
434
+
435
+ ### `@mui/codemod@5.4.4`
436
+
437
+ - &#8203;<!-- 26 -->[codemods] Add v5.0.0/top-level-imports codemod (#31195) @greengiraffe
438
+
439
+ ### `@mui/base@5.0.0-alpha.70`
440
+
441
+ - &#8203;<!-- 31 -->[SelectUnstyled, MultiSelectUnstyled, ButtonUnstyled] Export additional types to make customization easier (#31172) @michaldudak
442
+
443
+ ### `@mui/joy@5.0.0-alpha.17`
444
+
445
+ - &#8203;<!-- 13 -->[Joy] Add nested list components (#31159) @siriwatknp
446
+ - &#8203;<!-- 12 -->[Joy] Improve color customization on `Switch` (#31137) @siriwatknp
447
+ - &#8203;<!-- 11 -->[Joy] Add `Sheet` component (#31124) @hbjORbj
448
+ - &#8203;<!-- 10 -->[Joy] add `Input` component (#31086) @siriwatknp
449
+ - &#8203;<!-- 09 -->[Joy] Fix Button missing slot type (#31166) @siriwatknp
450
+
451
+ ### Docs
452
+
453
+ - &#8203;<!-- 22 -->[docs] Fix 404 link to the blog (#31234) @oliviertassinari
454
+ - &#8203;<!-- 21 -->[docs] Use `material-ui` for product name (#31200) @siriwatknp
455
+ - &#8203;<!-- 20 -->[docs] Add Base installation page (#30969) @siriwatknp
456
+ - &#8203;<!-- 19 -->[docs] Use new Algolia app for new structure (#31178) @siriwatknp
457
+ - &#8203;<!-- 18 -->[docs] Typo in the `FormControl` API documentation (#31169) @bonellia
458
+ - &#8203;<!-- 17 -->[docs] Fix typo in Stack documentation (#31176) @adriancampos
459
+ - &#8203;<!-- 16 -->[docs] Update interoperability.md broken tailwind links (#31182) @robertwt7
460
+ - &#8203;<!-- 15 -->[docs] Add missing import into tss-react migration guide (#31162) @sviande
461
+ - &#8203;<!-- 03 -->[website] The role is filled (#31216) @oliviertassinari
462
+ - &#8203;<!-- 02 -->[website] Revise the row grouping blog post (#31101) @samuelsycamore
463
+ - &#8203;<!-- 01 -->[website] Fix a few SEO issues (#31150) @oliviertassinari
464
+
465
+ ### Core
466
+
467
+ - &#8203;<!-- 30 -->[core] Add group for the @fortawesome dependencies (#31193) @mnajdova
468
+ - &#8203;<!-- 25 -->[core] Update playwright docker to match the specified version (#31236) @siriwatknp
469
+ - &#8203;<!-- 24 -->[core] Remove parallel on buildTypes (#31189) @siriwatknp
470
+ - &#8203;<!-- 23 -->[core] Fix propTypes generation for optional any props (#31141) @m4theushw
471
+ - &#8203;<!-- 04 -->[Typescript] Remove variants deprecation (#31239) @siriwatknp
472
+
473
+ 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
474
+
475
+ ## 5.4.3
476
+
477
+ <!-- generated comparing v5.4.2..master -->
478
+
479
+ _Feb 21, 2022_
480
+
481
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights โœจ:
482
+
483
+ - ๐Ÿ›  @hbjORbj made components use theme duration/easing values by default (#30894)
484
+ - A meaningful number of ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
485
+
486
+ ### `@mui/material@5.4.3`
487
+
488
+ - &#8203;<!-- 18 -->[ButtonBase] Fix typo (#31135) @Jastor11
489
+ - &#8203;<!-- 05 -->[Stepper] Export useStepContext (#31021) @michaldudak
490
+ - &#8203;<!-- 04 -->[Transitions] Some components do not use transition duration/easing values from theme (#30894) @hbjORbj
491
+
492
+ ### `@mui/icons-material@5.4.3`
493
+
494
+ - &#8203;<!-- 11 -->[icons] Add "circle" icon synonyms (#31118) @gnowland
495
+
496
+ ### `@mui/joy@5.0.0-alpha.16`
497
+
498
+ - &#8203;<!-- 10 -->[Joy] `List` second iteration (#31134) @siriwatknp
499
+ - &#8203;<!-- 09 -->[Joy] Fix typings (#31120) @siriwatknp
500
+ - &#8203;<!-- 08 -->[Joy] Add initial `List` components (#30987) @siriwatknp
501
+
502
+ ### Docs
503
+
504
+ - &#8203;<!-- 19 -->[website] Improve full-stack role job description (#31160) @Janpot
505
+ - &#8203;<!-- 14 -->[docs] Fix typo of migration guides v4 (#31136) @pppp606
506
+ - &#8203;<!-- 13 -->[docs] Update on the support page to account for v4 LTS support (#31029) @danilo-leal
507
+ - &#8203;<!-- 12 -->[docs] Fix small typo in chips.md (#31092) @cameliaben
508
+ - &#8203;<!-- 07 -->[l10n] Add it-IT translation for labelDisplayedRows (#31131) @frab90
509
+ - &#8203;<!-- 06 -->[l10n] Add pl-PL translation for labelDisplayedRows (#31088) @ThomasTheHuman
510
+ - &#8203;<!-- 03 -->[website] Sync MUI X table feature (#30913) @alexfauquette
511
+ - &#8203;<!-- 02 -->[website] Prefill source in job application links (#31036) @oliviertassinari
512
+ - &#8203;<!-- 01 -->[website] Fix a grammar mistake (#31099) @huyenltnguyen
513
+
514
+ ### Core
515
+
516
+ - &#8203;<!-- 17 -->[core] Add jsx, html, css and prisma to prettier extensions (#31161) @Janpot
517
+ - &#8203;<!-- 16 -->[core] Allow to run material-ui.com/store alongside mui.com/store (#31065) @oliviertassinari
518
+ - &#8203;<!-- 15 -->[core] Polish design tokens (#31095) @oliviertassinari
519
+
520
+ All contributors of this release in alphabetical order: @alexfauquette, @cameliaben, @danilo-leal, @frab90, @gnowland, @hbjORbj, @huyenltnguyen, @Janpot, @Jastor11, @michaldudak, @oliviertassinari, @pppp606, @siriwatknp, @ThomasTheHuman
521
+
522
+ ## 5.4.2
523
+
524
+ _Feb 15, 2022_
525
+
526
+ A big thanks to the 16 contributors who made this release possible. Here are some highlights โœจ:
527
+
528
+ - ๐Ÿ›  @sydneyjodon-wk improved propTypes of the ToggleButton components (#30883)
529
+ - Several ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
530
+
531
+ ### `@mui/material@5.4.2`
532
+
533
+ - [Select] Allow customizing Select based on its variant (#30788) @michaldudak
534
+ - [Portal] Re-export 'Portal' in material (#31003) @liradb2000
535
+ - [ToggleButton] Add prop types for `onClick` and `onChange` (#30883) @sydneyjodon-wk
536
+ - [Typescript] Added TypeText declaration to the exports file (#30890) @agauravdev
537
+
538
+ ### `@mui/system@5.4.2`
539
+
540
+ - [system] Fix broken behavior when breakpoints input are not ordered (#30996) @mnajdova
541
+
542
+ ### `@mui/lab@5.0.0-alpha.69`
543
+
544
+ - [DatePicker] Fix passing clearable prop (#30786) @alisasanib
545
+
546
+ ### `@mui/joy@5.0.0-alpha.15`
547
+
548
+ - [Joy] Improve variant customization experience (#30878) @siriwatknp
549
+ - [Joy] Make `sx` prop work in Joy (#30955) @siriwatknp
550
+
551
+ ### Framer
552
+
553
+ - [design] Remove framer components (#30983) @mbrookes
554
+ - [design] Remove framer leftovers (#31070) @michaldudak
555
+
556
+ ### Docs
557
+
558
+ - [docs] Update installation guide of the icons package (#31026) @huyenltnguyen
559
+ - [docs] Improve the indication for the legacy APIs (#30995) @mnajdova
560
+ - [docs] Specify which props are added in the default `shouldForwardProp` option (#30978) @mnajdova
561
+ - [docs] Fix layout shift on loading (#31017) @oliviertassinari
562
+ - [docs] Increase scroll affordance in wide tables (#30713) @danilo-leal
563
+ - [docs] Fix look & feel of the Masonry demos (#30971) @oliviertassinari
564
+ - [docs] Improve Base component demos (#30884) @danilo-leal
565
+ - [docs] Use full product names (Material UI, MUI System) (#30960) @oliviertassinari
566
+ - [docs] Prefer useEnhancedEffect to avoid server side warnings (#30977) @mnajdova
567
+ - [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
568
+ - [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
569
+ - [website] Add banner for promoting priority open roles (#31076) @danilo-leal
570
+ - [website] Open Full-stack Engineer role for studio (#31038) @newguy-123
571
+ - [website] Minor security improvements (#31062) @oliviertassinari
572
+ - [website] Improve title of open roles (#30963) @DanailH
573
+ - [website] Add BIMI avatar (#30444) @oliviertassinari
574
+ - [website] Add Sycamore to About page (#31000) @samuelsycamore
575
+
576
+ ### Core
577
+
578
+ - [benchmark] Add missing dependency (#30994) @michaldudak
579
+ - [core] Bump date-io version (#31016) @michaldudak
580
+ - [core] Fix typo in useSlider (#31061) @ryohey
581
+ - [core] Remove unused draft-js types package (#30993) @michaldudak
582
+ - [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
583
+ - [core] Remove dead code (#31064) @oliviertassinari
584
+
585
+ 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
586
+
3
587
  ## 5.4.1
4
588
 
5
589
  <!-- generated comparing v5.4.0..master -->
@@ -55,7 +639,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
55
639
  - &#8203;<!-- 20 -->[docs] Clarify what the name of @mui/material is (#30866) @oliviertassinari
56
640
  - &#8203;<!-- 19 -->[docs] Remove migration from the releases page (#30863) @mnajdova
57
641
  - &#8203;<!-- 18 -->[docs] Update Instructions for Google Maps Autocomplete (#30849) @kjschabra
58
- - &#8203;<!-- 17 -->[docs] Hotfix notification <b> (#30862) @siriwatknp
642
+ - &#8203;<!-- 17 -->[docs] Hotfix notification (#30862) @siriwatknp
59
643
  - &#8203;<!-- 04 -->[website] Sample GA to avoid hit limit (#30919) @oliviertassinari
60
644
  - &#8203;<!-- 03 -->[website] Hide scrollbars of hero containers (#29474) @theiliad
61
645
  - &#8203;<!-- 02 -->[website] Polishing spacing and other small things (#30828) @danilo-leal
@@ -410,7 +994,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
410
994
 
411
995
  ### Core
412
996
 
413
- - &#8203;<!-- 28 -->[core] Rename Material-UI to MUI (#30338) @ZeeshanTamboli
997
+ - &#8203;<!-- 28 -->[core] Rename Material UI to MUI (#30338) @ZeeshanTamboli
414
998
  - &#8203;<!-- 23 -->[core] Fix warning in dev mode (#30368) @oliviertassinari
415
999
  - &#8203;<!-- 22 -->[core] Update `buildApi` script to support new structure (#30245) @siriwatknp
416
1000
 
@@ -1409,7 +1993,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
1409
1993
  - &#8203;<!-- 38 -->[blog] Introducing MUI Core v5.0 (#27912) @oliviertassinari
1410
1994
  - &#8203;<!-- 08 -->[docs] Fix quotes in font-face literal (#28260) @Aurelain
1411
1995
  - &#8203;<!-- 07 -->[docs] Update redirects to X's docs (#28263) @m4theushw
1412
- - &#8203;<!-- 06 -->[docs] Change Material-UI to MUI in the console (#28270) @mbrookes
1996
+ - &#8203;<!-- 06 -->[docs] Change Material UI to MUI in the console (#28270) @mbrookes
1413
1997
  - &#8203;<!-- 05 -->[docs] Docs redesign adjustments (#28203) @mnajdova
1414
1998
  - &#8203;<!-- 04 -->[docs] How to compose theme in steps (#28246) @goncalovf
1415
1999
  - &#8203;<!-- 03 -->[docs] Fix DataGrid demo console warning in Table docs (#28235) @ZeeshanTamboli
@@ -1430,7 +2014,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
1430
2014
 
1431
2015
  ### Core
1432
2016
 
1433
- - &#8203;<!-- 12 -->[core] Replace Material-UI with MUI (#28243) @mnajdova
2017
+ - &#8203;<!-- 12 -->[core] Replace Material UI with MUI (#28243) @mnajdova
1434
2018
  - &#8203;<!-- 11 -->[core] Prepare for v5 stable release (#28240) @mnajdova
1435
2019
  - &#8203;<!-- 10 -->[core] Mark lines that needs to be changed with a major release (#28238) @mnajdova
1436
2020
  - &#8203;<!-- 18 -->[core] Various updates to what we consider the default branch (#28328) @eps1lon
@@ -1491,7 +2075,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
1491
2075
  - &#8203;<!-- 29 -->[docs] Improve docs for creating dark theme (#28104) @mnajdova
1492
2076
  - &#8203;<!-- 28 -->[docs] Don't use Material theme in unstyled demos (#28073) @michaldudak
1493
2077
  - &#8203;<!-- 27 -->[docs] Fix api doc import example (#28199) @siriwatknp
1494
- - &#8203;<!-- 26 -->[docs] Remove demo for re-creating Material-UI switches (#28042) @eps1lon
2078
+ - &#8203;<!-- 26 -->[docs] Remove demo for re-creating Material UI switches (#28042) @eps1lon
1495
2079
  - &#8203;<!-- 25 -->[docs] Improve legibility of CTA on landing page (#28124) @akashshyamdev
1496
2080
  - &#8203;<!-- 24 -->[docs] Fix Link outdated default underline prop (#28134) @outofgamut
1497
2081
  - &#8203;<!-- 23 -->[docs] Fix branding theme leaking on the templates (#28120) @mnajdova
@@ -1533,7 +2117,7 @@ _Sep 1, 2021_
1533
2117
  A big thanks to the 18 contributors who made this release possible. Here are some highlights โœจ:
1534
2118
 
1535
2119
  - ๐ŸŽ‰ 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).
1536
- - ๐Ÿ›  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)
2120
+ - ๐Ÿ›  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/material-ui/guides/migration-v4/#preset-safe)
1537
2121
  - ๐Ÿงช Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj ๐Ÿ‘!
1538
2122
 
1539
2123
  ### `@mui/material@5.0.0-rc.0`
@@ -1979,7 +2563,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
1979
2563
  ### Docs
1980
2564
 
1981
2565
  - &#8203;<!-- 56 -->[docs] Display Popper arrow correctly (#27339) @Patil2099
1982
- - &#8203;<!-- 53 -->[docs] Focus pickers introduction on Material-UI (#27394) @eps1lon
2566
+ - &#8203;<!-- 53 -->[docs] Focus pickers introduction on Material UI (#27394) @eps1lon
1983
2567
  - &#8203;<!-- 51 -->[docs] Fix wrong import path in @material-ui/styles section (#27427) @WeldonTan
1984
2568
  - &#8203;<!-- 47 -->[docs] Update color imports (#27321) @siriwatknp
1985
2569
  - &#8203;<!-- 38 -->[docs] Sync params of callbacks between types and JSDoc description (#27366) @eps1lon
@@ -2031,7 +2615,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
2031
2615
  You can follow our progress at https://github.com/mui/material-ui/issues/27170.
2032
2616
 
2033
2617
  - ๐Ÿ’„ We have updated the default `info` `success` `warning` color to be more accessible (#26817) @siriwatknp.
2034
- You can find the new [default values](https://mui.com/customization/palette/#default-values) in the documentation.
2618
+ You can find the new [default values](https://mui.com/material-ui/customization/palette/#default-values) in the documentation.
2035
2619
 
2036
2620
  <a href="https://mui.com/customization/palette/#default-values"><img width="780" alt="colors" src="https://user-images.githubusercontent.com/3165635/125192657-4864fd00-e249-11eb-9dc1-44857b25b3b8.png"></a>
2037
2621
 
@@ -2122,7 +2706,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
2122
2706
  - [test] Update tests with latest state of StrictMode compatibility (#27042) @eps1lon
2123
2707
  - [test] Use DOM events instead of mocked, partial events (#27198) @eps1lon
2124
2708
  - [website] Open 4 new roles (#27123) @oliviertassinari
2125
- - [blog] Danilo Leal joins Material-UI (#27231) @oliviertassinari
2709
+ - [blog] Danilo Leal joins Material UI (#27231) @oliviertassinari
2126
2710
 
2127
2711
  All contributors of this release in alphabetical order: @eps1lon, @mbrookes, @michal-perlakowski, @michaldudak, @mnajdova, @moshfeu, @oliviertassinari, @rajzik, @renovate[bot], @sahil-blulabs, @ShirasawaSama, @siriwatknp, @vimutti77
2128
2712
 
@@ -2559,7 +3143,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
2559
3143
 
2560
3144
  ### Docs
2561
3145
 
2562
- - &#8203;<!-- 20 -->[blog] Michaล‚ Dudak joins Material-UI (#26700) @oliviertassinari
3146
+ - &#8203;<!-- 20 -->[blog] Michaล‚ Dudak joins Material UI (#26700) @oliviertassinari
2563
3147
  - &#8203;<!-- 27 -->[docs] Migrate onepirate premium template to emotion part2 (#26707) @vicasas
2564
3148
  - &#8203;<!-- 24 -->[docs] Fix TextField demo layout (#26710) @vicasas
2565
3149
  - &#8203;<!-- 19 -->[docs] Improve Paperbase demo (#26711) @oliviertassinari
@@ -2846,7 +3430,7 @@ We are progressively moving all modules that are relevant to styling custom desi
2846
3430
  - [test] Move ClockPicker tests to ClockPicker.test (#26407) @eps1lon
2847
3431
  - [test] setProps from createPickerRender should set props on the rendered element (#26405) @eps1lon
2848
3432
  - [utils] Convert useId to TypeScript (#26491) @eps1lon
2849
- - [website] Add Material-UI X page (#25794) @DanailH
3433
+ - [website] Add Material UI X page (#25794) @DanailH
2850
3434
  - [website] Add open application section (#26501) @oliviertassinari
2851
3435
  - [website] Add Siriwat to team page (#26406) @siriwatknp
2852
3436
 
@@ -2938,7 +3522,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
2938
3522
  />
2939
3523
  ```
2940
3524
 
2941
- > Follow [this link](https://mui.com/guides/migration-v4/#main-content) for full migration from v4 => v5
3525
+ > Follow [this link](https://mui.com/material-ui/guides/migration-v4/#main-content) for full migration from v4 => v5
2942
3526
 
2943
3527
  #### Changes
2944
3528
 
@@ -3101,7 +3685,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
3101
3685
 
3102
3686
  - &#8203;<!-- 51 -->[Box] Remove render prop (#26113) @m4theushw
3103
3687
 
3104
- Its behavior can be obtained using the `sx` prop directly on the child if it's a Material-UI component. For non-Material-UI components use the `sx` prop in conjunction with the `component` prop:
3688
+ Its behavior can be obtained using the `sx` prop directly on the child if it's a Material UI component. For non-Material UI components use the `sx` prop in conjunction with the `component` prop:
3105
3689
 
3106
3690
  ```diff
3107
3691
  -<Box sx={{ border: '1px dashed grey' }}>
@@ -3464,7 +4048,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3464
4048
  - &#8203;<!-- 53 -->[DateTimePicker] `date` is nullable in `onChange` (#25981) @eps1lon
3465
4049
  - &#8203;<!-- 39 -->[internal][pickers] Remove unused TView type argument (#25936) @eps1lon
3466
4050
  - &#8203;<!-- 48 -->[internal][pickers] Inline some BasePickerProps usages (#25971) @eps1lon
3467
- - &#8203;<!-- 44 -->[internal][pickers] Entangle what *Props vs All*Props means (#25938) @eps1lon
4051
+ - &#8203;<!-- 44 -->[internal][pickers] Entangle what Props vs AllProps means (#25938) @eps1lon
3468
4052
  - &#8203;<!-- 19 -->[lab] Update slot components to use overridesResolver (#25906) @mnajdova
3469
4053
  - &#8203;<!-- 40 -->[Timeline] Remove use of nth-child in favor of nth-of-type (#25915) @wellwellmissesanderson
3470
4054
  - &#8203;<!-- 06 -->[Timeline] Migrate Timeline to emotion (#25838) @siriwatknp
@@ -3717,7 +4301,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
3717
4301
  - &#8203;<!-- 03 -->[docs] Add interoperability section for Portal (#25575) @mnajdova
3718
4302
  - &#8203;<!-- 01 -->[docs] Fix side nav scroll position (#25619) @misaka3
3719
4303
  - &#8203;<!-- 30 -->[website] Q1 2021 Update (#25591) @oliviertassinari
3720
- - &#8203;<!-- 04 -->[website] Matheus Wichman joins Material-UI (#25590) @oliviertassinari
4304
+ - &#8203;<!-- 04 -->[website] Matheus Wichman joins Material UI (#25590) @oliviertassinari
3721
4305
 
3722
4306
  ### Core
3723
4307
 
@@ -4238,7 +4822,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
4238
4822
  - Increase the minimum version of TypeScript supported from v3.2 to v3.5. (#24795) @petyosi
4239
4823
 
4240
4824
  We try to align with types released from [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) (i.e. packages published on npm under the `@types` namespace).
4241
- We will not change the minimum supported version in a major version of Material-UI.
4825
+ We will not change the minimum supported version in a major version of Material UI.
4242
4826
  However, we generally recommend to not use a TypeScript version older than the [lowest supported version of DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped#older-versions-of-typescript-33-and-earlier).
4243
4827
 
4244
4828
  #### Changes
@@ -4966,8 +5550,8 @@ A big thanks to the 17 contributors who made this release possible. Here are som
4966
5550
  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).
4967
5551
 
4968
5552
  ```diff
4969
- -<Box p={2} bgColor="primary.main">
4970
- +<Box sx={{ p: 2, bgColor: 'primary.main' }}>
5553
+ -<Box p={2} bgcolor="primary.main">
5554
+ +<Box sx={{ p: 2, bgcolor: 'primary.main' }}>
4971
5555
  ```
4972
5556
 
4973
5557
  #### Changes
@@ -5078,7 +5662,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
5078
5662
  );
5079
5663
  ```
5080
5664
 
5081
- This enforces emotion being injected first. [More details](https://mui.com/guides/interoperability/#css-injection-order) in the documentation.
5665
+ This enforces emotion being injected first. [More details](https://mui.com/material-ui/guides/interoperability/#css-injection-order) in the documentation.
5082
5666
 
5083
5667
  - [Autocomplete] Rename `closeIcon` prop with `clearIcon` to avoid confusion (#23617) @akhilmhdh.
5084
5668
 
@@ -5290,7 +5874,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
5290
5874
  - [docs] Improve formatting of the system (#23509) @oliviertassinari
5291
5875
  - [docs] Improve migration guide for theme.palette (#23416) @hubgit
5292
5876
  - [docs] Mention delay instead of transition twice (#23393) @benmneb
5293
- - [docs] Prepare Material-UI X (#1893) @oliviertassinari
5877
+ - [docs] Prepare Material UI X (#1893) @oliviertassinari
5294
5878
  - [docs] Redirect legacy GridList pages to ImageList (#23456) @eps1lon
5295
5879
  - [docs] Remove redundant aria-label when wrapped in Tooltip (#23455) @eps1lon
5296
5880
  - [docs] Sync translations (#23316) @l10nbot
@@ -5318,19 +5902,19 @@ _Nov 4, 2020_
5318
5902
  A big thanks to the 20 contributors who made this release possible. Here are some highlights โœจ:
5319
5903
 
5320
5904
  - โš›๏ธ Add support for React 17 (#23311) @eps1lon.
5321
- React 17 release is unusual because it doesn't add any new developer-facing features. It was released a couple of days ago. You can learn more about it in the [introduction post](https://reactjs.org/blog/2020/10/20/react-v17.html). Material-UI now supports `^16.8.0 || ^17.0.0`.
5905
+ React 17 release is unusual because it doesn't add any new developer-facing features. It was released a couple of days ago. You can learn more about it in the [introduction post](https://reactjs.org/blog/2020/10/20/react-v17.html). Material UI now supports `^16.8.0 || ^17.0.0`.
5322
5906
  - ๐Ÿ›  Introduce a new `@material-ui/unstyled` package (#23270) @mnajdova.
5323
5907
  This package will host the unstyled version of the components. In this first iteration, only the Slider is available. You can find it documented under the [same page](https://mui.com/components/slider-styled/#unstyled-slider) as the styled version.
5324
5908
 
5325
5909
  **Why an unstyled package?**
5326
5910
 
5327
- 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.
5911
+ 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.
5328
5912
 
5329
5913
  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).
5330
5914
 
5331
5915
  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).
5332
5916
 
5333
- 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).
5917
+ 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).
5334
5918
 
5335
5919
  This change is part of our strategy to iterate on the v5 architecture with the `Slider` first. In the next alpha release, we plan to replace the v4 slider with the v5 slider. Once the new approach is stress-tested and validated, we will roll it out to all the components.
5336
5920
 
@@ -5394,8 +5978,8 @@ A big thanks to the 20 contributors who made this release possible. Here are som
5394
5978
  ### Docs
5395
5979
 
5396
5980
  - [Transition]ย Document default appear value (#23221) @GuilleDF
5397
- - [blog] Danail Hadjiatanasov joins Material-UI (#23223) @oliviertassinari
5398
- - [docs] Add Material-UI Builder to in-house ads (#23342) @mbrookes
5981
+ - [blog] Danail Hadjiatanasov joins Material UI (#23223) @oliviertassinari
5982
+ - [docs] Add Material UI Builder to in-house ads (#23342) @mbrookes
5399
5983
  - [docs] Fix a few typos and add comma (#23284) @reedanders
5400
5984
  - [docs] Fix few propTypes in Inputs (#23331) @youknowhat
5401
5985
  - [docs] Fix language cookie (#23324) @mbrookes
@@ -5431,7 +6015,7 @@ A big thanks to the 23 contributors who made this release possible.
5431
6015
  Here are some highlights โœจ:
5432
6016
 
5433
6017
  - ๐Ÿ’„ Introduce a new `sx` prop (#23053, #23205) @mnajdova
5434
- We have resumed the work on Material-UI System. This is made possible by the latest progress on the new styling solution of v5.
6018
+ We have resumed the work on Material UI System. This is made possible by the latest progress on the new styling solution of v5.
5435
6019
  You can read the [introduction blog post](https://medium.com/material-ui/introducing-material-ui-design-system-93e921beb8df) that we did for the system two years ago.
5436
6020
 
5437
6021
  The system is meant to solve the following problems:
@@ -5604,7 +6188,7 @@ A big thanks to the 25 contributors who made this release possible.
5604
6188
  Here are some highlights โœจ:
5605
6189
 
5606
6190
  - ๐Ÿ“ฆ Ship modern bundle (#22814) @eps1lon.
5607
- This is a significant update to the [browsers supported](https://mui.com/getting-started/supported-platforms/) by Material-UI.
6191
+ This is a significant update to the [browsers supported](https://mui.com/material-ui/getting-started/supported-platforms/) by Material UI.
5608
6192
  The previous policy was defined 2 years ago, and the landscape has evolved since then. The package now includes 4 bundles:
5609
6193
 
5610
6194
  1. `stable` (default, formerly `esm`) which targets a snapshot (on release) of `> 0.5%, last 2 versions, Firefox ESR, not dead, not IE 11"`
@@ -5615,7 +6199,7 @@ Here are some highlights โœจ:
5615
6199
  The change yields a 6% reduction in bundle size ๐Ÿ“ฆ (Babel only).
5616
6200
  In the coming weeks, we will refactor the internals to take advantage of the new browser capabilities that dropping these older platforms allows. For instance, we might be able to remove the span we render inside the `<Button>` to work around [Flexbug #9](https://github.com/philipwalton/flexbugs/blob/master/README.md#flexbug-9).
5617
6201
 
5618
- Check the updated [Supported platforms documentation](https://mui.com/getting-started/supported-platforms/) and [new "minimizing bundle size" guide](https://mui.com/guides/minimizing-bundle-size/).
6202
+ Check the updated [Supported platforms documentation](https://mui.com/material-ui/getting-started/supported-platforms/) and [new "minimizing bundle size" guide](https://mui.com/material-ui/guides/minimizing-bundle-size/).
5619
6203
 
5620
6204
  If you target IE11, you need to use the new bundle (`legacy`). We are treating IE11 as a second class-citizen, which is a continuation of the direction taken in #22873.
5621
6205
 
@@ -5971,7 +6555,7 @@ Here are some highlights โœจ:
5971
6555
  You can find a [new version](https://mui.com/components/slider-styled/#UnstyledSlider.tsx) of the slider in the lab without any styles.
5972
6556
  The unstyled component weighs 6.5 kB gzipped, compared with 26 kB for the styled version when used standalone. The component is best suited for use when you want to fully customize the look of the component without reimplementing the JavaScript and accessibility logic.
5973
6557
 
5974
- - โšก๏ธ A first alpha of the [DataGrid](https://mui.com/components/data-grid/) component.
6558
+ - โšก๏ธ A first alpha of the [DataGrid](https://mui.com/x/react-data-grid/) component.
5975
6559
 
5976
6560
  It has taken 6 months of development since the initial commit (March 15th, 2020) to make the first alpha release of the grid. The component comes in two versions:
5977
6561
  @material-ui/data-grid is licensed under MIT, while @material-ui/x-grid is licensed under a commercial license.
@@ -6259,7 +6843,7 @@ Here are some highlights โœจ:
6259
6843
 
6260
6844
  - [theme] Remove palette.text.hint key (#22537) @mbrookes
6261
6845
 
6262
- The `theme.palette.text.hint` key was available but unused in Material-UI v4 components.
6846
+ The `theme.palette.text.hint` key was available but unused in Material UI v4 components.
6263
6847
  You can use `adaptV4Theme()` to restore the previous behavior.
6264
6848
 
6265
6849
  #### Changes
@@ -6677,7 +7261,7 @@ A big thanks to the 26 contributors who made this release possible.
6677
7261
  Here are some highlights โœจ:
6678
7262
 
6679
7263
  - ๐Ÿ’… Introduce a new dynamic variant API (#21648) @mnajdova.
6680
- This API allows developers to add new variants on the Material-UI's components right from the theme, without having to wrap the components.
7264
+ This API allows developers to add new variants on the Material UI's components right from the theme, without having to wrap the components.
6681
7265
  For instance with the Button:
6682
7266
 
6683
7267
  ```tsx
@@ -6706,7 +7290,7 @@ Here are some highlights โœจ:
6706
7290
  <Button variant="dashed" />;
6707
7291
  ```
6708
7292
 
6709
- More details in [the documentation](https://mui.com/customization/components/#adding-new-component-variants) and [RFC](#21749).
7293
+ More details in [the documentation](https://mui.com/material-ui/customization/components/#adding-new-component-variants) and [RFC](#21749).
6710
7294
 
6711
7295
  - ๐Ÿ‘ฎ Add documentation for the [TrapFocus](https://mui.com/components/trap-focus/) component (#22062) @oliviertassinari.
6712
7296
  - โš›๏ธ Prepare support for React v17 (#22093, #22105, #22143, #22111) @eps1lon.
@@ -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/README.md CHANGED
@@ -7,4 +7,4 @@ It's designed for developers who would like to use `styled-components` as the ma
7
7
 
8
8
  <!-- #default-branch-switch -->
9
9
 
10
- [The documentation](https://mui.com/guides/styled-engine/)
10
+ [The documentation](https://mui.com/material-ui/guides/styled-engine/)
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.4.1
1
+ /** @license MUI v5.6.1
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.4.1
1
+ /** @license MUI v5.6.1
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.4.1
1
+ /** @license MUI v5.6.1
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.4.1
1
+ /** @license MUI v5.6.1
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.4.1",
3
+ "version": "5.6.1",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "styled() API wrapper package for styled-components.",