@mui/styled-engine 5.12.0 โ†’ 5.13.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,432 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.13.2
4
+
5
+ <!-- generated comparing v5.13.1..master -->
6
+
7
+ _May 22, 2023_
8
+
9
+ A big thanks to the 12 contributors who made this release possible.
10
+ ๐Ÿ“š This release focuses primarily on documentation improvements.
11
+
12
+ ### `@mui/material@5.13.2
13
+
14
+ - [Slider] Tooltip positioning fixed for vertical slider (#37049) @PunitSoniME
15
+
16
+ ### Docs
17
+
18
+ - [docs][base] Remove default annotations from useTabsList return type (#37324) @TinaSay
19
+ - [docs][base] Remove default annotations from useTabPanel return type (#37323) @TinaSay
20
+ - [docs][base] Remove default annotations from useSwitch return type (#37322) @TinaSay
21
+ - [docs][base] Remove default annotations from useInput return type (#37321) @TinaSay
22
+ - [docs][base] Remove default annotations from useAutocomplete return type (#37320) @TinaSay
23
+ - [docs][base] Remove default annotations from useBadge's return type (#37313) @TinaSay
24
+ - [docs][base] Remove default annotations from useButton's return type (#37312) @TinaSay
25
+ - [docs][base] Remove default annotations from useSlider's return type (#37309) @TinaSay
26
+ - [docs] Remove Material UI's "Languages" page (#37314) @danilo-leal
27
+ - [docs] Prefer to link GitHub repository @oliviertassinari
28
+ - [docs] Move product versions to page context (#35078) @m4theushw
29
+ - [docs] Fix v5 migration npm install instruction (#37293) @oliviertassinari
30
+ - [docs][Tab] Add vertical tabs demo (#37292) @sai6855
31
+ - [docs][Transitions] Fix typo in code sample (#37300) @alexfauquette
32
+ - [examples] Remove `@babel/plugin-proposal-class-properties` from Material-Express-SSR example (#37305) @ZeeshanTamboli
33
+ - [Website] Add Brijesh to About page (#37318) @brijeshb42
34
+ - [website] Update pricing table (#37290) @cherniavskii
35
+ - [website] Update core open roles (#37224) @mnajdova
36
+
37
+ ### Core
38
+
39
+ - Revert "[core] Remove outdated babel proposal plugins (#36795)" (#37331) @michaldudak
40
+ - [core] Move esmExternals to the shared next config (#37332) @michaldudak
41
+
42
+ All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @cherniavskii, @danilo-leal, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @sai6855, @TinaSay, @ZeeshanTamboli
43
+
44
+ ## 5.13.1
45
+
46
+ <!-- generated comparing v5.13.0..master -->
47
+
48
+ _May 16, 2023_
49
+
50
+ A big thanks to the 25 contributors who made this release possible. Here are some highlights โœจ:
51
+
52
+ - ๐ŸŒ Added Central Myanmar (my-MY), Malay (ms-MS), Nepali (ne-NP), Tagalog (tl-TL) locales (#37017) @cccEric
53
+ - ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
54
+
55
+ ### `@mui/material@5.13.1`
56
+
57
+ - [Autocomplete] Allow tooltip text selection (#36503) @safeamiiir
58
+ - [Dialog] Fixed broken dialog when using maxWidth="xs" and custom breakpoint unit (#37237) @jguddas
59
+ - [l10n] Add Central Myanmar (my-MY), Malay (ms-MS), Nepali (ne-NP), Tagalog (tl-TL) locales (#37017) @cccEric
60
+
61
+ ### `@mui/utils@5.13.1`
62
+
63
+ - [utils] Fix downstream bundlers remove React 17 useId compatibility (#37183) @nickiaconis
64
+
65
+ ### `@mui/base@5.0.0-beta.1`
66
+
67
+ - [Select][base] Keep focus on the trigger element when listbox is open (#37244) @michaldudak
68
+
69
+ ### `@mui/joy@5.0.0-alpha.80`
70
+
71
+ - [Autocomplete] Fixed scroll into view (#37217) @sai6855
72
+ - [AutocompleteOption][Avatar] js test replaced with ts test (#37088) @PunitSoniME
73
+ - [Breadcrumbs] Replace js-tests with ts-tests (#37107) @mauwaz
74
+ - [RadioGroup] Turn JS test to TS test (#37138) @uuxxx
75
+ - [SvgIcon] Turn JS test to TS test (#37151) @nicolas-ot
76
+ - [Tooltip] Turn JS test to TS test (#37149) @nicolas-ot
77
+ - [Typography] Convert Typography test to TypeScript (#37165) @DerTimonius
78
+ - [Sheet][Slider][Stack][Switch] Replace js-tests with ts-tests (#37139) @mauwaz
79
+ - Miscellaneous fixes (#37274) @siriwatknp
80
+
81
+ ### Docs
82
+
83
+ - [docs] Remove upload button (#36844) @Bastian
84
+ - [docs] Update link to overriding component structure guide (#36870) @hbjORbj
85
+ - [docs] Fix Material Design templates (#37187) @oliviertassinari
86
+ - [docs] Fix link to Joy UI GitHub issues @oliviertassinari
87
+ - [docs] Show default value for `filterOptions` prop in Autocomplete's API docs (#37230) @ZeeshanTamboli
88
+ - [docs] Add summary and improve `test_static` CI doc in CONTRIBUTING readme file (#36711) @kriskw1999
89
+ - [docs] Update theme customization typescript (#35551) @siriwatknp
90
+ - [docs] Add Joy Frames X web blocks template (#37203) @siriwatknp
91
+ - [docs] Change Base UI `alpha` to `beta` in README (#37228) @ZeeshanTamboli
92
+ - [docs] Improve Base UI overview page (#37227) @mnajdova
93
+ - [docs] Update Joy + Material guide (#36911) @cherniavskii
94
+
95
+ ### Core
96
+
97
+ - [core] Remove `toEqualDateTime` chai matcher (#37073) @flaviendelangle
98
+ - [core] Check dependency cycles inside packages directory only (#37223) @michaldudak
99
+ - [core] Remove outdated babel proposal plugins (#36795) @kkocdko
100
+ - [website] Add Diego to About Us page (#37284) @DiegoAndai
101
+ - [website] Add Victor teamMember card to 'About' (#37283) @zanivan
102
+ - [website] Add Rich to the 'About' page (#37221) @richbustos
103
+
104
+ All contributors of this release in alphabetical order: @Bastian, @binh1298, @cccEric, @cherniavskii, @DerTimonius, @DiegoAndai, @flaviendelangle, @hbjORbj, @jguddas, @kkocdko, @kriskw1999, @mauwaz, @michaldudak, @mnajdova, @nickiaconis, @nicolas-ot, @oliviertassinari, @PunitSoniME, @richbustos, @safeamiiir, @sai6855, @siriwatknp, @uuxxx, @zanivan, @ZeeshanTamboli
105
+
106
+ ## 5.13.0
107
+
108
+ <!-- generated comparing v5.12.3..master -->
109
+
110
+ _May 10, 2023_
111
+
112
+ A big thanks to the 18 contributors who made this release possible. Here are some highlights โœจ:
113
+
114
+ - ๐Ÿš€ Base UI is now in beta - all planned breaking changes are now complete!
115
+ - ๐Ÿ—บ We have a new [project roadmap](https://github.com/orgs/mui/projects/18/views/1) on GitHub where you can learn about what's coming next.
116
+ - ๐Ÿ› Various bug fixes, ๐Ÿ“š documentation and ๐Ÿงช testing improvements
117
+
118
+ ### `@mui/material@5.13.0`
119
+
120
+ - [Autocomplete] Support `ChipComponent` type (#37112) @sai6855
121
+ - [AppBar] Fix component type (#37172) @sai6855
122
+ - [Select] Simplify handleChange in SelectInput (#37040) @ulrichstark
123
+
124
+ ### `@mui/joy@5.0.0-alpha.79`
125
+
126
+ - [Input][joy] Improve alignment on date fields (#37146) @wewakekumar
127
+ - [Alery][joy] Turn JS test to TS test (#37077) @hbjORbj
128
+ - [AspectRatio][joy] js test replaced with ts test (#37087) @PunitSoniME
129
+ - [Badge][AvatarGroup][joy] js test replaced with ts test (#37089) @PunitSoniME
130
+ - [Box][Card][MenuList][joy] Turn JS test to TS test (#37126) @uuxxx
131
+ - [List][Menu][joy] Turn JS test to TS test (#37123) @uuxxx
132
+ - [test][Joy] Remove duplicate Avatar test (#37201) @zignis
133
+ - [test][joy] js test cases converted to ts (#37117) @PunitSoniME
134
+ - [Button][joy] Convert Button test to typescript (#37181) @akash191095
135
+ - [CardContent][CardCover][CardOverflow][Chip][ChipDelete][joy] js text case converted to ts (#37116) @PunitSoniME
136
+ - [Radio][IconButton][Checkbox][Option][joy] Switch to TypeScript unit test (#37137) @DerTimonius
137
+
138
+ ### `@mui/base@5.0.0-beta.0`
139
+
140
+ - [Select][base] Do not call onChange after initial render (#37141) @michaldudak
141
+ - [Select][base] Rename the `optionStringifier` prop (#37118) @michaldudak
142
+ - [typescript][base] Fix types of components callbacks parameters (#37169) @michaldudak
143
+ - [Select], [TablePagination] Use more descriptive parameter names (#37064) @michaldudak
144
+
145
+ ### Docs
146
+
147
+ - [docs] Stray design tweaks to Base UI demos (#37003) @danilo-leal
148
+ - [docs] Move outdated CSS prefixing docs (#36710) @kriskw1999
149
+ - [docs] Improve "Example projects" page design (#37007) @danilo-leal
150
+ - [docs] Redirect NoSsr, Portal and TextareaAutosize to Base UI API page (#37175) @ZeeshanTamboli
151
+ - [docs] Demonstrate `TextField` customization using theme style overrides (#36805) @ZeeshanTamboli
152
+ - [docs] Tweak the "Edit this page" button icon (#37142) @danilo-leal
153
+ - [docs] Update links to the public roadmap (#36995) @mnajdova
154
+ - [docs] Improve Multiselect demo styling (#37120) @michaldudak
155
+ - [Stack] Fix import description @oliviertassinari
156
+
157
+ ### Core
158
+
159
+ - [blog] Fix images using "MUI Base" instead of "Base UI" (#37044) @danilo-leal
160
+ - [core] Add VSCode extensions recommendations (#37166) @michaldudak
161
+ - [test] `e2e-website` related minor fixes (#37204) @ZeeshanTamboli
162
+ - [website] Update the active positions (#37075) @DanailH
163
+ - [website] Add Romain to the About page (#37124) @romgrk
164
+ - [website] Make Toolpad alpha labels consistent (#37125) @gerdadesign
165
+
166
+ All contributors of this release in alphabetical order: @akash191095, @DanailH, @danilo-leal, @DerTimonius, @gerdadesign, @hbjORbj, @kriskw1999, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @romgrk, @sai6855, @ulrichstark, @uuxxx, @wewakekumar, @ZeeshanTamboli, @zignis
167
+
168
+ ## 5.12.3
169
+
170
+ <!-- generated comparing v5.12.2..master -->
171
+
172
+ _May 2, 2023_
173
+
174
+ A big thanks to the 18 contributors who made this release possible. Here are some highlights โœจ:
175
+
176
+ - all planned breaking changes for Base UI are done. The first beta release should come next week ๐ŸŽ‰
177
+ - ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
178
+
179
+ ### `@mui/material@5.12.3`
180
+
181
+ - &#8203;<!-- 43 -->[Accordion] Add missing `component` type (#37111) @sai6855
182
+ - &#8203;<!-- 23 -->[ButtonGroup] Should not retain divider color when it is disabled and variant is `text` (#36967) @DavidBoyer11
183
+ - &#8203;<!-- 21 -->[Divider] Fix styles on dividers with text (#35072) @maxdestors
184
+ - &#8203;<!-- 04 -->[TextField] Improve IntelliSense support for props (#36737) @sai6855
185
+ - &#8203;<!-- 03 -->[TextField] Fix running click event on disabled (#36892) @sai6855
186
+
187
+ ### `@mui/joy@5.0.0-alpha.78`
188
+
189
+ - &#8203;<!-- 09 -->[Joy] Miscellaneous fixes and docs improvement (#37026) @siriwatknp
190
+
191
+ ### `@mui/base@5.0.0-alpha.128`
192
+
193
+ #### Breaking changes
194
+
195
+ - The `component` prop is no longer supported because it can be replaced with the slots API. This is how the transformation will look like:
196
+
197
+ ```diff
198
+ <Button
199
+ - component="span"
200
+ + slots={{ root: "span" }}
201
+ />
202
+ ```
203
+
204
+ If using TypeScript, the custom component type should be added as a generic on the `Button` component.
205
+
206
+ ```diff
207
+ -<Button
208
+ +<Button<typeof CustomComponent>
209
+ slots={{ root: CustomComponent }}
210
+ customProp="foo"
211
+ />
212
+ ```
213
+
214
+ There is codemod that you can run in your project to do the transformation:
215
+
216
+ ```sh
217
+ npx @mui/codemod v5.0.0/base-remove-component-prop <path>
218
+ ```
219
+
220
+ The full documentation about the codemod can be found [here](https://github.com/mui/material-ui/blob/master/packages/mui-codemod/README.md#base-remove-component-prop).
221
+
222
+ This is the list of PR related to this change:
223
+
224
+ - &#8203;<!-- 40 -->[Button][base] Drop `component` prop (#36677) @mnajdova
225
+ - &#8203;<!-- 42 -->[Badge][base] Drop `component` prop (#37028) @hbjORbj
226
+ - &#8203;<!-- 37 -->[FormControl][base] Drop component prop (#37031) @hbjORbj
227
+ - &#8203;<!-- 35 -->[Input][base] Drop component prop (#37057) @hbjORbj
228
+ - &#8203;<!-- 34 -->[Menu][base] Drop component prop (#37033) @hbjORbj
229
+ - &#8203;<!-- 33 -->[MenuItem][base] Drop component prop (#37032) @hbjORbj
230
+ - &#8203;<!-- 32 -->[Modal][base] Drop component prop (#37058) @hbjORbj
231
+ - &#8203;<!-- 31 -->[Option][base] Drop component prop (#37052) @hbjORbj
232
+ - &#8203;<!-- 30 -->[OptionGroup][base] Drop component prop (#37055) @hbjORbj
233
+ - &#8203;<!-- 31 -->[Popper][base] Drop component prop (#37084) @hbjORbj
234
+ - &#8203;<!-- 29 -->[Select][base] Drop component prop (#37035) @hbjORbj
235
+ - &#8203;<!-- 28 -->[Slider][base] Drop component prop (#37056) @hbjORbj
236
+ - &#8203;<!-- 27 -->[Snackbar][base] Drop component prop (#37041) @nicolas-ot
237
+ - &#8203;<!-- 26 -->[Switch][base] Drop component prop (#37053) @hbjORbj
238
+ - &#8203;<!-- 25 -->[Tab][base] Drop component prop (#36768) @sai6855
239
+ - &#8203;<!-- 24 -->[Tabs][base] Drop component prop (#36770) @sai6855
240
+ - &#8203;<!-- 08 -->[TablePagination][base] Drop component prop (#37059) @sai6855
241
+ - &#8203;<!-- 07 -->[TabPanel][base] Drop component prop (#37054) @sai6855
242
+ - &#8203;<!-- 06 -->[TabsList][base] Drop component prop (#37042) @sai6855
243
+
244
+ - &#8203;<!-- 41 -->[base] Improve API consistency (#36970) @michaldudak
245
+
246
+ Brought consistency to Base UI components and hooks' parameters and return values:
247
+
248
+ 1. Whenever a hook needs a ref, it's now called `<slot_name>Ref`, which matches the `get<slot_name>Props` in the return value.
249
+ 2. All hooks that accept external refs now return merged refs, making combining multiple hooks on one element easier. This was proven necessary in several compound components (like menuItem being both a button and a list item). The type of this value is `React.RefCallback` as using the more general `React.Ref` caused variance issues.
250
+ 3. Type of accepted refs is standardized to `React.Ref<Element>`
251
+ 4. Naming and typing of the forwarded ref in unstyled components were standardized - it's forwardedRef: React.ForwardedRef<Element> (unless a more specific type is needed).
252
+ 5. The shape of the definition of unstyled components was standardized - it's React.forwardRef(function Component(props: Props, forwardedRef: React.Ref<Element>) { ... });. Specifically, the generic parameters of forwardRef were removed as they are specified in function arguments.
253
+
254
+ #### Changes
255
+
256
+ - &#8203;<!-- 36 -->[FormControl][base] Do not use optional fields in useFormControlContext's return value (#37037) @michaldudak
257
+
258
+ ### Docs
259
+
260
+ - &#8203;<!-- 39 -->[base][docs] Add Base UI Quickstart Guide (#36717) @mj12albert
261
+ - &#8203;<!-- 20 -->[docs] Fix Material UI's API linking to Base UI (#37121) @mnajdova
262
+ - &#8203;<!-- 19 -->[docs] Fix pagination in the DataGrid demo (#37114) @cherniavskii
263
+ - &#8203;<!-- 18 -->[docs] Add notification to the release of the new Time Picker UI (#37065) @joserodolfofreitas
264
+ - &#8203;<!-- 17 -->[docs] Specify "Material UI" (not "MUI") where appropriate throughout the docs (#37066) @samuelsycamore
265
+ - &#8203;<!-- 16 -->[docs] Use focus-visible instead of focus for Menu demos (#36847) @michaldudak
266
+ - &#8203;<!-- 15 -->[docs] Fix small regressions API pages (#36972) @oliviertassinari
267
+ - &#8203;<!-- 14 -->[docs] Handle a few docs-feedback (#36977) @oliviertassinari
268
+ - &#8203;<!-- 13 -->[docs] Fix anchor link in customization (#37004) @oliviertassinari
269
+ - &#8203;<!-- 12 -->[docs] Add a note about minimal required version for theme merging to the guides (#36973) @jakub-stastny
270
+ - &#8203;<!-- 11 -->[docs] smooth scrolling added for `back to top` (#37011) @PunitSoniME
271
+ - &#8203;<!-- 10 -->[docs] Remove `useFormControl` return values from demos page (#37036) @ZeeshanTamboli
272
+ - &#8203;<!-- 47 --> [docs][base] Move styles to the bottom of demos code for `SwitchUnstyled` (#36720) @varunmulay22
273
+ - &#8203;<!-- 46 --> [docs][base] Move styles to the bottom of demos code for `InputUnstyled` (#36724) @varunmulay22
274
+ - &#8203;<!-- 45 --> [docs][base] Move styles to the bottom of demos code for `SliderUnstyled` (#36721) @varunmulay22
275
+ - &#8203;<!-- 44 --> [docs][base] Move styles to the bottom of demos code for `Snackbar` (#36719) @varunmulay22
276
+ - &#8203;<!-- 38 -->[docs][base] Move styles to the bottom of demos code for `SelectUnstyled` (#36718) @varunmulay22
277
+ - &#8203;<!-- 05 -->[templates] Image not displayed in blog layout of React template. (#36991) @navedqb
278
+ - &#8203;<!-- 02 -->[website] Take the design role offline @oliviertassinari
279
+ - &#8203;<!-- 01 -->[website] Fix URL convention @oliviertassinari
280
+ - &#8203;<!-- 21 -->[docs] Turn off job banner on docs (#36080) @joserodolfofreitas
281
+
282
+ ### Core
283
+
284
+ - &#8203;<!-- 22 -->[core] Allow type alias as well in hooks API docs generation (#37034) @ZeeshanTamboli
285
+
286
+ All contributors of this release in alphabetical order: @cherniavskii, @DavidBoyer11, @hbjORbj, @jakub-stastny, @joserodolfofreitas, @maxdestors, @michaldudak, @mj12albert, @mnajdova, @navedqb, @nicolas-ot, @oliviertassinari, @PunitSoniME, @sai6855, @samuelsycamore, @siriwatknp, @varunmulay22, @ZeeshanTamboli
287
+
288
+ ## 5.12.2
289
+
290
+ <!-- generated comparing v5.12.1..master -->
291
+
292
+ _Apr 25, 2023_
293
+
294
+ A big thanks to the 12 contributors who made this release possible. Here are some highlights โœจ:
295
+
296
+ - โš ๏ธ **[BREAKING CHANGE]** The `Unstyled` suffix has been removed from Base UI component names, including names of types and other related identifiers โ€“ a codemod script is provided to assist with the change.
297
+ - ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
298
+
299
+ ### `@mui/material@5.12.2`
300
+
301
+ - &#8203;<!-- 10 -->[FormControl] Fix `filled` when value is set through `inputProps` (#36741) @sai6855
302
+ - &#8203;<!-- 07 -->[Slider] `onChange` handler should be called only when value has changed (#36706) @gitstart
303
+ - &#8203;<!-- 06 -->[Table] Fix `Sorting & Selecting` tables (#36898) @oliviertassinari
304
+
305
+ ### `@mui/base@5.0.0-alpha.127`
306
+
307
+ #### Breaking changes
308
+
309
+ - &#8203;<!-- 27 -->[base] Remove unstyled suffix from Base components + Codemod script (#36873) @hbjORbj
310
+
311
+ The `Unstyled` suffix has been removed from all Base UI component names, including names of types and other related identifiers.
312
+
313
+ You can use this [codemod](https://github.com/mui/material-ui/blob/master/packages/mui-codemod/src/v5.0.0/base-remove-unstyled-suffix.js) to help with the migration:
314
+
315
+ ```sh
316
+ npx @mui/codemod v5.0.0/base-remove-unstyled-suffix <path>
317
+ ```
318
+
319
+ #### Changes
320
+
321
+ - &#8203;<!-- 26 -->[codemod][base] Improve the removal of `component` prop codemod script (#36952) @hbjORbj
322
+ - &#8203;<!-- 25 -->[codemod][base] Write a migration script for removal of `component` prop from components (#36831) @hbjORbj
323
+ - &#8203;<!-- 24 -->[Base][useButton] Allow useButton params to be completely optional (#36922) @mj12albert
324
+
325
+ ### `@mui/joy@5.0.0-alpha.77`
326
+
327
+ - &#8203;<!-- 23 -->[Joy][Chip] Chip button not showing up in Firefox browser (#36930) @TakhyunKim
328
+ - &#8203;<!-- 09 -->[Joy] Add `invertedColors` to Menu and Alert (#36975) @siriwatknp
329
+ - &#8203;<!-- 08 -->[joy][Select] Set focus visible on select options when navigating with arrow keys (#36689) @gitstart
330
+
331
+ ### Docs
332
+
333
+ - &#8203;<!-- 21 -->[docs] Fix console error introduced by #36408 (#36980) @alexfauquette
334
+ - &#8203;<!-- 20 -->[docs] Add stray Joy UI documentation improvements (#36921) @danilo-leal
335
+ - &#8203;<!-- 19 -->[docs] Add Joy profile dashboard template (#36931) @siriwatknp
336
+ - &#8203;<!-- 18 -->[docs] Fix 404 links (#36969) @oliviertassinari
337
+ - &#8203;<!-- 17 -->[docs] Clarify when bundle size optimization is needed (#36823) @oliviertassinari
338
+ - &#8203;<!-- 16 -->[docs] Fix Chakra UI theme scoping typo (#36950) @mj12albert
339
+ - &#8203;<!-- 15 -->[docs] Add snackbar example using sonner (#36926) @PupoSDC
340
+ - &#8203;<!-- 14 -->[docs] Adjust the Material Icons page design and formatting (#36937) @danilo-leal
341
+ - &#8203;<!-- 13 -->[docs] Allows to customize menu with any icon (#36408) @alexfauquette
342
+ - &#8203;<!-- 12 -->[docs] Add info about passing ref to input element (#36913) @tomaskebrle
343
+ - &#8203;<!-- 11 -->[docs][material] Tabs API section cleanup (#36942) @mnajdova
344
+
345
+ ### Core
346
+
347
+ - &#8203;<!-- 22 -->[core] Fix CI failure on `master` (#37016) @hbjORbj
348
+ - &#8203;<!-- 05 -->[typescript] Add the missing explicit component return types (#36924) @michaldudak
349
+ - &#8203;<!-- 04 -->[website] Update main data grid demo on X landing page (#37001) @cherniavskii
350
+ - &#8203;<!-- 03 -->[website] Design role updates (#36997) @danilo-leal
351
+ - &#8203;<!-- 02 -->[website] X component section improvements (#36598) @danilo-leal
352
+ - &#8203;<!-- 01 -->[website] Developer Advocate role filled @oliviertassinari
353
+
354
+ All contributors of this release in alphabetical order: @alexfauquette, @cherniavskii, @danilo-leal, @gitstart, @hbjORbj, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @PupoSDC, @sai6855, @siriwatknp, @TakhyunKim, @tomaskebrle
355
+
356
+ ## 5.12.1
357
+
358
+ <!-- generated comparing v5.12.0..master -->
359
+
360
+ _Apr 17, 2023_
361
+
362
+ A big thanks to the 16 contributors who made this release possible. This release was mostly about ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
363
+
364
+ ### `@mui/material@5.12.1`
365
+
366
+ - &#8203;<!-- 24 -->[Autocomplete] Fix autocomplete left padding (#36649) @mj12albert
367
+ - &#8203;<!-- 17 -->[Button] Fix contained with inherit prop not adapting on dark mode (#34508) @jesrodri
368
+ - &#8203;<!-- 07 -->[FormControlLabel] Add `required` prop (#34207) @emlai
369
+ - &#8203;<!-- 04 -->[Tabs] Fix null reference in ScrollbarSize after unmounting (#36485) @rkdrnf
370
+ - &#8203;<!-- 03 -->[TextField] Fix type error when using `inputTypeSearch` class for `outlined` and `filled` inputs (#36740) @sai6855
371
+ - &#8203;<!-- 02 -->[ThemeProvider] Fix theme proptypes (#36852) @siriwatknp
372
+
373
+ ### `@mui/system@5.12.1`
374
+
375
+ #### Breaking changes
376
+
377
+ - &#8203;<!-- 06 -->[Grid2] Replace context with `cloneElement` (#36399) @siriwatknp
378
+
379
+ `Grid2` now uses `React.cloneElement` instead of React context for passing the spacing and columns to the next container. The change is close to how CSS flexbox behaves.
380
+
381
+ #### Changes
382
+
383
+ - &#8203;<!-- 14 -->[CssVarsProvider] Always generate new `css` object (#36853) @siriwatknp
384
+
385
+ ### `@mui/base@5.0.0-alpha.126`
386
+
387
+ #### Breaking changes
388
+
389
+ - &#8203;<!-- 23 -->[base] Refactor the compound components building blocks (#36400) @michaldudak
390
+ Components affected by the changes are:
391
+ - Menu
392
+ - `MenuUnstyledContext` is replaced by `MenuProvider`. The value to pass to the provider is returned by the `useMenu` hook.
393
+ - MenuUnstyled's `onClose` prop is replaced by `onOpenChange`. It has the `open` parameter and is called when a menu is opened or closed
394
+ - Select
395
+ - `SelectUnstyledContext` is replaced by `SelectProvider`. The value to pass to the provider is returned by the `useSelect` hook.
396
+ - `SelectUnstyled`'s popup is permanently mounted.
397
+ - The `defaultOpen` prop was added to the SelectUnstyled. The open/close state can now be controlled or uncontrolled, as a `value`.
398
+ - Tabs
399
+ - `TabsContext` is replaced by `TabsProvider`. The value to pass to the provider is returned by the `useTabs` hook.
400
+ - To deselect all tabs, pass in `null` to Tabs' `value` prop, instead of `false`. This is consistent with how Select works.
401
+ - The `value` prop is still technically not mandatory on TabUnstyled and TabPanel, but when omitted, the contents of the selected tab panel will not be rendered during SSR.
402
+
403
+ ### `@mui/joy@5.0.0-alpha.76`
404
+
405
+ - &#8203;<!-- 05 -->[Table][Joy] Replace uses of css selector `*-child` to `*-of-type` (#36839) @keyvanm
406
+
407
+ ### Docs
408
+
409
+ - &#8203;<!-- 25 --> [docs][base] Move styles to the bottom of demos code for `BadgeUnstyled` (#36723) @varunmulay22
410
+ - &#8203;<!-- 22 -->[docs][base] Mention that the hook does not accept any parameters in the `Parameters` section of the API docs (#36773) @ZeeshanTamboli
411
+ - &#8203;<!-- 21 -->[docs][base] Move styles to the bottom of demos code for `ModalUnstyled` (#36580) @gitstart
412
+ - &#8203;<!-- 20 -->[docs][base] Move styles to the bottom of demos code for `Tabs` (#36577) @gitstart
413
+ - &#8203;<!-- 19 -->[docs][base] Move styles to the bottom of demos code for `Popper` (#36578) @gitstart
414
+ - &#8203;<!-- 18 -->[docs][base] Move styles to the bottom of demos code for `TablePagination` (#36593) @gitstart
415
+ - &#8203;<!-- 13 -->[docs] Remove the incorrect info about useButton's ref parameter (#36883) @michaldudak
416
+ - &#8203;<!-- 12 -->[docs] Sync <Stack> between projects (#36785) @oliviertassinari
417
+ - &#8203;<!-- 11 -->[docs] Add guides to overriding component structure in Base UI and Joy UI docs (#34990) @samuelsycamore
418
+ - &#8203;<!-- 10 -->[docs] Content changed from 'row' to 'orientation=horizontal' (#36858) @navedqb
419
+ - &#8203;<!-- 09 -->[docs][Joy] `component`, `slots`, `slotProps` must be visible in Prop table in API docs (#36666) @hbjORbj
420
+ - &#8203;<!-- 08 -->[docs][Select] Fix duplicate ID in small size Select demo (#36792) @sai6855
421
+
422
+ ### Core
423
+
424
+ - &#8203;<!-- 16 -->[core] Use glob to find the test files in parseTest (#36305) @flaviendelangle
425
+ - &#8203;<!-- 15 -->[core] Fix minor SEO issues @oliviertassinari
426
+ - &#8203;<!-- 01 -->[website] Fix visual bug appbar (#36875) @oliviertassinari
427
+
428
+ All contributors of this release in alphabetical order: @emlai, @flaviendelangle, @gitstart, @hbjORbj, @jesrodri, @keyvanm, @michaldudak, @mj12albert, @navedqb, @oliviertassinari, @rkdrnf, @sai6855, @samuelsycamore, @siriwatknp, @varunmulay22, @ZeeshanTamboli
429
+
3
430
  ## 5.12.0
4
431
 
5
432
  <!-- generated comparing v5.11.16..master -->
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/styled-engine v5.12.0
2
+ * @mui/styled-engine v5.13.2
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/legacy/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/styled-engine v5.12.0
2
+ * @mui/styled-engine v5.13.2
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/styled-engine v5.12.0
2
+ * @mui/styled-engine v5.13.2
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/styled-engine v5.12.0
2
+ * @mui/styled-engine v5.13.2
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/styled-engine",
3
- "version": "5.12.0",
3
+ "version": "5.13.2",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "styled() API wrapper package for emotion.",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@babel/runtime": "^7.21.0",
30
- "@emotion/cache": "^11.10.7",
30
+ "@emotion/cache": "^11.11.0",
31
31
  "csstype": "^3.1.2",
32
32
  "prop-types": "^15.8.1"
33
33
  },