@mui/private-theming 5.4.2 → 5.6.0

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,479 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.6.0
4
+
5
+ <!-- generated comparing v5.5.3..master -->
6
+
7
+ _Apr 5, 2022_
8
+
9
+ A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - 🧰 Update peer dependencies to support React 18 (#32063) @eps1lon
12
+ - 🚀 Added the experimental `CssVarsProvider` in `@mui/material` for generating theme CSS variables (#31138) @mnajdova
13
+ - 📣 Moved date and time pickers from the lab to MUI X (#31984) @flaviendelangle
14
+ - Several 🐛 bug fixes and 📚 documentation improvements
15
+
16
+ ### `@mui/material@5.6.0`
17
+
18
+ - &#8203;<!-- 25 -->[CssVarsProvider] Add experimental CssVarsProvider in @mui/material (#31138) @mnajdova
19
+ - &#8203;<!-- 06 -->[Link] Fix `sx` color to support callback (#32123) @siriwatknp
20
+ - &#8203;<!-- 05 -->[Link] Fix color transformation (#32045) @siriwatknp
21
+ - &#8203;<!-- 04 -->[ListItemButton] Specified width so that text would ellide (#32083) @MatthijsMud
22
+ - &#8203;<!-- 03 -->[TablePagination] Fixed the etEE locale (#32052) @raigoinabox
23
+
24
+ ### `@mui/base@5.0.0-alpha.75`
25
+
26
+ - &#8203;<!-- 31 -->[Badge] Simplify unstyled API (#31974) @michaldudak
27
+
28
+ ### `@mui/codemod@5.6.0`
29
+
30
+ - &#8203;<!-- 29 -->[codemod] Add v5.0.0/date-pickers-moved-to-x codemod (#31373) @flaviendelangle
31
+
32
+ ### `@mui/lab@5.0.0-alpha.76`
33
+
34
+ - &#8203;<!-- 24 -->[DatePicker] Remove date and time pickers from the lab (#31984) @flaviendelangle
35
+
36
+ ### `@mui/joy@5.0.0-alpha.22`
37
+
38
+ - &#8203;<!-- 07 -->[Joy] Add `Card` components (#32027) @siriwatknp
39
+
40
+ ### Docs
41
+
42
+ - &#8203;<!-- 30 -->[blog] New article for the date pickers migration to X (#31831) @flaviendelangle
43
+ - &#8203;<!-- 33 -->[docs] Base Menu style revisions and final review (#32097) @samuelsycamore
44
+ - &#8203;<!-- 32 -->[docs] Base Select style revisions and final review (#32095) @samuelsycamore
45
+ - &#8203;<!-- 31 -->[docs] Base Input style revisions and final review (#32096) @samuelsycamore
46
+ - &#8203;<!-- 30 -->[docs] Base Slider style revisions and final review (#32140) @samuelsycamore
47
+ - &#8203;<!-- 29 -->[docs] Base Modal style revisions and final review (#32093) @samuelsycamore
48
+ - &#8203;<!-- 28 -->[docs] Add page for CSS variables support in @mui/material (#32050) @mnajdova
49
+ - &#8203;<!-- 27 -->[docs] Add TSS support for theme style overrides (#31918) @garronej
50
+ - &#8203;<!-- 23 -->[docs] Simplify customization examples in ButtonUnstyled demos (#32092) @michaldudak
51
+ - &#8203;<!-- 22 -->[docs] Fix linking issues for the redirects (#32101) @siriwatknp
52
+ - &#8203;<!-- 21 -->[docs] Create the FormControl page (#32073) @michaldudak
53
+ - &#8203;<!-- 20 -->[docs] Remove trap-focus from the navigation (#32079) @psjishnu
54
+ - &#8203;<!-- 19 -->[docs] Add date-pickers product identifier (#32076) @siriwatknp
55
+ - &#8203;<!-- 18 -->[docs] Move SwitchUnstyled docs to the Base space (#31964) @michaldudak
56
+ - &#8203;<!-- 17 -->[docs] Add docs page for unstyled popper (#31813) @siriwatknp
57
+ - &#8203;<!-- 16 -->[docs] Copy TextareaAutosize docs to Base (#32034) @michaldudak
58
+ - &#8203;<!-- 15 -->[docs] Add react-hook-form-mui to Complementary projects #32015 @TkaczykAdam
59
+ - &#8203;<!-- 14 -->[docs] Improve the translation experience (#32021) @oliviertassinari
60
+ - &#8203;<!-- 13 -->[docs] Add small size Select demo (#32060) @ivan-ngchakming
61
+ - &#8203;<!-- 12 -->[docs] Correct typos (#32029) @apeltop
62
+ - &#8203;<!-- 11 -->[docs] Create SliderUnstyled docs (#31850) @michaldudak
63
+ - &#8203;<!-- 10 -->[docs] Create TablePaginationUnstyled docs (#32018) @michaldudak
64
+ - &#8203;<!-- 09 -->[docs] Move SelectUnstyled docs to the Base space (#31816) @michaldudak
65
+ - &#8203;<!-- 08 -->[docs] Create the TabsUnstyled docs (#32023) @michaldudak
66
+ - &#8203;<!-- 02 -->[website] The studio finally has a name, use it (#32105) @oliviertassinari
67
+ - &#8203;<!-- 01 -->[website] Disable job ad @oliviertassinari
68
+
69
+ ### Core
70
+
71
+ - &#8203;<!-- 28 -->[core] Update peer deps to support React 18 (#32063) @eps1lon
72
+ - &#8203;<!-- 27 -->[core] Fix running docs:api on Windows (#32091) @michaldudak
73
+ - &#8203;<!-- 26 -->[core] Fix api build script for MUI Base (#32081) @siriwatknp
74
+
75
+ All contributors of this release in alphabetical order: @apeltop, @eps1lon, @flaviendelangle, @garronej, @ivan-ngchakming, @m4theushw, @MatthijsMud, @michaldudak, @mnajdova, @oliviertassinari, @psjishnu, @raigoinabox, @samuelsycamore, @siriwatknp, @TkaczykAdam
76
+
77
+ ## 5.5.3
78
+
79
+ <!-- generated comparing v5.5.2..master -->
80
+
81
+ _Mar 28, 2022_
82
+
83
+ A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
84
+
85
+ - ♿️ improved the a11y on some docs demos
86
+ - Several 🐛 bug fixes and 📚 documentation improvements
87
+
88
+ ### `@mui/material@5.5.3`
89
+
90
+ - &#8203;<!-- 32 -->[ButtonBase] Start ripple only after mount (#31950) @m4theushw
91
+ - &#8203;<!-- 11 -->[FormControlLabel] Fix label prop type to be in-line with other label prop types (#31139) @jannes-io
92
+ - &#8203;<!-- 10 -->[Grow] Add a workaround for Safari 15.4 CSS transition bug (#31975) @igordanchenko
93
+
94
+ ### `@mui/codemod@5.5.3`
95
+
96
+ - &#8203;<!-- 31 -->[codemod] Fix variant prop placement (#31990) @ryancogswell
97
+
98
+ ### `@mui/utils@5.5.3`
99
+
100
+ - &#8203;<!-- 02 -->[utils] Improve type inference of useForkRef (#31845) @eps1lon
101
+
102
+ ### `@mui/base@5.0.0-alpha.74`
103
+
104
+ #### Breaking changes
105
+
106
+ - &#8203;<!-- 34 -->[base] Remove `BackdropUnstyled` component (#31923) @mnajdova
107
+
108
+ 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:
109
+
110
+ ```tsx
111
+ const BackdropUnstyled = React.forwardRef<HTMLDivElement, { open?: boolean; className: string }>(
112
+ (props, ref) => {
113
+ const { open, className, ...other } = props;
114
+ return <div className={clsx({ 'MuiBackdrop-open': open }, className)} ref={ref} {...other} />;
115
+ },
116
+ );
117
+ ```
118
+
119
+ - &#8203;<!-- 03 -->[TrapFocus] Move docs to Base and drop the Unstyled prefix (#31954) @michaldudak
120
+
121
+ Removed the `Unstyled_` prefix from the Base export (it remains in the Material UI export, though).
122
+
123
+ ```diff
124
+ -import { Unstyled_TrapFocus } from '@mui/base';
125
+ +import { TrapFocus } from '@mui/base';
126
+
127
+ // or
128
+
129
+ -import TrapFocus from '@mui/base/Unstyled_TrapFocus';
130
+ +import TrapFocus from '@mui/base/TrapFocus';
131
+ ```
132
+
133
+ #### Changes
134
+
135
+ - &#8203;<!-- 33 -->[base] Add @mui/types to dependencies (#31951) @bicstone
136
+
137
+ ### `@mui/joy@5.0.0-alpha.21`
138
+
139
+ - &#8203;<!-- 09 -->[Joy] Add `AvatarGroup` component (#31980) @siriwatknp
140
+ - &#8203;<!-- 07 -->[Joy] Miscellaneous fixes (#31873) @siriwatknp
141
+ - &#8203;<!-- 08 -->[Joy] Miscellaneous fixes 2 (#31971) @siriwatknp
142
+
143
+ ### Docs
144
+
145
+ - &#8203;<!-- 27 -->[docs] Improve the a11y on the hover rating demo (#31970) @mnajdova
146
+ - &#8203;<!-- 26 -->[docs] Improve a11y on the `SplitButton` demo (#31969) @mnajdova
147
+ - &#8203;<!-- 25 -->[docs] Improve the color description in the API pages (#30976) @mnajdova
148
+ - &#8203;<!-- 24 -->[docs] Add docs page for unstyled Modal (#31417) @mnajdova
149
+ - &#8203;<!-- 23 -->[docs] Add InputUnstyled docs (#31881) @mnajdova
150
+ - &#8203;<!-- 22 -->[docs] Remove "Work in biotech" from the showcase (#31942) @oliviertassinari
151
+ - &#8203;<!-- 21 -->[docs] Fix in-house ad for the design kits (#31965) @oliviertassinari
152
+ - &#8203;<!-- 20 -->[docs] Fix the documentation for filterOptions in Autocomplete API page (#31416) @santhoshbala0178
153
+ - &#8203;<!-- 19 -->[docs] Update href for 'TypeScript guide on theme customization' (#31880) @NickFoden
154
+ - &#8203;<!-- 18 -->[docs] Fix the CSS modules example in the Interoperability page (#31935) @WilsonNet
155
+ - &#8203;<!-- 17 -->[docs] Fix small typo in the `styled()` utility page (#31967) @jason1985
156
+ - &#8203;<!-- 16 -->[docs] Update mui-x on material-ui navigation (#31810) @siriwatknp
157
+ - &#8203;<!-- 15 -->[docs] Copy ClickAwayListener docs to Base (#31878) @michaldudak
158
+ - &#8203;<!-- 14 -->[docs] Refine the redirects (#31939) @siriwatknp
159
+ - &#8203;<!-- 13 -->[docs] Fix TOC layout for large screen (#31953) @siriwatknp
160
+ - &#8203;<!-- 12 -->[examples] Update remix example to not use NODE_ENV guard for `LiveReload` (#31269) @eswarclynn
161
+ - &#8203;<!-- 06 -->[NoSsr] Copy docs to the Base space (#31956) @michaldudak
162
+ - &#8203;<!-- 05 -->[Portal] Copy Portal docs to the Base space (#31959) @michaldudak
163
+ - &#8203;<!-- 01 -->[website] Remove X-Frame-Options @oliviertassinari
164
+ - &#8203;<!-- 35 -->Revert "[website] Remove X-Frame-Options" @oliviertassinari
165
+
166
+ ### Core
167
+
168
+ - &#8203;<!-- 30 -->[core] Fixes error in changelog generator for item sorting/padding (#30088) @dimitropoulos
169
+ - &#8203;<!-- 29 -->[core] Fix typo in issue template @oliviertassinari
170
+ - &#8203;<!-- 28 -->[core] Replace deprecated String.prototype.substr() (#31806) @CommanderRoot
171
+ - &#8203;<!-- 04 -->[test] Add tests for component using `StandardProps` and polymorphic components (#31945) @mnajdova
172
+
173
+ 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
174
+
175
+ ## 5.5.2
176
+
177
+ <!-- generated comparing v5.5.1..master -->
178
+
179
+ _Mar 21, 2022_
180
+
181
+ 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.
182
+
183
+ ### `@mui/material@5.5.2`
184
+
185
+ - &#8203;<!-- 04 -->[Popper] Expose the `sx` prop (#31833) @ivan-ngchakming
186
+
187
+ ### `@mui/joy@5.0.0-alpha.20`
188
+
189
+ - &#8203;<!-- 06 -->[Joy] Add default color to `Input` and `ListItemButton` (#31826) @siriwatknp
190
+ - &#8203;<!-- 05 -->[Joy] Add Avatar component (#31303) @hbjORbj
191
+
192
+ ### `@mui/base@5.0.0-alpha.73`
193
+
194
+ - &#8203;<!-- 03 -->[SliderUnstyled] Fix dragging on disabled sliders (#31882) @mnajdova
195
+
196
+ ### `@mui/styled-engine-sc@5.5.2`
197
+
198
+ - &#8203;<!-- 02 -->[styled-engine-sc] GlobalStylesProps inconsistent between the different packages (#31814) @mnajdova
199
+
200
+ ### Docs
201
+
202
+ - &#8203;<!-- 15 -->[data-grid] Fix print export feature (#31807) @oliviertassinari
203
+ - &#8203;<!-- 14 -->[docs] Move BadgeUnstyled docs to Base space (#31872) @michaldudak
204
+ - &#8203;<!-- 13 -->[docs] Solve duplication of content (#31917) @oliviertassinari
205
+ - &#8203;<!-- 12 -->[docs] Fix side nav capitalization of API (#31916) @oliviertassinari
206
+ - &#8203;<!-- 11 -->[docs] Use TypeScript demos by default (#31808) @oliviertassinari
207
+ - &#8203;<!-- 10 -->[docs] New search experience for multiple products (#31811) @siriwatknp
208
+ - &#8203;<!-- 09 -->[docs] Make LTS searchable (#31804) @oliviertassinari
209
+ - &#8203;<!-- 08 -->[docs] Fix demo filename on zh markdown (#31790) @nnmax
210
+ - &#8203;<!-- 01 -->[website] Highlight the date picker (#31889) @oliviertassinari
211
+
212
+ ### Core
213
+
214
+ - &#8203;<!-- 07 -->[core] Add tests for Avatar component (#31829) @hbjORbj
215
+
216
+ All contributors of this release in alphabetical order: @hbjORbj, @ivan-ngchakming, @michaldudak, @mnajdova, @nnmax, @oliviertassinari, @siriwatknp
217
+
218
+ ## 5.5.1
219
+
220
+ <!-- generated comparing v5.5.0..master -->
221
+
222
+ _Mar 14, 2022_
223
+
224
+ A big thanks to the 23 contributors who made this release possible. Here are some highlights ✨:
225
+
226
+ - 📊 2021 survey results post by @danilo-leal (#30999)
227
+ - Several 🐛 bug fixes and 📚 documentation improvements
228
+
229
+ ### @mui/material@5.5.1
230
+
231
+ - [Fab] Add z-index (#30842) @issamElmohadeb098
232
+ - [Grid] Fix columns of nested container (#31340) @boutahlilsoufiane
233
+ - [i10n] Update italian locale (#30974) @SalvatoreMazzullo
234
+ - [Pagination] Fix type of UsePaginationItem["page"] (#31295) @aaronadamsCA
235
+ - [Popper] Allow setting default props in a theme (#30118) @hafley66
236
+ - [TextField] fix disappearing border in Safari (#31406) @krysia1
237
+
238
+ ### @mui/joy@5.0.0-alpha.19
239
+
240
+ - [Joy] Support horizontal List (#31620) @siriwatknp
241
+ - [Joy] Add icon & label `Switch` examples (#31359) @siriwatknp
242
+ - [Joy] Add `TextField` component (#31299) @siriwatknp
243
+ - [Joy] Add `--Icon-fontSize` to components (#31360) @siriwatknp
244
+ - [Joy] Add `Checkbox` component (#31273) @siriwatknp
245
+
246
+ ### Docs
247
+
248
+ - [blog] 2021 survey results post (#30999) @danilo-leal
249
+ - [docs] Add Macedonian translation (#31402) @theCuriousOne
250
+ - [docs] Fix API page table styles in Safari (#31696) @aaarichter
251
+ - [docs] Fix SEO issues (#31505) @oliviertassinari
252
+ - [docs] Fix Link leak of Next.js props (#31418) @oliviertassinari
253
+ - [docs] Add "Work in biotech" to showcase (#31711) @klyburke
254
+ - [docs] Fix docs site crash on iOS Safari 12 (#31458) @badalsaibo
255
+ - [docs] Fix search icons crash (#31651) @juanpc10
256
+ - [docs] Remove unnecessary await in e2e-tests (#31767) @siriwatknp
257
+ - [docs] Fix source code links on the Templates page (#31425) @danilo-leal
258
+ - [docs] Adjust Stack's basic usage demo (#31423) @danilo-leal
259
+ - [docs] Migrate button demos to base (#31395) @siriwatknp
260
+ - [docs] Fix y-axis unit used in the responsive font sizes chart (#31424) @aaarichter
261
+ - [docs] Remove joy mockup pages (#31412) @siriwatknp
262
+ - [docs] Fix the statement that styleOverrides are added by default (#31257) @mnajdova
263
+ - [docs] Refine the product identifier menu (#31262) @danilo-leal
264
+ - [docs] Fix Search crash (#31386) @reckter
265
+ - [docs] Update TextField multiline description (#31291) @jontewks
266
+ - [docs] Add gap theme mapping in the System properties table (#31382) @danilo-leal
267
+ - [docs] Test products search (#31351) @siriwatknp
268
+ - [docs] Fix GitHub source links in the demo toolbar (#31339) @PunitSoniME
269
+ - [docs] Add Algolia verification code to robot.txt (#31356) @siriwatknp
270
+ - [examples] Ignore tsbuildinfo with Next.js (#31460) @B0und
271
+ - [website] Add new gold sponsor (#31354) @hbjORbj
272
+ - [website] Update Ukraine support link (#31378) @samuelsycamore
273
+
274
+ ### Core
275
+
276
+ - [core] Simplify anchor link (#31419) @oliviertassinari
277
+ - [core] Revert unrelated changes in #31354 @oliviertassinari
278
+ - [test] Upgrade CircleCI convenience image (#31394) @m4theushw
279
+ - [typescript] Simplify display of slot props types (#31240) @michaldudak
280
+
281
+ 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
282
+
283
+ ## 5.5.0
284
+
285
+ <!-- generated comparing v5.4.4..master -->
286
+
287
+ _Mar 7, 2022_
288
+
289
+ A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
290
+
291
+ - ♿️ made the `Autocomplete` conform to [ARIA 1.2 combobox](https://www.w3.org/TR/wai-aria-1.2/#combobox) (#30601) @EdmundMai
292
+ - Several 🐛 bug fixes and 📚 documentation improvements
293
+
294
+ ### `@mui/material@5.5.0`
295
+
296
+ #### Breaking change
297
+
298
+ - &#8203;<!-- 24 -->[ClassNameGenerator] Prevent all `base` imports (#31297) @siriwatknp
299
+
300
+ `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:
301
+
302
+ ```diff
303
+ - import { unstable_ClassNameGenerator } from '@mui/material/utils';
304
+ + import { unstable_ClassNameGenerator } from '@mui/material/className';
305
+ ```
306
+
307
+ #### Changes
308
+
309
+ - &#8203;<!-- 28 -->[Autocomplete] Fix failing unit tests (#31302) @michaldudak
310
+ - &#8203;<!-- 27 -->[Autocomplete] Have the screen reader announce when autocomplete is open and closed (#30601) @EdmundMai
311
+ - &#8203;<!-- 26 -->[AvatarGroup] Fix misalignment with non-default spacing (#31165) @sjdemartini
312
+ - &#8203;<!-- 15 -->[Drawer] Adjustments to the mini variant to improve UI/UX (#31267) @siriwatknp
313
+ - &#8203;<!-- 04 -->[Select] Add extending `OutlinedInputProps` by SelectProps (#31209) @jrozbicki
314
+
315
+ ### `@mui/icons-material@5.5.0`
316
+
317
+ - &#8203;<!-- 13 -->[icons] Sync new Google Material Icons (#30766) @simonecervini
318
+
319
+ ### `@mui/codemod@5.5.0`
320
+
321
+ - &#8203;<!-- 23 -->[codemod] Fix top level imports codemod (#31308) @mnajdova
322
+
323
+ ### `@mui/lab@5.0.0-alpha.72`
324
+
325
+ - &#8203;<!-- 07 -->[LoadingButton] Fix padding of loading icon in small button (#31113) @PunitSoniME
326
+
327
+ ### `@mui/base@5.0.0-alpha.71`
328
+
329
+ - &#8203;<!-- 05 -->[MenuUnstyled] Create MenuUnstyled and useMenu (#30961) @michaldudak
330
+ - &#8203;<!-- 03 -->[SelectUnstyled] Prevent window scrolling after opening (#31237) @michaldudak
331
+
332
+ ### `@mui/joy@5.0.0-alpha.18`
333
+
334
+ - &#8203;<!-- 12 -->[Joy] Make Icon `fontSize` adaptable to its parent (#31268) @siriwatknp
335
+ - &#8203;<!-- 11 -->[Joy] Add `Link` component (#31175) @hbjORbj
336
+ - &#8203;<!-- 10 -->[Joy] Improve `Sheet` tests (#31241) @hbjORbj
337
+ - &#8203;<!-- 09 -->[Joy] Improve SvgIcon tests (#31242) @hbjORbj
338
+
339
+ ### `@mui/material-next@6.0.0-alpha.26`
340
+
341
+ - &#8203;<!-- 06 -->[material-next] Mark @mui/material as a dependency (#31270) @siriwatknp
342
+
343
+ ### Docs
344
+
345
+ - &#8203;<!-- 21 -->[docs] Remove career pages from translation (#31346) @oliviertassinari
346
+ - &#8203;<!-- 20 -->[docs] Fix JS files overloading (#31341) @oliviertassinari
347
+ - &#8203;<!-- 19 -->[docs] Add banner in solidarity of Ukraine (#31275) @danilo-leal
348
+ - &#8203;<!-- 18 -->[docs] Fix maxWidth of scrollable Tabs demos (#31285) @danilo-leal
349
+ - &#8203;<!-- 17 -->[docs] Fix icon linking implementation concurrent safe (#30428) @Janpot
350
+ - &#8203;<!-- 16 -->[docs] Follow up new doc space issues (#31251) @siriwatknp
351
+ - &#8203;<!-- 29 -->[examples] Add `@types/node` to nextjs typescript starter (#30918) @Daggy1234
352
+ - &#8203;<!-- 14 -->[examples] Fix import ThemeProvider from correct package in remix-wit… (#30981) @nnecec
353
+ - &#8203;<!-- 25 -->[blog] Simplify the labels (#30921) @oliviertassinari
354
+ - &#8203;<!-- 08 -->[l10n] Add Croatian (hr-HR) and Serbian (sr-RS) translation (#30906) @m14d3n
355
+
356
+ ### Core
357
+
358
+ - &#8203;<!-- 23 -->[core] Fix running markdownlint on Windows (#31352) @michaldudak
359
+ - &#8203;<!-- 22 -->[core] Fix the stylelint script on Windows (#31281) @mnajdova
360
+ - &#8203;<!-- 02 -->[test] Fix buildApiUtils tests on Windows (#31304) @michaldudak
361
+ - &#8203;<!-- 01 -->[test] Remove legacyRoot option from test renderer (#31284) @eps1lon
362
+
363
+ 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
364
+
365
+ ## 5.4.4
366
+
367
+ <!-- generated comparing v5.4.3..master -->
368
+
369
+ _Feb 28, 2022_
370
+
371
+ A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
372
+
373
+ - ✨ New `Input` and `Sheet` components were added in the experimental Joy design system by @hbjORbj (#31124, #31086) @hbjORbj
374
+ - Several 🐛 bug fixes and 📚 documentation improvements
375
+
376
+ ### `@mui/material@5.4.4`
377
+
378
+ - &#8203;<!-- 28 -->[Autocomplete] Have Autocomplete with multiline textfield log a warning instead of an error (#30680) @iclaude3
379
+ - &#8203;<!-- 27 -->[Chip] Fix ellipsis when the children is too long (#31087) @PunitSoniME
380
+ - &#8203;<!-- 14 -->[Input] Export InputBase's classes from the classes const (#31186) @mnajdova
381
+ - &#8203;<!-- 29 -->[TextField] Fix Horizontal scroll when label too long (#31187) @RedHeadphone
382
+ - &#8203;<!-- 08 -->[styles] Fix typo in import error (#31167) @davwheat
383
+
384
+ ### `@mui/system@5.4.4`
385
+
386
+ - &#8203;<!-- 07 -->[system] Fix executing server-side Emotion component as function interpolation 2 (#31024) @Andarist
387
+ - &#8203;<!-- 06 -->[system] Fix sx prop types when CSS variables are used with nested selectors (#31163) @mnajdova
388
+ - &#8203;<!-- 05 -->[system] Fix `CssVarsProvider` theme mutation (#31148) @siriwatknp
389
+
390
+ ### `@mui/codemod@5.4.4`
391
+
392
+ - &#8203;<!-- 26 -->[codemods] Add v5.0.0/top-level-imports codemod (#31195) @greengiraffe
393
+
394
+ ### `@mui/base@5.0.0-alpha.70`
395
+
396
+ - &#8203;<!-- 31 -->[SelectUnstyled, MultiSelectUnstyled, ButtonUnstyled] Export additional types to make customization easier (#31172) @michaldudak
397
+
398
+ ### `@mui/joy@5.0.0-alpha.17`
399
+
400
+ - &#8203;<!-- 13 -->[Joy] Add nested list components (#31159) @siriwatknp
401
+ - &#8203;<!-- 12 -->[Joy] Improve color customization on `Switch` (#31137) @siriwatknp
402
+ - &#8203;<!-- 11 -->[Joy] Add `Sheet` component (#31124) @hbjORbj
403
+ - &#8203;<!-- 10 -->[Joy] add `Input` component (#31086) @siriwatknp
404
+ - &#8203;<!-- 09 -->[Joy] Fix Button missing slot type (#31166) @siriwatknp
405
+
406
+ ### Docs
407
+
408
+ - &#8203;<!-- 22 -->[docs] Fix 404 link to the blog (#31234) @oliviertassinari
409
+ - &#8203;<!-- 21 -->[docs] Use `material-ui` for product name (#31200) @siriwatknp
410
+ - &#8203;<!-- 20 -->[docs] Add Base installation page (#30969) @siriwatknp
411
+ - &#8203;<!-- 19 -->[docs] Use new Algolia app for new structure (#31178) @siriwatknp
412
+ - &#8203;<!-- 18 -->[docs] Typo in the `FormControl` API documentation (#31169) @bonellia
413
+ - &#8203;<!-- 17 -->[docs] Fix typo in Stack documentation (#31176) @adriancampos
414
+ - &#8203;<!-- 16 -->[docs] Update interoperability.md broken tailwind links (#31182) @robertwt7
415
+ - &#8203;<!-- 15 -->[docs] Add missing import into tss-react migration guide (#31162) @sviande
416
+ - &#8203;<!-- 03 -->[website] The role is filled (#31216) @oliviertassinari
417
+ - &#8203;<!-- 02 -->[website] Revise the row grouping blog post (#31101) @samuelsycamore
418
+ - &#8203;<!-- 01 -->[website] Fix a few SEO issues (#31150) @oliviertassinari
419
+
420
+ ### Core
421
+
422
+ - &#8203;<!-- 30 -->[core] Add group for the @fortawesome dependencies (#31193) @mnajdova
423
+ - &#8203;<!-- 25 -->[core] Update playwright docker to match the specified version (#31236) @siriwatknp
424
+ - &#8203;<!-- 24 -->[core] Remove parallel on buildTypes (#31189) @siriwatknp
425
+ - &#8203;<!-- 23 -->[core] Fix propTypes generation for optional any props (#31141) @m4theushw
426
+ - &#8203;<!-- 04 -->[Typescript] Remove variants deprecation (#31239) @siriwatknp
427
+
428
+ 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
429
+
430
+ ## 5.4.3
431
+
432
+ <!-- generated comparing v5.4.2..master -->
433
+
434
+ _Feb 21, 2022_
435
+
436
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
437
+
438
+ - 🛠 @hbjORbj made components use theme duration/easing values by default (#30894)
439
+ - A meaningful number of 🐛 bug fixes and 📚 documentation improvements
440
+
441
+ ### `@mui/material@5.4.3`
442
+
443
+ - &#8203;<!-- 18 -->[ButtonBase] Fix typo (#31135) @Jastor11
444
+ - &#8203;<!-- 05 -->[Stepper] Export useStepContext (#31021) @michaldudak
445
+ - &#8203;<!-- 04 -->[Transitions] Some components do not use transition duration/easing values from theme (#30894) @hbjORbj
446
+
447
+ ### `@mui/icons-material@5.4.3`
448
+
449
+ - &#8203;<!-- 11 -->[icons] Add "circle" icon synonyms (#31118) @gnowland
450
+
451
+ ### `@mui/joy@5.0.0-alpha.16`
452
+
453
+ - &#8203;<!-- 10 -->[Joy] `List` second iteration (#31134) @siriwatknp
454
+ - &#8203;<!-- 09 -->[Joy] Fix typings (#31120) @siriwatknp
455
+ - &#8203;<!-- 08 -->[Joy] Add initial `List` components (#30987) @siriwatknp
456
+
457
+ ### Docs
458
+
459
+ - &#8203;<!-- 19 -->[website] Improve full-stack role job description (#31160) @Janpot
460
+ - &#8203;<!-- 14 -->[docs] Fix typo of migration guides v4 (#31136) @pppp606
461
+ - &#8203;<!-- 13 -->[docs] Update on the support page to account for v4 LTS support (#31029) @danilo-leal
462
+ - &#8203;<!-- 12 -->[docs] Fix small typo in chips.md (#31092) @cameliaben
463
+ - &#8203;<!-- 07 -->[l10n] Add it-IT translation for labelDisplayedRows (#31131) @frab90
464
+ - &#8203;<!-- 06 -->[l10n] Add pl-PL translation for labelDisplayedRows (#31088) @ThomasTheHuman
465
+ - &#8203;<!-- 03 -->[website] Sync MUI X table feature (#30913) @alexfauquette
466
+ - &#8203;<!-- 02 -->[website] Prefill source in job application links (#31036) @oliviertassinari
467
+ - &#8203;<!-- 01 -->[website] Fix a grammar mistake (#31099) @huyenltnguyen
468
+
469
+ ### Core
470
+
471
+ - &#8203;<!-- 17 -->[core] Add jsx, html, css and prisma to prettier extensions (#31161) @Janpot
472
+ - &#8203;<!-- 16 -->[core] Allow to run material-ui.com/store alongside mui.com/store (#31065) @oliviertassinari
473
+ - &#8203;<!-- 15 -->[core] Polish design tokens (#31095) @oliviertassinari
474
+
475
+ All contributors of this release in alphabetical order: @alexfauquette, @cameliaben, @danilo-leal, @frab90, @gnowland, @hbjORbj, @huyenltnguyen, @Janpot, @Jastor11, @michaldudak, @oliviertassinari, @pppp606, @siriwatknp, @ThomasTheHuman
476
+
3
477
  ## 5.4.2
4
478
 
5
479
  _Feb 15, 2022_
@@ -120,7 +594,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
120
594
  - &#8203;<!-- 20 -->[docs] Clarify what the name of @mui/material is (#30866) @oliviertassinari
121
595
  - &#8203;<!-- 19 -->[docs] Remove migration from the releases page (#30863) @mnajdova
122
596
  - &#8203;<!-- 18 -->[docs] Update Instructions for Google Maps Autocomplete (#30849) @kjschabra
123
- - &#8203;<!-- 17 -->[docs] Hotfix notification <b> (#30862) @siriwatknp
597
+ - &#8203;<!-- 17 -->[docs] Hotfix notification (#30862) @siriwatknp
124
598
  - &#8203;<!-- 04 -->[website] Sample GA to avoid hit limit (#30919) @oliviertassinari
125
599
  - &#8203;<!-- 03 -->[website] Hide scrollbars of hero containers (#29474) @theiliad
126
600
  - &#8203;<!-- 02 -->[website] Polishing spacing and other small things (#30828) @danilo-leal
@@ -3529,7 +4003,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3529
4003
  - &#8203;<!-- 53 -->[DateTimePicker] `date` is nullable in `onChange` (#25981) @eps1lon
3530
4004
  - &#8203;<!-- 39 -->[internal][pickers] Remove unused TView type argument (#25936) @eps1lon
3531
4005
  - &#8203;<!-- 48 -->[internal][pickers] Inline some BasePickerProps usages (#25971) @eps1lon
3532
- - &#8203;<!-- 44 -->[internal][pickers] Entangle what *Props vs All*Props means (#25938) @eps1lon
4006
+ - &#8203;<!-- 44 -->[internal][pickers] Entangle what Props vs AllProps means (#25938) @eps1lon
3533
4007
  - &#8203;<!-- 19 -->[lab] Update slot components to use overridesResolver (#25906) @mnajdova
3534
4008
  - &#8203;<!-- 40 -->[Timeline] Remove use of nth-child in favor of nth-of-type (#25915) @wellwellmissesanderson
3535
4009
  - &#8203;<!-- 06 -->[Timeline] Migrate Timeline to emotion (#25838) @siriwatknp
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * The default theme interface, augment this to avoid having to set the theme type everywhere.
3
- * Our [TypeScript guide on theme customization](https://mui.com/guides/typescript/#customization-of-theme) explains in detail how you would add custom properties.
3
+ * Our [TypeScript guide on theme customization](https://mui.com/customization/theming/#custom-variables) explains in detail how you would add custom properties.
4
4
  */
5
5
  export interface DefaultTheme {}
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.4.2
1
+ /** @license MUI v5.6.0
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.2
1
+ /** @license MUI v5.6.0
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.2
1
+ /** @license MUI v5.6.0
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.2
1
+ /** @license MUI v5.6.0
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/private-theming",
3
- "version": "5.4.2",
3
+ "version": "5.6.0",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "MUI Theming - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
@@ -26,8 +26,8 @@
26
26
  "url": "https://opencollective.com/mui"
27
27
  },
28
28
  "peerDependencies": {
29
- "@types/react": "^16.8.6 || ^17.0.0",
30
- "react": "^17.0.0"
29
+ "@types/react": "^16.8.6 || ^17.0.0 || ^18.0.0",
30
+ "react": "^17.0.0 || ^18.0.0"
31
31
  },
32
32
  "peerDependenciesMeta": {
33
33
  "@types/react": {
@@ -35,8 +35,8 @@
35
35
  }
36
36
  },
37
37
  "dependencies": {
38
- "@babel/runtime": "^7.17.0",
39
- "@mui/utils": "^5.4.2",
38
+ "@babel/runtime": "^7.17.2",
39
+ "@mui/utils": "^5.6.0",
40
40
  "prop-types": "^15.7.2"
41
41
  },
42
42
  "sideEffects": false,