@mui/styled-engine 5.6.1 โ†’ 5.8.7

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,819 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.8.7
4
+
5
+ <!-- generated comparing v5.8.6..master -->
6
+
7
+ _Jul 4, 2022_
8
+
9
+ A big thanks to the 13 contributors who made this release possible. Here are some highlights โœจ:
10
+
11
+ - ๐Ÿ› Fixed an issue causing Typescript errors when building a project with Material UI v5.8.6 (@michaldudak)
12
+ - ๐Ÿ› Fixed a few bugs in Material UI components. Thanks @henriqueholtz, @jake-collibra, @MattiasMartens and @TimoWilhelm!
13
+ - many other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
14
+
15
+ ### `@mui/material@5.8.7`
16
+
17
+ - [Autocomplete] Add some missing props in `useAutocomplete` (#33269) @henriqueholtz
18
+ - [Autocomplete] Extend `componentsProps` to include `popper` and `popupIndicator` slots (#33283) @jake-collibra
19
+ - [Select] Annotate empty string as valid value prop (#33088) @MattiasMartens
20
+ - [SnackbarContent] Fix message text color with css var provider (#33285) @TimoWilhelm
21
+
22
+ ### `@mui/styled-engine@5.8.7`
23
+
24
+ - [styled-engine] Add missing type dependency on csstype (#33310) @Methuselah96
25
+
26
+ ### `@mui/system@5.8.7`
27
+
28
+ - [system] Simplify theme input types for `CssVarsProvider` (#33381) @siriwatknp
29
+ - [system] Export required types (#33324) @michaldudak
30
+
31
+ ### `@mui/joy@5.0.0-alpha.35`
32
+
33
+ - [Joy] Add radio button documentation (#33254) @siriwatknp
34
+ - [Joy] Add switch documentation (#33302) @siriwatknp
35
+ - [Joy] Batch a couple of documentation refinements (#33158)
36
+ - [Joy] Enable Joy and Material UI compatibility (#33379) @siriwatknp
37
+
38
+ ### `@mui/base@5.0.0-alpha.88`
39
+
40
+ - [base] Remove a type incompatible with Typescript 3.5 (#33361) @michaldudak
41
+ - [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix typescript compiler error (#33314) @aaronlademann-wf
42
+ - [TablePaginationUnstyled] Accept callbacks in componentsProps (#33309) @michaldudak
43
+
44
+ ### Docs
45
+
46
+ - [docs] Fix Link typings in the react-router example (#32308) @aaarichter
47
+ - [docs] Add caveat about class components with Tooltip (#33325) @joshkel
48
+ - [docs] Fix SEO issues (#33288) @oliviertassinari
49
+ - [docs] Fix Slider's "player" demo (#33267) @xlianghang
50
+ - [website] Link MUI Toolpad in mui.com (#33287) @oliviertassinari
51
+
52
+ All contributors of this release in alphabetical order: @aaarichter, @aaronlademann-wf, @danilo-leal, @henriqueholtz, @jake-collibra, @joshkel, @MattiasMartens, @Methuselah96, @michaldudak, @oliviertassinari, @siriwatknp, @TimoWilhelm, @xlianghang
53
+
54
+ ## 5.8.6
55
+
56
+ <!-- generated comparing v5.8.5..master -->
57
+
58
+ _Jun 27, 2022_
59
+
60
+ A big thanks to the 13 contributors who made this release possible. Here are some highlights โœจ:
61
+
62
+ - โš’๏ธ Fixed React 18 issues in few components
63
+ - ๐Ÿš€ Improved the TypeScript augmentation when using CSS variables with `@mui/material`
64
+ - many other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
65
+
66
+ ### `@mui/material@5.8.6`
67
+
68
+ - &#8203;<!-- 27 -->[Alert] Add support for CSS vars (#32624) @haneenmahd
69
+ - &#8203;<!-- 26 -->[Alert] Use `getContrastText` for filled variant font color (#29813) @SamoraMabuya
70
+
71
+ Note: The color of the text in the warning contained `Alert` in dark mode was changed to black in order to improve the color contrast ratio
72
+
73
+ - &#8203;<!-- 11 -->[OutlinedInput] Fix `ownerState` undefined in theme style overrides (#33241) @siriwatknp
74
+ - &#8203;<!-- 08 -->[Tabs] Fix crash when used with React 18 & Suspense (#33277) @mnajdova
75
+ - &#8203;<!-- 05 -->[TypeScript] Add CSS vars type augmentation for Material UI (#33211) @siriwatknp
76
+
77
+ ### `@mui/system@5.8.6`
78
+
79
+ - &#8203;<!-- 09 -->[system] Add enableColorScheme option to getInitColorSchemeScript (#33261) @siriwatknp
80
+
81
+ ### `@mui/utils@5.8.6`
82
+
83
+ - &#8203;<!-- 04 -->[utils] Allow state prefix to be configurable (#32972) @siriwatknp
84
+
85
+ ### `@mui/base@5.0.0-alpha.87`
86
+
87
+ - &#8203;<!-- 25 -->[base] Improve the return type of useSlotProps (#33279) @michaldudak
88
+ - &#8203;<!-- 24 -->[base] Improve some types (#33270) @mnajdova
89
+ - &#8203;<!-- 13 -->[MenuUnstyled] Fix keyboard accessibility of menu items (#33145) @michaldudak
90
+ - &#8203;<!-- 12 -->[ModalManager] Lock body scroll when container is inside shadow DOM (#33168) @jacobweberbowery
91
+ - &#8203;<!-- 10 -->[SliderUnstyled] Use useSlotProps (#33132) @michaldudak
92
+ - &#8203;<!-- 07 -->[TextareaAutosize] Fix crash when used with React 18 & Suspense (#33238) @howlettt
93
+ - &#8203;<!-- 06 -->[TextareaAutosize] Fix warnings for too many renders in React 18 (#33253) @mnajdova
94
+
95
+ ### `@mui/joy@5.0.0-alpha.34`
96
+
97
+ - &#8203;<!-- 14 -->[Joy] Add `Sheet` doc (#32820) @hbjORbj
98
+
99
+ ### Docs
100
+
101
+ - &#8203;<!-- 23 -->[blog] Polish Why you should migrate to Material UI v5 today (#33244) @oliviertassinari
102
+ - &#8203;<!-- 21 -->[docs] Add note in docs about `componentsProps.root` taking precedence (#33097) @ZeeshanTamboli
103
+ - &#8203;<!-- 20 -->[docs] Remove a note about Base components being reexported from Material UI (#33265) @michaldudak
104
+ - &#8203;<!-- 19 -->[docs] Update code snippet in docs for custom color palette (#32946) @ZeeshanTamboli
105
+ - &#8203;<!-- 18 -->[docs] Fix the docs for production class generation (#31933) @Fafruch
106
+ - &#8203;<!-- 17 -->[docs] Fix internal link in Box page (#33149) @davidgarciab
107
+ - &#8203;<!-- 16 -->[docs] Badge component link in Base docs should be under Data Display section (#33249) @ZeeshanTamboli
108
+ - &#8203;<!-- 15 -->[examples] Fix comment typo (#33256) @WinmezzZ
109
+
110
+ ### Core
111
+
112
+ - &#8203;<!-- 22 -->[core] Remove dead code (#33243) @oliviertassinari
113
+ - &#8203;<!-- 03 -->[website] Fix the scroll-top for all the website (#33215) @oliviertassinari
114
+ - &#8203;<!-- 02 -->[website] List new core role @oliviertassinari
115
+ - &#8203;<!-- 01 -->[website] Fix navigation menu close behavior (#33203) @oliviertassinari
116
+
117
+ All contributors of this release in alphabetical order: @davidgarciab, @Fafruch, @haneenmahd, @hbjORbj, @howlettt, @jacobweberbowery, @michaldudak, @mnajdova, @oliviertassinari, @SamoraMabuya, @siriwatknp, @WinmezzZ, @ZeeshanTamboli
118
+
119
+ ## 5.8.5
120
+
121
+ <!-- generated comparing v5.8.4..master -->
122
+
123
+ _Jun 20, 2022_
124
+
125
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights โœจ:
126
+
127
+ - ๐Ÿš€ Added support for CSS variables in the `Avatar` component and the `SpeedDialAction` component respectively by @vicasas and @gin1314
128
+ - many other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
129
+
130
+ ### `@mui/material@5.8.5`
131
+
132
+ - &#8203;<!-- 30 -->[Avatar] Add support for CSS variables (#32499) @vicasas
133
+ - &#8203;<!-- 19 -->[Dialog] Fix broken styles if `maxWidth` is set to `false` (#32987) @kmurgic
134
+ - &#8203;<!-- 04 -->[SpeedDialAction] Add support for CSS variables (#32608) @gin1314
135
+ - &#8203;<!-- 02 -->[Tabs] Increment scroll of the minimum amount possible (#33103) @oliviertassinari
136
+
137
+ ### `@mui/codemod@5.8.5`
138
+
139
+ - &#8203;<!-- 24 -->[codemod] Preserve comments within jss-to-tss-react (#33170) @ryancogswell
140
+
141
+ ### `@mui/lab@5.0.0-alpha.87`
142
+
143
+ - &#8203;<!-- 06 -->[Masonry] Fix flickering when used with React 18 (#33163) @mnajdova
144
+
145
+ ### `@mui/base@5.0.0-alpha.86`
146
+
147
+ - &#8203;<!-- 29 -->[BadgeUnstyled] Accept callbacks in componentsProps (#33176) @michaldudak
148
+ - &#8203;<!-- 25 -->[ButtonUnstyled] Use useSlotProps (#33096) @michaldudak
149
+ - &#8203;<!-- 11 -->[FormControlUnstyled] Accept callbacks in componentsProps (#33180) @michaldudak
150
+ - &#8203;<!-- 10 -->[InputUnstyled] Use useSlotProps (#33094) @michaldudak
151
+ - &#8203;<!-- 05 -->[ModalUnstyled] Define ownerState and slot props' types (#32901) @michaldudak
152
+ - &#8203;<!-- 03 -->[SwitchUnstyled] Use useSlotProps (#33174) @michaldudak
153
+
154
+ ### `@mui/joy@5.0.0-alpha.33`
155
+
156
+ - &#8203;<!-- 09 -->[Joy] Add Checkbox documentation (#33171) @siriwatknp
157
+ - &#8203;<!-- 08 -->[Joy] Add List documentation (#33120) @siriwatknp
158
+ - &#8203;<!-- 07 -->[Joy] Make slider displays Joy classname (#33051) @siriwatknp
159
+
160
+ ### Docs
161
+
162
+ - &#8203;<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
163
+ - &#8203;<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
164
+ - &#8203;<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
165
+ - &#8203;<!-- 18 -->[docs] Add guide on how to use MUI Base with Tailwind CSS (#33100) @mnajdova
166
+ - &#8203;<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
167
+ - &#8203;<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
168
+ - &#8203;<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
169
+ - &#8203;<!-- 14 -->[docs] Add job ad in table of content (#33143) @mnajdova
170
+ - &#8203;<!-- 13 -->[docs] Add customization as a value proposition (#33014) @oliviertassinari
171
+ - &#8203;<!-- 12 -->[examples] Add example using nextjs & @mui/styles as a starter for the migration to v5 (#33005) @mnajdova
172
+ - &#8203;<!-- 01 -->[website] Replace Airtable with Ashby links for applying to a opened position (#33193) @DanailH
173
+
174
+ ### Core
175
+
176
+ - &#8203;<!-- 31 -->[core] Add CSS variables support for Material UI components (#32835) @siriwatknp
177
+ - &#8203;<!-- 23 -->[core] Add name to workspace root package.json (#33226) @Janpot
178
+ - &#8203;<!-- 22 -->[core] Update bug template with generic instruction (#33153) @joserodolfofreitas
179
+ - &#8203;<!-- 21 -->[core] Remove dead and redundant code (#33125) @oliviertassinari
180
+ - &#8203;<!-- 20 -->[core] Improve inline code rendering within the details tag (#33086) @Harmouch101
181
+
182
+ All contributors of this release in alphabetical order: @cherniavskii, @DanailH, @gin1314, @Harmouch101, @Janpot, @joserodolfofreitas, @kmurgic, @michaldudak, @mnajdova, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas
183
+
184
+ ## 5.8.4
185
+
186
+ <!-- generated comparing v5.8.3..master -->
187
+
188
+ _Jun 14, 2022_
189
+
190
+ A big thanks to the 24 contributors who made this release possible. Here are some highlights โœจ:
191
+
192
+ - ๐Ÿš€ Added support for custom breakpoints in the `Grid` component by @boutahlilsoufiane
193
+ - ๐Ÿ“š Added guide on how to use Material UI with Shadow DOM by @cherniavskii
194
+ - many other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
195
+
196
+ ### `@mui/material@5.8.4`
197
+
198
+ - &#8203;<!-- 36 -->[Button] Add missing classes in `ButtonClasses` type (#33040) @ZeeshanTamboli
199
+ - &#8203;<!-- 20 -->[Grid] Fix prop-type key regression (#33123) @oliviertassinari
200
+ - &#8203;<!-- 19 -->[Grid] Support custom breakpoints (#31998) @boutahlilsoufiane
201
+ - &#8203;<!-- 18 -->[Grow] Limit CSS transition bug workaround to Safari 15.4 only (#32996) @igordanchenko
202
+ - &#8203;<!-- 17 -->[Hidden] Remove dependency on hoist-non-react-statics (#33015) @oliviertassinari
203
+ - &#8203;<!-- 12 -->[Link] Add support for CSS variables (#33036) @winderica
204
+ - &#8203;<!-- 07 -->[Popover] Export `getOffsetTop` & `getOffsetLeft` from Popover's index and add typings (#32959) @rart
205
+ - &#8203;<!-- 06 -->[Slider] Fix SliderValueLabelProps type (#32895) @oliviertassinari
206
+ - &#8203;<!-- 05 -->[Snackbar] Remove `RTL` direction specific logic (#32808) @aaarichter
207
+ - &#8203;<!-- 04 -->[StepIcon] Fix text centering when changing browser font size (#32706) @alansouzati
208
+ - &#8203;<!-- 02 -->[Tabs] Scroll by width of the first visible tab if only one tab is partially visible (#32778) @frankkluijtmans
209
+
210
+ ### `@mui/system@5.8.4`
211
+
212
+ - &#8203;<!-- 38 -->[Stack, system] Apply correct responsive styles if any custom breakpoints are provided (#32913) @ZeeshanTamboli
213
+ - &#8203;<!-- 03 -->[system] Fix missing typings for ColorFormat (#32417) @l-zoy
214
+
215
+ ### `@mui/codemod@5.8.4`
216
+
217
+ - &#8203;<!-- 35 -->[codemod] Add support for `@mui/styles/makeStyles` imports (#32962) @joshkel
218
+
219
+ ### `@mui/lab@5.0.0-alpha.86`
220
+
221
+ - &#8203;<!-- 08 -->[pickers] Fix broken ref forwarding (#33107) @oliviertassinari
222
+ - &#8203;<!-- 13 -->[lab] Fix React's `forwardRef` warning when importing from the index (#33134) @mnajdova
223
+
224
+ ### `@mui/base@5.0.0-alpha.85`
225
+
226
+ - &#8203;<!-- 11 -->[MenuUnstyled] Accept callbacks in componentsProps (#32997) @michaldudak
227
+ - &#8203;<!-- 10 -->[ModalUnstyled] Fix errors from the W3C validator about incorrect aria-hidden attribute on some elements (#30920) @mkrtchian
228
+ - &#8203;<!-- 09 -->[ModalUnstyled] Fix behavior of not respecting props ariaHidden value (#32055) @tech-meppem
229
+
230
+ ### `@mui/joy@5.0.0-alpha.32`
231
+
232
+ - &#8203;<!-- 16 -->[Joy] Miscellaneous card fixes (#33129) @siriwatknp
233
+ - &#8203;<!-- 15 -->[Joy] Miscellaneous fixes (#33073) @siriwatknp
234
+ - &#8203;<!-- 14 -->[Joy] Add typography and link docs (#33047) @siriwatknp
235
+
236
+ ### Docs
237
+
238
+ - &#8203;<!-- 40 -->[Contributing.md] Local install instructions (#32975) @Moizsohail
239
+ - &#8203;<!-- 32 -->[docs] Add responsive AppBar with drawer (#32769) @dvlprAlamin
240
+ - &#8203;<!-- 31 -->[docs] Move codesandbox to MUI org (#33122) @oliviertassinari
241
+ - &#8203;<!-- 30 -->[docs] Add Shadow DOM guide (#33007) @cherniavskii
242
+ - &#8203;<!-- 29 -->[docs] Fix typo in Material UI overview page (#33087) @oliviertassinari
243
+ - &#8203;<!-- 28 -->[docs] Miscellaneous fixes in `MUI Base` docs (#33091) @ZeeshanTamboli
244
+ - &#8203;<!-- 27 -->[docs] Fix GitHub capitalization (#33071) @oliviertassinari
245
+ - &#8203;<!-- 26 -->[docs] Fix a typo in `InputUnstyled` docs (#33077) @ZeeshanTamboli
246
+ - &#8203;<!-- 25 -->[docs] Add notification for Joy blog post (#33059) @siriwatknp
247
+ - &#8203;<!-- 24 -->[docs] Improve aspect ratio docs and integration (#33065) @siriwatknp
248
+ - &#8203;<!-- 34 -->[docs] Update code block copy label (#33128) @siriwatknp
249
+ - &#8203;<!-- 23 -->[docs] Fix typo in Autocomplete CSS API (#32838) @KeaghanKennedy
250
+ - &#8203;<!-- 22 -->[docs] Improvements for Radio Group Rating Docs (#32843) @Kai-W
251
+ - &#8203;<!-- 21 -->[docs] Enable Joy pages (#33064) @siriwatknp
252
+ - &#8203;<!-- 02 -->[website] Add Joy UI to the pricing page (#33099) @danilo-leal
253
+ - &#8203;<!-- 01 -->[website] Clarify the pricing a bit (#33069) @oliviertassinari
254
+
255
+ ### Core
256
+
257
+ - &#8203;<!-- 39 -->yarn proptypes @oliviertassinari
258
+ - &#8203;<!-- 34 -->[core] Update dependencies to fix security vulnerabilities (#33095) @michaldudak
259
+ - &#8203;<!-- 33 -->[core] Import new line convention (#33068) @oliviertassinari
260
+ - &#8203;<!-- 37 -->[core] Make repository configurable in changelog script (#33130) @Janpot
261
+
262
+ All contributors of this release in alphabetical order: @aaarichter, @alansouzati, @boutahlilsoufiane, @cherniavskii, @danilo-leal, @dvlprAlamin, @frankkluijtmans, @igordanchenko, @Janpot, @joshkel, @Kai-W, @KeaghanKennedy, @l-zoy, @michaldudak, @mkrtchian, @mnajdova, @Moizsohail, @oliviertassinari, @pushys, @rart, @siriwatknp, @tech-meppem, @winderica, @ZeeshanTamboli
263
+
264
+ ## 5.8.3
265
+
266
+ <!-- generated comparing v5.8.2..master -->
267
+
268
+ _Jun 7, 2022_
269
+
270
+ A big thanks to the 15 contributors who made this release possible.
271
+ This release is mostly about ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
272
+
273
+ ### `@mui/material@5.8.3`
274
+
275
+ - [Alert] Constrain message width and allow overflow (#32747) @Janpot
276
+ - [Checkbox] Add support for CSS variables (#32579) @haneenmahd
277
+ - [Slider] Fix positioning of tooltips on vertical slider (#32919) @abhinav-22-tech
278
+
279
+ ### `@mui/system@5.8.3`
280
+
281
+ - [system] Configurable attributes for libraries (#32971) @siriwatknp
282
+
283
+ ### `@mui/codemod@5.8.3`
284
+
285
+ - [codemod] Fix infinite loop in jss-to-tss-react and add TODO (#33048) @ryancogswell
286
+
287
+ ### `@mui/lab@5.0.0-alpha.85`
288
+
289
+ - [pickers] Add deprecations when importing pickers from the lab (#32950) @flaviendelangle
290
+
291
+ ### `@mui/joy@5.0.0-alpha.31`
292
+
293
+ - [Joy] Add `Slider` component and demos (#32694) @hbjORbj
294
+ - [Joy] Add articles about customization approaches (#32887) @siriwatknp
295
+ - [Joy] Add automatic adjustment page to core features (#32980) @siriwatknp
296
+ - [Joy] Add docs about dark mode (#33002) @siriwatknp
297
+ - [Joy] Add template UIs & first look blog post (#32791) @danilo-leal
298
+
299
+ ### `@mui/base@5.0.0-alpha.84`
300
+
301
+ - [base] Remove @mui/system in tests (#32945) @kevinji
302
+ - [ButtonUnstyled] Accept callbacks in componentsProps (#32991) @michaldudak
303
+ - [SwitchUnstyled] Accept callbacks in componentsProps (#32993) @michaldudak
304
+ - [TablePaginationUnstyled] Define ownerState and slot props' types (#32905) @michaldudak
305
+ - [TabPanelUnstyled] Define ownerState and slot props' types (#32928) @michaldudak
306
+ - [TabsListUnstyled] Define ownerState and slot props' types (#32925) @michaldudak
307
+
308
+ ### Docs
309
+
310
+ - [blog] Fix anchor link scroll (#32994) @oliviertassinari
311
+ - [docs] Add "Migration" section to sidebar and revise v4-v5 content (#32740) @samuelsycamore
312
+ - [docs] Add What doesn't count as a breaking change? (#32850) @oliviertassinari
313
+ - [docs] Fix 301 link @oliviertassinari
314
+ - [docs] Fix icon color in `BadgeUnstyled` docs (#32976) @ZeeshanTamboli
315
+ - [docs] Improve product identifier (#32707) @danilo-leal
316
+ - [docs] Improve UX with back to top (#32896) @oliviertassinari
317
+ - [docs] Polish overview page to Material UI (#32954) @oliviertassinari
318
+ - [docs] Redirect older URLs (#33037) @oliviertassinari
319
+ - [docs] Remove pickers page from the Lab section (#32961) @DanailH
320
+ - [docs] Show product identifier on updated MUI X Introduction pages (#32966) @samuelsycamore
321
+ - [docs] Throw on 301 links (#32939) @oliviertassinari
322
+ - [website] Add Gerda to the about page (#33038) @danilo-leal
323
+ - [website] Polish the pricing page (#32811) @oliviertassinari
324
+ - [website] Remove unnecessary `address` dependency (#32957) @michaldudak
325
+
326
+ ### Core
327
+
328
+ - [core] Improve icon synonyms (#32742) @oliviertassinari
329
+ - [core] Prepare Next.js config for React 18 (#32963) @michaldudak
330
+ - [core] Remove dead logic (#32940) @oliviertassinari
331
+ - [core] Update dependencies to fix security vulnerabilities (#32947) @michaldudak
332
+ - Add security link to README for Tidelift @mbrookes
333
+
334
+ All contributors of this release in alphabetical order: @abhinav-22-tech, @DanailH, @danilo-leal, @flaviendelangle, @haneenmahd, @hbjORbj, @Janpot, @kevinji, @mbrookes, @michaldudak, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
335
+
336
+ ## 5.8.2
337
+
338
+ <!-- generated comparing v5.8.1..master -->
339
+
340
+ _May 30, 2022_
341
+
342
+ A big thanks to the 8 contributors who made this release possible. Here are some highlights โœจ:
343
+
344
+ - ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
345
+
346
+ ### `@mui/system@5.8.2`
347
+
348
+ - &#8203;<!-- 04 -->[system] Add `getColorSchemeSelector` util (#32868) @siriwatknp
349
+
350
+ ### `@mui/lab@5.0.0-alpha.84`
351
+
352
+ - &#8203;<!-- 07 -->[Masonry] Place items to the left when there are less objects than specified in `column` prop (#32873) @hbjORbj
353
+
354
+ ### `@mui/base@5.0.0-alpha.83`
355
+
356
+ - &#8203;<!-- 24 -->[BadgeUnstyled] Define ownerState and slot props' types (#32750) @michaldudak
357
+ - &#8203;<!-- 06 -->[SliderUnstyled] Define ownerState and slot props' types (#32739) @michaldudak
358
+ - &#8203;<!-- 05 -->[SwitchUnstyled] Define ownerState and slot props' types (#32573) @michaldudak
359
+ - &#8203;<!-- 03 -->[TabsUnstyled] Define ownerState and slot props' types (#32918) @michaldudak
360
+ - &#8203;<!-- 02 -->[TabUnstyled] Define ownerState and slot props' types (#32915) @michaldudak
361
+
362
+ ### `@mui/joy@5.0.0-alpha.30`
363
+
364
+ - &#8203;<!-- 13 -->[Joy] use `textColor` prop for Typography and Link (#32938) @siriwatknp
365
+ - &#8203;<!-- 12 -->[Joy] Make variants for more flexible (#32931) @siriwatknp
366
+ - &#8203;<!-- 11 -->[Joy] Improve automatic adjustment (#32923) @siriwatknp
367
+ - &#8203;<!-- 10 -->[Joy] Add `Chip` doc (#32819) @hbjORbj
368
+ - &#8203;<!-- 09 -->[Joy] Add `AspectRatio` demos (#32848) @siriwatknp
369
+ - &#8203;<!-- 08 -->[Joy] Fix wrong urls (#32883) @siriwatknp
370
+
371
+ ### Docs
372
+
373
+ - &#8203;<!-- 24 -->[docs] Iterate on the job ad for React engineer in Core (#32900) @mnajdova
374
+ - &#8203;<!-- 23 -->[blog] Fix avatar image resolution (#32890) @oliviertassinari
375
+ - &#8203;<!-- 19 -->[docs] Link the first page of the product (#32943) @oliviertassinari
376
+ - &#8203;<!-- 18 -->[docs] Batch small changes (#32170) @michaldudak
377
+ - &#8203;<!-- 17 -->[docs] Allow function prop to return undefined (#32766) @m4theushw
378
+ - &#8203;<!-- 16 -->[docs] Fix wrong link to Material Icons (#32847) @oliviertassinari
379
+ - &#8203;<!-- 15 -->[docs] Fix ClassNameGenerator content (#32800) @siriwatknp
380
+ - &#8203;<!-- 14 -->[docs] Fix navigation links (#32851) @oliviertassinari
381
+ - &#8203;<!-- 14 -->[docs] Document the `size` prop for InputLabel (#32936) @romelperez
382
+ - &#8203;<!-- 21 -->[docs] Add note about transparent background on the outlined Alert variant (#32810) @aaarichter
383
+ - &#8203;<!-- 01 -->[website] Update the careers's page with the new roles (#32535) @oliviertassinari
384
+
385
+ ### Core
386
+
387
+ - &#8203;<!-- 22 -->[core] Improve the incomplete issues workflow (#32878) @mnajdova
388
+ - &#8203;<!-- 21 -->[core] Add CI check that the PR has label (#32886) @mnajdova
389
+ - &#8203;<!-- 20 -->[core] Avoid leaking @babel/runtime (#32874) @oliviertassinari
390
+
391
+ All contributors of this release in alphabetical order: @aaarichter, @hbjORbj, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @romelperez, @siriwatknp
392
+
393
+ ## 5.8.1
394
+
395
+ <!-- generated comparing v5.8.0..master -->
396
+
397
+ _May 23, 2022_
398
+
399
+ A big thanks to the 21 contributors who made this release possible. Here are some highlights โœจ:
400
+
401
+ - ๐Ÿ’… Added CSS variables support for two more Material UI components by @diggis00 and @alisasanib
402
+ - And more ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
403
+
404
+ ### `@mui/material@5.8.1`
405
+
406
+ - &#8203;<!-- 33 -->[Alert] Fix missing `ownerState` on the `action` slot (#32801) @mnajdova
407
+ - &#8203;<!-- 20 -->[Fab] Make the `color` prop type extendable (#31830) @paales
408
+ - &#8203;<!-- 14 -->[ListItemButton] Render as link if href specified (#32403) @o-dubrovskyi
409
+ - &#8203;<!-- 13 -->[Paper] Add support for CSS variables (#32570) @diggis00
410
+ - &#8203;<!-- 11 -->[Radio] Add support for CSS variables (#32599) @alisasanib
411
+ - &#8203;<!-- 10 -->[Slider] Prevent rendering for marks that are out of the min & max bounds (#32436) @abriginets
412
+ - &#8203;<!-- 09 -->[Slider] Slider having marks should be customizable in theme (#32816) @ZeeshanTamboli
413
+ - &#8203;<!-- 03 -->[TouchRipple] Allows call imperative methods without event (#31955) @alexfauquette
414
+
415
+ ### `@mui/system@5.8.1`
416
+
417
+ - &#8203;<!-- 07 -->[system] Simplify stylesheet injection logic (#32869) @siriwatknp
418
+ - &#8203;<!-- 06 -->[system] Fix color scheme specificity (#32628) @siriwatknp
419
+ - &#8203;<!-- 05 -->[system] Fix `borderRadius` errors when used inside `CssVarsProvider` (#32817) @mnajdova
420
+ - &#8203;<!-- 04 -->[system] Fix toolbar media query mixin getting merged in wrong order (#32713) @ZeeshanTamboli
421
+
422
+ ### `@mui/lab@5.0.0-alpha.83`
423
+
424
+ - &#8203;<!-- 15 -->[lab] Add missing `peerDependencies` (#32623) @nate-summercook
425
+ - &#8203;<!-- 12 -->[pickers] Update @mui/x-date-pickers to be usable with React 18 (#32828) @flaviendelangle
426
+
427
+ ### `@mui/base@5.0.0-alpha.82`
428
+
429
+ - &#8203;<!-- 08 -->[SliderUnstyled] Fix `disabledSwap` not being respected in `onChangeCommitted` (#32647) @JeanPetrov
430
+
431
+ ### `@mui/joy@5.0.0-alpha.29`
432
+
433
+ - &#8203;<!-- 19 -->[Joy] Show Joy pages on master (#32866) @siriwatknp
434
+ - &#8203;<!-- 18 -->[Joy] Add an overview page (#32836) @danilo-leal
435
+ - &#8203;<!-- 17 -->[Joy] Add doc for the card components (#32825) @siriwatknp
436
+ - &#8203;<!-- 16 -->[Joy] Miscellaneous fixes (#32815) @siriwatknp
437
+
438
+ ### Docs
439
+
440
+ - &#8203;<!-- 31 -->[docs] Simplify header DOM structure (#32844) @oliviertassinari
441
+ - &#8203;<!-- 30 -->[docs] Fix CodeSandbox & StackBlitz generation (#32726) @siriwatknp
442
+ - &#8203;<!-- 29 -->[docs] Fix urls to columns pages in pricing table (#32842) @alexfauquette
443
+ - &#8203;<!-- 28 -->[docs] Fix Tailwind CSS integration docs (#32512) @robertwt7
444
+ - &#8203;<!-- 27 -->[docs] Fixed wrong command for the `link-underline-hover` codemod (#32793) @veronikaslc
445
+ - &#8203;<!-- 26 -->[docs] Fixed broken link on the icons page (#32780) @SamuelMaddox
446
+ - &#8203;<!-- 25 -->[docs] Add "back to top" button (#30441) @VibhorJaiswal
447
+ - &#8203;<!-- 24 -->[docs] Fix typo in notifications @mbrookes
448
+ - &#8203;<!-- 32 -->[docs] New WAI-ARIA guidelines location (#32865) @oliviertassinari
449
+ - &#8203;<!-- 23 -->[docs] Mention the ESLint plugin for detecting unused classes in tss-react (#32666) @garronej
450
+ - &#8203;<!-- 22 -->[docs] Update `useAutocomplete` demos to use `Mui-focused` class (#32757) @ZeeshanTamboli
451
+ - &#8203;<!-- 21 -->[examples] Fix `NextLinkComposedProps` gives a TypeScript error (#32655) @ZeeshanTamboli
452
+ - &#8203;<!-- 01 -->[website] Add Pedro to About Us page (#32803) @apedroferreira
453
+
454
+ ### Core
455
+
456
+ - &#8203;<!-- 32 -->[core] Upgrade MUI X dependency (#32824) @oliviertassinari
457
+ - &#8203;<!-- 02 -->[typescript] Allow module augmentation for `Mixins` (#32798) @mnajdova
458
+
459
+ All contributors of this release in alphabetical order: @abriginets, @alexfauquette, @alisasanib, @apedroferreira, @danilo-leal, @diggis00, @flaviendelangle, @garronej, @JeanPetrov, @mbrookes, @mnajdova, @nate-summercook, @o-dubrovskyi, @oliviertassinari, @paales, @robertwt7, @SamuelMaddox, @siriwatknp, @veronikaslc, @VibhorJaiswal, @ZeeshanTamboli
460
+
461
+ ## 5.8.0
462
+
463
+ <!-- generated comparing v5.7.0..master -->
464
+
465
+ _May 17, 2022_
466
+
467
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights โœจ:
468
+
469
+ - ๐Ÿš€ [Blog post](https://mui.com/blog/premium-plan-release/) for announcing the release of the Premium plan of MUI X is out thanks to @joserodolfofreitas.
470
+ - Codemod for `jss` to `tss-react` migration is out thanks to @ryancogswell
471
+ - And more ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
472
+
473
+ ### `@mui/material@5.8.0`
474
+
475
+ - &#8203;<!-- 37 -->[Autocomplete] Fix `getInputProps` TypeScript return type (#32730) @ZeeshanTamboli
476
+ - &#8203;<!-- 36 -->[Autocomplete] Forward props to renderTags() (#32637) @emlai
477
+ - &#8203;<!-- 35 -->[Badge] Fix TypeScript error when adding style overrides for Badge (#32745) @ZeeshanTamboli
478
+ - &#8203;<!-- 09 -->[Menu] Fix context menu open position (#32661) @oliviertassinari
479
+
480
+ ### `@mui/system@5.8.0`
481
+
482
+ - &#8203;<!-- 05 -->[system] Add `Container` component and `createContainer` factory (#32263) @mnajdova
483
+
484
+ ### `@mui/base@5.0.0-alpha.81`
485
+
486
+ - &#8203;<!-- 15 -->[InputUnstyled] Support callbacks in componentsProps (#32271) @michaldudak
487
+ - &#8203;<!-- 14 -->[InputUnstyled] Define ownerState and slot props' types (#32491) @michaldudak
488
+ - &#8203;<!-- 08 -->[MenuUnstyled] Demos improvements (#32714) @michaldudak
489
+ - &#8203;<!-- 07 -->[OptionUnstyled] Define ownerState and slot props' types (#32717) @michaldudak
490
+
491
+ ### `@mui/joy@5.0.0-alpha.28`
492
+
493
+ - &#8203;<!-- 13 -->[Joy] Add Badge doc (#32790) @siriwatknp
494
+ - &#8203;<!-- 12 -->[Joy] Add global variant feature page (#32695) @siriwatknp
495
+ - &#8203;<!-- 11 -->[Joy] Add avatar page (#32711) @siriwatknp
496
+
497
+ ### `@mui/codemod@5.8.0`
498
+
499
+ - &#8203;<!-- 33 -->[codemod] Add jss to tss-react codemod (#31802) @ryancogswell
500
+
501
+ ### Docs
502
+
503
+ - &#8203;<!-- 34 -->[blog] Add release post for MUI X Premium (#32720) @joserodolfofreitas
504
+ - &#8203;<!-- 29 -->[docs] Fix wrong code snippet for overriding styles in theme with a callback value (#32781) @ZeeshanTamboli
505
+ - &#8203;<!-- 28 -->[docs] Update Crowdin logo (#32782) @andrii-bodnar
506
+ - &#8203;<!-- 27 -->[docs] Improve callouts design (#32709) @danilo-leal
507
+ - &#8203;<!-- 26 -->[docs] Revise the "Understanding MUI packages" article (#32382) @danilo-leal
508
+ - &#8203;<!-- 25 -->[docs] Fix link to the material icons (#32771) @oliviertassinari
509
+ - &#8203;<!-- 24 -->[docs] Add notification for Premium release blog post (#32728) @joserodolfofreitas
510
+ - &#8203;<!-- 23 -->[docs] Base Portal style revisions and final review (#32157) @samuelsycamore
511
+ - &#8203;<!-- 22 -->[docs] Add joy to docs package.json (#32744) @siriwatknp
512
+ - &#8203;<!-- 21 -->[docs] Fix TOC-related styles not being applied when disableAd=true (#32733) @cherniavskii
513
+ - &#8203;<!-- 20 -->[docs] Add TypeScript guide on the polymorphic components (#32168) @mnajdova
514
+ - &#8203;<!-- 19 -->[docs] Fix warning mode pass to React.Fragment (#32729) @siriwatknp
515
+ - &#8203;<!-- 18 -->[docs] Revise Showcase copy for clarity + audit appList (#31946) @samuelsycamore
516
+ - &#8203;<!-- 17 -->[examples] Update remix example's tsconfig with required values (#32723) @michaldudak
517
+ - &#8203;<!-- 16 -->[examples] Update to use React 18's createRoot (#32506) @mnajdova
518
+ - &#8203;<!-- 10 -->[l10n] Fix typos and translations on arSD and arEG locales (#31848) @shadigaafar
519
+ - &#8203;<!-- 04 -->[website] Improve communication about MUI X components that are still wip (#32708) @danilo-leal
520
+ - &#8203;<!-- 03 -->[website] Remove scrollbar on x-axis (#32291) @MrHBS
521
+ - &#8203;<!-- 02 -->[website] Update the pricing page for the MUI X premium plan release (#32458) @joserodolfofreitas
522
+ - &#8203;<!-- 01 -->[website] Update sponsors (#32725) @oliviertassinari
523
+
524
+ ### Core
525
+
526
+ - &#8203;<!-- 32 -->[core] Enabled Renovate's lockfile maintenance (#32635) @michaldudak
527
+ - &#8203;<!-- 31 -->[core] Extract `MuiPage` interface to separate file (#32715) @cherniavskii
528
+ - &#8203;<!-- 30 -->[core] Remove unnecessary `spacing` parameter from `createMixins` method (#32690) @ZeeshanTamboli
529
+ - &#8203;<!-- 06 -->[private-classnames] Remove package and move everything to utils (#32758) @mnajdova
530
+
531
+ All contributors of this release in alphabetical order: @andrii-bodnar, @cherniavskii, @danilo-leal, @emlai, @joserodolfofreitas, @michaldudak, @mnajdova, @MrHBS, @oliviertassinari, @ryancogswell, @samuelsycamore, @shadigaafar, @siriwatknp, @ZeeshanTamboli
532
+
533
+ ## 5.7.0
534
+
535
+ <!-- generated comparing v5.6.4..master -->
536
+
537
+ _May 10, 2022_
538
+
539
+ A big thanks to the 27 contributors who made this release possible. Here are some highlights โœจ:
540
+
541
+ ๐Ÿ›  This release is all about supporting CSS variables in many Material UI components.
542
+ Kudos to all contributors!
543
+
544
+ ### `@mui/material@5.7.0`
545
+
546
+ - [StepLabel, StepIcon] Add support for CSS variables (#32609) @vicasas
547
+ - [Table, TableRow] Add support for CSS variables (#32614) @vicasas
548
+ - [AppBar] Add a logo component for the responsive app bar demo (#32374) @ameetmadan
549
+ - [Autocomplete] Fix clearing single array values (#32626) @mikepricedev
550
+ - [Autocomplete] Fix keep listbox open on left/right keys when inputValue is not empty (#31407) @alisasanib
551
+ - [Autocomplete] Add support for CSS variables (#32598) @ZeeshanTamboli
552
+ - [Autocomplete] Render `endAdornment` only when necessary (#32386) @g1eny0ung
553
+ - [ButtonGroup] Add support for CSS variables (#32498) @vicasas
554
+ - [CardActionArea] Add support for CSS variables (#32554) @vicasas
555
+ - [ClickAwayListener] Allow pointer up/down events to event handler (#32264) @vladjerca
556
+ - [CssBaseline] Add support for CSS vars (#32618) @haneenmahd
557
+ - [Dialog] Add support for CSS variables (#32555) @vicasas
558
+ - [Divider] Add support for CSS variables (#32519) @vicasas
559
+ - [Drawer] Add support for CSS variables (#32565) @nghiamvt
560
+ - [Fab] Add support for CSS variables (#32564) @alisasanib
561
+ - [FormControlLabel] Add support for CSS variables (#32588) @elliefoote
562
+ - [FormHelperText] Add support for CSS variables (#32596) @ZeeshanTamboli
563
+ - [FormLabel] Add support for CSS variables (#32602) @ZeeshanTamboli
564
+ - [Icon] Add support for CSS variables (#32595) @Jamaalwbrown
565
+ - [IconButton] Add support for CSS variables (#32590) @Ariyapong
566
+ - [ImageListItemBar] Add support for CSS variables (#32578) @vicasas
567
+ - [Input] Support CSS variables (#32128) @ivan-ngchakming
568
+ - [InputAdornment] Add support CSS variables (#32607) @vicasas
569
+ - [Link] Fix style overrides color prop (#32653) @siriwatknp
570
+ - [ListItem] Add support for CSS variables (#32580) @dan-mba
571
+ - [ListItemButton] Add support for CSS variables (#32582) @dan-mba
572
+ - [ListItemIcon] Add support for CSS variables (#32583) @dan-mba
573
+ - [ListSubheader] Add support for CSS variables (#32584) @dan-mba
574
+ - [MenuItem] Add support for CSS variables (#32561) @nghiamvt
575
+ - [MobileStepper] Add support for CSS vars (#32606) @haneenmahd
576
+ - [Modal] Add support for CSS variables (#32605) @haneenmahd
577
+ - [PaginationItem] Add support for CSS vars (#32612) @haneenmahd
578
+ - [Rating] Add support for CSS variables (#32556) @vicasas
579
+ - [Snackbar] Add support for CSS variables (#32603) @gin1314
580
+ - [SpeedDial] Add support for CSS variables (#32613) @alisasanib
581
+ - [Stepper] Export useStepperContext (#31398) @pzi
582
+ - [SvgIcon] Add support for CSS variables (#32610) @vicasas
583
+ - [TablePagination] Add support for CSS variables (#32615) @haneenmahd
584
+ - [TableSortLabel]: Add support for CSS vars (#32616) @haneenmahd
585
+ - [Tabs] Add support for CSS variables (#32547) @ZeeshanTamboli
586
+ - [ToggleButton] Add support for CSS variables (#32600) @Ariyapong
587
+ - [ToggleButtonGroup] Add support for CSS variables (#32617) @haneenmahd
588
+ - [Tooltip] Add support for CSS variables (#32594) @gin1314
589
+
590
+ ### `@mui/system@5.7.0`
591
+
592
+ - [System] Support CSS variables for iframes & custom nodes (#32496) @siriwatknp
593
+
594
+ ### `@mui/base@5.0.0-alpha.80`
595
+
596
+ - [ButtonUnstyled] Fix keyboard navigation on customized elements (#32204) @michaldudak
597
+
598
+ ### `@mui/private-classnames@5.7.0`
599
+
600
+ - [classnames] Add new package for classnames utils (#32502) @mnajdova
601
+
602
+ ### Docs
603
+
604
+ - [docs] Correct links to prevent 301 redirects (#32692) @michaldudak
605
+ - [docs] Move, split, and revise "Unstyled components" page (#32562) @samuelsycamore
606
+ - [docs] Nest `ListItemButton` in `ListItem` in the Drawer examples (#31987) @stefanprobst
607
+ - [docs] Apply callouts in the Material UI docs (#32567) @danilo-leal
608
+ - [docs] Show product identifier on new X pages (#32657) @cherniavskii
609
+ - [docs] Fix copy button childNode not found (#32652) @siriwatknp
610
+ - [docs] Split install commands in isolated code blocks (#32566) @danilo-leal
611
+ - [docs] Base Switch style revisions and final review (#32376) @samuelsycamore
612
+ - [docs] Adds Badge link to Base doc nav (#32619) @samuelsycamore
613
+ - [docs] Base Installation style revisions and final review (#32483) @samuelsycamore
614
+ - [docs] Fix broken redirection (#32581) @oliviertassinari
615
+ - [docs] Allows to use `import '<library name>'` in demonstrations (#32492) @alexfauquette
616
+ - [docs] Hide copy button on search icon dialog (#32577) @siriwatknp
617
+ - [docs] Use full API link for ThemeProvider (#32549) @jcvidiri
618
+ - [Joy] Add principles page (#32648) @siriwatknp
619
+ - [Joy] Add Button page (#32576) @siriwatknp
620
+ - [Joy] Add "Quick start" and "Tutorial" pages (#32383) @siriwatknp
621
+ - [website] Add store to the footer and "hiring" chip adjustment (#32650) @danilo-leal
622
+ - [website] Optimize conversion to store (#32646) @oliviertassinari
623
+ - [website] Remove copy button on marketing pages (#32649) @siriwatknp
624
+ - [website] Add missing space in copy label (#32638) @flaviendelangle
625
+
626
+ ### Core
627
+
628
+ - [core] Security updates (#32636) @michaldudak
629
+ - [core] Fix `docs:dev` not working after upgrading `next` to 12.1.0 (#32552) @cherniavskii
630
+ - [core] Update minimist to fix security vulnerability (#32575) @michaldudak
631
+
632
+ All contributors of this release in alphabetical order: @alexfauquette, @alisasanib, @ameetmadan, @Ariyapong, @cherniavskii, @dan-mba, @danilo-leal, @elliefoote, @flaviendelangle, @g1eny0ung, @gin1314, @haneenmahd, @ivan-ngchakming, @Jamaalwbrown, @jcvidiri, @michaldudak, @mikepricedev, @mnajdova, @nghiamvt, @oliviertassinari, @pzi, @samuelsycamore, @siriwatknp, @stefanprobst, @vicasas, @vladjerca, @ZeeshanTamboli
633
+
634
+ ## 5.6.4
635
+
636
+ <!-- generated comparing v5.6.3..master -->
637
+
638
+ _May 2, 2022_
639
+
640
+ A big thanks to the 13 contributors who made this release possible. Here are some highlights โœจ:
641
+
642
+ - ๐Ÿ’… 5 Material UI components were updated to support CSS variables by @ZeeshanTamboli & @vicasas
643
+ - And more ๐Ÿ› bug fixes and ๐Ÿ“š improvements.
644
+
645
+ ### `@mui/material@5.6.4`
646
+
647
+ - &#8203;<!-- 37 -->[Accordion] Add support for CSS variables (#32542) @ZeeshanTamboli
648
+ - &#8203;<!-- 36 -->[AvatarGroup] Add support for CSS variables (#32507) @vicasas
649
+ - &#8203;<!-- 35 -->[Badge] Add support for CSS variables (#32516) @vicasas
650
+ - &#8203;<!-- 34 -->[BottomNavigation] Add support for CSS variables (#32517) @vicasas
651
+ - &#8203;<!-- 33 -->[CircularProgress] Add support for CSS variables (#32543) @ZeeshanTamboli
652
+ - &#8203;<!-- 07 -->[FilledInput] Fix type error from undefined `color` (#32258) @hbjORbj
653
+ - &#8203;<!-- 02 -->[l10n] Fix typo in csCZ translation of Pagination component (#32509) @Martin005
654
+ - &#8203;<!-- 01 -->[Tabs] Fix `TabIndicatorProps` prop missing `sx` prop (#32503) @b-novikov-ipersonality
655
+
656
+ ### `@mui/codemod@5.6.4`
657
+
658
+ - &#8203;<!-- 32 -->[codemod] Leave numeric arguments to breakpoints functions unchanged (#32426) @ryancogswell
659
+ - &#8203;<!-- 31 -->[codemod] Allow for line breaks within theme.spacing parentheses (#32432) @ryancogswell
660
+
661
+ ### `@mui/joy@5.0.0-alpha.26`
662
+
663
+ - &#8203;<!-- 06 -->[Joy] Miscellaneous fixes (#32541) @siriwatknp
664
+ - &#8203;<!-- 05 -->[Joy] Add `extendSxProp` to Link (#32505) @siriwatknp
665
+ - &#8203;<!-- 04 -->[Joy] Rename variants (#32489) @siriwatknp
666
+ - &#8203;<!-- 03 -->[Joy] Add `extendTheme` (#32450) @siriwatknp
667
+
668
+ ### Docs
669
+
670
+ - &#8203;<!-- 30 -->[docs] SEO fixes (#32515) @oliviertassinari
671
+ - &#8203;<!-- 29 -->[docs] Replace `Overriding nested component styles` anchor link with text (#32487) @ZeeshanTamboli
672
+ - &#8203;<!-- 28 -->[docs] Update the list of external domains (#32514) @oliviertassinari
673
+ - &#8203;<!-- 27 -->[docs] Update Material UI code snippets for React 18 (#32361) @samuelsycamore
674
+ - &#8203;<!-- 26 -->[docs] Base TextareaAutosize style revisions and final review (#32481) @samuelsycamore
675
+ - &#8203;<!-- 25 -->[docs] Base ClickAwayListener style revisions and final review (#32156) @samuelsycamore
676
+ - &#8203;<!-- 24 -->[docs] Base Button style revisions and final review (#32380) @samuelsycamore
677
+ - &#8203;<!-- 23 -->[docs] Base NoSsr style revisions and final review (#32254) @samuelsycamore
678
+ - &#8203;<!-- 22 -->[docs] Correctly capitalize Ctrl @oliviertassinari
679
+ - &#8203;<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the MUI Base docs (#32488) @ZeeshanTamboli
680
+ - &#8203;<!-- 20 -->[docs] Add "Overview" page to Base docs (#32310) @samuelsycamore
681
+ - &#8203;<!-- 19 -->[docs] Add copy button to code block (#32390) @siriwatknp
682
+ - &#8203;<!-- 18 -->[docs] Base Tabs style revisions and final review (#32423) @samuelsycamore
683
+ - &#8203;<!-- 17 -->[docs] Base Popper style revisions and final review (#32412) @samuelsycamore
684
+ - &#8203;<!-- 16 -->[docs] Improve sidenav for MUI X (#32435) @oliviertassinari
685
+ - &#8203;<!-- 15 -->[docs] Don't redirect on deploy preview (#32399) @m4theushw
686
+ - &#8203;<!-- 14 -->[docs] A few SEO fixes (#32431) @oliviertassinari
687
+ - &#8203;<!-- 13 -->[docs] Update links to the new Group & Pivot pages (#32410) @flaviendelangle
688
+ - &#8203;<!-- 12 -->[docs] Support callouts (#32402) @siriwatknp
689
+ - &#8203;<!-- 11 -->[docs] Fix import path in the Snackbar article #32462 @mongolyy
690
+ - &#8203;<!-- 10 -->[docs] Fix grammar mistake in shadows.md (#32454) @HexM7
691
+ - &#8203;<!-- 09 -->[docs] Improve unstyled button docs (#32429) @oliviertassinari
692
+
693
+ ### Core
694
+
695
+ - &#8203;<!-- 08 -->[experiment] Add template for testing Material UI components with CSS variables (#32500) @siriwatknp
696
+
697
+ All contributors of this release in alphabetical order: @b-novikov-ipersonality, @flaviendelangle, @hbjORbj, @HexM7, @m4theushw, @Martin005, @mongolyy, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas, @ZeeshanTamboli
698
+
699
+ ## 5.6.3
700
+
701
+ <!-- generated comparing v5.6.2..master -->
702
+
703
+ _Apr 25, 2022_
704
+
705
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights โœจ:
706
+
707
+ - ๐Ÿ›  Fixed TypeScript issue when the `fill` CSS property is used in the system (#32355) @valerii15298
708
+ - And more ๐Ÿ› bug fixes and ๐Ÿ“š improvements.
709
+
710
+ ### `@mui/material@5.6.3`
711
+
712
+ - [BottomNavigation] Action icon `padding` fix (#32030) @abhinav-22-tech
713
+ - [Dialog] Fix `component` prop is not available in `DialogTitleProps` (#32389) @hbjORbj
714
+ - [StepContent] Fix TypeScript type of `TransitionComponent` prop (#32314) @ZeeshanTamboli
715
+
716
+ ### `@mui/system@5.6.3`
717
+
718
+ - [system] Fix prop types when the `fill` CSS property is used (#32355) @valerii15298
719
+ - [system] Fix broken behavior when theme value is `zero` (#32365) @ZeeshanTamboli
720
+
721
+ ### `@mui/base@5.0.0-alpha.78`
722
+
723
+ - [InputUnstyled] `multiline` property should not log DOM warnings for `maxRows` and `minRows` props (#32401) @ZeeshanTamboli
724
+
725
+ ### `@mui/joy@5.0.0-alpha.25`
726
+
727
+ - [Joy] Improve theme focus to be more flexible (#32405) @siriwatknp
728
+ - [Joy] Add `Radio`, `RadioGroup` components (#32279) @siriwatknp
729
+ - [Joy] Add `Chip` component (#31983) @hbjORbj
730
+ - [Joy] Improve controls (#32267) @siriwatknp
731
+ - [Joy] Set up docs (#32370) @siriwatknp
732
+
733
+ ### Docs
734
+
735
+ - [docs] Enable row reordering on the pricing page (#31875) @DanailH
736
+ - [blog] A few improvements on date picker change (#32325) @oliviertassinari
737
+ - [docs] Emphasize how to avoid failing tests when migrating from v4 to v5 (#32159) @dwjohnston
738
+ - [docs] Revise the related projects page (#32180) @danilo-leal
739
+ - [docs] Cleanup remaining @mui/styles usages (#32313) @mnajdova
740
+ - [docs] Fix sidenav mobile color (#32324) @oliviertassinari
741
+ - [docs] Base TrapFocus style revisions and final review (#32364) @samuelsycamore
742
+ - [docs] Update the README.md to better cover the different products (#32360) @samuelsycamore
743
+ - [docs] Improve the propTypes generation and API demos' links (#32295) @mnajdova
744
+ - [docs] Add ability to display a plan icon next to a page link in nav bar (#32393) @flaviendelangle
745
+ - [docs] Change label on `FormControlLabelPlacement` (#32322) @ainatenhi
746
+ - [website] Update Diamond sponsors list (#32433) @oliviertassinari
747
+ - [website] Add privacy policy link to website's footer (#32080) @danilo-leal
748
+ - [website] Remove the designer role (#32384) @danilo-leal
749
+
750
+ ### Core
751
+
752
+ - [core] `yarn prettier` write @oliviertassinari
753
+ - [core] Fix changelog warning message (#32240) @praveen001
754
+ - [core] Update the proptypes scripts to support components in @mui/system (#32456) @mnajdova
755
+
756
+ All contributors of this release in alphabetical order: @abhinav-22-tech, @ainatenhi, @DanailH, @danilo-leal, @dwjohnston, @flaviendelangle, @hbjORbj, @mnajdova, @oliviertassinari, @praveen001, @samuelsycamore, @siriwatknp, @valerii15298, @ZeeshanTamboli
757
+
758
+ ## 5.6.2
759
+
760
+ <!-- generated comparing v5.6.1..master -->
761
+
762
+ _Apr 18, 2022_
763
+
764
+ A big thanks to the 11 contributors who made this release possible. This release is mostly about ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
765
+
766
+ ### `@mui/material@5.6.2`
767
+
768
+ - &#8203;<!-- 29 -->[Autocomplete] Explain how to use getOptionLabel in free solo mode and update getOptionLabel type (#32165) @michaldudak
769
+ - &#8203;<!-- 28 -->[Badge] Fix customization of classes (#32185) @michaldudak
770
+ - &#8203;<!-- 03 -->[TextField] Add a workaround for Safari CSS transition scale bug (#32188) @igordanchenko
771
+
772
+ ### `@mui/system@5.6.2`
773
+
774
+ - &#8203;<!-- 05 -->[system] Update style function to use vars automatically if available (#32244) @mnajdova
775
+
776
+ ### `@mui/base@5.0.0-alpha.77`
777
+
778
+ - &#8203;<!-- 08 -->[FormControlUnstyled] Revise API (#32134) @michaldudak
779
+
780
+ ### `@mui/joy@5.0.0-alpha.24`
781
+
782
+ - &#8203;<!-- 07 -->[Joy] Add `Badge` component (#31401) @hbjORbj
783
+ - &#8203;<!-- 06 -->[Joy] Fix misuse variable in `Input` (#32268) @siriwatknp
784
+
785
+ ### Docs
786
+
787
+ - &#8203;<!-- 27 -->[blog] Fix images for the docs separation post (#32257) @danilo-leal
788
+ - &#8203;<!-- 25 -->[docs] Base Form Control style revisions and final review (#32309) @samuelsycamore
789
+ - &#8203;<!-- 24 -->[docs] Base TablePagination style revisions and final review (#32178) @samuelsycamore
790
+ - &#8203;<!-- 23 -->[docs] Revise the dark mode article (#32179) @danilo-leal
791
+ - &#8203;<!-- 22 -->[docs] Add `aria-label` for `IconButton` (#32276) @SiarheiBobryk
792
+ - &#8203;<!-- 21 -->[docs] Fix `borderRadius` in the docs example (#32347) @ZeeshanTamboli
793
+ - &#8203;<!-- 20 -->[docs] Fix 404 link in the code (#32323) @oliviertassinari
794
+ - &#8203;<!-- 19 -->[docs] Sync h1 with side nav label (#32235) @oliviertassinari
795
+ - &#8203;<!-- 18 -->[docs] Fix SEO issues (#32282) @oliviertassinari
796
+ - &#8203;<!-- 17 -->[docs] Fix broken link in the test contributing guide (#32283) @sirartemis
797
+ - &#8203;<!-- 16 -->[docs] Update "How to customize" page anchor links #32315 @abaker93
798
+ - &#8203;<!-- 15 -->[docs] Mark `onBackdropClick` prop as deprecated in `Dialog`, `Modal` and `ModalUnstyled` components (#32297) @ZeeshanTamboli
799
+ - &#8203;<!-- 14 -->[docs] Link to advanced components page (#32290) @siriwatknp
800
+ - &#8203;<!-- 13 -->[docs] Sync package description with the docs (#32211) @oliviertassinari
801
+ - &#8203;<!-- 12 -->[docs] Revise "Component theming" and "How to customize" guides (#31997) @danilo-leal
802
+ - &#8203;<!-- 11 -->[docs] Add note in the Contributing guide about linking issues to a PR (#32174) @danilo-leal
803
+ - &#8203;<!-- 10 -->[docs] Update RTL guide (#32242) @michaldudak
804
+ - &#8203;<!-- 09 -->[docs] Uniformize capitalization (#32238) @oliviertassinari
805
+ - &#8203;<!-- 02 -->[website] Improve new role template @oliviertassinari
806
+ - &#8203;<!-- 01 -->[website] Remove a gold sponsor (#32261) @hbjORbj
807
+ - &#8203;<!-- 24 -->[website] Mark DataGrid Column spanning done on Pricing page (#32305) @cherniavskii
808
+
809
+ ### Core
810
+
811
+ - &#8203;<!-- 31 -->[core] Remove unecessary div (#32237) @oliviertassinari
812
+ - &#8203;<!-- 30 -->[core] Revert #32229 (#32262) @michaldudak
813
+ - &#8203;<!-- 04 -->[test] Fix running unit tests on Windows (#32260) @michaldudak
814
+
815
+ All contributors of this release in alphabetical order: @abaker93, @cherniavskii, @danilo-leal, @hbjORbj, @igordanchenko, @michaldudak, @mnajdova, @oliviertassinari, @samuelsycamore, @SiarheiBobryk, @sirartemis, @siriwatknp, @ZeeshanTamboli
816
+
3
817
  ## 5.6.1
4
818
 
5
819
  <!-- generated comparing v5.6.0..master -->
@@ -468,7 +1282,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
468
1282
  - &#8203;<!-- 25 -->[core] Update playwright docker to match the specified version (#31236) @siriwatknp
469
1283
  - &#8203;<!-- 24 -->[core] Remove parallel on buildTypes (#31189) @siriwatknp
470
1284
  - &#8203;<!-- 23 -->[core] Fix propTypes generation for optional any props (#31141) @m4theushw
471
- - &#8203;<!-- 04 -->[Typescript] Remove variants deprecation (#31239) @siriwatknp
1285
+ - &#8203;<!-- 04 -->[typescript] Remove variants deprecation (#31239) @siriwatknp
472
1286
 
473
1287
  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
1288
 
@@ -533,7 +1347,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
533
1347
  - [Select] Allow customizing Select based on its variant (#30788) @michaldudak
534
1348
  - [Portal] Re-export 'Portal' in material (#31003) @liradb2000
535
1349
  - [ToggleButton] Add prop types for `onClick` and `onChange` (#30883) @sydneyjodon-wk
536
- - [Typescript] Added TypeText declaration to the exports file (#30890) @agauravdev
1350
+ - [typescript] Added TypeText declaration to the exports file (#30890) @agauravdev
537
1351
 
538
1352
  ### `@mui/system@5.4.2`
539
1353
 
@@ -567,7 +1381,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
567
1381
  - [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
568
1382
  - [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
569
1383
  - [website] Add banner for promoting priority open roles (#31076) @danilo-leal
570
- - [website] Open Full-stack Engineer role for studio (#31038) @newguy-123
1384
+ - [website] Open Full-stack Engineer role for studio (#31038) @prakhargupta1
571
1385
  - [website] Minor security improvements (#31062) @oliviertassinari
572
1386
  - [website] Improve title of open roles (#30963) @DanailH
573
1387
  - [website] Add BIMI avatar (#30444) @oliviertassinari
@@ -582,7 +1396,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
582
1396
  - [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
583
1397
  - [core] Remove dead code (#31064) @oliviertassinari
584
1398
 
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
1399
+ All contributors of this release in alphabetical order: @agauravdev, @alisasanib, @DanailH, @danilo-leal, @huyenltnguyen, @l10nbot, @liradb2000, @mbrookes, @michaldudak, @mnajdova, @prakhargupta1, @oliviertassinari, @ryohey, @samuelsycamore, @siriwatknp, @sydneyjodon-wk
586
1400
 
587
1401
  ## 5.4.1
588
1402
 
@@ -1292,14 +2106,14 @@ This is an early release to fix `export 'useId' (imported as 'React') was not fo
1292
2106
  - &#8203;<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
1293
2107
  - &#8203;<!-- 8 -->[core] Move bundle size monitoring to CircleCI (#29876) @eps1lon
1294
2108
  - &#8203;<!-- 7 -->[docs] Add keys to Responsive AppBar demo (#29884) @mbrookes
1295
- - &#8203;<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @newguy-123
2109
+ - &#8203;<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @prakhargupta1
1296
2110
  - &#8203;<!-- 5 -->[docs] Smoother image loading UX (#29858) @oliviertassinari
1297
2111
  - &#8203;<!-- 4 -->[Select] Fix select display value with React Nodes (#29836) @kegi
1298
2112
  - &#8203;<!-- 3 -->[system] Add `experimental_sx` utility (#29833) @mnajdova
1299
2113
  - &#8203;<!-- 2 -->[test] Ignore "detected multiple renderers" warning for now (#29854) @eps1lon
1300
2114
  - &#8203;<!-- 1 -->[useMediaQuery][utils] Remove usage of React 18 APIs (#29870) @eps1lon
1301
2115
 
1302
- All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @newguy-123, @oliviertassinari
2116
+ All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @prakhargupta1, @oliviertassinari
1303
2117
 
1304
2118
  ## 5.2.0
1305
2119
 
@@ -1447,7 +2261,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
1447
2261
  - &#8203;<!-- 33 -->[core] Add `experiments` index page (#29582) @siriwatknp
1448
2262
  - &#8203;<!-- 32 -->[core] Move s3 bucket ownership to mui-org (#29609) @eps1lon
1449
2263
  - &#8203;<!-- 31 -->[core] Improve support request message (#29614) @mnajdova
1450
- - &#8203;<!-- 30 -->[core] Use support request Github Action (#29594) @mnajdova
2264
+ - &#8203;<!-- 30 -->[core] Use support request GitHub Action (#29594) @mnajdova
1451
2265
  - &#8203;<!-- 29 -->[core] Remove unused `getJsxPreview` util (#29586) @ZeeshanTamboli
1452
2266
  - &#8203;<!-- 28 -->[core] Use GitHub issue forms (#28038) @oliviertassinari
1453
2267
  - &#8203;<!-- 26 -->[core] Add playground (#29423) @oliviertassinari
@@ -2117,7 +2931,7 @@ _Sep 1, 2021_
2117
2931
  A big thanks to the 18 contributors who made this release possible. Here are some highlights โœจ:
2118
2932
 
2119
2933
  - ๐ŸŽ‰ 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).
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)
2934
+ - ๐Ÿ›  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/migration/migration-v4/#preset-safe)
2121
2935
  - ๐Ÿงช Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj ๐Ÿ‘!
2122
2936
 
2123
2937
  ### `@mui/material@5.0.0-rc.0`
@@ -3522,7 +4336,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
3522
4336
  />
3523
4337
  ```
3524
4338
 
3525
- > Follow [this link](https://mui.com/material-ui/guides/migration-v4/#main-content) for full migration from v4 => v5
4339
+ > Follow [this link](https://mui.com/material-ui/migration/migration-v4/) for full migration from v4 => v5
3526
4340
 
3527
4341
  #### Changes
3528
4342
 
@@ -3575,7 +4389,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
3575
4389
  - &#8203;<!-- 28 -->[docs] Fix broken overrides link on API pages (#26244) @mnajdova
3576
4390
  - &#8203;<!-- 27 -->[docs] Improve documentation for Buttons (#26184) @arpitBhalla
3577
4391
  - &#8203;<!-- 24 -->[docs] Emphasize on props for screen readers (#26222) @atisheyJain03
3578
- - &#8203;<!-- 23 -->[docs] Link third-party routing in Bottom Navigation (#26190) @arpitBhalla
4392
+ - &#8203;<!-- 23 -->[docs] Link third-party routing in Bottom navigation (#26190) @arpitBhalla
3579
4393
  - &#8203;<!-- 22 -->[docs] Migrate Select, Progress demos to emotion (#26178) @mnajdova
3580
4394
  - &#8203;<!-- 20 -->[docs] Add accessibility section to Badges (#26009) @likitarai1
3581
4395
  - &#8203;<!-- 15 -->[docs] Migrate Popper, Drawer demos to emotion (#26183) @mnajdova
@@ -3971,8 +4785,8 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3971
4785
  - &#8203;<!-- 29 -->[Button] Rename `pending` prop to `loading` in LoadingButton (#25874) @m4theushw
3972
4786
 
3973
4787
  ```diff
3974
- -<LoadingButton pending pendingIndicator="Pending..." pendingPosition="end" />
3975
- +<LoadingButton loading loadingIndicator="Pending..." loadingPosition="end" />
4788
+ -<LoadingButton pending pendingIndicator="Pendingโ€ฆ" pendingPosition="end" />
4789
+ +<LoadingButton loading loadingIndicator="Pendingโ€ฆ" loadingPosition="end" />
3976
4790
  ```
3977
4791
 
3978
4792
  - &#8203;<!-- 25 -->[ButtonBase] Remove buttonRef prop (#25896) @m4theushw
@@ -4587,7 +5401,7 @@ The prop didn't solve any important problem better than any of its alternatives
4587
5401
 
4588
5402
  ### Docs
4589
5403
 
4590
- - &#8203;<!-- 22 -->[docs] Migrate Bottom Navigation demos to emotion (#25180) @vicasas
5404
+ - &#8203;<!-- 22 -->[docs] Migrate Bottom navigation demos to emotion (#25180) @vicasas
4591
5405
  - &#8203;<!-- 09 -->[docs] Migrate Button demos to emotion (#25138) @vicasas
4592
5406
  - &#8203;<!-- 17 -->[docs] Migrate Divider demos to emotion (#25145) @vicasas
4593
5407
  - &#8203;<!-- 24 -->[docs] Migrate Pagination demos to emotion (#25183) @vicasas
@@ -5502,7 +6316,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
5502
6316
  - [docs] Fix duplicated styles generated from emotion (#23809) @mnajdova
5503
6317
  - [docs] Fix icon alignment in /components/breadcrumbs (#23818) @eps1lon
5504
6318
  - [docs] Fix production deploy (#23963) @eps1lon
5505
- - [docs] Fix source on Github links (#23821) @praveenkumar-kalidass
6319
+ - [docs] Fix source on GitHub links (#23821) @praveenkumar-kalidass
5506
6320
  - [docs] Fix StickyHeaderTable round borders (#23882) @antoniopacheco
5507
6321
  - [docs] Fix typo in date picker dayjs adapter name (#23935) @andresmrm
5508
6322
  - [docs] Improve system properties page (#23961) @mnajdova
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.6.1
1
+ /** @license MUI v5.8.7
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.6.1
1
+ /** @license MUI v5.8.7
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.6.1
1
+ /** @license MUI v5.8.7
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.6.1
1
+ /** @license MUI v5.8.7
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",
3
- "version": "5.6.1",
3
+ "version": "5.8.7",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "styled() API wrapper package for emotion.",
@@ -20,15 +20,16 @@
20
20
  "bugs": {
21
21
  "url": "https://github.com/mui/material-ui/issues"
22
22
  },
23
- "homepage": "https://mui.com/guides/styled-engine/",
23
+ "homepage": "https://mui.com/material-ui/guides/styled-engine/",
24
24
  "funding": {
25
25
  "type": "opencollective",
26
26
  "url": "https://opencollective.com/mui"
27
27
  },
28
28
  "dependencies": {
29
29
  "@babel/runtime": "^7.17.2",
30
- "@emotion/cache": "^11.7.1",
31
- "prop-types": "^15.7.2"
30
+ "@emotion/cache": "^11.9.3",
31
+ "csstype": "^3.1.0",
32
+ "prop-types": "^15.8.1"
32
33
  },
33
34
  "peerDependencies": {
34
35
  "@emotion/react": "^11.4.1",