@mui/icons-material 5.11.16 β†’ 5.13.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,791 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.13.7
4
+
5
+ <!-- generated comparing v5.13.6..master -->
6
+
7
+ _Jul 4, 2023_
8
+
9
+ A big thanks to the 21 contributors who made this release possible.
10
+ This release focuses primarily on πŸ› bug fixes, πŸ“š documentation, and βš™οΈ infrastructure improvements.
11
+
12
+ ### `@mui/material@5.13.7`
13
+
14
+ - [OutlinedInput] Fix form control properties in `ownerState` (#37668) @vonagam
15
+
16
+ ### `@mui/system@5.13.7`
17
+
18
+ - [Stack] Fix spacing when there are `<style>` children (#34966) @cmd-johnson
19
+
20
+ ### `@mui/icons-material@5.13.7`
21
+
22
+ - [icons] Add Microsoft logo (#37717) @zephyrus21
23
+
24
+ ### `@mui/joy@5.0.0-alpha.86`
25
+
26
+ - [Autocomplete][joy] Fix Autocomplete and Modal components to work together (#37515) @saikathalderr
27
+ - [Menu][Joy] Improve UX of `Menu` usage demo (#37797) @sai6855
28
+
29
+ ### `@mui/base@5.0.0-beta.6`
30
+
31
+ - [Slider][base][material][joy] Fix not draggable on the edge when `disableSwap={true}` (#35998) @sai6855
32
+ - [Slider][base] Provide slot state to Slider's thumb slot props callback (#37749) @mnajdova
33
+ - [Tabs] Wrap TabsList context creation in useMemo (#37370) @michaldudak
34
+ - [TextareaAutosize] Fix wrong height measurement (#37185) @bigteech
35
+
36
+ ### `@mui/lab@5.0.0-alpha.135`
37
+
38
+ - [Timeline] Fix position `alternate-reverse` generated classname (#37678) @ZeeshanTamboli
39
+
40
+ ### Docs
41
+
42
+ - [docs][base] Add demo for using the Button as a link (#37317) @AdamSundberg
43
+ - [docs][base] Add Tailwind CSS + plain CSS demo on the Select page (#37725) @mnajdova
44
+ - [docs][base] Make Base UI input demos denser (#37750) @zanivan
45
+ - [docs][base] Make Base UI button demos denser (#37689) @zanivan
46
+ - [docs][base] Add Tailwind CSS & plain CSS demos on the Input page (#37685) @mnajdova
47
+ - [docs][base] Fix horizontal scrolling on the mobile input page (#37688) @zanivan
48
+ - [docs] Improve Base UI index page (#37761) @oliviertassinari
49
+ - [docs] Fix incorrect package URL in README of example material-vite (#37755) @Dlouxgit
50
+ - [docs] Explain how to disable Base Select's portal (#37684) @michaldudak
51
+ - [docs] Shorten overview page URLs (#37660) @oliviertassinari
52
+ - [docs][material] Rename custom tab panel in Tabs demo to prevent confusion with @mui/lab (#37638) @MUK-Dev
53
+ - [docs][tabs] Document how to use routing with Tabs in Base UI (#37369) @michaldudak
54
+ - [docs] Rename product to productId (#37801) @siriwatknp
55
+ - [docs][base] Add Tailwind CSS & plain CSS demo on the Slider page (#37736) @mnajdova
56
+
57
+ ### Core
58
+
59
+ - [docs–infra] Prevent displaying multiple ads (#37696) @oliviertassinari
60
+ - [blog] Fix mismatch between plan and link @oliviertassinari
61
+ - [core] Update yarn lockfile (#37802) @michaldudak
62
+ - [core] Add bundle size Toolpad app link to PRs (#36311) @Janpot
63
+ - [core] Fix priority support prompt action flow (#37726) @DanailH
64
+ - [core] Fix typo in priority support @oliviertassinari
65
+ - [core][docs] add Eslint rule to ensure main demo component match file… (#37278) @alexfauquette
66
+ - [docs-infra] Fix truncated TOCs scrollbar (#37770) @oliviertassinari
67
+ - [docs-infra] Adjust demo container to be glued to the toolbar (#37744) @danilo-leal
68
+ - [docs-infra] Fix layout shift ad (#37694) @oliviertassinari
69
+ - [docs-infra] Improve demos toolbar (#37762) @oliviertassinari
70
+ - [docs-infra] Make the GitHub link in the nav bar open in a new tab (#37766) @gateremark
71
+ - [docs-infra] Allow to persist icons in ToC (#37731) @cherniavskii
72
+ - [docs-infra] Improve product mapping (#37729) @oliviertassinari
73
+ - [docs-infra] Add design polish to the comment and anchor buttons (#37734) @danilo-leal
74
+ - [docs-infra] Tweak editable code blocks callout design (#37681) @danilo-leal
75
+ - [docs-infra] Improve the edit page experience (#37695) @oliviertassinari
76
+ - [docs-infra] Support rendering markdown outside of docs (#37691) @oliviertassinari
77
+ - [docs-infra] Polish demo toolbar button designs (#37680) @danilo-leal
78
+ - [docs-infra] Adjust demo component container design (#37659) @danilo-leal
79
+ - [test] Fix test:e2e local run (#37719) @oliviertassinari
80
+ - [test] Remove failing test in dev @oliviertassinari
81
+ - [website] Add no-op service worker to fix stale cache issue (#37607) @cherniavskii
82
+ - [website] Transition the Core page to be Material UI instead (#37583) @danilo-leal
83
+ - [website] Update the pricing page to reflect sales (#37751) @oliviertassinari
84
+ - [website] Match Copyright with the rest of the website @oliviertassinari
85
+ - [website] Support deep linking to pricing FAQ @oliviertassinari
86
+
87
+ All contributors of this release in alphabetical order: @AdamSundberg, @alexfauquette, @bigteech, @cherniavskii, @cmd-johnson, @DanailH, @danilo-leal, @Dlouxgit, @gateremark, @Janpot, @michaldudak, @mnajdova, @MUK-Dev, @oliviertassinari, @sai6855, @saikathalderr, @siriwatknp, @vonagam, @zanivan, @ZeeshanTamboli, @zephyrus21
88
+
89
+ ## 5.13.6
90
+
91
+ _Jun 21, 2023_
92
+
93
+ A big thanks to the 25 contributors who made this release possible. Here are some highlights ✨:
94
+
95
+ - πŸ’« Added [Slider](https://mui.com/material-ui/react-slider/#material-you-version) component using the new Material You design language (#37520) @DiegoAndai.
96
+ - πŸ“š Added [examples](https://github.com/mui/material-ui/tree/master/examples/material-next-app-router-ts) showcasing how you can use Material UI with next.js's app directory (#37315) @smo043
97
+
98
+ ### `@mui/material@5.13.6`
99
+
100
+ - &#8203;<!-- 45 -->[Autocomplete] Fixed autocomplete's existing option selection (#37012) @bencevoros
101
+ - &#8203;<!-- 44 -->[Autocomplete] Add hint demos to Material UI and Joy UI docs (#37496) @sai6855
102
+ - &#8203;<!-- 13 -->[Masonry] Fix ResizeObserver loop limit exceeded error (#37208) @hbjORbj
103
+ - &#8203;<!-- 11 -->[Tooltip][material] Improve warning when Tooltip receives string child (#37530) @DiegoAndai
104
+ - &#8203;<!-- 10 -->[Modal] Add missing members to ModalOwnProps (#37568) @ivp-dev
105
+ - &#8203;<!-- 09 -->[Slider] Arrow keys control does not work with float numbers (#37071) @gitstart
106
+ - &#8203;<!-- 08 -->[SvgIcon] allow `svg` as a child (#37231) @siriwatknp
107
+ - &#8203;<!-- 07 -->[Timeline] Add alternate reverse position (#37311) @abhinavkmrru
108
+ - &#8203;<!-- 06 -->[Tooltip] Fix type of sx prop in `slotProps` (#37550) @SuperKXT
109
+ - &#8203;<!-- 05 -->[TouchRipple] perf: avoid calling `clearTimeout()` (#37512) @romgrk
110
+
111
+ ### `@mui/material-next@6.0.0-alpha.90`
112
+
113
+ - &#8203;<!-- 12 -->[Material You] Add Slider component with Material You design (#37520) @DiegoAndai
114
+
115
+ ### `@mui/joy@5.0.0-alpha.85`
116
+
117
+ - &#8203;<!-- 37 -->[ButtonGroup][joy] Missing border when spacing is more than zero (#37577) @siriwatknp
118
+ - &#8203;<!-- 36 -->[CardActions][joy] Add `CardActions` component (#37441) @siriwatknp
119
+ - &#8203;<!-- 14 -->[Menu][joy] Fix closing of `Menu` in demos (#36917) @sai6855
120
+
121
+ ### `@mui/base@5.0.0-beta.5`
122
+
123
+ - &#8203;<!-- 39 -->[Menu][base] Add the resetHighlight action (#37392) @michaldudak
124
+ - &#8203;<!-- 38 -->[Select][base] Expose the `areOptionsEqual` prop (#37615) @michaldudak
125
+
126
+ ### `@mui/utils@5.13.2`
127
+
128
+ - &#8203;<!-- 04 -->[utils] Allow nested imports in @mui/utils to speed up build (#37586) @flaviendelangle
129
+
130
+ ### Docs
131
+
132
+ - &#8203;<!-- 43 -->[docs][base] Improve Base UI all components images (#37590) @danilo-leal
133
+ - &#8203;<!-- 42 -->[docs][base] Add pages for coming soon components (#37575) @danilo-leal
134
+ - &#8203;<!-- 41 -->[docs][base] Add a Snackbar introduction demo (#37602) @danilo-leal
135
+ - &#8203;<!-- 40 -->[docs][base] Add page for all Base UI components (#37536) @danilo-leal
136
+ - &#8203;<!-- 33 -->[docs] Fix scrollbar on snackbar page (#37657) @oliviertassinari
137
+ - &#8203;<!-- 32 -->[docs] Switch order of snackbar buttons in demos (#37389) @Primajin
138
+ - &#8203;<!-- 31 -->[docs] Add support for Tailwind CSS and plain CSS demos (#37319) @mnajdova
139
+ - &#8203;<!-- 30 -->[docs] Tree view color fix for dark mode in Gmail example (#37051) @PunitSoniME
140
+ - &#8203;<!-- 29 -->[docs] Inline the Base UI demo (#37603) @oliviertassinari
141
+ - &#8203;<!-- 28 -->[docs] Fix typo in themed components page (#37598) @vinayr
142
+ - &#8203;<!-- 27 -->[docs] Fix render inline code in CSS description generation (#37448) @alexfauquette
143
+ - &#8203;<!-- 26 -->[docs] Add styles to styled argument list (#37558) @DiegoAndai
144
+ - &#8203;<!-- 25 -->[docs] Improve awkward wording in READMEs of example projects (#37110) @DIWAKARKASHYAP
145
+ - &#8203;<!-- 24 -->[docs] Fix small base -> base-ui migration issue (#37594) @oliviertassinari
146
+ - &#8203;<!-- 23 -->[docs] Fix GitHub typo (#37578) @oliviertassinari
147
+ - &#8203;<!-- 22 -->[docs] Improve release guide (#37547) @DiegoAndai
148
+ - &#8203;<!-- 21 -->[docs] Review fixes to the Material UI's "Example projects" page (#37444) @danilo-leal
149
+ - &#8203;<!-- 17 -->[docs][joy] Add a messages template (#37546) @sernstberger
150
+ - &#8203;<!-- 16 -->[docs][joy] Add pages for coming soon Joy UI components (#36920) @danilo-leal
151
+ - &#8203;<!-- 15 -->[docs][joy] Add design and consistency tweaks to the Playground (#37580) @danilo-leal
152
+ - &#8203;<!-- 37 -->[docs] Add and revise Base UI + Create React App examples (#36825) @samuelsycamore
153
+ - &#8203;<!-- 20 -->[docs-infra] Fix demos border radius (#37658) @oliviertassinari
154
+ - &#8203;<!-- 19 -->[docs-infra] Add analyticsTags to Algolia (#37600) @Janpot
155
+ - &#8203;<!-- 18 -->[docs-infra] Simplify product id handling (#37593) @oliviertassinari
156
+ - &#8203;<!-- 35 -->[CHANGELOG] Add missing release date for v5.13.5 @oliviertassinari
157
+ - &#8203;<!-- 16 -->[examples] Shell command fix in the readme file of material-next-app-router-ts example (#37675) @bablukpik
158
+ - &#8203;<!-- 15 -->[examples] Next.js v13 app router with Material UI (#37315) @smo043
159
+
160
+ ### Core
161
+
162
+ - &#8203;<!-- 34 -->[core] Update to Node.js v18 for `test-dev` CI (#37604) @ZeeshanTamboli
163
+ - &#8203;<!-- 39 -->[core] Add priority support issue template (#37671) @DanailH
164
+ - &#8203;<!-- 03 -->[website] Update roadmap page (#37587) @cherniavskii
165
+ - &#8203;<!-- 02 -->[website] Add CSP to limit iframes to self @oliviertassinari
166
+ - &#8203;<!-- 01 -->[website] Link mui-x Stack Overflow in footer link (#37509) @richbustos
167
+
168
+ All contributors of this release in alphabetical order: @abhinavkmrru, @alexfauquette, @bencevoros, @cherniavskii, @danilo-leal, @DiegoAndai, @DIWAKARKASHYAP, @flaviendelangle, @gitstart, @hbjORbj, @ivp-dev, @Janpot, @michaldudak, @mnajdova, @oliviertassinari, @Primajin, @PunitSoniME, @richbustos, @romgrk, @sai6855, @sernstberger, @siriwatknp, @SuperKXT, @vinayr, @ZeeshanTamboli
169
+
170
+ ## 5.13.5
171
+
172
+ _Jun 12, 2023_
173
+
174
+ A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
175
+
176
+ - πŸ’« Added `ButtonGroup` component in Joy UI (#37407) @siriwatknp.
177
+ - πŸ› bug fixes and πŸ“š documentation improvements.
178
+
179
+ ### `@mui/material@5.13.5`
180
+
181
+ - &#8203;<!-- 03 -->[Material][Popover] Add support for virtual element as anchorEl (#37465) @DiegoAndai
182
+
183
+ ### `@mui/joy@5.0.0-alpha.84`
184
+
185
+ - &#8203;<!-- 20 -->[ButtonGroup][joy] Replace `detached` prop with `spacing`. (#37562) @siriwatknp
186
+ - &#8203;<!-- 19 -->[ButtonGroup][joy] Add `ButtonGroup` component (#37407) @siriwatknp
187
+ - &#8203;<!-- 04 -->[Input][joy] Simplify focus with `:focus-within` and add examples (#37385) @siriwatknp
188
+
189
+ ### Docs
190
+
191
+ - &#8203;<!-- 17 -->[docs] Move Toolpad from alpha to beta (#37288) @bharatkashyap
192
+ - &#8203;<!-- 16 -->[docs] Add usage of createCssVarsProvider (#37513) @brijeshb42
193
+ - &#8203;<!-- 15 -->[docs] Update /base url references to /base-ui (#37412) @brijeshb42
194
+ - &#8203;<!-- 14 -->[docs] Skip components and hooks due to duplicate index (#37539) @siriwatknp
195
+ - &#8203;<!-- 13 -->[docs] Polish Sign in to your account joy demo (#37498) @oliviertassinari
196
+ - &#8203;<!-- 12 -->[docs] Remove outdated Material UI FAQ @oliviertassinari
197
+ - &#8203;<!-- 11 -->[docs] Fix crash access to localStorage in Firefox (#37518) @brijeshb42
198
+ - &#8203;<!-- 10 -->[docs-infra] Enforce max length on description (#37565) @oliviertassinari
199
+ - &#8203;<!-- 09 -->[docs-infra] Mandatory versions (#37497) @oliviertassinari
200
+ - &#8203;<!-- 08 -->[docs-infra] Fix lighthouse img size issue (#37415) @oliviertassinari
201
+ - &#8203;<!-- 07 -->[docs][joy] Replace JoyInput with Input component in JoyUI Text Field documentation (#37548) @musama619
202
+ - &#8203;<!-- 06 -->[docs][joy] Add typography introduction demo component (#37553) @sernstberger
203
+ - &#8203;<!-- 05 -->[docs][joy] Add a rental dashboard template (#37453) @sernstberger
204
+
205
+ ### Core
206
+
207
+ - &#8203;<!-- 21 -->Move the React Community Engineer - X in Open Roles (#37552) @DanailH
208
+ - &#8203;<!-- 18 -->[core] Update Node.js version to v18 on CircleCI, CodeSandbox, and Netlify (#37173) @ZeeshanTamboli
209
+ - &#8203;<!-- 02 -->[website] RIDI gold sponsorship end (#37517) @oliviertassinari
210
+ - &#8203;<!-- 01 -->[website] Update X landing page (#37387) @cherniavskii
211
+
212
+ All contributors of this release in alphabetical order: @brijeshb42, @cherniavskii, @DanailH, @DiegoAndai, @musama619, @oliviertassinari, @sernstberger, @siriwatknp, @ZeeshanTamboli
213
+
214
+ ## 5.13.4
215
+
216
+ <!-- generated comparing v5.13.3..master -->
217
+
218
+ _Jun 5, 2023_
219
+
220
+ A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
221
+
222
+ ### `@mui/material@5.13.4`
223
+
224
+ - &#8203;<!-- 20 -->[Autocomplete][material] Add missing `focusVisible` class in AutocompleteClasses (#37502) @sai6855
225
+ - &#8203;<!-- 04 -->[Menu][material] Fix MenuPaper class composition precedence (#37390) @DiegoAndai
226
+ - &#8203;<!-- 03 -->[MenuList] Fix to allow conditional rendering for a menu item under ListSubheader (#36890) @danielplewes
227
+ - &#8203;<!-- 02 -->[Stepper] Handle progress bar of mobile stepper when `steps` is one (#37079) @gitstart
228
+
229
+ ### `@mui/base@5.0.0-beta.4`
230
+
231
+ - &#8203;<!-- 16 -->[Input][base] Fix calling slotProps event handlers (#37463) @sai6855
232
+
233
+ ### `@mui/joy@5.0.0-alpha.82`
234
+
235
+ - &#8203;<!-- 19 -->[Avatar][joy] Fallback to `alt` when `src` or `srcSet` are not defined (#37469) @vishalthatipamula0219
236
+ - &#8203;<!-- 15 -->[Card][joy] Improve usability of card family (#37474) @siriwatknp
237
+
238
+ ### Docs
239
+
240
+ - &#8203;<!-- 18 -->[docs][base] useAutocomplete demos & docs (#37029) @mj12albert
241
+ - &#8203;<!-- 17 -->[docs][base] Remove usage of `component` prop in docs (#37462) @sai6855
242
+ - &#8203;<!-- 13 -->[docs] Fix docs redirections @oliviertassinari
243
+ - &#8203;<!-- 12 -->[docs] Fix Fluent -> Fluent UI @oliviertassinari
244
+ - &#8203;<!-- 11 -->[docs] Fix MUI Base -> Base UI @oliviertassinari
245
+ - &#8203;<!-- 10 -->[docs] Add base-vite-tailwind example repo (#36994) @mj12albert
246
+ - &#8203;<!-- 09 -->[docs] Fix search bar layout shift (#37460) @oliviertassinari
247
+ - &#8203;<!-- 08 -->[docs] Tweak Material UI's "Showcase" page design (#37259) @danilo-leal
248
+ - &#8203;<!-- 07 -->[docs] Tweak Material UI's "Template" page design (#37260) @danilo-leal
249
+ - &#8203;<!-- 06 -->[docs] Fix "Language" page removal leftovers (#37408) @danilo-leal
250
+ - &#8203;<!-- 05 -->[docs] Move contents of css-variables to sibling pages (#37411) @brijeshb42
251
+
252
+ ### Core
253
+
254
+ - &#8203;<!-- 14 -->[core] Do not let Renovate handle `examples` packages updates (#37386) @ZeeshanTamboli
255
+ - &#8203;<!-- 01 -->[website] Add header filters to the pricing table (#37455) @MBilalShafi
256
+
257
+ All contributors of this release in alphabetical order: @brijeshb42, @danielplewes, @danilo-leal, @DiegoAndai, @gitstart, @MBilalShafi, @mj12albert, @oliviertassinari, @sai6855, @siriwatknp, @vishalthatipamula0219, @ZeeshanTamboli
258
+
259
+ ## 5.13.3
260
+
261
+ <!-- generated comparing v5.13.2..master -->
262
+
263
+ _May 29, 2023_
264
+
265
+ A big thanks to the 15 contributors who made this release possible.
266
+ This release focuses primarily on πŸ› bug fixes and πŸ“š documentation improvements.
267
+
268
+ ### `@mui/material@5.13.3
269
+
270
+ - &#8203;<!-- 22 -->[Autocomplete] Accept external Listbox ref (#37325) @sai6855
271
+ - &#8203;<!-- 06 -->[Modal] Pass `className` from `BackdropProps` (#37399) @hbjORbj
272
+
273
+ ### `@mui/base@5.0.0-beta.3`
274
+
275
+ - &#8203;<!-- 20 -->[base] Maintain nodes document order in compound components (#36857) @michaldudak
276
+ - &#8203;<!-- 19 -->[base][joy] Prevent persisting hover state styles onclick on mobile (#36704) @gitstart
277
+ - &#8203;<!-- 18 -->[Menu][base] MenuItem as a link does not work (#37242) @nicolas-ot
278
+ - &#8203;<!-- 17 -->[MenuItem][Base] Pass idGenerator function (#37364) @sai6855
279
+ - &#8203;<!-- 16 -->[Slider][Base] Add Vertical slider demo (#37357) @sai6855
280
+
281
+ ### `@mui/joy@5.0.0-alpha.82`
282
+
283
+ - &#8203;<!-- 23 -->[Select][joy] Fix popup does not close (#37435) @siriwatknp
284
+ - &#8203;<!-- 21 -->[Badge][Joy] Fix `slots` element type in API docs (#37329) @zignis
285
+ - &#8203;<!-- 04 -->[Select] [joy] Handle long text content (#37289) @akash191095
286
+ - &#8203;<!-- 07 -->[Tooltip][Joy] Interactive doesn't work (#37159) @nicolas-ot
287
+
288
+ ### `@mui/codemod@5.13.3
289
+
290
+ - &#8203;<!-- 05 -->[mui-codemod] Add missing script to README (#37377) @hbjORbj
291
+
292
+ ### Docs
293
+
294
+ - &#8203;<!-- 14 -->[docs] Clarify Hidden down props as exclusive (#36927) @canac
295
+ - &#8203;<!-- 13 -->[docs] Add refine to Material UI "Related projects" and "More advanced example projects" pages (#37308) @necatiozmen
296
+ - &#8203;<!-- 12 -->[docs] Remove todo link from sidebar (#37373) @brijeshb42
297
+ - &#8203;<!-- 11 -->[docs] Clarify the peer dependency with react (#37360) @oliviertassinari
298
+ - &#8203;<!-- 10 -->[docs] Divider vertical middle prop migration (#36840) @JhonnK08
299
+ - &#8203;<!-- 09 -->[docs] Fix branding theme tabs and navigation bar regressions (#37362) @ZeeshanTamboli
300
+ - &#8203;<!-- 08 -->[docs-infra] Throw on incorrect internal links (#37326) @oliviertassinari
301
+
302
+ ### Core
303
+
304
+ - &#8203;<!-- 15 -->[core] Include scoped JSX namespace when resolving props (#37404) @LukasTy
305
+ - &#8203;<!-- 03 -->[test][useMediaQuery] Change SSR test description (#37403) @zignis
306
+ - &#8203;<!-- 02 -->[website] Sync with Ashby @oliviertassinari
307
+ - &#8203;<!-- 01 -->[website] Add David to about page (#37379) @DavidCnoops
308
+
309
+ All contributors of this release in alphabetical order: @akash191095, @brijeshb42, @canac, @DavidCnoops, @gitstart, @hbjORbj, @JhonnK08, @LukasTy, @michaldudak, @necatiozmen, @nicolas-ot, @oliviertassinari, @sai6855, @ZeeshanTamboli, @zignis
310
+
311
+ ## 5.13.2
312
+
313
+ <!-- generated comparing v5.13.1..master -->
314
+
315
+ _May 22, 2023_
316
+
317
+ A big thanks to the 12 contributors who made this release possible.
318
+ πŸ“š This release focuses primarily on documentation improvements.
319
+
320
+ ### `@mui/material@5.13.2
321
+
322
+ - [Slider] Tooltip positioning fixed for vertical slider (#37049) @PunitSoniME
323
+
324
+ ### Docs
325
+
326
+ - [docs][base] Remove default annotations from useTabsList return type (#37324) @TinaSay
327
+ - [docs][base] Remove default annotations from useTabPanel return type (#37323) @TinaSay
328
+ - [docs][base] Remove default annotations from useSwitch return type (#37322) @TinaSay
329
+ - [docs][base] Remove default annotations from useInput return type (#37321) @TinaSay
330
+ - [docs][base] Remove default annotations from useAutocomplete return type (#37320) @TinaSay
331
+ - [docs][base] Remove default annotations from useBadge's return type (#37313) @TinaSay
332
+ - [docs][base] Remove default annotations from useButton's return type (#37312) @TinaSay
333
+ - [docs][base] Remove default annotations from useSlider's return type (#37309) @TinaSay
334
+ - [docs] Remove Material UI's "Languages" page (#37314) @danilo-leal
335
+ - [docs] Prefer to link GitHub repository @oliviertassinari
336
+ - [docs] Move product versions to page context (#35078) @m4theushw
337
+ - [docs] Fix v5 migration npm install instruction (#37293) @oliviertassinari
338
+ - [docs][Tab] Add vertical tabs demo (#37292) @sai6855
339
+ - [docs][Transitions] Fix typo in code sample (#37300) @alexfauquette
340
+ - [examples] Remove `@babel/plugin-proposal-class-properties` from Material-Express-SSR example (#37305) @ZeeshanTamboli
341
+ - [Website] Add Brijesh to About page (#37318) @brijeshb42
342
+ - [website] Update pricing table (#37290) @cherniavskii
343
+ - [website] Update core open roles (#37224) @mnajdova
344
+
345
+ ### Core
346
+
347
+ - Revert "[core] Remove outdated babel proposal plugins (#36795)" (#37331) @michaldudak
348
+ - [core] Move esmExternals to the shared next config (#37332) @michaldudak
349
+
350
+ All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @cherniavskii, @danilo-leal, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @sai6855, @TinaSay, @ZeeshanTamboli
351
+
352
+ ## 5.13.1
353
+
354
+ <!-- generated comparing v5.13.0..master -->
355
+
356
+ _May 16, 2023_
357
+
358
+ A big thanks to the 25 contributors who made this release possible. Here are some highlights ✨:
359
+
360
+ - 🌏 Added Central Myanmar (my-MY), Malay (ms-MS), Nepali (ne-NP), Tagalog (tl-TL) locales (#37017) @cccEric
361
+ - πŸ› bug fixes and πŸ“š documentation improvements.
362
+
363
+ ### `@mui/material@5.13.1`
364
+
365
+ - [Autocomplete] Allow tooltip text selection (#36503) @safeamiiir
366
+ - [Dialog] Fixed broken dialog when using maxWidth="xs" and custom breakpoint unit (#37237) @jguddas
367
+ - [l10n] Add Central Myanmar (my-MY), Malay (ms-MS), Nepali (ne-NP), Tagalog (tl-TL) locales (#37017) @cccEric
368
+
369
+ ### `@mui/utils@5.13.1`
370
+
371
+ - [utils] Fix downstream bundlers remove React 17 useId compatibility (#37183) @nickiaconis
372
+
373
+ ### `@mui/base@5.0.0-beta.1`
374
+
375
+ - [Select][base] Keep focus on the trigger element when listbox is open (#37244) @michaldudak
376
+
377
+ ### `@mui/joy@5.0.0-alpha.80`
378
+
379
+ - [Autocomplete] Fixed scroll into view (#37217) @sai6855
380
+ - [AutocompleteOption][Avatar] js test replaced with ts test (#37088) @PunitSoniME
381
+ - [Breadcrumbs] Replace js-tests with ts-tests (#37107) @mauwaz
382
+ - [RadioGroup] Turn JS test to TS test (#37138) @uuxxx
383
+ - [SvgIcon] Turn JS test to TS test (#37151) @nicolas-ot
384
+ - [Tooltip] Turn JS test to TS test (#37149) @nicolas-ot
385
+ - [Typography] Convert Typography test to TypeScript (#37165) @DerTimonius
386
+ - [Sheet][Slider][Stack][Switch] Replace js-tests with ts-tests (#37139) @mauwaz
387
+ - Miscellaneous fixes (#37274) @siriwatknp
388
+
389
+ ### Docs
390
+
391
+ - [docs] Remove upload button (#36844) @Bastian
392
+ - [docs] Update link to overriding component structure guide (#36870) @hbjORbj
393
+ - [docs] Fix Material Design templates (#37187) @oliviertassinari
394
+ - [docs] Fix link to Joy UI GitHub issues @oliviertassinari
395
+ - [docs] Show default value for `filterOptions` prop in Autocomplete's API docs (#37230) @ZeeshanTamboli
396
+ - [docs] Add summary and improve `test_static` CI doc in CONTRIBUTING readme file (#36711) @kriskw1999
397
+ - [docs] Update theme customization typescript (#35551) @siriwatknp
398
+ - [docs] Add Joy Frames X web blocks template (#37203) @siriwatknp
399
+ - [docs] Change Base UI `alpha` to `beta` in README (#37228) @ZeeshanTamboli
400
+ - [docs] Improve Base UI overview page (#37227) @mnajdova
401
+ - [docs] Update Joy + Material guide (#36911) @cherniavskii
402
+
403
+ ### Core
404
+
405
+ - [core] Remove `toEqualDateTime` chai matcher (#37073) @flaviendelangle
406
+ - [core] Check dependency cycles inside packages directory only (#37223) @michaldudak
407
+ - [core] Remove outdated babel proposal plugins (#36795) @kkocdko
408
+ - [website] Add Diego to About Us page (#37284) @DiegoAndai
409
+ - [website] Add Victor teamMember card to 'About' (#37283) @zanivan
410
+ - [website] Add Rich to the 'About' page (#37221) @richbustos
411
+
412
+ 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
413
+
414
+ ## 5.13.0
415
+
416
+ <!-- generated comparing v5.12.3..master -->
417
+
418
+ _May 10, 2023_
419
+
420
+ A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
421
+
422
+ - πŸš€ Base UI is now in beta - all planned breaking changes are now complete!
423
+ - πŸ—Ί 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.
424
+ - πŸ› Various bug fixes, πŸ“š documentation and πŸ§ͺ testing improvements
425
+
426
+ ### `@mui/material@5.13.0`
427
+
428
+ - [Autocomplete] Support `ChipComponent` type (#37112) @sai6855
429
+ - [AppBar] Fix component type (#37172) @sai6855
430
+ - [Select] Simplify handleChange in SelectInput (#37040) @ulrichstark
431
+
432
+ ### `@mui/joy@5.0.0-alpha.79`
433
+
434
+ - [Input][joy] Improve alignment on date fields (#37146) @wewakekumar
435
+ - [Alery][joy] Turn JS test to TS test (#37077) @hbjORbj
436
+ - [AspectRatio][joy] js test replaced with ts test (#37087) @PunitSoniME
437
+ - [Badge][AvatarGroup][joy] js test replaced with ts test (#37089) @PunitSoniME
438
+ - [Box][Card][MenuList][joy] Turn JS test to TS test (#37126) @uuxxx
439
+ - [List][Menu][joy] Turn JS test to TS test (#37123) @uuxxx
440
+ - [test][Joy] Remove duplicate Avatar test (#37201) @zignis
441
+ - [test][joy] js test cases converted to ts (#37117) @PunitSoniME
442
+ - [Button][joy] Convert Button test to typescript (#37181) @akash191095
443
+ - [CardContent][CardCover][CardOverflow][Chip][ChipDelete][joy] js text case converted to ts (#37116) @PunitSoniME
444
+ - [Radio][IconButton][Checkbox][Option][joy] Switch to TypeScript unit test (#37137) @DerTimonius
445
+
446
+ ### `@mui/base@5.0.0-beta.0`
447
+
448
+ - [Select][base] Do not call onChange after initial render (#37141) @michaldudak
449
+ - [Select][base] Rename the `optionStringifier` prop (#37118) @michaldudak
450
+ - [typescript][base] Fix types of components callbacks parameters (#37169) @michaldudak
451
+ - [Select], [TablePagination] Use more descriptive parameter names (#37064) @michaldudak
452
+
453
+ ### Docs
454
+
455
+ - [docs] Stray design tweaks to Base UI demos (#37003) @danilo-leal
456
+ - [docs] Move outdated CSS prefixing docs (#36710) @kriskw1999
457
+ - [docs] Improve "Example projects" page design (#37007) @danilo-leal
458
+ - [docs] Redirect NoSsr, Portal and TextareaAutosize to Base UI API page (#37175) @ZeeshanTamboli
459
+ - [docs] Demonstrate `TextField` customization using theme style overrides (#36805) @ZeeshanTamboli
460
+ - [docs] Tweak the "Edit this page" button icon (#37142) @danilo-leal
461
+ - [docs] Update links to the public roadmap (#36995) @mnajdova
462
+ - [docs] Improve Multiselect demo styling (#37120) @michaldudak
463
+ - [Stack] Fix import description @oliviertassinari
464
+
465
+ ### Core
466
+
467
+ - [blog] Fix images using "MUI Base" instead of "Base UI" (#37044) @danilo-leal
468
+ - [core] Add VSCode extensions recommendations (#37166) @michaldudak
469
+ - [test] `e2e-website` related minor fixes (#37204) @ZeeshanTamboli
470
+ - [website] Update the active positions (#37075) @DanailH
471
+ - [website] Add Romain to the About page (#37124) @romgrk
472
+ - [website] Make Toolpad alpha labels consistent (#37125) @gerdadesign
473
+
474
+ 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
475
+
476
+ ## 5.12.3
477
+
478
+ <!-- generated comparing v5.12.2..master -->
479
+
480
+ _May 2, 2023_
481
+
482
+ A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
483
+
484
+ - all planned breaking changes for Base UI are done. The first beta release should come next week πŸŽ‰
485
+ - πŸ› bug fixes and πŸ“š documentation improvements.
486
+
487
+ ### `@mui/material@5.12.3`
488
+
489
+ - &#8203;<!-- 43 -->[Accordion] Add missing `component` type (#37111) @sai6855
490
+ - &#8203;<!-- 23 -->[ButtonGroup] Should not retain divider color when it is disabled and variant is `text` (#36967) @DavidBoyer11
491
+ - &#8203;<!-- 21 -->[Divider] Fix styles on dividers with text (#35072) @maxdestors
492
+ - &#8203;<!-- 04 -->[TextField] Improve IntelliSense support for props (#36737) @sai6855
493
+ - &#8203;<!-- 03 -->[TextField] Fix running click event on disabled (#36892) @sai6855
494
+
495
+ ### `@mui/joy@5.0.0-alpha.78`
496
+
497
+ - &#8203;<!-- 09 -->[Joy] Miscellaneous fixes and docs improvement (#37026) @siriwatknp
498
+
499
+ ### `@mui/base@5.0.0-alpha.128`
500
+
501
+ #### Breaking changes
502
+
503
+ - The `component` prop is no longer supported because it can be replaced with the slots API. This is how the transformation will look like:
504
+
505
+ ```diff
506
+ <Button
507
+ - component="span"
508
+ + slots={{ root: "span" }}
509
+ />
510
+ ```
511
+
512
+ If using TypeScript, the custom component type should be added as a generic on the `Button` component.
513
+
514
+ ```diff
515
+ -<Button
516
+ +<Button<typeof CustomComponent>
517
+ slots={{ root: CustomComponent }}
518
+ customProp="foo"
519
+ />
520
+ ```
521
+
522
+ There is codemod that you can run in your project to do the transformation:
523
+
524
+ ```sh
525
+ npx @mui/codemod v5.0.0/base-remove-component-prop <path>
526
+ ```
527
+
528
+ 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).
529
+
530
+ This is the list of PR related to this change:
531
+
532
+ - &#8203;<!-- 40 -->[Button][base] Drop `component` prop (#36677) @mnajdova
533
+ - &#8203;<!-- 42 -->[Badge][base] Drop `component` prop (#37028) @hbjORbj
534
+ - &#8203;<!-- 37 -->[FormControl][base] Drop component prop (#37031) @hbjORbj
535
+ - &#8203;<!-- 35 -->[Input][base] Drop component prop (#37057) @hbjORbj
536
+ - &#8203;<!-- 34 -->[Menu][base] Drop component prop (#37033) @hbjORbj
537
+ - &#8203;<!-- 33 -->[MenuItem][base] Drop component prop (#37032) @hbjORbj
538
+ - &#8203;<!-- 32 -->[Modal][base] Drop component prop (#37058) @hbjORbj
539
+ - &#8203;<!-- 31 -->[Option][base] Drop component prop (#37052) @hbjORbj
540
+ - &#8203;<!-- 30 -->[OptionGroup][base] Drop component prop (#37055) @hbjORbj
541
+ - &#8203;<!-- 31 -->[Popper][base] Drop component prop (#37084) @hbjORbj
542
+ - &#8203;<!-- 29 -->[Select][base] Drop component prop (#37035) @hbjORbj
543
+ - &#8203;<!-- 28 -->[Slider][base] Drop component prop (#37056) @hbjORbj
544
+ - &#8203;<!-- 27 -->[Snackbar][base] Drop component prop (#37041) @nicolas-ot
545
+ - &#8203;<!-- 26 -->[Switch][base] Drop component prop (#37053) @hbjORbj
546
+ - &#8203;<!-- 25 -->[Tab][base] Drop component prop (#36768) @sai6855
547
+ - &#8203;<!-- 24 -->[Tabs][base] Drop component prop (#36770) @sai6855
548
+ - &#8203;<!-- 08 -->[TablePagination][base] Drop component prop (#37059) @sai6855
549
+ - &#8203;<!-- 07 -->[TabPanel][base] Drop component prop (#37054) @sai6855
550
+ - &#8203;<!-- 06 -->[TabsList][base] Drop component prop (#37042) @sai6855
551
+
552
+ - &#8203;<!-- 41 -->[base] Improve API consistency (#36970) @michaldudak
553
+
554
+ Brought consistency to Base UI components and hooks' parameters and return values:
555
+
556
+ 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.
557
+ 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.
558
+ 3. Type of accepted refs is standardized to `React.Ref<Element>`
559
+ 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).
560
+ 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.
561
+
562
+ #### Changes
563
+
564
+ - &#8203;<!-- 36 -->[FormControl][base] Do not use optional fields in useFormControlContext's return value (#37037) @michaldudak
565
+
566
+ ### Docs
567
+
568
+ - &#8203;<!-- 39 -->[base][docs] Add Base UI Quickstart Guide (#36717) @mj12albert
569
+ - &#8203;<!-- 20 -->[docs] Fix Material UI's API linking to Base UI (#37121) @mnajdova
570
+ - &#8203;<!-- 19 -->[docs] Fix pagination in the DataGrid demo (#37114) @cherniavskii
571
+ - &#8203;<!-- 18 -->[docs] Add notification to the release of the new Time Picker UI (#37065) @joserodolfofreitas
572
+ - &#8203;<!-- 17 -->[docs] Specify "Material UI" (not "MUI") where appropriate throughout the docs (#37066) @samuelsycamore
573
+ - &#8203;<!-- 16 -->[docs] Use focus-visible instead of focus for Menu demos (#36847) @michaldudak
574
+ - &#8203;<!-- 15 -->[docs] Fix small regressions API pages (#36972) @oliviertassinari
575
+ - &#8203;<!-- 14 -->[docs] Handle a few docs-feedback (#36977) @oliviertassinari
576
+ - &#8203;<!-- 13 -->[docs] Fix anchor link in customization (#37004) @oliviertassinari
577
+ - &#8203;<!-- 12 -->[docs] Add a note about minimal required version for theme merging to the guides (#36973) @jakub-stastny
578
+ - &#8203;<!-- 11 -->[docs] smooth scrolling added for `back to top` (#37011) @PunitSoniME
579
+ - &#8203;<!-- 10 -->[docs] Remove `useFormControl` return values from demos page (#37036) @ZeeshanTamboli
580
+ - &#8203;<!-- 47 --> [docs][base] Move styles to the bottom of demos code for `SwitchUnstyled` (#36720) @varunmulay22
581
+ - &#8203;<!-- 46 --> [docs][base] Move styles to the bottom of demos code for `InputUnstyled` (#36724) @varunmulay22
582
+ - &#8203;<!-- 45 --> [docs][base] Move styles to the bottom of demos code for `SliderUnstyled` (#36721) @varunmulay22
583
+ - &#8203;<!-- 44 --> [docs][base] Move styles to the bottom of demos code for `Snackbar` (#36719) @varunmulay22
584
+ - &#8203;<!-- 38 -->[docs][base] Move styles to the bottom of demos code for `SelectUnstyled` (#36718) @varunmulay22
585
+ - &#8203;<!-- 05 -->[templates] Image not displayed in blog layout of React template. (#36991) @navedqb
586
+ - &#8203;<!-- 02 -->[website] Take the design role offline @oliviertassinari
587
+ - &#8203;<!-- 01 -->[website] Fix URL convention @oliviertassinari
588
+ - &#8203;<!-- 21 -->[docs] Turn off job banner on docs (#36080) @joserodolfofreitas
589
+
590
+ ### Core
591
+
592
+ - &#8203;<!-- 22 -->[core] Allow type alias as well in hooks API docs generation (#37034) @ZeeshanTamboli
593
+
594
+ 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
595
+
596
+ ## 5.12.2
597
+
598
+ <!-- generated comparing v5.12.1..master -->
599
+
600
+ _Apr 25, 2023_
601
+
602
+ A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
603
+
604
+ - ⚠️ **[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.
605
+ - πŸ› bug fixes and πŸ“š documentation improvements.
606
+
607
+ ### `@mui/material@5.12.2`
608
+
609
+ - &#8203;<!-- 10 -->[FormControl] Fix `filled` when value is set through `inputProps` (#36741) @sai6855
610
+ - &#8203;<!-- 07 -->[Slider] `onChange` handler should be called only when value has changed (#36706) @gitstart
611
+ - &#8203;<!-- 06 -->[Table] Fix `Sorting & Selecting` tables (#36898) @oliviertassinari
612
+
613
+ ### `@mui/base@5.0.0-alpha.127`
614
+
615
+ #### Breaking changes
616
+
617
+ - &#8203;<!-- 27 -->[base] Remove unstyled suffix from Base components + Codemod script (#36873) @hbjORbj
618
+
619
+ The `Unstyled` suffix has been removed from all Base UI component names, including names of types and other related identifiers.
620
+
621
+ 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:
622
+
623
+ ```sh
624
+ npx @mui/codemod v5.0.0/base-remove-unstyled-suffix <path>
625
+ ```
626
+
627
+ #### Changes
628
+
629
+ - &#8203;<!-- 26 -->[codemod][base] Improve the removal of `component` prop codemod script (#36952) @hbjORbj
630
+ - &#8203;<!-- 25 -->[codemod][base] Write a migration script for removal of `component` prop from components (#36831) @hbjORbj
631
+ - &#8203;<!-- 24 -->[Base][useButton] Allow useButton params to be completely optional (#36922) @mj12albert
632
+
633
+ ### `@mui/joy@5.0.0-alpha.77`
634
+
635
+ - &#8203;<!-- 23 -->[Joy][Chip] Chip button not showing up in Firefox browser (#36930) @TakhyunKim
636
+ - &#8203;<!-- 09 -->[Joy] Add `invertedColors` to Menu and Alert (#36975) @siriwatknp
637
+ - &#8203;<!-- 08 -->[joy][Select] Set focus visible on select options when navigating with arrow keys (#36689) @gitstart
638
+
639
+ ### Docs
640
+
641
+ - &#8203;<!-- 21 -->[docs] Fix console error introduced by #36408 (#36980) @alexfauquette
642
+ - &#8203;<!-- 20 -->[docs] Add stray Joy UI documentation improvements (#36921) @danilo-leal
643
+ - &#8203;<!-- 19 -->[docs] Add Joy profile dashboard template (#36931) @siriwatknp
644
+ - &#8203;<!-- 18 -->[docs] Fix 404 links (#36969) @oliviertassinari
645
+ - &#8203;<!-- 17 -->[docs] Clarify when bundle size optimization is needed (#36823) @oliviertassinari
646
+ - &#8203;<!-- 16 -->[docs] Fix Chakra UI theme scoping typo (#36950) @mj12albert
647
+ - &#8203;<!-- 15 -->[docs] Add snackbar example using sonner (#36926) @PupoSDC
648
+ - &#8203;<!-- 14 -->[docs] Adjust the Material Icons page design and formatting (#36937) @danilo-leal
649
+ - &#8203;<!-- 13 -->[docs] Allows to customize menu with any icon (#36408) @alexfauquette
650
+ - &#8203;<!-- 12 -->[docs] Add info about passing ref to input element (#36913) @tomaskebrle
651
+ - &#8203;<!-- 11 -->[docs][material] Tabs API section cleanup (#36942) @mnajdova
652
+
653
+ ### Core
654
+
655
+ - &#8203;<!-- 22 -->[core] Fix CI failure on `master` (#37016) @hbjORbj
656
+ - &#8203;<!-- 05 -->[typescript] Add the missing explicit component return types (#36924) @michaldudak
657
+ - &#8203;<!-- 04 -->[website] Update main data grid demo on X landing page (#37001) @cherniavskii
658
+ - &#8203;<!-- 03 -->[website] Design role updates (#36997) @danilo-leal
659
+ - &#8203;<!-- 02 -->[website] X component section improvements (#36598) @danilo-leal
660
+ - &#8203;<!-- 01 -->[website] Developer Advocate role filled @oliviertassinari
661
+
662
+ All contributors of this release in alphabetical order: @alexfauquette, @cherniavskii, @danilo-leal, @gitstart, @hbjORbj, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @PupoSDC, @sai6855, @siriwatknp, @TakhyunKim, @tomaskebrle
663
+
664
+ ## 5.12.1
665
+
666
+ <!-- generated comparing v5.12.0..master -->
667
+
668
+ _Apr 17, 2023_
669
+
670
+ A big thanks to the 16 contributors who made this release possible. This release was mostly about πŸ› bug fixes and πŸ“š documentation improvements.
671
+
672
+ ### `@mui/material@5.12.1`
673
+
674
+ - &#8203;<!-- 24 -->[Autocomplete] Fix autocomplete left padding (#36649) @mj12albert
675
+ - &#8203;<!-- 17 -->[Button] Fix contained with inherit prop not adapting on dark mode (#34508) @jesrodri
676
+ - &#8203;<!-- 07 -->[FormControlLabel] Add `required` prop (#34207) @emlai
677
+ - &#8203;<!-- 04 -->[Tabs] Fix null reference in ScrollbarSize after unmounting (#36485) @rkdrnf
678
+ - &#8203;<!-- 03 -->[TextField] Fix type error when using `inputTypeSearch` class for `outlined` and `filled` inputs (#36740) @sai6855
679
+ - &#8203;<!-- 02 -->[ThemeProvider] Fix theme proptypes (#36852) @siriwatknp
680
+
681
+ ### `@mui/system@5.12.1`
682
+
683
+ #### Breaking changes
684
+
685
+ - &#8203;<!-- 06 -->[Grid2] Replace context with `cloneElement` (#36399) @siriwatknp
686
+
687
+ `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.
688
+
689
+ #### Changes
690
+
691
+ - &#8203;<!-- 14 -->[CssVarsProvider] Always generate new `css` object (#36853) @siriwatknp
692
+
693
+ ### `@mui/base@5.0.0-alpha.126`
694
+
695
+ #### Breaking changes
696
+
697
+ - &#8203;<!-- 23 -->[base] Refactor the compound components building blocks (#36400) @michaldudak
698
+ Components affected by the changes are:
699
+ - Menu
700
+ - `MenuUnstyledContext` is replaced by `MenuProvider`. The value to pass to the provider is returned by the `useMenu` hook.
701
+ - MenuUnstyled's `onClose` prop is replaced by `onOpenChange`. It has the `open` parameter and is called when a menu is opened or closed
702
+ - Select
703
+ - `SelectUnstyledContext` is replaced by `SelectProvider`. The value to pass to the provider is returned by the `useSelect` hook.
704
+ - `SelectUnstyled`'s popup is permanently mounted.
705
+ - The `defaultOpen` prop was added to the SelectUnstyled. The open/close state can now be controlled or uncontrolled, as a `value`.
706
+ - Tabs
707
+ - `TabsContext` is replaced by `TabsProvider`. The value to pass to the provider is returned by the `useTabs` hook.
708
+ - To deselect all tabs, pass in `null` to Tabs' `value` prop, instead of `false`. This is consistent with how Select works.
709
+ - 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.
710
+
711
+ ### `@mui/joy@5.0.0-alpha.76`
712
+
713
+ - &#8203;<!-- 05 -->[Table][Joy] Replace uses of css selector `*-child` to `*-of-type` (#36839) @keyvanm
714
+
715
+ ### Docs
716
+
717
+ - &#8203;<!-- 25 --> [docs][base] Move styles to the bottom of demos code for `BadgeUnstyled` (#36723) @varunmulay22
718
+ - &#8203;<!-- 22 -->[docs][base] Mention that the hook does not accept any parameters in the `Parameters` section of the API docs (#36773) @ZeeshanTamboli
719
+ - &#8203;<!-- 21 -->[docs][base] Move styles to the bottom of demos code for `ModalUnstyled` (#36580) @gitstart
720
+ - &#8203;<!-- 20 -->[docs][base] Move styles to the bottom of demos code for `Tabs` (#36577) @gitstart
721
+ - &#8203;<!-- 19 -->[docs][base] Move styles to the bottom of demos code for `Popper` (#36578) @gitstart
722
+ - &#8203;<!-- 18 -->[docs][base] Move styles to the bottom of demos code for `TablePagination` (#36593) @gitstart
723
+ - &#8203;<!-- 13 -->[docs] Remove the incorrect info about useButton's ref parameter (#36883) @michaldudak
724
+ - &#8203;<!-- 12 -->[docs] Sync <Stack> between projects (#36785) @oliviertassinari
725
+ - &#8203;<!-- 11 -->[docs] Add guides to overriding component structure in Base UI and Joy UI docs (#34990) @samuelsycamore
726
+ - &#8203;<!-- 10 -->[docs] Content changed from 'row' to 'orientation=horizontal' (#36858) @navedqb
727
+ - &#8203;<!-- 09 -->[docs][Joy] `component`, `slots`, `slotProps` must be visible in Prop table in API docs (#36666) @hbjORbj
728
+ - &#8203;<!-- 08 -->[docs][Select] Fix duplicate ID in small size Select demo (#36792) @sai6855
729
+
730
+ ### Core
731
+
732
+ - &#8203;<!-- 16 -->[core] Use glob to find the test files in parseTest (#36305) @flaviendelangle
733
+ - &#8203;<!-- 15 -->[core] Fix minor SEO issues @oliviertassinari
734
+ - &#8203;<!-- 01 -->[website] Fix visual bug appbar (#36875) @oliviertassinari
735
+
736
+ All contributors of this release in alphabetical order: @emlai, @flaviendelangle, @gitstart, @hbjORbj, @jesrodri, @keyvanm, @michaldudak, @mj12albert, @navedqb, @oliviertassinari, @rkdrnf, @sai6855, @samuelsycamore, @siriwatknp, @varunmulay22, @ZeeshanTamboli
737
+
738
+ ## 5.12.0
739
+
740
+ <!-- generated comparing v5.11.16..master -->
741
+
742
+ _Apr 11, 2023_
743
+
744
+ A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
745
+
746
+ - πŸ’« Added [theme scope](https://mui.com/material-ui/guides/styled-engine/#theme-scoping) for using multiple design systems (#36664) @siriwatknp
747
+ - πŸ› bug fixes and πŸ“š documentation improvements.
748
+
749
+ ### `@mui/system@5.12.0`
750
+
751
+ - &#8203;<!-- 05 -->[system] Introduce theme scope for using multiple design systems (#36664) @siriwatknp
752
+
753
+ ### `@mui/base@5.0.0-alpha.125`
754
+
755
+ - &#8203;<!-- 06 -->[PopperUnstyled] Do not merge internal `ownerState` with `ownerState` from props (#36599) @hbjORbj
756
+
757
+ ### `@mui/joy@5.0.0-alpha.75`
758
+
759
+ - &#8203;<!-- 08 -->[Joy] Add tests for slots/slotProps for all components (#36828) @hbjORbj
760
+ - &#8203;<!-- 07 -->[Joy] Support `slots`/`slotsProps` for every component (components with only root slot too) (#36540) @hbjORbj
761
+
762
+ ### Docs
763
+
764
+ - &#8203;<!-- 23 -->[docs][Backdrop] Improvements to the docs (#34244) @alirezahekmati
765
+ - &#8203;<!-- 20 -->[docs] Fix base API redirects (#36833) @mnajdova
766
+ - &#8203;<!-- 19 -->[docs] Improve perf on tab APIs (#36832) @mnajdova
767
+ - &#8203;<!-- 18 -->[docs] Revert CircularProgress component text to be proper noun instead (#36837) @ZeeshanTamboli
768
+ - &#8203;<!-- 17 -->[docs] Simplify language redirection @oliviertassinari
769
+ - &#8203;<!-- 16 -->[docs] Add missing `readOnly` state class in the list (#36788) @ZeeshanTamboli
770
+ - &#8203;<!-- 15 -->[docs] Improve side nav scroll into view (#36732) @oliviertassinari
771
+ - &#8203;<!-- 14 -->[docs][base & joy] Display "Classes" Section in API docs (#36589) @hbjORbj
772
+ - &#8203;<!-- 13 -->[docs] Fix 100+ typos throughout the Material UI docs (#36194) @Lioness100
773
+ - &#8203;<!-- 12 -->[docs] Change "coming soon" chip color (#36786) @danilo-leal
774
+ - &#8203;<!-- 11 -->[docs][Joy] Fix wrong prop descriptions (#36826) @hbjORbj
775
+ - &#8203;<!-- 10 -->[docs][material] Highlight global state classes in CSS table in API docs (#36633) @hbjORbj
776
+ - &#8203;<!-- 09 -->[examples] Fix `SliderUnstyled` slots `key` name (#36830) @sai6855
777
+ - &#8203;<!-- 04 -->[Tabs] Improve useTab() API page (#36725) @oliviertassinari
778
+
779
+ ### Core
780
+
781
+ - &#8203;<!-- 22 -->[core] Increase margin to scroll @oliviertassinari
782
+ - &#8203;<!-- 21 -->[core] Replace MUI Base with Base UI (#36716) @mnajdova
783
+ - &#8203;<!-- 03 -->[website] Fix broken career website links @oliviertassinari
784
+ - &#8203;<!-- 02 -->[website] Fix backlinks to homepage (#36801) @oliviertassinari
785
+ - &#8203;<!-- 01 -->[website] Tweaks to the Designer position ad (#36771) @danilo-leal
786
+
787
+ All contributors of this release in alphabetical order: @alirezahekmati, @danilo-leal, @hbjORbj, @Lioness100, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @ZeeshanTamboli
788
+
3
789
  ## 5.11.16
4
790
 
5
791
  <!-- generated comparing v5.11.15..master -->
@@ -190,12 +976,12 @@ _Mar 14, 2023_
190
976
 
191
977
  A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
192
978
 
193
- - @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)
979
+ - @michaldudak added an option for [disabling the generation](https://mui.com/base-ui/getting-started/customization/#disabling-default-css-classes) of the default classes in Base UI (#35963)
194
980
  - other πŸ› bug fixes and πŸ“š documentation improvements.
195
981
 
196
982
  ### `@mui/material@5.11.13`
197
983
 
198
- - &#8203;<!-- 13 -->[core] Bump MUI Base's version in Material UI (#36492) @hbjORbj
984
+ - &#8203;<!-- 13 -->[core] Bump Base UI's version in Material UI (#36492) @hbjORbj
199
985
  - &#8203;<!-- 17 -->[material] Export `shouldSkipGeneratingVar` from Material UI (#36489) @siriwatknp
200
986
  - &#8203;<!-- 06 -->[Typography] Apply font properties to typography inherit variant (#33621) @oyar99
201
987
 
@@ -345,7 +1131,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
345
1131
  - &#8203;<!-- 23 -->[docs] Add instructions for deploying docs without a release (#36301) @cherniavskii
346
1132
  - &#8203;<!-- 22 -->[docs] Fix 301 redirections on the docs @oliviertassinari
347
1133
  - &#8203;<!-- 21 -->[docs] Update MUI X banner to reflect stable release (#36354) @MBilalShafi
348
- - &#8203;<!-- 20 -->[docs] Clarify the future plan for integrating MUI Base in Material UI (#36365) @mnajdova
1134
+ - &#8203;<!-- 20 -->[docs] Clarify the future plan for integrating Base UI in Material UI (#36365) @mnajdova
349
1135
  - &#8203;<!-- 19 -->[docs] Improve visual look of loose lists (#36190) @oliviertassinari
350
1136
  - &#8203;<!-- 18 -->[docs] Fix @mui/styles example links (#36331) @oliviertassinari
351
1137
  - &#8203;<!-- 17 -->[docs][joy] Build TS versions for List component demos (#36382) @sai6855
@@ -375,7 +1161,7 @@ _Feb 27, 2023_
375
1161
 
376
1162
  A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
377
1163
 
378
- - πŸ“š 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)
1164
+ - πŸ“š added API documentation for the slots in Base UI and Joy UI by @hbjORbj, for e.g. [SliderUnstyled API](https://mui.com/base-ui/api/slider-unstyled/#slots)
379
1165
  - other πŸ› bug fixes and πŸ“š documentation improvements.
380
1166
 
381
1167
  ### `@mui/material@5.11.11`
@@ -612,7 +1398,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
612
1398
  - &#8203;<!-- 16 -->[docs] Improve inline preview's information (#35974) @oliviertassinari
613
1399
  - &#8203;<!-- 15 -->[docs] Fix wrong v5 migration instructions (#36022) @oliviertassinari
614
1400
  - &#8203;<!-- 14 -->[docs] Fix autocomplete render group key warning in the demo (#36025) @chuanyu0201
615
- - &#8203;<!-- 13 -->[docs] Add hooks API pages for MUI Base (#35828) @mnajdova
1401
+ - &#8203;<!-- 13 -->[docs] Add hooks API pages for Base UI (#35828) @mnajdova
616
1402
  - &#8203;<!-- 12 -->[docs] Fix grammar typo (#36016) @alexownejazayeri
617
1403
  - &#8203;<!-- 11 -->[docs][joy] Add JSDoc for the `AutocompleteProps` type (#36039) @ArthurPedroti
618
1404
 
@@ -744,7 +1530,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
744
1530
  + <SliderUnstyled slots={{ valueLabel: SliderValueLabel }} />
745
1531
  ```
746
1532
 
747
- The following demo shows how to show a value label when it is hovered over with the thumb: https://mui.com/base/react-slider/#value-label
1533
+ The following demo shows how to show a value label when it is hovered over with the thumb: https://mui.com/base-ui/react-slider/#value-label
748
1534
 
749
1535
  - The following classes are removed from `sliderUnstyledClasses` since they are not needed for the value label:
750
1536
 
@@ -828,7 +1614,7 @@ This release was mostly about πŸ› bug fixes and πŸ“š documentation improvements
828
1614
 
829
1615
  - [docs] Improve pickers lab migration stressing `mui-x` usage (#35740) @LukasTy
830
1616
  - [docs] Fix incorrectly named AccessibleTable demo component (#35832) @HeVictor
831
- - [docs] Clarify where to find docs for MUI Base components in Material UI (#35799) @samuelsycamore
1617
+ - [docs] Clarify where to find docs for Base UI components in Material UI (#35799) @samuelsycamore
832
1618
  - [docs] Fix typos (#35814) @alexfauquette
833
1619
  - [docs] Revise and expand the Joy UI Card page (#35745) @samuelsycamore
834
1620
  - [docs] Fix navigation layout shift (#35679) @oliviertassinari
@@ -939,7 +1725,7 @@ _Dec 26, 2022_
939
1725
 
940
1726
  A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
941
1727
 
942
- - βš™οΈ Several MUI Base components were converted to TypeScript by @trizotti, @leventdeniz and @danhuynhdev (#35005, #34793, #34771)
1728
+ - βš™οΈ Several Base UI components were converted to TypeScript by @trizotti, @leventdeniz and @danhuynhdev (#35005, #34793, #34771)
943
1729
  - Many other πŸ› bug fixes abd πŸ“š documentation improvements.
944
1730
 
945
1731
  ### `@mui/material@5.11.2`
@@ -1116,7 +1902,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
1116
1902
  - [docs] Refactor `ToggleButtonSizes` demo (#35375) @Armanio
1117
1903
  - [docs] Standardize the usage of callouts in the MUI Core docs (#35361) @samuelsycamore
1118
1904
  - [docs] Format feedback to add a link to the commented section (#35381) @alexfauquette
1119
- - [docs] Direct users from Material UI to MUI Base for duplicated components (#35293) @samuelsycamore
1905
+ - [docs] Direct users from Material UI to Base UI for duplicated components (#35293) @samuelsycamore
1120
1906
  - [docs] Fix typo in FormControl API docs (#35449) @Spanishiwa
1121
1907
  - [docs] Update callouts design (#35390) @danilo-leal
1122
1908
  - [website] New wave of open roles (#35240) @mnajdova
@@ -1191,7 +1977,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
1191
1977
  - &#8203;<!-- 14 -->[docs] Improve the autogenerated "Unstyled" and "API" text (#35185) @samuelsycamore
1192
1978
  - &#8203;<!-- 13 -->[docs] Fix ad margin on API pages (#35201) @oliviertassinari
1193
1979
  - &#8203;<!-- 12 -->[docs] Revise and expand the Joy UI "Badge" page (#35199) @samuelsycamore
1194
- - &#8203;<!-- 11 -->[docs] Update MUI Base docs with latest style conventions (#35034) @samuelsycamore
1980
+ - &#8203;<!-- 11 -->[docs] Update Base UI docs with latest style conventions (#35034) @samuelsycamore
1195
1981
  - &#8203;<!-- 09 -->[l10n] Improve Chinese (Taiwan) zh-TW locale (#35328) @happyincent
1196
1982
  - &#8203;<!-- 02 -->[website] Update MUI stats: GitHub stars, Twitter followers, etc. (#35318) @nomandhoni-cs
1197
1983
 
@@ -1524,7 +2310,7 @@ _Oct 25, 2022_
1524
2310
 
1525
2311
  A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
1526
2312
 
1527
- - πŸ”§ Moved `components` to `slots` prop starting at MUI Base to create consistency across products
2313
+ - πŸ”§ Moved `components` to `slots` prop starting at Base UI to create consistency across products
1528
2314
  - Many other πŸ› bug fixes, πŸ“š documentation, and βš™οΈ infrastructure improvements
1529
2315
 
1530
2316
  ### `@mui/material@5.10.11`
@@ -1606,7 +2392,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
1606
2392
 
1607
2393
  - πŸ–Œ Thanks to the efforts of @bharatkashyap and @nihgwu, we now have editable demos across our docs (#34454)!
1608
2394
  - πŸš€ The Tooltip component has been added to Joy UI by @hbjORbj (#34509).
1609
- - βš™οΈ We started converting the remaining JS components in MUI Base to TypeScript.
2395
+ - βš™οΈ We started converting the remaining JS components in Base UI to TypeScript.
1610
2396
  @mbayucot finished the first PR with the conversion of the NoSsr code (#34735).
1611
2397
  - And more πŸ› bug fixes and πŸ“š documentation improvements.
1612
2398
 
@@ -1737,7 +2523,7 @@ _Oct 3, 2022_
1737
2523
 
1738
2524
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
1739
2525
 
1740
- - πŸš€ [SnackbarUnstyled](https://mui.com/base/react-snackbar/) component & headless hook are added to MUI Base (#33227) @ZeeshanTamboli
2526
+ - πŸš€ [SnackbarUnstyled](https://mui.com/base-ui/react-snackbar/) component & headless hook are added to Base UI (#33227) @ZeeshanTamboli
1741
2527
  - πŸ“š [CSS variables documentation](https://mui.com/material-ui/experimental-api/css-theme-variables/overview/) for Material UI has been added by @siriwatknp (#33958)
1742
2528
  - And more πŸ› bug fixes and πŸ“š documentation improvements.
1743
2529
 
@@ -1839,7 +2625,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
1839
2625
 
1840
2626
  ### Docs
1841
2627
 
1842
- - [blog] MUI Base announcement typo fixed (#34409) @prakhargupta1
2628
+ - [blog] Base UI announcement typo fixed (#34409) @prakhargupta1
1843
2629
  - [blog] Fix typo in date-pickers v5 stable (#34386) @alexfauquette
1844
2630
  - [blog] Update date on date pickers v5 release blog post (#34406) @joserodolfofreitas
1845
2631
  - [docs] Update `useMenu` and `useMenuItem` hooks demo (#34166) @ZeeshanTamboli
@@ -1925,7 +2711,7 @@ This release was mostly about πŸ› bug fixes and πŸ“š documentation improvements
1925
2711
  - [docs] Fix 301 link to external projects @oliviertassinari
1926
2712
  - [docs] Move 12 component names to Title Case (#34188) @oliviertassinari
1927
2713
  - [docs] Fix broken links (#34320) @alexfauquette
1928
- - [docs] Add notification for MUI Base announcement post (#34295) @samuelsycamore
2714
+ - [docs] Add notification for Base UI announcement post (#34295) @samuelsycamore
1929
2715
  - [website] Fix MUI X subscribe email border style (#34330) @oliviertassinari
1930
2716
  - [website] Improve security header @oliviertassinari
1931
2717
 
@@ -1946,7 +2732,7 @@ _Sep 12, 2022_
1946
2732
 
1947
2733
  A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
1948
2734
 
1949
- - πŸš€ [Blog post](https://mui.com/blog/introducing-mui-base/) for announcing the release of the MUI Base package is out thanks to @michaldudak.
2735
+ - πŸš€ [Blog post](https://mui.com/blog/introducing-mui-base/) for announcing the release of the Base UI package is out thanks to @michaldudak.
1950
2736
  - πŸš€ 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
1951
2737
  - And more πŸ› bug fixes and πŸ“š documentation improvements.
1952
2738
 
@@ -1969,7 +2755,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
1969
2755
 
1970
2756
  ### Docs
1971
2757
 
1972
- - &#8203;<!-- 16 -->[blog] Introducing MUI Base (#33778) @michaldudak
2758
+ - &#8203;<!-- 16 -->[blog] Introducing Base UI (#33778) @michaldudak
1973
2759
  - &#8203;<!-- 13 -->[docs] Fix spelling error (#34209) @ChrystianDeMatos
1974
2760
  - &#8203;<!-- 12 -->[docs] Improve link to the security policy (#34219) @oliviertassinari
1975
2761
  - &#8203;<!-- 11 -->[docs] Fix typo in Joy UI's `Usage` docs (#34200) @zillion504
@@ -2524,7 +3310,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
2524
3310
  - [docs] Add "refine" demo to showcase (#33240) @omeraplak
2525
3311
  - [docs] Add webpack alias for legacy utils package (#33376) @jgbae
2526
3312
  - [docs] Improve external link icons synonyms (#33257) @davidgarciab
2527
- - [examples] Update MUI Base with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
3313
+ - [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
2528
3314
  - [examples] Add MUI base example (#33154) @siriwatknp
2529
3315
 
2530
3316
  ### Core
@@ -2698,7 +3484,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
2698
3484
  - &#8203;<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
2699
3485
  - &#8203;<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
2700
3486
  - &#8203;<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
2701
- - &#8203;<!-- 18 -->[docs] Add guide on how to use MUI Base with Tailwind CSS (#33100) @mnajdova
3487
+ - &#8203;<!-- 18 -->[docs] Add guide on how to use Base UI with Tailwind CSS (#33100) @mnajdova
2702
3488
  - &#8203;<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
2703
3489
  - &#8203;<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
2704
3490
  - &#8203;<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
@@ -2776,7 +3562,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
2776
3562
  - &#8203;<!-- 31 -->[docs] Move codesandbox to MUI org (#33122) @oliviertassinari
2777
3563
  - &#8203;<!-- 30 -->[docs] Add Shadow DOM guide (#33007) @cherniavskii
2778
3564
  - &#8203;<!-- 29 -->[docs] Fix typo in Material UI overview page (#33087) @oliviertassinari
2779
- - &#8203;<!-- 28 -->[docs] Miscellaneous fixes in `MUI Base` docs (#33091) @ZeeshanTamboli
3565
+ - &#8203;<!-- 28 -->[docs] Miscellaneous fixes in `Base UI` docs (#33091) @ZeeshanTamboli
2780
3566
  - &#8203;<!-- 27 -->[docs] Fix GitHub capitalization (#33071) @oliviertassinari
2781
3567
  - &#8203;<!-- 26 -->[docs] Fix a typo in `InputUnstyled` docs (#33077) @ZeeshanTamboli
2782
3568
  - &#8203;<!-- 25 -->[docs] Add notification for Joy blog post (#33059) @siriwatknp
@@ -3212,7 +3998,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
3212
3998
  - &#8203;<!-- 24 -->[docs] Base Button style revisions and final review (#32380) @samuelsycamore
3213
3999
  - &#8203;<!-- 23 -->[docs] Base NoSsr style revisions and final review (#32254) @samuelsycamore
3214
4000
  - &#8203;<!-- 22 -->[docs] Correctly capitalize Ctrl @oliviertassinari
3215
- - &#8203;<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the MUI Base docs (#32488) @ZeeshanTamboli
4001
+ - &#8203;<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the Base UI docs (#32488) @ZeeshanTamboli
3216
4002
  - &#8203;<!-- 20 -->[docs] Add "Overview" page to Base docs (#32310) @samuelsycamore
3217
4003
  - &#8203;<!-- 19 -->[docs] Add copy button to code block (#32390) @siriwatknp
3218
4004
  - &#8203;<!-- 18 -->[docs] Base Tabs style revisions and final review (#32423) @samuelsycamore
@@ -3466,7 +4252,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3466
4252
 
3467
4253
  - &#8203;<!-- 28 -->[core] Update peer deps to support React 18 (#32063) @eps1lon
3468
4254
  - &#8203;<!-- 27 -->[core] Fix running docs:api on Windows (#32091) @michaldudak
3469
- - &#8203;<!-- 26 -->[core] Fix api build script for MUI Base (#32081) @siriwatknp
4255
+ - &#8203;<!-- 26 -->[core] Fix api build script for Base UI (#32081) @siriwatknp
3470
4256
 
3471
4257
  All contributors of this release in alphabetical order: @apeltop, @eps1lon, @flaviendelangle, @garronej, @ivan-ngchakming, @m4theushw, @MatthijsMud, @michaldudak, @mnajdova, @oliviertassinari, @psjishnu, @raigoinabox, @samuelsycamore, @siriwatknp, @TkaczykAdam
3472
4258
 
@@ -3693,7 +4479,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
3693
4479
 
3694
4480
  - &#8203;<!-- 24 -->[ClassNameGenerator] Prevent all `base` imports (#31297) @siriwatknp
3695
4481
 
3696
- `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:
4482
+ `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:
3697
4483
 
3698
4484
  ```diff
3699
4485
  -import { unstable_ClassNameGenerator } from '@mui/material/utils';
@@ -9158,7 +9944,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
9158
9944
 
9159
9945
  While the source code is currently hosted in the [main repository](https://github.com/mui/material-ui), we might move it to the [x repository](https://github.com/mui/mui-x) in the future, depending on what is easier for the commercial date range picker. The date picker will stay open source no matter what.
9160
9946
 
9161
- - πŸ“š Revamp the documentation for [the system](https://mui.com/system/getting-started/overview/). The System contains CSS utilities. The documentation now promotes the use of the `sx` prop. It's ideal for adding one-off styles, e.g. padding, but when pushed to its limits, it can be used to implement quickly a complete page.
9947
+ - πŸ“š Revamp the documentation for [the system](https://mui.com/system/getting-started/). The System contains CSS utilities. The documentation now promotes the use of the `sx` prop. It's ideal for adding one-off styles, e.g. padding, but when pushed to its limits, it can be used to implement quickly a complete page.
9162
9948
  - πŸ‘©β€πŸŽ¨ Upgrade emotion to v11 (#23007) @mnajdova.
9163
9949
  - And many more πŸ› bug fixes and πŸ“š improvements.
9164
9950
 
@@ -9560,7 +10346,7 @@ Here are some highlights ✨:
9560
10346
  If you target IE11, you need to use the new bundle (`legacy`). We are treating IE11 as a second class-citizen, which is a continuation of the direction taken in #22873.
9561
10347
 
9562
10348
  - πŸš€ Improve the internal benchmark suite (#22923, #23058) @mnajdova.
9563
- This was a prerequisite step to improve the [system](https://mui.com/system/getting-started/overview/). We needed to be able to measure performance. After #22945, we have measured that the `Box` component is x3 faster in v5-alpha compared to v4.
10349
+ This was a prerequisite step to improve the [system](https://mui.com/system/getting-started/). We needed to be able to measure performance. After #22945, we have measured that the `Box` component is x3 faster in v5-alpha compared to v4.
9564
10350
  - ✏️ A new blog post: [Q3 2020 Update](https://mui.com/blog/2020-q3-update/) (#23055) @oliviertassinari.
9565
10351
  - πŸ™ Migrate more tests to react-testing-library @deiga, @Morteza-Jenabzadeh, @nicholas-l.
9566
10352
  - And many more πŸ› bug fixes and πŸ“š improvements.
@@ -9901,7 +10687,7 @@ Here are some highlights ✨:
9901
10687
 
9902
10688
  The new styling solution saves 2kB gzipped in the bundle compared to JSS, and about 14 kB gzipped if you were already using emotion or styled-components.
9903
10689
 
9904
- Last but not least, the change allows us to take advantage dynamic style props. We will use them for dynamic color props, variant props, and new style props (an improved [system](https://mui.com/system/getting-started/overview/)).
10690
+ Last but not least, the change allows us to take advantage dynamic style props. We will use them for dynamic color props, variant props, and new style props (an improved [system](https://mui.com/system/getting-started/)).
9905
10691
 
9906
10692
  This change has been in our roadmap for more than a year.
9907
10693
  We announced it in the [v4 release blog post](https://mui.com/blog/material-ui-v4-is-out/) as a direction v5 would take.
@@ -11154,7 +11940,7 @@ A big thanks to the 33 contributors who made this release possible. Here are som
11154
11940
  />
11155
11941
  ```
11156
11942
 
11157
- - [Typography] Replace the `srOnly` prop so as to not duplicate the capabilities of [System](https://mui.com/system/getting-started/overview/) (#21413) @mnajdova.
11943
+ - [Typography] Replace the `srOnly` prop so as to not duplicate the capabilities of [System](https://mui.com/system/getting-started/) (#21413) @mnajdova.
11158
11944
 
11159
11945
  ```diff
11160
11946
  -import Typography from '@material-ui/core/Typography';
package/Microsoft.d.ts ADDED
@@ -0,0 +1 @@
1
+ export { default } from '@mui/material/SvgIcon';
package/Microsoft.js ADDED
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+ var React = _interopRequireWildcard(require("react"));
9
+ var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
10
+ var _jsxRuntime = require("react/jsx-runtime");
11
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
12
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
13
+ var _default = (0, _createSvgIcon.default)( /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
14
+ d: "M2 3h9v9H2V3m9 19H2v-9h9v9M21 3v9h-9V3h9m0 19h-9v-9h9v9Z"
15
+ }), 'Microsoft');
16
+ exports.default = _default;
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ import createSvgIcon from './utils/createSvgIcon';
3
+ import { jsx as _jsx } from "react/jsx-runtime";
4
+ export default createSvgIcon( /*#__PURE__*/_jsx("path", {
5
+ d: "M2 3h9v9H2V3m9 19H2v-9h9v9M21 3v9h-9V3h9m0 19h-9v-9h9v9Z"
6
+ }), 'Microsoft');
package/esm/index.js CHANGED
@@ -5652,6 +5652,7 @@ export { default as MicOutlined } from './MicOutlined';
5652
5652
  export { default as MicRounded } from './MicRounded';
5653
5653
  export { default as MicSharp } from './MicSharp';
5654
5654
  export { default as MicTwoTone } from './MicTwoTone';
5655
+ export { default as Microsoft } from './Microsoft';
5655
5656
  export { default as Microwave } from './Microwave';
5656
5657
  export { default as MicrowaveOutlined } from './MicrowaveOutlined';
5657
5658
  export { default as MicrowaveRounded } from './MicrowaveRounded';
package/index.d.ts CHANGED
@@ -5657,6 +5657,7 @@ export const MicOutlined: SvgIconComponent;
5657
5657
  export const MicRounded: SvgIconComponent;
5658
5658
  export const MicSharp: SvgIconComponent;
5659
5659
  export const MicTwoTone: SvgIconComponent;
5660
+ export const Microsoft: SvgIconComponent;
5660
5661
  export const Microwave: SvgIconComponent;
5661
5662
  export const MicrowaveOutlined: SvgIconComponent;
5662
5663
  export const MicrowaveRounded: SvgIconComponent;
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/icons-material v5.11.16
2
+ * @mui/icons-material v5.13.7
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -33935,6 +33935,12 @@ Object.defineProperty(exports, "MicTwoTone", {
33935
33935
  return _MicTwoTone.default;
33936
33936
  }
33937
33937
  });
33938
+ Object.defineProperty(exports, "Microsoft", {
33939
+ enumerable: true,
33940
+ get: function () {
33941
+ return _Microsoft.default;
33942
+ }
33943
+ });
33938
33944
  Object.defineProperty(exports, "Microwave", {
33939
33945
  enumerable: true,
33940
33946
  get: function () {
@@ -69319,6 +69325,7 @@ var _MicOutlined = _interopRequireDefault(require("./MicOutlined"));
69319
69325
  var _MicRounded = _interopRequireDefault(require("./MicRounded"));
69320
69326
  var _MicSharp = _interopRequireDefault(require("./MicSharp"));
69321
69327
  var _MicTwoTone = _interopRequireDefault(require("./MicTwoTone"));
69328
+ var _Microsoft = _interopRequireDefault(require("./Microsoft"));
69322
69329
  var _Microwave = _interopRequireDefault(require("./Microwave"));
69323
69330
  var _MicrowaveOutlined = _interopRequireDefault(require("./MicrowaveOutlined"));
69324
69331
  var _MicrowaveRounded = _interopRequireDefault(require("./MicrowaveRounded"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/icons-material",
3
- "version": "5.11.16",
3
+ "version": "5.13.7",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Material Design icons distributed as SVG React components.",
@@ -38,7 +38,7 @@
38
38
  }
39
39
  },
40
40
  "dependencies": {
41
- "@babel/runtime": "^7.21.0"
41
+ "@babel/runtime": "^7.22.5"
42
42
  },
43
43
  "sideEffects": false,
44
44
  "publishConfig": {