@mui/private-theming 5.11.12 โ†’ 5.12.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,279 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.12.0
4
+
5
+ <!-- generated comparing v5.11.16..master -->
6
+
7
+ _Apr 11, 2023_
8
+
9
+ A big thanks to the 9 contributors who made this release possible. Here are some highlights โœจ:
10
+
11
+ - ๐Ÿ’ซ Added [theme scope](https://mui.com/material-ui/guides/styled-engine/#theme-scoping) for using multiple design systems (#36664) @siriwatknp
12
+ - ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
13
+
14
+ ### `@mui/system@5.12.0`
15
+
16
+ - &#8203;<!-- 05 -->[system] Introduce theme scope for using multiple design systems (#36664) @siriwatknp
17
+
18
+ ### `@mui/base@5.0.0-alpha.125`
19
+
20
+ - &#8203;<!-- 06 -->[PopperUnstyled] Do not merge internal `ownerState` with `ownerState` from props (#36599) @hbjORbj
21
+
22
+ ### `@mui/joy@5.0.0-alpha.75`
23
+
24
+ - &#8203;<!-- 08 -->[Joy] Add tests for slots/slotProps for all components (#36828) @hbjORbj
25
+ - &#8203;<!-- 07 -->[Joy] Support `slots`/`slotsProps` for every component (components with only root slot too) (#36540) @hbjORbj
26
+
27
+ ### Docs
28
+
29
+ - &#8203;<!-- 23 -->[docs][Backdrop] Improvements to the docs (#34244) @alirezahekmati
30
+ - &#8203;<!-- 20 -->[docs] Fix base API redirects (#36833) @mnajdova
31
+ - &#8203;<!-- 19 -->[docs] Improve perf on tab APIs (#36832) @mnajdova
32
+ - &#8203;<!-- 18 -->[docs] Revert CircularProgress component text to be proper noun instead (#36837) @ZeeshanTamboli
33
+ - &#8203;<!-- 17 -->[docs] Simplify language redirection @oliviertassinari
34
+ - &#8203;<!-- 16 -->[docs] Add missing `readOnly` state class in the list (#36788) @ZeeshanTamboli
35
+ - &#8203;<!-- 15 -->[docs] Improve side nav scroll into view (#36732) @oliviertassinari
36
+ - &#8203;<!-- 14 -->[docs][base & joy] Display "Classes" Section in API docs (#36589) @hbjORbj
37
+ - &#8203;<!-- 13 -->[docs] Fix 100+ typos throughout the Material UI docs (#36194) @Lioness100
38
+ - &#8203;<!-- 12 -->[docs] Change "coming soon" chip color (#36786) @danilo-leal
39
+ - &#8203;<!-- 11 -->[docs][Joy] Fix wrong prop descriptions (#36826) @hbjORbj
40
+ - &#8203;<!-- 10 -->[docs][material] Highlight global state classes in CSS table in API docs (#36633) @hbjORbj
41
+ - &#8203;<!-- 09 -->[examples] Fix `SliderUnstyled` slots `key` name (#36830) @sai6855
42
+ - &#8203;<!-- 04 -->[Tabs] Improve useTab() API page (#36725) @oliviertassinari
43
+
44
+ ### Core
45
+
46
+ - &#8203;<!-- 22 -->[core] Increase margin to scroll @oliviertassinari
47
+ - &#8203;<!-- 21 -->[core] Replace MUI Base with Base UI (#36716) @mnajdova
48
+ - &#8203;<!-- 03 -->[website] Fix broken career website links @oliviertassinari
49
+ - &#8203;<!-- 02 -->[website] Fix backlinks to homepage (#36801) @oliviertassinari
50
+ - &#8203;<!-- 01 -->[website] Tweaks to the Designer position ad (#36771) @danilo-leal
51
+
52
+ All contributors of this release in alphabetical order: @alirezahekmati, @danilo-leal, @hbjORbj, @Lioness100, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @ZeeshanTamboli
53
+
54
+ ## 5.11.16
55
+
56
+ <!-- generated comparing v5.11.15..master -->
57
+
58
+ _Apr 4, 2023_
59
+
60
+ A big thanks to the 17 contributors who made this release possible. Here are some highlights โœจ:
61
+
62
+ - ๐Ÿ’… Added tabs on API pages of Base UI to switch between component and hook references (#35938) @mnajdova
63
+ - ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
64
+
65
+ ### `@mui/material@5.11.16`
66
+
67
+ - [Autocomplete] Listen for click on the root element (#36369) @sai6855
68
+ - [Autocomplete] Fix navigation issue on mouse hover (#35196) @sai6855
69
+ - [Card] Fix Card focus effect overflowing parent card (#36329) @mj12albert
70
+ - [Grid] Missing slot (#36765) @siriwatknp
71
+ - [Select] Make error part of the `ownerState` to enable overriding styles with it in theme (#36422) @gitstart
72
+ - [Slider] Fix ValueLabel UI issues comes when size="small" and orientation="vertical (#36738) @yushanwebdev
73
+
74
+ ### `@mui/icons-material@5.11.16`
75
+
76
+ - [icons] Do not ignore popular icons (#36608) @michaldudak
77
+
78
+ ### `@mui/joy@5.0.0-alpha.74`
79
+
80
+ - [Joy] Add `ModalOverflow` component (#36262) @siriwatknp
81
+ - [Joy] Fix `Checkbox` custom color prop type warning (#36691) @amal-qb
82
+
83
+ ### Docs
84
+
85
+ - [docs][base] Add return type for `useFormControlUnstyledContext` hook (#36302) @HeVictor
86
+ - [docs][base] Move styles to the bottom of demos code for `FormControl` (#36579) @gitstart
87
+ - [docs][base] Move styles to the bottom of demos code for `Menu` (#36582) @gitstart
88
+ - [docs][base] Move styles code to bottom in the `Button` demos (#36590) @sai6855
89
+ - [docs][base] Show components & hooks API on the components page (#35938) @mnajdova
90
+ - [docs] Describe slotProps in MUI Base customization doc (#36206) @michaldudak
91
+ - [docs] Fix double API page redirection (#36743) @oliviertassinari
92
+ - [docs] Remove hash property and leverage pathname (#36764) @siriwatknp
93
+ - [docs] Introduce markdown permalink to source (#36729) @oliviertassinari
94
+ - [docs] Tabs API add slots section (#36769) @mnajdova
95
+ - [docs] Update feedbacks management on slack (#36705) @alexfauquette
96
+ - [docs] Fix Joy UI URL to tokens (#36742) @oliviertassinari
97
+ - [docs] Add toggle-button coming soon page (#36618) @siriwatknp
98
+ - [docs] Fix typo on the Joy UI theme builder (#36734) @danilo-leal
99
+ - [docs] Fix small typo (#36727) @RBerthier
100
+ - [docs] Fix Joy UI template broken image loading @oliviertassinari
101
+ - [docs] Hide the default API column if it's empty (#36715) @mnajdova
102
+ - [docs] Update Material UI Related Projects page (#34203) @viclafouch
103
+ - [docs] Revise Joy UI "Circular Progress" page (#36126) @LadyBluenotes
104
+ - [docs] Revise Joy UI "Radio" page (#35893) @DevinCLane
105
+ - [docs] Support Google Analytics 4 (#36123) @alexfauquette
106
+ - [docs][material] Keep consistency in description of classes (#36631) @hbjORbj
107
+ - [docs] Remove redundant files and fix regression (#36775) @ZeeshanTamboli
108
+
109
+ ### Core
110
+
111
+ - [blog] Compress images @oliviertassinari
112
+ - [core] Remove unused token (#36722) @oliviertassinari
113
+
114
+ All contributors of this release in alphabetical order: @alexfauquette, @amal-qb, @danilo-leal, @DevinCLane, @gitstart, @hbjORbj, @HeVictor, @LadyBluenotes, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @RBerthier, @sai6855, @siriwatknp, @viclafouch, @yushanwebdev
115
+
116
+ ## 5.11.15
117
+
118
+ <!-- generated comparing v5.11.14..master -->
119
+
120
+ _Mar 28, 2023_
121
+
122
+ A big thanks to the 10 contributors who made this release possible. We have one big highlight this week โœจ:
123
+
124
+ - @siriwatknp made a [Theme Builder](https://mui.com/joy-ui/customization/theme-builder) for Joy UI ๐ŸŽจ (#35741)
125
+
126
+ ### `@mui/material@5.11.15`
127
+
128
+ - [Chip] Fix error when theme value is a CSS variable (#36654) @siriwatknp
129
+ - [Grid2] Support dynamic nested columns (#36401) @siriwatknp
130
+
131
+ ### `@mui/system@5.11.15`
132
+
133
+ - [system] Enable regressions tests & fix regressions (#36611) @mnajdova
134
+ - [Stack] Add `useFlexGap` prop (#36404) @siriwatknp
135
+
136
+ ### `@mui/base@5.0.0-alpha.122`
137
+
138
+ - [Autocomplete] Update `autoSelect` prop description (#36280) @sai6855
139
+ - [TablePagination][base] Improve `actions` type in `slotProps` (#36458) @sai6855
140
+ - [Base] Add JSDoc comments for classes of Base components (#36586) @hbjORbj
141
+ - [useSlider][base] Add API docs for the hook parameters and return type (#36576) @varunmulay22
142
+
143
+ ### `@mui/joy@5.0.0-alpha.73`
144
+
145
+ - [Joy] Miscellaneous fixes (#36628) @siriwatknp
146
+ - [Joy] Add palette customizer (#35741) @siriwatknp
147
+
148
+ ### Docs
149
+
150
+ - Revert "[docs] Use `theme.applyDarkStyles` for the rest of the docs" (#36602) @mnajdova
151
+ - [blog] Improvements on v6 announcement blog (#36505) @joserodolfofreitas
152
+ - [docs] Add `Snackbar` coming soon page (#36604) @danilo-leal
153
+ - [docs] Add accordion coming soon page (#36279) @siriwatknp
154
+ - [docs] Fix palette customizer theme augmentation (#36629) @siriwatknp
155
+ - [docs] Finish migration away from https://reactjs.org/ @oliviertassinari
156
+ - [docs] Remove duplicated slot descriptions (#36621) @hbjORbj
157
+ - [docs] Fix broken example link (#36607) @mnajdova
158
+ - [docs] Use `theme.applyDarkStyles` (#36606) @siriwatknp
159
+ - [docs] Improve API for theme default prop (#36490) @oliviertassinari
160
+ - [docs][Table] Refactor `Sorting & Selecting` table demo (#33236) @IFaniry
161
+
162
+ ### Core
163
+
164
+ - [core] Use Netlify function for feedback management (#36472) @alexfauquette
165
+
166
+ All contributors of this release in alphabetical order: @alexfauquette, @danilo-leal, @hbjORbj, @IFaniry, @joserodolfofreitas, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @varunmulay22
167
+
168
+ ## 5.11.14
169
+
170
+ <!-- generated comparing v5.11.13..master -->
171
+
172
+ _Mar 21, 2023_
173
+
174
+ A big thanks to the 15 contributors who made this release possible.
175
+ This release was mostly about ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
176
+
177
+ ### `@mui/material@5.11.14`
178
+
179
+ - [Breadcrumbs] Add ability to change icon used in `BreadcrumbCollapsed` through slots (#33812) @pratikkarad
180
+ - [Stepper] Add aria-current to active StepButton (#36526) @michalak111
181
+ - [TabScrollButton] Add ability to change left and right icons (#33863) @pratikkarad
182
+ - [ListItemButton] Respect LinkComponent (#34159) @zaverden
183
+ - [l10n] Add Central Kurdish (ku-CKB) locale (#36592) @HediMuhamad
184
+
185
+ ### `@mui/system@5.11.14`
186
+
187
+ - [system] Fix sx prop regression for fontWeight values (#36543) @mnajdova
188
+
189
+ ### `@mui/base@5.0.0-alpha.121`
190
+
191
+ - [docs][base] Improve the Slots Table in API docs (#36330) @hbjORbj
192
+
193
+ ### `@mui/joy@5.0.0-alpha.72`
194
+
195
+ - [Joy] Ensure new CSS variable naming is everywhere (#36460) @hbjORbj
196
+ - [Menu][joy] Classname listbox is missing (#36520) @hbjORbj
197
+ - [Joy] Fix `--List-decorator*` vars (#36595) @siriwatknp
198
+
199
+ ### `@mui/lab@5.0.0-alpha.124`
200
+
201
+ - [Masonry] Include Masonry in theme augmentation interface (#36533) @hbjORbj
202
+
203
+ ### Docs
204
+
205
+ - [blog] Post blog about Chamonix retreat to the website (#36517) @mikailaread
206
+ - [blog] Fix image layout shift (#36522) @oliviertassinari
207
+ - [docs] Use `theme.applyDarkStyles` for the rest of the docs (#36161) @siriwatknp
208
+ - [docs] Fix 301 and 404 links (#36555) @oliviertassinari
209
+ - [docs] Keep slot code order in API docs (#36499) @oliviertassinari
210
+ - [docs] Missing className on Migrating from JSS example (#36536) @gabrielnafuzi
211
+ - [docs] Fix function name for Joy templates (#36512) @hbjORbj
212
+ - [docs] Add multiline Chip example (#36437) @dav1app
213
+ - [docs] Add a new gold sponsor (#36518) @hbjORbj
214
+ - [docs][joy] Improve the Slots Table in API docs (#36328) @hbjORbj
215
+ - [docs] Fix virtualElement demo for Popper (#36320) @sai6855
216
+ - [docs] Fix typo in API docs (#36388) @RomanHotsiy
217
+ - [docs] Ensure classname displayed under Slots section in API docs exists (#36539) @hbjORbj
218
+ - [docs][joy] Build TS versions for Modal component demos (#36385) @varunmulay22
219
+ - [docs][joy] Build TS versions for Menu component demos (#36383) @varunmulay22
220
+ - [docs][joy] Build TS versions for Switch component demos (#36379) @varunmulay22
221
+ - [docs] Remove `shouldSkipGeneratingVar` usage (#36581) @siriwatknp
222
+ - [docs][material] Update Table's demo to show pointer cursor on clickable rows (#36546) @varunmulay22
223
+ - [website] Designer role changes (#36528) @danilo-leal
224
+ - [website] No association between showcase and MUI @oliviertassinari
225
+ - [website] Open Head of Operations role (#36501) @oliviertassinari
226
+ - [website] Limit sponsors description to two rows @oliviertassinari
227
+
228
+ ### Core
229
+
230
+ - [core] Fix CI @oliviertassinari
231
+ - [core] Fix blank line @oliviertassinari
232
+ - [website] Simplify internal ops @oliviertassinari
233
+
234
+ All contributors of this release in alphabetical order: @danilo-leal, @dav1app, @gabrielnafuzi, @hbjORbj, @HediMuhamad, @michalak111, @mikailaread, @mnajdova, @oliviertassinari, @pratikkarad, @RomanHotsiy, @sai6855, @siriwatknp, @varunmulay22, @zaverden
235
+
236
+ ## 5.11.13
237
+
238
+ <!-- generated comparing v5.11.12..master -->
239
+
240
+ _Mar 14, 2023_
241
+
242
+ A big thanks to the 13 contributors who made this release possible. Here are some highlights โœจ:
243
+
244
+ - @michaldudak added an option for [disabling the generation](https://mui.com/base/getting-started/customization/#disabling-default-css-classes) of the default classes in Base UI (#35963)
245
+ - other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
246
+
247
+ ### `@mui/material@5.11.13`
248
+
249
+ - &#8203;<!-- 13 -->[core] Bump Base UI's version in Material UI (#36492) @hbjORbj
250
+ - &#8203;<!-- 17 -->[material] Export `shouldSkipGeneratingVar` from Material UI (#36489) @siriwatknp
251
+ - &#8203;<!-- 06 -->[Typography] Apply font properties to typography inherit variant (#33621) @oyar99
252
+
253
+ ### `@mui/base@5.0.0-alpha.121`
254
+
255
+ - &#8203;<!-- 16 -->[base] Disable classes generation via a context (#35963) @michaldudak
256
+ - &#8203;<!-- 15 -->[useMenu][base] Add return interface for useMenu hook (#36376) @HeVictor
257
+ - &#8203;<!-- 05 -->[useBadge] Add interface for the return value (#36042) @skevprog
258
+ - &#8203;<!-- 04 -->[useMenuItem] Add explicit return type (#36359) @rayrw
259
+ - &#8203;<!-- 03 -->[useTabs] Add explicit return type (#36047) @sai6855
260
+
261
+ ### Docs
262
+
263
+ - &#8203;<!-- 14 -->[blog] Update fields behavior on date pickers blog post (#36480) @joserodolfofreitas
264
+ - &#8203;<!-- 12 -->[docs] Info markdown not rendering in Contributing Guide README (#36487) @hbjORbj
265
+ - &#8203;<!-- 11 -->[docs] Remove 301 redirection to MUI X lab migration @oliviertassinari
266
+ - &#8203;<!-- 10 -->[docs] Fix a grammar error (#36486) @hbjORbj
267
+ - &#8203;<!-- 09 -->[docs] Add blog post notification for v6 release (#36446) @joserodolfofreitas
268
+ - &#8203;<!-- 08 -->[docs] Update link to v5 docs (#36421) @m4theushw
269
+ - &#8203;<!-- 07 -->[docs] Fix 404 in the API page links (#36419) @oliviertassinari
270
+ - &#8203;<!-- 08 -->[docs][joy] Error in the exemplary Codesandbox of using Material UI and Joy UI together (#36462) @hbjORbj
271
+ - &#8203;<!-- 06 -->[examples] Refactor to have better types in the Next.js + TypeScript examples (#36355) @erikian
272
+ - &#8203;<!-- 02 -->[website] Fix layout shift when loading /blog/mui-x-v6/ @oliviertassinari
273
+ - &#8203;<!-- 01 -->[website] Update stats (#36477) @hrutik7
274
+
275
+ All contributors of this release in alphabetical order: @erikian, @hbjORbj, @HeVictor, @hrutik7, @joserodolfofreitas, @m4theushw, @michaldudak, @oliviertassinari, @oyar99, @rayrw, @sai6855, @siriwatknp, @skevprog
276
+
3
277
  ## 5.11.12
4
278
 
5
279
  <!-- generated comparing v5.11.11..master -->
@@ -122,7 +396,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
122
396
  - &#8203;<!-- 23 -->[docs] Add instructions for deploying docs without a release (#36301) @cherniavskii
123
397
  - &#8203;<!-- 22 -->[docs] Fix 301 redirections on the docs @oliviertassinari
124
398
  - &#8203;<!-- 21 -->[docs] Update MUI X banner to reflect stable release (#36354) @MBilalShafi
125
- - &#8203;<!-- 20 -->[docs] Clarify the future plan for integrating MUI Base in Material UI (#36365) @mnajdova
399
+ - &#8203;<!-- 20 -->[docs] Clarify the future plan for integrating Base UI in Material UI (#36365) @mnajdova
126
400
  - &#8203;<!-- 19 -->[docs] Improve visual look of loose lists (#36190) @oliviertassinari
127
401
  - &#8203;<!-- 18 -->[docs] Fix @mui/styles example links (#36331) @oliviertassinari
128
402
  - &#8203;<!-- 17 -->[docs][joy] Build TS versions for List component demos (#36382) @sai6855
@@ -152,7 +426,7 @@ _Feb 27, 2023_
152
426
 
153
427
  A big thanks to the 15 contributors who made this release possible. Here are some highlights โœจ:
154
428
 
155
- - ๐Ÿ“š added API documentation for the slots in MUI Base and Joy UI by @hbjORbj, for e.g. [SliderUnstyled API](https://mui.com/base/api/slider-unstyled/#slots)
429
+ - ๐Ÿ“š added API documentation for the slots in Base UI and Joy UI by @hbjORbj, for e.g. [SliderUnstyled API](https://mui.com/base/api/slider-unstyled/#slots)
156
430
  - other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
157
431
 
158
432
  ### `@mui/material@5.11.11`
@@ -389,7 +663,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
389
663
  - &#8203;<!-- 16 -->[docs] Improve inline preview's information (#35974) @oliviertassinari
390
664
  - &#8203;<!-- 15 -->[docs] Fix wrong v5 migration instructions (#36022) @oliviertassinari
391
665
  - &#8203;<!-- 14 -->[docs] Fix autocomplete render group key warning in the demo (#36025) @chuanyu0201
392
- - &#8203;<!-- 13 -->[docs] Add hooks API pages for MUI Base (#35828) @mnajdova
666
+ - &#8203;<!-- 13 -->[docs] Add hooks API pages for Base UI (#35828) @mnajdova
393
667
  - &#8203;<!-- 12 -->[docs] Fix grammar typo (#36016) @alexownejazayeri
394
668
  - &#8203;<!-- 11 -->[docs][joy] Add JSDoc for the `AutocompleteProps` type (#36039) @ArthurPedroti
395
669
 
@@ -605,7 +879,7 @@ This release was mostly about ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
605
879
 
606
880
  - [docs] Improve pickers lab migration stressing `mui-x` usage (#35740) @LukasTy
607
881
  - [docs] Fix incorrectly named AccessibleTable demo component (#35832) @HeVictor
608
- - [docs] Clarify where to find docs for MUI Base components in Material UI (#35799) @samuelsycamore
882
+ - [docs] Clarify where to find docs for Base UI components in Material UI (#35799) @samuelsycamore
609
883
  - [docs] Fix typos (#35814) @alexfauquette
610
884
  - [docs] Revise and expand the Joy UI Card page (#35745) @samuelsycamore
611
885
  - [docs] Fix navigation layout shift (#35679) @oliviertassinari
@@ -716,7 +990,7 @@ _Dec 26, 2022_
716
990
 
717
991
  A big thanks to the 20 contributors who made this release possible. Here are some highlights โœจ:
718
992
 
719
- - โš™๏ธ Several MUI Base components were converted to TypeScript by @trizotti, @leventdeniz and @danhuynhdev (#35005, #34793, #34771)
993
+ - โš™๏ธ Several Base UI components were converted to TypeScript by @trizotti, @leventdeniz and @danhuynhdev (#35005, #34793, #34771)
720
994
  - Many other ๐Ÿ› bug fixes abd ๐Ÿ“š documentation improvements.
721
995
 
722
996
  ### `@mui/material@5.11.2`
@@ -893,7 +1167,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
893
1167
  - [docs] Refactor `ToggleButtonSizes` demo (#35375) @Armanio
894
1168
  - [docs] Standardize the usage of callouts in the MUI Core docs (#35361) @samuelsycamore
895
1169
  - [docs] Format feedback to add a link to the commented section (#35381) @alexfauquette
896
- - [docs] Direct users from Material UI to MUI Base for duplicated components (#35293) @samuelsycamore
1170
+ - [docs] Direct users from Material UI to Base UI for duplicated components (#35293) @samuelsycamore
897
1171
  - [docs] Fix typo in FormControl API docs (#35449) @Spanishiwa
898
1172
  - [docs] Update callouts design (#35390) @danilo-leal
899
1173
  - [website] New wave of open roles (#35240) @mnajdova
@@ -968,7 +1242,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
968
1242
  - &#8203;<!-- 14 -->[docs] Improve the autogenerated "Unstyled" and "API" text (#35185) @samuelsycamore
969
1243
  - &#8203;<!-- 13 -->[docs] Fix ad margin on API pages (#35201) @oliviertassinari
970
1244
  - &#8203;<!-- 12 -->[docs] Revise and expand the Joy UI "Badge" page (#35199) @samuelsycamore
971
- - &#8203;<!-- 11 -->[docs] Update MUI Base docs with latest style conventions (#35034) @samuelsycamore
1245
+ - &#8203;<!-- 11 -->[docs] Update Base UI docs with latest style conventions (#35034) @samuelsycamore
972
1246
  - &#8203;<!-- 09 -->[l10n] Improve Chinese (Taiwan) zh-TW locale (#35328) @happyincent
973
1247
  - &#8203;<!-- 02 -->[website] Update MUI stats: GitHub stars, Twitter followers, etc. (#35318) @nomandhoni-cs
974
1248
 
@@ -1301,7 +1575,7 @@ _Oct 25, 2022_
1301
1575
 
1302
1576
  A big thanks to the 10 contributors who made this release possible. Here are some highlights โœจ:
1303
1577
 
1304
- - ๐Ÿ”ง Moved `components` to `slots` prop starting at MUI Base to create consistency across products
1578
+ - ๐Ÿ”ง Moved `components` to `slots` prop starting at Base UI to create consistency across products
1305
1579
  - Many other ๐Ÿ› bug fixes, ๐Ÿ“š documentation, and โš™๏ธ infrastructure improvements
1306
1580
 
1307
1581
  ### `@mui/material@5.10.11`
@@ -1383,7 +1657,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
1383
1657
 
1384
1658
  - ๐Ÿ–Œ Thanks to the efforts of @bharatkashyap and @nihgwu, we now have editable demos across our docs (#34454)!
1385
1659
  - ๐Ÿš€ The Tooltip component has been added to Joy UI by @hbjORbj (#34509).
1386
- - โš™๏ธ We started converting the remaining JS components in MUI Base to TypeScript.
1660
+ - โš™๏ธ We started converting the remaining JS components in Base UI to TypeScript.
1387
1661
  @mbayucot finished the first PR with the conversion of the NoSsr code (#34735).
1388
1662
  - And more ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
1389
1663
 
@@ -1514,7 +1788,7 @@ _Oct 3, 2022_
1514
1788
 
1515
1789
  A big thanks to the 18 contributors who made this release possible. Here are some highlights โœจ:
1516
1790
 
1517
- - ๐Ÿš€ [SnackbarUnstyled](https://mui.com/base/react-snackbar/) component & headless hook are added to MUI Base (#33227) @ZeeshanTamboli
1791
+ - ๐Ÿš€ [SnackbarUnstyled](https://mui.com/base/react-snackbar/) component & headless hook are added to Base UI (#33227) @ZeeshanTamboli
1518
1792
  - ๐Ÿ“š [CSS variables documentation](https://mui.com/material-ui/experimental-api/css-theme-variables/overview/) for Material UI has been added by @siriwatknp (#33958)
1519
1793
  - And more ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
1520
1794
 
@@ -1616,7 +1890,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
1616
1890
 
1617
1891
  ### Docs
1618
1892
 
1619
- - [blog] MUI Base announcement typo fixed (#34409) @prakhargupta1
1893
+ - [blog] Base UI announcement typo fixed (#34409) @prakhargupta1
1620
1894
  - [blog] Fix typo in date-pickers v5 stable (#34386) @alexfauquette
1621
1895
  - [blog] Update date on date pickers v5 release blog post (#34406) @joserodolfofreitas
1622
1896
  - [docs] Update `useMenu` and `useMenuItem` hooks demo (#34166) @ZeeshanTamboli
@@ -1702,7 +1976,7 @@ This release was mostly about ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
1702
1976
  - [docs] Fix 301 link to external projects @oliviertassinari
1703
1977
  - [docs] Move 12 component names to Title Case (#34188) @oliviertassinari
1704
1978
  - [docs] Fix broken links (#34320) @alexfauquette
1705
- - [docs] Add notification for MUI Base announcement post (#34295) @samuelsycamore
1979
+ - [docs] Add notification for Base UI announcement post (#34295) @samuelsycamore
1706
1980
  - [website] Fix MUI X subscribe email border style (#34330) @oliviertassinari
1707
1981
  - [website] Improve security header @oliviertassinari
1708
1982
 
@@ -1723,7 +1997,7 @@ _Sep 12, 2022_
1723
1997
 
1724
1998
  A big thanks to the 12 contributors who made this release possible. Here are some highlights โœจ:
1725
1999
 
1726
- - ๐Ÿš€ [Blog post](https://mui.com/blog/introducing-mui-base/) for announcing the release of the MUI Base package is out thanks to @michaldudak.
2000
+ - ๐Ÿš€ [Blog post](https://mui.com/blog/introducing-mui-base/) for announcing the release of the Base UI package is out thanks to @michaldudak.
1727
2001
  - ๐Ÿš€ Added [`Alert`](https://mui.com/joy-ui/react-alert/), [`Modal`](https://mui.com/joy-ui/react-modal/), [`ListSubheader`](https://mui.com/joy-ui/react-list-subheader/), [`FormControl`](https://mui.com/joy-ui/react-form-control/), [`CircularProgress`](https://mui.com/joy-ui/react-circular-progress/) components to Joy UI (#33859) @hbjORbj @siriwatknp
1728
2002
  - And more ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
1729
2003
 
@@ -1746,7 +2020,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
1746
2020
 
1747
2021
  ### Docs
1748
2022
 
1749
- - &#8203;<!-- 16 -->[blog] Introducing MUI Base (#33778) @michaldudak
2023
+ - &#8203;<!-- 16 -->[blog] Introducing Base UI (#33778) @michaldudak
1750
2024
  - &#8203;<!-- 13 -->[docs] Fix spelling error (#34209) @ChrystianDeMatos
1751
2025
  - &#8203;<!-- 12 -->[docs] Improve link to the security policy (#34219) @oliviertassinari
1752
2026
  - &#8203;<!-- 11 -->[docs] Fix typo in Joy UI's `Usage` docs (#34200) @zillion504
@@ -2242,7 +2516,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
2242
2516
  - ๐Ÿงช Exported Grid v2 as `Unstable_Grid2` (#33479) @siriwatknp
2243
2517
  - ๐Ÿ“– Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
2244
2518
  - ๐Ÿ› Fixed a few bugs in Material UI components. Thanks to @ZeeshanTamboli, @ivan-ngchakming, and @joebingham-wk.
2245
- - โš ๏ธ **[BREAKING CHANGE]** Date pickers were removed from the lab. Learn how to migrate by visiting the [migration guide](https://mui.com/x/react-date-pickers/migration-lab/). (#33386) @flaviendelangle
2519
+ - โš ๏ธ **[BREAKING CHANGE]** Date pickers were removed from the lab. Learn how to migrate by visiting the [migration guide](https://mui.com/x/migration/migration-pickers-lab/). (#33386) @flaviendelangle
2246
2520
  - many other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
2247
2521
  - our documentation site is now running with React 18! (#33196) @mnajdova
2248
2522
 
@@ -2268,7 +2542,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
2268
2542
 
2269
2543
  - [lab] Remove the pickers (#33386) @flaviendelangle
2270
2544
 
2271
- The pickers are moved to MUI X, check out the [migration guide](https://mui.com/x/react-date-pickers/migration-lab/).
2545
+ The pickers are moved to MUI X, check out the [migration guide](https://mui.com/x/migration/migration-pickers-lab/).
2272
2546
 
2273
2547
  **Changes**
2274
2548
 
@@ -2301,7 +2575,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
2301
2575
  - [docs] Add "refine" demo to showcase (#33240) @omeraplak
2302
2576
  - [docs] Add webpack alias for legacy utils package (#33376) @jgbae
2303
2577
  - [docs] Improve external link icons synonyms (#33257) @davidgarciab
2304
- - [examples] Update MUI Base with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
2578
+ - [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
2305
2579
  - [examples] Add MUI base example (#33154) @siriwatknp
2306
2580
 
2307
2581
  ### Core
@@ -2475,7 +2749,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
2475
2749
  - &#8203;<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
2476
2750
  - &#8203;<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
2477
2751
  - &#8203;<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
2478
- - &#8203;<!-- 18 -->[docs] Add guide on how to use MUI Base with Tailwind CSS (#33100) @mnajdova
2752
+ - &#8203;<!-- 18 -->[docs] Add guide on how to use Base UI with Tailwind CSS (#33100) @mnajdova
2479
2753
  - &#8203;<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
2480
2754
  - &#8203;<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
2481
2755
  - &#8203;<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
@@ -2553,7 +2827,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
2553
2827
  - &#8203;<!-- 31 -->[docs] Move codesandbox to MUI org (#33122) @oliviertassinari
2554
2828
  - &#8203;<!-- 30 -->[docs] Add Shadow DOM guide (#33007) @cherniavskii
2555
2829
  - &#8203;<!-- 29 -->[docs] Fix typo in Material UI overview page (#33087) @oliviertassinari
2556
- - &#8203;<!-- 28 -->[docs] Miscellaneous fixes in `MUI Base` docs (#33091) @ZeeshanTamboli
2830
+ - &#8203;<!-- 28 -->[docs] Miscellaneous fixes in `Base UI` docs (#33091) @ZeeshanTamboli
2557
2831
  - &#8203;<!-- 27 -->[docs] Fix GitHub capitalization (#33071) @oliviertassinari
2558
2832
  - &#8203;<!-- 26 -->[docs] Fix a typo in `InputUnstyled` docs (#33077) @ZeeshanTamboli
2559
2833
  - &#8203;<!-- 25 -->[docs] Add notification for Joy blog post (#33059) @siriwatknp
@@ -2989,7 +3263,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
2989
3263
  - &#8203;<!-- 24 -->[docs] Base Button style revisions and final review (#32380) @samuelsycamore
2990
3264
  - &#8203;<!-- 23 -->[docs] Base NoSsr style revisions and final review (#32254) @samuelsycamore
2991
3265
  - &#8203;<!-- 22 -->[docs] Correctly capitalize Ctrl @oliviertassinari
2992
- - &#8203;<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the MUI Base docs (#32488) @ZeeshanTamboli
3266
+ - &#8203;<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the Base UI docs (#32488) @ZeeshanTamboli
2993
3267
  - &#8203;<!-- 20 -->[docs] Add "Overview" page to Base docs (#32310) @samuelsycamore
2994
3268
  - &#8203;<!-- 19 -->[docs] Add copy button to code block (#32390) @siriwatknp
2995
3269
  - &#8203;<!-- 18 -->[docs] Base Tabs style revisions and final review (#32423) @samuelsycamore
@@ -3243,7 +3517,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3243
3517
 
3244
3518
  - &#8203;<!-- 28 -->[core] Update peer deps to support React 18 (#32063) @eps1lon
3245
3519
  - &#8203;<!-- 27 -->[core] Fix running docs:api on Windows (#32091) @michaldudak
3246
- - &#8203;<!-- 26 -->[core] Fix api build script for MUI Base (#32081) @siriwatknp
3520
+ - &#8203;<!-- 26 -->[core] Fix api build script for Base UI (#32081) @siriwatknp
3247
3521
 
3248
3522
  All contributors of this release in alphabetical order: @apeltop, @eps1lon, @flaviendelangle, @garronej, @ivan-ngchakming, @m4theushw, @MatthijsMud, @michaldudak, @mnajdova, @oliviertassinari, @psjishnu, @raigoinabox, @samuelsycamore, @siriwatknp, @TkaczykAdam
3249
3523
 
@@ -3470,7 +3744,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
3470
3744
 
3471
3745
  - &#8203;<!-- 24 -->[ClassNameGenerator] Prevent all `base` imports (#31297) @siriwatknp
3472
3746
 
3473
- `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:
3747
+ `unstable_ClassNameGenerator` has been moved from `utils` to `className` folder to prevent all Base UI module imports. If you use the module, please update the import as suggested in the diff below:
3474
3748
 
3475
3749
  ```diff
3476
3750
  -import { unstable_ClassNameGenerator } from '@mui/material/utils';
@@ -5245,7 +5519,7 @@ _Sep 1, 2021_
5245
5519
  A big thanks to the 18 contributors who made this release possible. Here are some highlights โœจ:
5246
5520
 
5247
5521
  - ๐ŸŽ‰ 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).
5248
- - ๐Ÿ›  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)
5522
+ - ๐Ÿ›  Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/v5.0.0/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/material-ui/migration/migration-v4/#preset-safe)
5249
5523
  - ๐Ÿงช Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj ๐Ÿ‘!
5250
5524
 
5251
5525
  ### `@mui/material@5.0.0-rc.0`
@@ -5277,7 +5551,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
5277
5551
 
5278
5552
  > **Note**: `@mui/base` (previously `@material-ui/unstyled`) is not the same as `@material-ui/core`.
5279
5553
 
5280
- We encourage you to use the [codemod](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) for smooth migration.
5554
+ We encourage you to use the [codemod](https://github.com/mui/material-ui/blob/v5.0.0/packages/mui-codemod/README.md#mui-replace) for smooth migration.
5281
5555
 
5282
5556
  #### Changes
5283
5557
 
@@ -6412,7 +6686,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
6412
6686
 
6413
6687
  - ๐Ÿ‘ฉโ€๐ŸŽค We have completed the migration to emotion of all the components (`@material-ui/core` and `@material-ui/lab`) @siriwatknp, @mnajdova.
6414
6688
  - ๐Ÿ“ฆ Save [10 kB gzipped](https://bundlephobia.com/package/@material-ui/core@5.0.0-alpha.34) by removing the dependency on `@material-ui/styles` (JSS) from the core and the lab (#26377, #26382, #26376) @mnajdova.
6415
- - โš’๏ธ Add many new [codemods](https://github.com/mui/material-ui/blob/HEAD/packages/mui-codemod/README.md) to automate the migration from v4 to v5 (#24867) @mbrookes.
6689
+ - โš’๏ธ Add many new [codemods](https://github.com/mui/material-ui/blob/v5.0.0/packages/mui-codemod/README.md) to automate the migration from v4 to v5 (#24867) @mbrookes.
6416
6690
  - And many more ๐Ÿ› bug fixes and ๐Ÿ“š improvements.
6417
6691
 
6418
6692
  ### `@material-ui/core@5.0.0-alpha.35`
@@ -8680,7 +8954,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
8680
8954
 
8681
8955
  - [Box] Remove deprecated props (#23716) @mnajdova
8682
8956
  All props are now available under the `sx` prop. A deprecation will be landing in v4.
8683
- Thanks to @mbrookes developers can automate the migration with a [codemod](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#box-sx-prop).
8957
+ Thanks to @mbrookes developers can automate the migration with a [codemod](https://github.com/mui/material-ui/blob/v5.0.0/packages/mui-codemod/README.md#box-sx-prop).
8684
8958
 
8685
8959
  ```diff
8686
8960
  -<Box p={2} bgcolor="primary.main">
@@ -9035,7 +9309,7 @@ _Nov 4, 2020_
9035
9309
  A big thanks to the 20 contributors who made this release possible. Here are some highlights โœจ:
9036
9310
 
9037
9311
  - โš›๏ธ Add support for React 17 (#23311) @eps1lon.
9038
- React 17 release is unusual because it doesn't add any new developer-facing features. It was released a couple of days ago. You can learn more about it in the [introduction post](https://reactjs.org/blog/2020/10/20/react-v17.html). Material UI now supports `^16.8.0 || ^17.0.0`.
9312
+ React 17 release is unusual because it doesn't add any new developer-facing features. It was released a couple of days ago. You can learn more about it in the [introduction post](https://legacy.reactjs.org/blog/2020/10/20/react-v17.html). Material UI now supports `^16.8.0 || ^17.0.0`.
9039
9313
  - ๐Ÿ›  Introduce a new `@material-ui/unstyled` package (#23270) @mnajdova.
9040
9314
  This package will host the unstyled version of the components. In this first iteration, only the Slider is available. You can find it documented under the [same page](https://mui.com/components/slider-styled/#unstyled-slider) as the styled version.
9041
9315
 
@@ -10044,7 +10318,7 @@ Here are some highlights โœจ:
10044
10318
  #### Breaking changes
10045
10319
 
10046
10320
  - [Modal] Remove `onRendered` prop from Modal and Portal (#22464) @eps1lon
10047
- Depending on your use case either use a [callback ref](https://reactjs.org/docs/refs-and-the-dom.html#callback-refs) on the child element or an effect hook in the child component.
10321
+ Depending on your use case either use a [callback ref](https://legacy.reactjs.org/docs/refs-and-the-dom.html#callback-refs) on the child element or an effect hook in the child component.
10048
10322
 
10049
10323
  #### Changes
10050
10324
 
@@ -10507,7 +10781,7 @@ Here are some highlights โœจ:
10507
10781
 
10508
10782
  - [RootRef] Remove component (#21974) @eps1lon
10509
10783
  This component was removed. You can get a reference to the underlying DOM node of our components via `ref` prop.
10510
- The component relied on [`ReactDOM.findDOMNode`](https://reactjs.org/docs/react-dom.html#finddomnode) which is [deprecated in `React.StrictMode`](https://reactjs.org/docs/strict-mode.html#warning-about-deprecated-finddomnode-usage).
10784
+ The component relied on [`ReactDOM.findDOMNode`](https://legacy.reactjs.org/docs/react-dom.html#finddomnode) which is [deprecated in `React.StrictMode`](https://legacy.reactjs.org/docs/strict-mode.html#warning-about-deprecated-finddomnode-usage).
10511
10785
 
10512
10786
  ```diff
10513
10787
  -<RootRef rootRef={ref}>
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v5.11.12
2
+ * @mui/private-theming v5.12.0
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/private-theming v5.11.12
2
+ * @mui/private-theming v5.12.0
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/private-theming v5.11.12
2
+ * @mui/private-theming v5.12.0
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/private-theming v5.11.12
2
+ * @mui/private-theming v5.12.0
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/private-theming",
3
- "version": "5.11.12",
3
+ "version": "5.12.0",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@babel/runtime": "^7.21.0",
39
- "@mui/utils": "^5.11.12",
39
+ "@mui/utils": "^5.12.0",
40
40
  "prop-types": "^15.8.1"
41
41
  },
42
42
  "sideEffects": false,