@mui/private-theming 5.11.13 โ†’ 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,238 @@
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
+
3
236
  ## 5.11.13
4
237
 
5
238
  <!-- generated comparing v5.11.12..master -->
@@ -8,12 +241,12 @@ _Mar 14, 2023_
8
241
 
9
242
  A big thanks to the 13 contributors who made this release possible. Here are some highlights โœจ:
10
243
 
11
- - @michaldudak added an option for [disabling the generation](https://mui.com/base/getting-started/customization/#disabling-default-css-classes) of the default classes in MUI Base (#35963)
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)
12
245
  - other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
13
246
 
14
247
  ### `@mui/material@5.11.13`
15
248
 
16
- - &#8203;<!-- 13 -->[core] Bump MUI Base's version in Material UI (#36492) @hbjORbj
249
+ - &#8203;<!-- 13 -->[core] Bump Base UI's version in Material UI (#36492) @hbjORbj
17
250
  - &#8203;<!-- 17 -->[material] Export `shouldSkipGeneratingVar` from Material UI (#36489) @siriwatknp
18
251
  - &#8203;<!-- 06 -->[Typography] Apply font properties to typography inherit variant (#33621) @oyar99
19
252
 
@@ -163,7 +396,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
163
396
  - &#8203;<!-- 23 -->[docs] Add instructions for deploying docs without a release (#36301) @cherniavskii
164
397
  - &#8203;<!-- 22 -->[docs] Fix 301 redirections on the docs @oliviertassinari
165
398
  - &#8203;<!-- 21 -->[docs] Update MUI X banner to reflect stable release (#36354) @MBilalShafi
166
- - &#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
167
400
  - &#8203;<!-- 19 -->[docs] Improve visual look of loose lists (#36190) @oliviertassinari
168
401
  - &#8203;<!-- 18 -->[docs] Fix @mui/styles example links (#36331) @oliviertassinari
169
402
  - &#8203;<!-- 17 -->[docs][joy] Build TS versions for List component demos (#36382) @sai6855
@@ -193,7 +426,7 @@ _Feb 27, 2023_
193
426
 
194
427
  A big thanks to the 15 contributors who made this release possible. Here are some highlights โœจ:
195
428
 
196
- - ๐Ÿ“š 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)
197
430
  - other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
198
431
 
199
432
  ### `@mui/material@5.11.11`
@@ -430,7 +663,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
430
663
  - &#8203;<!-- 16 -->[docs] Improve inline preview's information (#35974) @oliviertassinari
431
664
  - &#8203;<!-- 15 -->[docs] Fix wrong v5 migration instructions (#36022) @oliviertassinari
432
665
  - &#8203;<!-- 14 -->[docs] Fix autocomplete render group key warning in the demo (#36025) @chuanyu0201
433
- - &#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
434
667
  - &#8203;<!-- 12 -->[docs] Fix grammar typo (#36016) @alexownejazayeri
435
668
  - &#8203;<!-- 11 -->[docs][joy] Add JSDoc for the `AutocompleteProps` type (#36039) @ArthurPedroti
436
669
 
@@ -646,7 +879,7 @@ This release was mostly about ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
646
879
 
647
880
  - [docs] Improve pickers lab migration stressing `mui-x` usage (#35740) @LukasTy
648
881
  - [docs] Fix incorrectly named AccessibleTable demo component (#35832) @HeVictor
649
- - [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
650
883
  - [docs] Fix typos (#35814) @alexfauquette
651
884
  - [docs] Revise and expand the Joy UI Card page (#35745) @samuelsycamore
652
885
  - [docs] Fix navigation layout shift (#35679) @oliviertassinari
@@ -757,7 +990,7 @@ _Dec 26, 2022_
757
990
 
758
991
  A big thanks to the 20 contributors who made this release possible. Here are some highlights โœจ:
759
992
 
760
- - โš™๏ธ 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)
761
994
  - Many other ๐Ÿ› bug fixes abd ๐Ÿ“š documentation improvements.
762
995
 
763
996
  ### `@mui/material@5.11.2`
@@ -934,7 +1167,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
934
1167
  - [docs] Refactor `ToggleButtonSizes` demo (#35375) @Armanio
935
1168
  - [docs] Standardize the usage of callouts in the MUI Core docs (#35361) @samuelsycamore
936
1169
  - [docs] Format feedback to add a link to the commented section (#35381) @alexfauquette
937
- - [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
938
1171
  - [docs] Fix typo in FormControl API docs (#35449) @Spanishiwa
939
1172
  - [docs] Update callouts design (#35390) @danilo-leal
940
1173
  - [website] New wave of open roles (#35240) @mnajdova
@@ -1009,7 +1242,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
1009
1242
  - &#8203;<!-- 14 -->[docs] Improve the autogenerated "Unstyled" and "API" text (#35185) @samuelsycamore
1010
1243
  - &#8203;<!-- 13 -->[docs] Fix ad margin on API pages (#35201) @oliviertassinari
1011
1244
  - &#8203;<!-- 12 -->[docs] Revise and expand the Joy UI "Badge" page (#35199) @samuelsycamore
1012
- - &#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
1013
1246
  - &#8203;<!-- 09 -->[l10n] Improve Chinese (Taiwan) zh-TW locale (#35328) @happyincent
1014
1247
  - &#8203;<!-- 02 -->[website] Update MUI stats: GitHub stars, Twitter followers, etc. (#35318) @nomandhoni-cs
1015
1248
 
@@ -1342,7 +1575,7 @@ _Oct 25, 2022_
1342
1575
 
1343
1576
  A big thanks to the 10 contributors who made this release possible. Here are some highlights โœจ:
1344
1577
 
1345
- - ๐Ÿ”ง 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
1346
1579
  - Many other ๐Ÿ› bug fixes, ๐Ÿ“š documentation, and โš™๏ธ infrastructure improvements
1347
1580
 
1348
1581
  ### `@mui/material@5.10.11`
@@ -1424,7 +1657,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
1424
1657
 
1425
1658
  - ๐Ÿ–Œ Thanks to the efforts of @bharatkashyap and @nihgwu, we now have editable demos across our docs (#34454)!
1426
1659
  - ๐Ÿš€ The Tooltip component has been added to Joy UI by @hbjORbj (#34509).
1427
- - โš™๏ธ 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.
1428
1661
  @mbayucot finished the first PR with the conversion of the NoSsr code (#34735).
1429
1662
  - And more ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
1430
1663
 
@@ -1555,7 +1788,7 @@ _Oct 3, 2022_
1555
1788
 
1556
1789
  A big thanks to the 18 contributors who made this release possible. Here are some highlights โœจ:
1557
1790
 
1558
- - ๐Ÿš€ [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
1559
1792
  - ๐Ÿ“š [CSS variables documentation](https://mui.com/material-ui/experimental-api/css-theme-variables/overview/) for Material UI has been added by @siriwatknp (#33958)
1560
1793
  - And more ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
1561
1794
 
@@ -1657,7 +1890,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
1657
1890
 
1658
1891
  ### Docs
1659
1892
 
1660
- - [blog] MUI Base announcement typo fixed (#34409) @prakhargupta1
1893
+ - [blog] Base UI announcement typo fixed (#34409) @prakhargupta1
1661
1894
  - [blog] Fix typo in date-pickers v5 stable (#34386) @alexfauquette
1662
1895
  - [blog] Update date on date pickers v5 release blog post (#34406) @joserodolfofreitas
1663
1896
  - [docs] Update `useMenu` and `useMenuItem` hooks demo (#34166) @ZeeshanTamboli
@@ -1743,7 +1976,7 @@ This release was mostly about ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
1743
1976
  - [docs] Fix 301 link to external projects @oliviertassinari
1744
1977
  - [docs] Move 12 component names to Title Case (#34188) @oliviertassinari
1745
1978
  - [docs] Fix broken links (#34320) @alexfauquette
1746
- - [docs] Add notification for MUI Base announcement post (#34295) @samuelsycamore
1979
+ - [docs] Add notification for Base UI announcement post (#34295) @samuelsycamore
1747
1980
  - [website] Fix MUI X subscribe email border style (#34330) @oliviertassinari
1748
1981
  - [website] Improve security header @oliviertassinari
1749
1982
 
@@ -1764,7 +1997,7 @@ _Sep 12, 2022_
1764
1997
 
1765
1998
  A big thanks to the 12 contributors who made this release possible. Here are some highlights โœจ:
1766
1999
 
1767
- - ๐Ÿš€ [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.
1768
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
1769
2002
  - And more ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
1770
2003
 
@@ -1787,7 +2020,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
1787
2020
 
1788
2021
  ### Docs
1789
2022
 
1790
- - &#8203;<!-- 16 -->[blog] Introducing MUI Base (#33778) @michaldudak
2023
+ - &#8203;<!-- 16 -->[blog] Introducing Base UI (#33778) @michaldudak
1791
2024
  - &#8203;<!-- 13 -->[docs] Fix spelling error (#34209) @ChrystianDeMatos
1792
2025
  - &#8203;<!-- 12 -->[docs] Improve link to the security policy (#34219) @oliviertassinari
1793
2026
  - &#8203;<!-- 11 -->[docs] Fix typo in Joy UI's `Usage` docs (#34200) @zillion504
@@ -2342,7 +2575,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
2342
2575
  - [docs] Add "refine" demo to showcase (#33240) @omeraplak
2343
2576
  - [docs] Add webpack alias for legacy utils package (#33376) @jgbae
2344
2577
  - [docs] Improve external link icons synonyms (#33257) @davidgarciab
2345
- - [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
2346
2579
  - [examples] Add MUI base example (#33154) @siriwatknp
2347
2580
 
2348
2581
  ### Core
@@ -2516,7 +2749,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
2516
2749
  - &#8203;<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
2517
2750
  - &#8203;<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
2518
2751
  - &#8203;<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
2519
- - &#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
2520
2753
  - &#8203;<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
2521
2754
  - &#8203;<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
2522
2755
  - &#8203;<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
@@ -2594,7 +2827,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
2594
2827
  - &#8203;<!-- 31 -->[docs] Move codesandbox to MUI org (#33122) @oliviertassinari
2595
2828
  - &#8203;<!-- 30 -->[docs] Add Shadow DOM guide (#33007) @cherniavskii
2596
2829
  - &#8203;<!-- 29 -->[docs] Fix typo in Material UI overview page (#33087) @oliviertassinari
2597
- - &#8203;<!-- 28 -->[docs] Miscellaneous fixes in `MUI Base` docs (#33091) @ZeeshanTamboli
2830
+ - &#8203;<!-- 28 -->[docs] Miscellaneous fixes in `Base UI` docs (#33091) @ZeeshanTamboli
2598
2831
  - &#8203;<!-- 27 -->[docs] Fix GitHub capitalization (#33071) @oliviertassinari
2599
2832
  - &#8203;<!-- 26 -->[docs] Fix a typo in `InputUnstyled` docs (#33077) @ZeeshanTamboli
2600
2833
  - &#8203;<!-- 25 -->[docs] Add notification for Joy blog post (#33059) @siriwatknp
@@ -3030,7 +3263,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
3030
3263
  - &#8203;<!-- 24 -->[docs] Base Button style revisions and final review (#32380) @samuelsycamore
3031
3264
  - &#8203;<!-- 23 -->[docs] Base NoSsr style revisions and final review (#32254) @samuelsycamore
3032
3265
  - &#8203;<!-- 22 -->[docs] Correctly capitalize Ctrl @oliviertassinari
3033
- - &#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
3034
3267
  - &#8203;<!-- 20 -->[docs] Add "Overview" page to Base docs (#32310) @samuelsycamore
3035
3268
  - &#8203;<!-- 19 -->[docs] Add copy button to code block (#32390) @siriwatknp
3036
3269
  - &#8203;<!-- 18 -->[docs] Base Tabs style revisions and final review (#32423) @samuelsycamore
@@ -3284,7 +3517,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3284
3517
 
3285
3518
  - &#8203;<!-- 28 -->[core] Update peer deps to support React 18 (#32063) @eps1lon
3286
3519
  - &#8203;<!-- 27 -->[core] Fix running docs:api on Windows (#32091) @michaldudak
3287
- - &#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
3288
3521
 
3289
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
3290
3523
 
@@ -3511,7 +3744,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
3511
3744
 
3512
3745
  - &#8203;<!-- 24 -->[ClassNameGenerator] Prevent all `base` imports (#31297) @siriwatknp
3513
3746
 
3514
- `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:
3515
3748
 
3516
3749
  ```diff
3517
3750
  -import { unstable_ClassNameGenerator } from '@mui/material/utils';
@@ -5286,7 +5519,7 @@ _Sep 1, 2021_
5286
5519
  A big thanks to the 18 contributors who made this release possible. Here are some highlights โœจ:
5287
5520
 
5288
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).
5289
- - ๐Ÿ›  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)
5290
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 ๐Ÿ‘!
5291
5524
 
5292
5525
  ### `@mui/material@5.0.0-rc.0`
@@ -5318,7 +5551,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
5318
5551
 
5319
5552
  > **Note**: `@mui/base` (previously `@material-ui/unstyled`) is not the same as `@material-ui/core`.
5320
5553
 
5321
- 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.
5322
5555
 
5323
5556
  #### Changes
5324
5557
 
@@ -6453,7 +6686,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
6453
6686
 
6454
6687
  - ๐Ÿ‘ฉโ€๐ŸŽค We have completed the migration to emotion of all the components (`@material-ui/core` and `@material-ui/lab`) @siriwatknp, @mnajdova.
6455
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.
6456
- - โš’๏ธ 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.
6457
6690
  - And many more ๐Ÿ› bug fixes and ๐Ÿ“š improvements.
6458
6691
 
6459
6692
  ### `@material-ui/core@5.0.0-alpha.35`
@@ -8721,7 +8954,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
8721
8954
 
8722
8955
  - [Box] Remove deprecated props (#23716) @mnajdova
8723
8956
  All props are now available under the `sx` prop. A deprecation will be landing in v4.
8724
- 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).
8725
8958
 
8726
8959
  ```diff
8727
8960
  -<Box p={2} bgcolor="primary.main">
@@ -9076,7 +9309,7 @@ _Nov 4, 2020_
9076
9309
  A big thanks to the 20 contributors who made this release possible. Here are some highlights โœจ:
9077
9310
 
9078
9311
  - โš›๏ธ Add support for React 17 (#23311) @eps1lon.
9079
- 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`.
9080
9313
  - ๐Ÿ›  Introduce a new `@material-ui/unstyled` package (#23270) @mnajdova.
9081
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.
9082
9315
 
@@ -10085,7 +10318,7 @@ Here are some highlights โœจ:
10085
10318
  #### Breaking changes
10086
10319
 
10087
10320
  - [Modal] Remove `onRendered` prop from Modal and Portal (#22464) @eps1lon
10088
- 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.
10089
10322
 
10090
10323
  #### Changes
10091
10324
 
@@ -10548,7 +10781,7 @@ Here are some highlights โœจ:
10548
10781
 
10549
10782
  - [RootRef] Remove component (#21974) @eps1lon
10550
10783
  This component was removed. You can get a reference to the underlying DOM node of our components via `ref` prop.
10551
- 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).
10552
10785
 
10553
10786
  ```diff
10554
10787
  -<RootRef rootRef={ref}>
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v5.11.13
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.13
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.13
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.13
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.13",
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.13",
39
+ "@mui/utils": "^5.12.0",
40
40
  "prop-types": "^15.8.1"
41
41
  },
42
42
  "sideEffects": false,