@mui/icons-material 5.15.5 → 5.15.6
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 +304 -246
- package/README.md +2 -2
- package/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,64 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## v5.15.6
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.15.5..master -->
|
|
6
|
+
|
|
7
|
+
_Jan 22, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
11
|
+
|
|
12
|
+
### `@mui/material@5.15.6`
|
|
13
|
+
|
|
14
|
+
- ​<!-- 29 -->[Avatar] Use variants api (#40324) @mnajdova
|
|
15
|
+
- ​<!-- 27 -->[TablePagination] Accept readonly array for `rowsPerPageOptions` prop (#40481) @pcorpet
|
|
16
|
+
- ​<!-- 06 -->[PaginationItem] Deprecate classes for v6 (#40673) @sai6855
|
|
17
|
+
- ​<!-- 05 -->[Rating] Fix rating width via min-content (#40503) @devhik0
|
|
18
|
+
|
|
19
|
+
### `@mui/base@5.0.0-beta.33`
|
|
20
|
+
|
|
21
|
+
- ​<!-- 26 -->[Select] Fix display of selected Options with rich content (#40689) @michaldudak
|
|
22
|
+
- ​<!-- 25 -->[Select] Use Popup instead of Popper (#40524) @michaldudak
|
|
23
|
+
- ​<!-- 26 -->[useMenuButton] Fix non native button triggers (#40645) @DiegoAndai
|
|
24
|
+
|
|
25
|
+
### `@mui/system@5.15.6`
|
|
26
|
+
|
|
27
|
+
- ​<!-- 02 -->[zero] Fix theme token import in source file (#40691) @brijeshb42
|
|
28
|
+
- ​<!-- 01 -->[zero] Add support for css import (#40541) @brijeshb42
|
|
29
|
+
|
|
30
|
+
### `@mui/icons-material@5.15.6`
|
|
31
|
+
|
|
32
|
+
- ​<!-- 07 -->[icons-material] Fix icons package.json version (#40655) @mj12albert
|
|
33
|
+
|
|
34
|
+
### Docs
|
|
35
|
+
|
|
36
|
+
- ​<!-- 28 -->[base-ui] Polish the Slider demos (#40332) @danilo-leal
|
|
37
|
+
- ​<!-- 24 -->[base-ui][Slider] Fix plain CSS demo's wrong keyboard behavior (#40652) @mnajdova
|
|
38
|
+
- ​<!-- 23 -->[base-ui][TextareaAutosize] Add border-box to demo (#40646) @ANUGLYPLUGIN
|
|
39
|
+
- ​<!-- 16 -->Fix brand name non-breaking space (#40701) @oliviertassinari
|
|
40
|
+
- ​<!-- 15 -->Improve error message for MUI Vale rule @oliviertassinari
|
|
41
|
+
- ​<!-- 14 -->Add notification to publish the survey (#40552) @joserodolfofreitas
|
|
42
|
+
- ​<!-- 04 -->[system] Explain a bit more how AppRouterCacheProvider works @oliviertassinari
|
|
43
|
+
- ​<!-- 12 -->[joy-ui] Move tutorial to iframe (#40567) @oliviertassinari
|
|
44
|
+
- ​<!-- 10 -->[material-ui][Slider] Remove custom divs from new demo (#40674) @zanivan
|
|
45
|
+
- ​<!-- 11 -->[material-ui] Improve TabContext, TabList, and TabPanel documentation (#40587) @anle9650
|
|
46
|
+
- ​<!-- 09 -->[material-ui][Slider] Added custom mark labels demo (#40647) @DonikaV
|
|
47
|
+
|
|
48
|
+
### Core
|
|
49
|
+
|
|
50
|
+
- ​<!-- 30 -->[core] Fix RXDB-logo Url (#40724) @mohamedsaiedd
|
|
51
|
+
- ​<!-- 24 -->[code-infra] Improve proptypes-generation (#40617) @alexfauquette
|
|
52
|
+
- ​<!-- 22 -->[code-infra] Disable pnpm package cache on CircleCI (#40670) @michaldudak
|
|
53
|
+
- ​<!-- 21 -->[code-infra] Add missing package to CodeSandbox CI config (#40657) @michaldudak
|
|
54
|
+
- ​<!-- 20 -->[code-infra] Remove unnecessary @mui/utils dependency from api-docs-builder (#40632) @michaldudak
|
|
55
|
+
- ​<!-- 19 -->[core] Polish issue templates @oliviertassinari
|
|
56
|
+
- ​<!-- 13 -->[docs-infra] Support markdown link in slots descriptions (#40679) @alexfauquette
|
|
57
|
+
- ​<!-- 08 -->[examples] Simplify Next.js example (#40661) @oliviertassinari
|
|
58
|
+
- ​<!-- 03 -->[website] Fix broken styles on Base UI page (#40683) @michaldudak
|
|
59
|
+
|
|
60
|
+
All contributors of this release in alphabetical order: @alexfauquette, @anle9650, @ANUGLYPLUGIN, @brijeshb42, @danilo-leal, @devhik0, @DiegoAndai, @DonikaV, @joserodolfofreitas, @michaldudak, @mj12albert, @mnajdova, @mohamedsaiedd, @oliviertassinari, @pcorpet, @sai6855, @zanivan
|
|
61
|
+
|
|
3
62
|
## v5.15.5
|
|
4
63
|
|
|
5
64
|
<!-- generated comparing v5.15.4..master -->
|
|
@@ -8,7 +67,7 @@ _Jan 17, 2024_
|
|
|
8
67
|
|
|
9
68
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
10
69
|
|
|
11
|
-
- Base
|
|
70
|
+
- Base UI's CSS class prefix is now `base-` (#40205) @michaldudak
|
|
12
71
|
- Bug fixes, and a lot of improvements to code and docs infra
|
|
13
72
|
|
|
14
73
|
### `@mui/material@5.15.5`
|
|
@@ -28,7 +87,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
28
87
|
|
|
29
88
|
- ​<!-- 40 -->Change the CSS class prefix to `base-` (#40205) @michaldudak
|
|
30
89
|
|
|
31
|
-
The class prefix of Base
|
|
90
|
+
The class prefix of Base UI components have been changed from `Mui-` to `base-`. This only affects codebases that uses class names verbatim, i.e. not exposed by JS objects such as `buttonClasses`, but as plain strings or in CSS stylesheets (`.MuiButton.root`)
|
|
32
91
|
|
|
33
92
|
To adapt your code to the new pattern:
|
|
34
93
|
|
|
@@ -86,7 +145,7 @@ To adapt your code to the new pattern:
|
|
|
86
145
|
- ​<!-- 32 -->[core] Update the lockfile (#40628) @michaldudak
|
|
87
146
|
- ​<!-- 31 -->[core] Remove dead code and follow standard @oliviertassinari
|
|
88
147
|
- ​<!-- 30 -->[core] Simplify server detection (#40471) @oliviertassinari
|
|
89
|
-
- ​<!-- 29 -->[core] Sync playwright cache between MUI
|
|
148
|
+
- ​<!-- 29 -->[core] Sync playwright cache between MUI X and Material UI (#40475) @oliviertassinari
|
|
90
149
|
- ​<!-- 28 -->[dependencies] Bump tough-cookie (#40437) @michaldudak
|
|
91
150
|
- ​<!-- 22 -->[docs-infra] Enforce brand name rules (#40525) @oliviertassinari
|
|
92
151
|
- ​<!-- 21 -->[docs-infra] Minimize ad layout shift on mobile (#40582) @oliviertassinari
|
|
@@ -94,7 +153,7 @@ To adapt your code to the new pattern:
|
|
|
94
153
|
- ​<!-- 19 -->[docs-infra] Remove old tocs banners (#40537) @oliviertassinari
|
|
95
154
|
- ​<!-- 18 -->[docs-infra] Remove dead code aria-label sponsors (#40526) @oliviertassinari
|
|
96
155
|
- ​<!-- 04 -->[utils] Centralize clamp implementation in utils (#40267) @Kamino0
|
|
97
|
-
- ​<!-- 03 -->[website] Polish the Base
|
|
156
|
+
- ​<!-- 03 -->[website] Polish the Base UI page demos (#40504) @danilo-leal
|
|
98
157
|
|
|
99
158
|
All contributors of this release in alphabetical order: @2metres, @aacevski, @brijeshb42, @danilo-leal, @DiegoAndai, @josh-feldman, @Kamino0, @lhilgert9, @maakcode, @michaldudak, @oliviertassinari, @petrovmiroslav, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli, @zinoroman
|
|
100
159
|
|
|
@@ -106,7 +165,7 @@ _Jan 10, 2024_
|
|
|
106
165
|
|
|
107
166
|
A big thanks to the 22 contributors who made this release possible. Here are some highlights:
|
|
108
167
|
|
|
109
|
-
- ✨ Material
|
|
168
|
+
- ✨ Material UI's [ToggleButtonGroup](https://mui.com/material-ui/react-toggle-button/) now supports non-button element as a child (e.g., showing a Tooltip on a disabled ToggleButton) (#40220) @Methuselah96
|
|
110
169
|
|
|
111
170
|
### `@mui/material@5.15.4`
|
|
112
171
|
|
|
@@ -148,7 +207,7 @@ A big thanks to the 22 contributors who made this release possible. Here are som
|
|
|
148
207
|
- [base-ui] Update the overview page (#40412) @danilo-leal
|
|
149
208
|
- [material-ui][Drawer] Resolve flickering when double-clicking on the backdrop to close it (#40343) @aacevski
|
|
150
209
|
- [material-ui] Refactor form submission in FormDialog component (#40470) @sai6855
|
|
151
|
-
- [material-ui] Replace recharts with MUI
|
|
210
|
+
- [material-ui] Replace recharts with MUI X charts on the Dashboard template (#40107) @alexfauquette
|
|
152
211
|
- [material-ui] Revise the Alert demo page (#34892) @samuelsycamore
|
|
153
212
|
- [material-ui] Revise the Accordion page (#40284) @anle9650
|
|
154
213
|
- [material-ui] Add docs for complementary Card components (#40346) @anle9650
|
|
@@ -174,7 +233,7 @@ A big thanks to the 22 contributors who made this release possible. Here are som
|
|
|
174
233
|
- [core] Lock file maintenance (#34538) @renovate[bot]
|
|
175
234
|
- [core] Remove duplicate devDependencies (#40438) @michaldudak
|
|
176
235
|
- [core] Remove issue emoji @oliviertassinari
|
|
177
|
-
- [core] Move prefetch at the core, will propagate to MUI
|
|
236
|
+
- [core] Move prefetch at the core, will propagate to MUI X @oliviertassinari
|
|
178
237
|
- [core] Change package manager to pnpm (#36287) @Janpot
|
|
179
238
|
- [core][docs] Remove the "Understand MUI packages" page (#39835) @savalaram-redkar
|
|
180
239
|
- [website] Evolve the Developer Advocate role (#40337) @oliviertassinari
|
|
@@ -235,8 +294,8 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
235
294
|
- ​<!-- 36 -->[code-infra] Break package dependency cycle between @mui/material and @mui/icons-material (#40400) @michaldudak
|
|
236
295
|
- ​<!-- 35 -->[code-infra] Break package dependency cycles (#40398) @michaldudak
|
|
237
296
|
- ​<!-- 34 -->[code-infra] Sync bug issue template (#40305) @oliviertassinari
|
|
238
|
-
- ​<!-- 33 -->[docs] Fix 301 link to Base
|
|
239
|
-
- ​<!-- 32 -->[docs] Link new MUI
|
|
297
|
+
- ​<!-- 33 -->[docs] Fix 301 link to Base UI (#40396) @oliviertassinari
|
|
298
|
+
- ​<!-- 32 -->[docs] Link new MUI X components in sidnav (#40345) @oliviertassinari
|
|
240
299
|
- ​<!-- 31 -->[docs] Fix 301 links to Toolpad @oliviertassinari
|
|
241
300
|
- ​<!-- 30 -->[docs] Remove old notifications @oliviertassinari
|
|
242
301
|
- ​<!-- 29 -->[docs] Always mention the npm tag with npx (#40335) @oliviertassinari
|
|
@@ -246,7 +305,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
246
305
|
- ​<!-- 25 -->[docs-infra] Prefetch pages on hover (#40314) @oliviertassinari
|
|
247
306
|
- ​<!-- 24 -->[docs-infra] Fix footer links to link to the main domain (#40373) @oliviertassinari
|
|
248
307
|
- ​<!-- 23 -->[docs-infra] Add stray design adjustments (#40347) @danilo-leal
|
|
249
|
-
- ​<!-- 04 -->[website] Fix Base
|
|
308
|
+
- ​<!-- 04 -->[website] Fix Base UI page's component section imports & styles (#40231) @danilo-leal
|
|
250
309
|
- ​<!-- 03 -->[website] Fix outdated Nhost image link @oliviertassinari
|
|
251
310
|
- ​<!-- 02 -->[website] Shorten Joy UI description, 7 chars too long @oliviertassinari
|
|
252
311
|
- ​<!-- 01 -->[website] Update some social preview images (#40282) @danilo-leal
|
|
@@ -262,7 +321,7 @@ _Dec 25, 2023_
|
|
|
262
321
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
263
322
|
|
|
264
323
|
- 🚀 Added support for callbacks in the [variant's props definition](https://mui.com/material-ui/customization/theme-components/#creating-new-component-variants) (#40094) @mnajdova
|
|
265
|
-
- 💫 Published a [blogpost](https://mui.com/blog/2023-material-ui-v6-and-beyond/) for the 2024's plan about Material
|
|
324
|
+
- 💫 Published a [blogpost](https://mui.com/blog/2023-material-ui-v6-and-beyond/) for the 2024's plan about Material UI
|
|
266
325
|
|
|
267
326
|
### `@mui/material@5.15.2`
|
|
268
327
|
|
|
@@ -286,7 +345,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
286
345
|
### Docs
|
|
287
346
|
|
|
288
347
|
- ​<!-- 30 -->[base-ui] Fix form submission Select demo (#40014) @ZeeshanTamboli
|
|
289
|
-
- ​<!-- 24 -->[blog] Add Material
|
|
348
|
+
- ​<!-- 24 -->[blog] Add Material UI v6 and beyond blog post (#40242) @mnajdova
|
|
290
349
|
- ​<!-- 10 -->[material-ui] Fix broken links in the All components page (#40303) @muazaqdas
|
|
291
350
|
- ​<!-- 09 -->[material-ui] Fix broken links on the All components page (#40279) @danilo-leal
|
|
292
351
|
- ​<!-- 08 -->[material-ui] Add aria-current for nav tabs demo (#39594) @Kimzify
|
|
@@ -365,7 +424,7 @@ _Dec 11, 2023_
|
|
|
365
424
|
|
|
366
425
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
367
426
|
|
|
368
|
-
- 🚀 Added [a new package for a better Material
|
|
427
|
+
- 🚀 Added [a new package for a better Material UI integration with Next.js](https://mui.com/material-ui/guides/nextjs) (#39947) @siriwatknp
|
|
369
428
|
|
|
370
429
|
### `@mui/material@5.15.0`
|
|
371
430
|
|
|
@@ -403,14 +462,14 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
403
462
|
- ​<!-- 09 -->[docs][base-ui] Add copy button & primary color picker to the component gallery page (#39884) @mnajdova
|
|
404
463
|
- ​<!-- 08 -->[docs-infra] Update CodeSandbox links (#39992) @anle9650
|
|
405
464
|
- ​<!-- 04 -->[material-ui][docs] Fix wrong root element for emotion styles in shadow DOM (#35326) @EloB
|
|
406
|
-
- ​<!-- 03 -->[material-ui][docs] Move the responsive font charts from recharts to MUI
|
|
465
|
+
- ​<!-- 03 -->[material-ui][docs] Move the responsive font charts from recharts to MUI X (#40097) @alexfauquette
|
|
407
466
|
- ​<!-- 02 -->[joy-ui][templates] Remove outdated code (#40095) @zanivan
|
|
408
467
|
- ​<!-- 05 -->[material-ui][docs][Popper] Update Positioned Popper demo styles (#40170) @sai6855
|
|
409
468
|
|
|
410
469
|
### Core
|
|
411
470
|
|
|
412
471
|
- ​<!-- 08 -->[blog] Add a Phuket retreat blog post (#40055) @mikailaread
|
|
413
|
-
- ​<!-- 07 -->[blog] Adjust the latest MUI
|
|
472
|
+
- ​<!-- 07 -->[blog] Adjust the latest MUI X blog post (#40046) @danilo-leal
|
|
414
473
|
- ​<!-- 05 -->[core] Migrate from tslint to eslint (#40020) @ZeeshanTamboli
|
|
415
474
|
|
|
416
475
|
All contributors of this release in alphabetical order: @abreel, @alexfauquette, @anle9650, @blakenetz, @danilo-leal, @EloB, @lhilgert9, @mbrookes, @mikailaread, @mj12albert, @mnajdova, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli
|
|
@@ -447,7 +506,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
447
506
|
- ​<!-- 13 -->[docs-infra] Simplify CSS classes extraction in API docs generator (#39808) @michaldudak
|
|
448
507
|
- ​<!-- 04 -->[website] Polish dark mode colors (#40052) @danilo-leal
|
|
449
508
|
- ​<!-- 03 -->[website] Add why Design Engineer for data grid (#40016) @oliviertassinari
|
|
450
|
-
- ​<!-- 02 -->[website] Add stray fixes to the Base
|
|
509
|
+
- ​<!-- 02 -->[website] Add stray fixes to the Base UI page (#40051) @danilo-leal
|
|
451
510
|
- ​<!-- 01 -->[website] Revise the Developer Advocate job posting (#39210) @samuelsycamore
|
|
452
511
|
|
|
453
512
|
All contributors of this release in alphabetical order: @alexfauquette, @anle9650, @caweidmann, @danilo-leal, @DiegoAndai, @fzaninotto, @Janpot, @lhilgert9, @michaldudak, @mnajdova, @oliviertassinari, @REX500, @samuelsycamore, @zanivan
|
|
@@ -460,7 +519,7 @@ _Nov 29, 2023_
|
|
|
460
519
|
|
|
461
520
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
462
521
|
|
|
463
|
-
- 🐛 Fix Material
|
|
522
|
+
- 🐛 Fix Material UI Autocomplete behavior when there are duplicate labels (#36426) @islandryu
|
|
464
523
|
- 🚀 Added Material You Linear Progress to `material-next` package (#39807) @lhilgert9
|
|
465
524
|
|
|
466
525
|
### `@mui/material@5.14.19`
|
|
@@ -502,7 +561,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
502
561
|
|
|
503
562
|
- ​<!-- 19 -->[material-ui] Fix theme prop in v5 migration guide (#39976) @sai6855
|
|
504
563
|
- ​<!-- 43 -->[base-ui] Improve Next.js Link docs (#39838) @oliviertassinari
|
|
505
|
-
- ​<!-- 39 -->[base-ui] Export Base
|
|
564
|
+
- ​<!-- 39 -->[base-ui] Export Base UI theme in stylesheet (#39694) @mnajdova
|
|
506
565
|
- ​<!-- 52 -->[joy-ui] Fix the date min & max slot props values on the Input demo (#40018) @avikalpg
|
|
507
566
|
- ​<!-- 35 -->[joy-ui][ButtonGroup] Fix orientation prop description (#39876) @sai6855
|
|
508
567
|
- ​<!-- 25 -->[joy-ui] Update gif from the Dark Mode Optimization page (#39726) @danilo-leal
|
|
@@ -536,7 +595,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
536
595
|
- ​<!-- 04 -->[website] Fix 301 redirection to X tree-view @oliviertassinari
|
|
537
596
|
- ​<!-- 03 -->[website] Change redirection prefixes @oliviertassinari
|
|
538
597
|
- ​<!-- 02 -->[website] Fix 301 link @oliviertassinari
|
|
539
|
-
- ​<!-- 01 -->[website] Fix modal not being closed with the escape key on the Base
|
|
598
|
+
- ​<!-- 01 -->[website] Fix modal not being closed with the escape key on the Base UI page (#39880) @ZeeshanTamboli
|
|
540
599
|
|
|
541
600
|
All contributors of this release in alphabetical order: @avikalpg, @brijeshb42, @cherniavskii, @danilo-leal, @DarhkVoyd, @dhaub-exelixis, @DiegoAndai, @flaviendelangle, @islandryu, @joserodolfofreitas, @lhilgert9, @mj12albert, @mnajdova, @oliviertassinari, @sadik-malik, @sai6855, @zanivan, @ZeeshanTamboli
|
|
542
601
|
|
|
@@ -582,12 +641,12 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
582
641
|
- ​<!-- 16 -->[joy-ui] Fix API generation for Grid (#39861) @oliviertassinari
|
|
583
642
|
- ​<!-- 15 -->[joy-ui] Fix menu in color inversion header demo (#39785) @sai6855
|
|
584
643
|
- ​<!-- 14 -->[joy-ui] Change the design kit link on the Overview page (#39725) @danilo-leal
|
|
585
|
-
- ​<!-- 13 -->[joy-ui] Add `CssBaseline` to integration with Material
|
|
644
|
+
- ​<!-- 13 -->[joy-ui] Add `CssBaseline` to integration with Material UI page (#39790) @swillianc
|
|
586
645
|
- ​<!-- 10 -->[joy-ui][Tabs] Add wordBreak style to demo (#39821) @sai6855
|
|
587
646
|
|
|
588
647
|
## Core
|
|
589
648
|
|
|
590
|
-
- ​<!-- 27 -->[blog] MUI
|
|
649
|
+
- ​<!-- 27 -->[blog] MUI X late v6 blog post (#39700) @joserodolfofreitas
|
|
591
650
|
- ​<!-- 25 -->[CHANGELOG] Correct the Joy UI version in the changelog (#39788) @michaldudak
|
|
592
651
|
- ​<!-- 23 -->[core] Remove legacy docs files (#39860) @oliviertassinari
|
|
593
652
|
- ​<!-- 22 -->[core] Fix GitHub title tag consistency @oliviertassinari
|
|
@@ -655,7 +714,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
655
714
|
- [docs-infra] Fix crawler on API pages (#39490) @alexfauquette
|
|
656
715
|
- [docs–infra] Small polish on API toggle (#39704) @oliviertassinari
|
|
657
716
|
- [core] Speed up the CI by removing the second build (#39684) @michaldudak
|
|
658
|
-
- [core][docs] Fix broken MUI
|
|
717
|
+
- [core][docs] Fix broken MUI System link in README.md (#39734) @samuelsycamore
|
|
659
718
|
- [website] List benefits for sponsors (#39640) @oliviertassinari
|
|
660
719
|
- [website] Add Vadym teamMember card to 'About' (#39701) @hasdfa
|
|
661
720
|
- [test] Fix flaky screenshot (#39711) @oliviertassinari
|
|
@@ -842,9 +901,9 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
842
901
|
### Docs
|
|
843
902
|
|
|
844
903
|
- ​<!-- 27 -->[docs][base-ui] Renaming demos to BaseXxx (#39104) @christophermorin
|
|
845
|
-
- ​<!-- 26 -->[docs] Accessibility in Base
|
|
904
|
+
- ​<!-- 26 -->[docs] Accessibility in Base UI (#39264) @michaldudak
|
|
846
905
|
- ​<!-- 22 -->[docs] Fix 301 redirection @oliviertassinari
|
|
847
|
-
- ​<!-- 21 -->[docs] Improve Base
|
|
906
|
+
- ​<!-- 21 -->[docs] Improve Base UI table of contents for APIs (#39412) @ZeeshanTamboli
|
|
848
907
|
- ​<!-- 20 -->[docs] Adjust design kits-related content (#39367) @danilo-leal
|
|
849
908
|
- ​<!-- 19 -->[docs] Revise the Contributing Guide (#39190) @samuelsycamore
|
|
850
909
|
- ​<!-- 12 -->[docs][joy-ui] Fix row hover prop name in the Table page (#39431) @adrienbrault
|
|
@@ -1079,7 +1138,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
1079
1138
|
- [core] Add a comment to explain `useEnhancedEffect` (#39035) @Janpot
|
|
1080
1139
|
- [docs-infra] Fix code removal in table of content (#39165) @alexfauquette
|
|
1081
1140
|
- [docs-infra] Improve callouts design (#39084) @danilo-leal
|
|
1082
|
-
- [docs-infra] Fix key warning in Base
|
|
1141
|
+
- [docs-infra] Fix key warning in Base UI Slider slots section (#38954) @ZeeshanTamboli
|
|
1083
1142
|
- [docs-infra] Fix error when redirecting to the root page (#38451) @maheshguntur
|
|
1084
1143
|
- [docs-infra] Open demo crash in the right repository (#39006) @oliviertassinari
|
|
1085
1144
|
- [test] Split the test package (#39061) @michaldudak
|
|
@@ -1158,7 +1217,7 @@ _Sep 13, 2023_
|
|
|
1158
1217
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
1159
1218
|
|
|
1160
1219
|
- 🎉 Added the [`Drawer` component](https://mui.com/joy-ui/react-drawer/) to Joy UI (#38169) @mnajdova
|
|
1161
|
-
- ✨ Material
|
|
1220
|
+
- ✨ Material UI's [`ButtonGroup` component](https://mui.com/material-ui/react-button-group/) now styles button elements within it correctly (#38520) @ZeeshanTamboli
|
|
1162
1221
|
|
|
1163
1222
|
### `@mui/material@5.14.9`
|
|
1164
1223
|
|
|
@@ -1210,7 +1269,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1210
1269
|
- ​<!-- 45 -->[Button][docs][material-ui] Update the file upload demo (#38823) @danilo-leal
|
|
1211
1270
|
- ​<!-- 33 -->[docs][DialogTitle] Fix props docs doesn't mention it extends `Typography` props (#38856) @sai6855
|
|
1212
1271
|
- ​<!-- 32 -->[docs] Improve npm experience (#38906) @oliviertassinari
|
|
1213
|
-
- ​<!-- 31 -->[docs] Fix redirection to Base
|
|
1272
|
+
- ​<!-- 31 -->[docs] Fix redirection to Base UI URLs @oliviertassinari
|
|
1214
1273
|
- ​<!-- 30 -->[docs] Fix use of callouts (#38747) @oliviertassinari
|
|
1215
1274
|
- ​<!-- 29 -->[docs] Fix 301 links for SEO @oliviertassinari
|
|
1216
1275
|
- ​<!-- 28 -->[docs] Remove flag from installation page @oliviertassinari
|
|
@@ -1231,7 +1290,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1231
1290
|
### Examples
|
|
1232
1291
|
|
|
1233
1292
|
- ​<!-- 14 -->[examples] Add shortcut to open example in online IDE (#38572) @oliviertassinari
|
|
1234
|
-
- ​<!-- 61 -->[examples][base-ui] Add Base
|
|
1293
|
+
- ​<!-- 61 -->[examples][base-ui] Add Base UI + Vite + Tailwind CSS example in TypeScript (#37595) @dvkam
|
|
1235
1294
|
|
|
1236
1295
|
### Core
|
|
1237
1296
|
|
|
@@ -1250,7 +1309,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1250
1309
|
- ​<!-- 55 -->[docs–infra] Fix callout container width (#38880) @oliviertassinari
|
|
1251
1310
|
- ​<!-- 23 -->[docs-infra] Catch duplicated trailing splashes in links (#38758) @oliviertassinari
|
|
1252
1311
|
- ​<!-- 01 -->[website] add Michel Engelen to the about us page (#38818) @michelengelen
|
|
1253
|
-
- ​<!-- 58 -->[website] Add a templates & design kits section to the Material
|
|
1312
|
+
- ​<!-- 58 -->[website] Add a templates & design kits section to the Material UI page (#38617) @danilo-leal
|
|
1254
1313
|
|
|
1255
1314
|
All contributors of this release in alphabetical order: @brentertz, @brijeshb42, @danilo-leal, @DiegoAndai, @dvkam, @flaviendelangle, @Janpot, @LadyBluenotes, @michaldudak, @michelengelen, @mj12albert, @mnajdova, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli
|
|
1256
1315
|
|
|
@@ -1286,7 +1345,7 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
1286
1345
|
|
|
1287
1346
|
### `@mui/lab@5.0.0-alpha.143`
|
|
1288
1347
|
|
|
1289
|
-
- ​<!-- 06 -->[TreeView] Use Tree View from MUI
|
|
1348
|
+
- ​<!-- 06 -->[TreeView] Use Tree View from MUI X in the lab (#38261) @flaviendelangle
|
|
1290
1349
|
- ​<!-- 13 -->[LoadingButton] Fix HTML rule button > div forbidden nesting (#38584) @oliviertassinari
|
|
1291
1350
|
|
|
1292
1351
|
### `@mui/system@5.14.8`
|
|
@@ -1396,7 +1455,7 @@ _Aug 23, 2023_
|
|
|
1396
1455
|
|
|
1397
1456
|
A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
|
|
1398
1457
|
|
|
1399
|
-
- 🚀 Added the [Popup](https://mui.com/base-ui/react-popup/) component to Base
|
|
1458
|
+
- 🚀 Added the [Popup](https://mui.com/base-ui/react-popup/) component to Base UI (#37960) @michaldudak
|
|
1400
1459
|
It's intended to replace the Popper component, which uses the deprecated Popper JS library. The Popup is built on top of Floating UI and has a similar API to the Popper.
|
|
1401
1460
|
- 🚀 Added the [Accordion](https://mui.com/joy-ui/react-accordion/) component to Joy UI (#38164) @siriwatknp
|
|
1402
1461
|
- 🚀 Added InputBase and ButtonBase components to `material-next` (#38319) @DiegoAndai @mj12albert
|
|
@@ -1435,7 +1494,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1435
1494
|
- [docs] Improve the "Understanding MUI packages" page images (#38619) @danilo-leal
|
|
1436
1495
|
- [docs][base-ui] Revise the structure of the Component docs (#38529) @samuelsycamore
|
|
1437
1496
|
- [docs][base-ui] Fix Menu Hooks demo (#38479) @homerchen19
|
|
1438
|
-
- [docs][base-ui] Correct the MUI
|
|
1497
|
+
- [docs][base-ui] Correct the MUI System quickstart example (#38496) @michaldudak
|
|
1439
1498
|
- [docs][base-ui] Add Tailwind & plain CSS demos for Autocomplete page (#38157) @mj12albert
|
|
1440
1499
|
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Input page (#38302) @alisasanib
|
|
1441
1500
|
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Snackbar, Badge, Switch pages (#38425) @alisasanib
|
|
@@ -1462,7 +1521,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1462
1521
|
- [docs] Clarify System peer dependencies @oliviertassinari
|
|
1463
1522
|
- [docs] Fix horizontal scrollbar @oliviertassinari
|
|
1464
1523
|
- [docs] Code style convention @oliviertassinari
|
|
1465
|
-
- [docs] Fix typo in Base
|
|
1524
|
+
- [docs] Fix typo in Base UI @oliviertassinari
|
|
1466
1525
|
- [docs] Update the backers page (#38505) @danilo-leal
|
|
1467
1526
|
- [docs] Add stray design adjustments to the docs (#38501) @danilo-leal
|
|
1468
1527
|
- [docs] Use IBM Plex Sans in Tailwind CSS demos (#38464) @mnajdova
|
|
@@ -1497,9 +1556,9 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1497
1556
|
- [docs-infra] Fix GoogleAnalytics missing event for code copy (#38469) @alexfauquette
|
|
1498
1557
|
- [docs-infra] Improve affordance on the code block expansion (#38421) @danilo-leal
|
|
1499
1558
|
- [website] Fine-tune the branding theme buttons (#38588) @danilo-leal
|
|
1500
|
-
- [website] Improve the Base
|
|
1501
|
-
- [website] Add stray design improvements to the Material
|
|
1502
|
-
- [website] Fix mobile view Material
|
|
1559
|
+
- [website] Improve the Base UI hero section demo (#38585) @danilo-leal
|
|
1560
|
+
- [website] Add stray design improvements to the Material UI page (#38590) @danilo-leal
|
|
1561
|
+
- [website] Fix mobile view Material UI page (#38568) @oliviertassinari
|
|
1503
1562
|
- [website] Fix reference to the data grid @oliviertassinari
|
|
1504
1563
|
- [website] Configure Apple Pay @oliviertassinari
|
|
1505
1564
|
- [website] Fix template link on the homepage (#38471) @danilo-leal
|
|
@@ -1514,7 +1573,7 @@ _Aug 14, 2023_
|
|
|
1514
1573
|
|
|
1515
1574
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
1516
1575
|
|
|
1517
|
-
- @mnajdova [made it easier to use third-party components in Base
|
|
1576
|
+
- @mnajdova [made it easier to use third-party components in Base UI slots](https://mui.com/base-ui/getting-started/customization/#overriding-subcomponent-slots) with the introduction of the `prepareForSlot` utility (#38138)
|
|
1518
1577
|
|
|
1519
1578
|
### `@mui/material@5.14.5`
|
|
1520
1579
|
|
|
@@ -1540,7 +1599,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1540
1599
|
|
|
1541
1600
|
### Docs
|
|
1542
1601
|
|
|
1543
|
-
- ​<!-- 32 -->[blog] Blog post for MUI
|
|
1602
|
+
- ​<!-- 32 -->[blog] Blog post for MUI X mid v6. Date Pickers, Data Grid, and Charts (#38241) @richbustos
|
|
1544
1603
|
- ​<!-- 35 -->[docs][base-ui] Update number input API docs (#38363) @mj12albert
|
|
1545
1604
|
- ​<!-- 29 -->[docs] Improve page transition speed (#38394) @oliviertassinari
|
|
1546
1605
|
- ​<!-- 28 -->[docs] Improve examples (#38398) @oliviertassinari
|
|
@@ -1569,7 +1628,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1569
1628
|
- ​<!-- 21 -->[docs-infra] Adjust heading styles (#38365) @danilo-leal
|
|
1570
1629
|
- ​<!-- 20 -->[docs-infra] Fix info callout border color (#38370) @danilo-leal
|
|
1571
1630
|
- ​<!-- 05 -->[website] Upgrade the homepage hero demos design (#38388) @danilo-leal
|
|
1572
|
-
- ​<!-- 04 -->[website] Improve Base
|
|
1631
|
+
- ​<!-- 04 -->[website] Improve Base UI hero section demo (#38255) @danilo-leal
|
|
1573
1632
|
- ​<!-- 03 -->[website] Fix EmailSubscribe look (#38429) @oliviertassinari
|
|
1574
1633
|
- ​<!-- 02 -->[website] Link Discord in footer (#38369) @richbustos
|
|
1575
1634
|
- ​<!-- 01 -->[website] Clean up the `GetStartedButtons` component (#38256) @danilo-leal
|
|
@@ -1584,7 +1643,7 @@ _Aug 8, 2023_
|
|
|
1584
1643
|
|
|
1585
1644
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
1586
1645
|
|
|
1587
|
-
- 🎉 Added [Number Input](https://mui.com/base-ui/react-number-input/) component & [useNumberInput](https://mui.com/base-ui/react-number-input/#hook) hook in [Base
|
|
1646
|
+
- 🎉 Added [Number Input](https://mui.com/base-ui/react-number-input/) component & [useNumberInput](https://mui.com/base-ui/react-number-input/#hook) hook in [Base UI](https://mui.com/base-ui/getting-started/) @mj12albert
|
|
1588
1647
|
|
|
1589
1648
|
### `@mui/material@5.14.4`
|
|
1590
1649
|
|
|
@@ -1601,7 +1660,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1601
1660
|
|
|
1602
1661
|
- ​<!-- 32 -->[base] Ban default exports (#38200) @michaldudak
|
|
1603
1662
|
|
|
1604
|
-
Base
|
|
1663
|
+
Base UI default exports were changed to named ones. Previously we had a mix of default and named ones.
|
|
1605
1664
|
This was changed to improve consistency and avoid problems some bundlers have with default exports.
|
|
1606
1665
|
See https://github.com/mui/material-ui/issues/21862 for more context.
|
|
1607
1666
|
|
|
@@ -1651,10 +1710,10 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1651
1710
|
- ​<!-- 05 -->[docs][Skeleton] Make the demos feel more realistic (#38212) @oliviertassinari
|
|
1652
1711
|
|
|
1653
1712
|
- ​<!-- 08 -->[examples] Swap Next.js examples between App Router and Pages Router; update naming convention (#38204) @samuelsycamore
|
|
1654
|
-
- ​<!-- 07 -->[examples][material-ui] Add Material
|
|
1713
|
+
- ​<!-- 07 -->[examples][material-ui] Add Material UI + Next.js (App Router) example in JS (#38323) @samuelsycamore
|
|
1655
1714
|
- ​<!-- 27 -->[blog] Discord announcement blog (#38258) @richbustos
|
|
1656
1715
|
- ​<!-- 26 -->[blog] Fix 301 links to Toolpad @oliviertassinari
|
|
1657
|
-
- ​<!-- 04 -->[website] Updating Charts demo with real charts usage for MUI
|
|
1716
|
+
- ​<!-- 04 -->[website] Updating Charts demo with real charts usage for MUI X marketing page (#38317) @richbustos
|
|
1658
1717
|
- ​<!-- 03 -->[website] Adjust styles of the Product section on the homepage (#38366) @danilo-leal
|
|
1659
1718
|
- ​<!-- 02 -->[website] Add Nora teamMember card to 'About' (#38358) @noraleonte
|
|
1660
1719
|
- ​<!-- 01 -->[website] Fix image layout shift (#38326) @oliviertassinari
|
|
@@ -1684,7 +1743,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1684
1743
|
|
|
1685
1744
|
- 🚀 [Joy UI](https://mui.com/joy-ui/getting-started/) is now in Beta
|
|
1686
1745
|
- ✨ Refine [Joy UI](https://mui.com/joy-ui/getting-started/)'s default theme @siriwatknp @zanivan
|
|
1687
|
-
- 🎉 Added Dropdown higher-level menu component [Base
|
|
1746
|
+
- 🎉 Added Dropdown higher-level menu component [Base UI](https://mui.com/base-ui/getting-started/) @michaldudak
|
|
1688
1747
|
- 💫 Added Material You [Badge](https://mui.com/material-ui/react-badge/#material-you-version) to `material-next` (#37850) @DiegoAndai
|
|
1689
1748
|
|
|
1690
1749
|
### `@mui/material@5.14.3`
|
|
@@ -1752,7 +1811,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1752
1811
|
|
|
1753
1812
|
### Core
|
|
1754
1813
|
|
|
1755
|
-
- ​<!-- 47 -->[blog] Fix blog post slug Base
|
|
1814
|
+
- ​<!-- 47 -->[blog] Fix blog post slug Base UI (#38254) @oliviertassinari
|
|
1756
1815
|
- ​<!-- 46 -->[core] Use native Node's fetch instead of node-fetch package (#38263) @michaldudak
|
|
1757
1816
|
- ​<!-- 45 -->[core] Remove dead code @oliviertassinari
|
|
1758
1817
|
- ​<!-- 29 -->[core] Polish Stack test to closer CSS injection order @oliviertassinari
|
|
@@ -1792,7 +1851,7 @@ A big thanks to the 23 contributors who made this release possible.
|
|
|
1792
1851
|
- ​<!-- 35 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Textarea page (#37943) @zanivan
|
|
1793
1852
|
- ​<!-- 29 -->[docs] Fix Joy UI menu example (#38140) @harikrishnanp
|
|
1794
1853
|
- ​<!-- 28 -->[docs] Remove translations section from contributing guide (#38125) @nikohoffren
|
|
1795
|
-
- ​<!-- 27 -->[docs] Fix Base
|
|
1854
|
+
- ​<!-- 27 -->[docs] Fix Base UI Button Tailwind CSS padding @oliviertassinari
|
|
1796
1855
|
- ​<!-- 26 -->[docs] Mention in hompage hero that Core is free (#38075) @mbrookes
|
|
1797
1856
|
- ​<!-- 25 -->[docs] Fix a typo in notifications.json (#38078) @mbrookes
|
|
1798
1857
|
- ​<!-- 24 -->[docs] Add Tailwind CSS & plain CSS demo on the table pagination page (#37937) @mnajdova
|
|
@@ -1814,11 +1873,11 @@ A big thanks to the 23 contributors who made this release possible.
|
|
|
1814
1873
|
- ​<!-- 09 -->[website] Mobile navigation: Toolpad to Beta (#38146) @bharatkashyap
|
|
1815
1874
|
- ​<!-- 08 -->[website] Fix typo on pricing page @oliviertassinari
|
|
1816
1875
|
- ​<!-- 07 -->[website] Fix a few regression (#38050) @oliviertassinari
|
|
1817
|
-
- ​<!-- 06 -->[website] Update Demo footers on MUI
|
|
1876
|
+
- ​<!-- 06 -->[website] Update Demo footers on MUI X landing page (#38027) @richbustos
|
|
1818
1877
|
- ​<!-- 05 -->[website] Fix 301 redirection to base index page @oliviertassinari
|
|
1819
1878
|
- ​<!-- 04 -->[website] Fix Cell selection feature name (#38029) @oliviertassinari
|
|
1820
1879
|
- ​<!-- 03 -->[website] Improve button look (#38052) @oliviertassinari
|
|
1821
|
-
- ​<!-- 02 -->[website] Link new core page to new Base
|
|
1880
|
+
- ​<!-- 02 -->[website] Link new core page to new Base UI landing page (#38030) @mj12albert
|
|
1822
1881
|
- ​<!-- 01 -->[website] Polish pricing page (#37975) @oliviertassinari
|
|
1823
1882
|
- ​<!-- 10 -->[test] Fail the CI when new unexpected files are created (#38039) @oliviertassinari
|
|
1824
1883
|
- ​<!-- 09 -->[test] Fix linting error by matching main component demo name to filename (#38122) @ZeeshanTamboli
|
|
@@ -1836,7 +1895,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
1836
1895
|
- 💫 Introducing some new components for Joy UI:
|
|
1837
1896
|
- [Skeleton](https://mui.com/joy-ui/react-skeleton/) component (#37893) @siriwatknp
|
|
1838
1897
|
- [ToggleButton](https://mui.com/joy-ui/react-toggle-button-group/) (#37716) @siriwatknp
|
|
1839
|
-
- 🎉 Base
|
|
1898
|
+
- 🎉 Base UI has its own [landing page](https://www.mui.com/base-ui)!
|
|
1840
1899
|
- 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
1841
1900
|
|
|
1842
1901
|
### `@mui/material@5.14.1`
|
|
@@ -1868,14 +1927,14 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
1868
1927
|
### Docs
|
|
1869
1928
|
|
|
1870
1929
|
- ​<!-- 52 -->[docs][base] Add Tailwind CSS & plain CSS demo on the form control page (#37914) @mnajdova
|
|
1871
|
-
- ​<!-- 51 -->[docs][base] Make Base
|
|
1872
|
-
- ​<!-- 38 -->[docs] Link Material
|
|
1930
|
+
- ​<!-- 51 -->[docs][base] Make Base UI Select demos denser (#37836) @zanivan
|
|
1931
|
+
- ​<!-- 38 -->[docs] Link Material UI from the landing page (#37971) @oliviertassinari
|
|
1873
1932
|
- ​<!-- 37 -->[docs] Fix the empty /components page (#38010) @brijeshb42
|
|
1874
1933
|
- ​<!-- 36 -->[docs] Checkout template follows user's color scheme preference (#37928) @OndrejHj04
|
|
1875
1934
|
- ​<!-- 35 -->[docs] Disable ad for onboarding pages (#37998) @oliviertassinari
|
|
1876
|
-
- ​<!-- 34 -->[docs] Fix broken link to Base
|
|
1935
|
+
- ​<!-- 34 -->[docs] Fix broken link to Base UI Next.js App Router (#37973) @oliviertassinari
|
|
1877
1936
|
- ​<!-- 33 -->[docs] Fix typo in next-js-app-router.md (#37974) @ericbrian
|
|
1878
|
-
- ​<!-- 32 -->[docs] Add pnpm commands to Material
|
|
1937
|
+
- ​<!-- 32 -->[docs] Add pnpm commands to Material UI Installation page (#36650) @officialrajdeepsingh
|
|
1879
1938
|
- ​<!-- 31 -->[docs] Link charts in the roadmap (#37944) @oliviertassinari
|
|
1880
1939
|
- ​<!-- 30 -->[docs] Improve changelog @oliviertassinari
|
|
1881
1940
|
- ​<!-- 29 -->[docs] Improve the Select docs (#37279) @michaldudak
|
|
@@ -1885,7 +1944,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
1885
1944
|
### Core
|
|
1886
1945
|
|
|
1887
1946
|
- ​<!-- 50 -->[blog] Add blog post about support for Next.js App Router (#37929) @samuelsycamore
|
|
1888
|
-
- ​<!-- 49 -->[blog] Blog MUI
|
|
1947
|
+
- ​<!-- 49 -->[blog] Blog MUI X pro statement removed (#38015) @prakhargupta1
|
|
1889
1948
|
- ​<!-- 48 -->[blog] Add Toolpad beta announcement blog (#37799) @prakhargupta1
|
|
1890
1949
|
- ​<!-- 46 -->[core] Increase space available for sidenav @oliviertassinari
|
|
1891
1950
|
- ​<!-- 45 -->[core] Adds `component` prop to `OverrideProps` type (#35924) @sai6855
|
|
@@ -1901,15 +1960,15 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
1901
1960
|
- ​<!-- 25 -->[docs-infra] Fix button label on mobile (#37997) @oliviertassinari
|
|
1902
1961
|
- ​<!-- 24 -->[docs-infra] Square drawer corners (#37970) @oliviertassinari
|
|
1903
1962
|
- ​<!-- 23 -->[docs-infra] Improve tab contrast in codeblock (#38000) @oliviertassinari
|
|
1904
|
-
- ​<!-- 22 -->[docs-infra] Fix API generation for Base
|
|
1963
|
+
- ​<!-- 22 -->[docs-infra] Fix API generation for Base UI (#37941) @oliviertassinari
|
|
1905
1964
|
- ​<!-- 21 -->[docs-infra] Fix layout shift on xGrid (#37954) @oliviertassinari
|
|
1906
1965
|
- ​<!-- 20 -->[docs-infra] Update installation commands to use the new tabs code component (#37927) @danilo-leal
|
|
1907
1966
|
- ​<!-- 19 -->[docs-infra] Improve disableToc={true} support (#37931) @oliviertassinari
|
|
1908
1967
|
- ​<!-- 18 -->[docs-infra] Remove icons and tweak the design of the side nav (#37860) @danilo-leal
|
|
1909
1968
|
- ​<!-- 17 -->[docs-infra] Fix TypeScrit error in demo export (#37830) @oliviertassinari
|
|
1910
1969
|
- ​<!-- 08 -->[notifications] Add notification for first Charts release (#37679) @joserodolfofreitas
|
|
1911
|
-
- ​<!-- 05 -->[website] Add Base
|
|
1912
|
-
- ​<!-- 04 -->[website] Update MUI
|
|
1970
|
+
- ​<!-- 05 -->[website] Add Base UI marketing page (#36622) @siriwatknp
|
|
1971
|
+
- ​<!-- 04 -->[website] Update MUI X landing page (#37966) @cherniavskii
|
|
1913
1972
|
- ​<!-- 03 -->[website] Fix a11y issues (#37999) @oliviertassinari
|
|
1914
1973
|
- ​<!-- 02 -->[website] Make the Core page refer to group of products (#37608) @danilo-leal
|
|
1915
1974
|
- ​<!-- 01 -->[website] Add perpetual option to pricing page (#35504) @joserodolfofreitas
|
|
@@ -1924,11 +1983,11 @@ _Jul 11, 2023_
|
|
|
1924
1983
|
|
|
1925
1984
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
1926
1985
|
|
|
1927
|
-
- 💫 Material
|
|
1986
|
+
- 💫 Material UI, Joy UI, and Base UI are compatible with [Next.js App Router](https://nextjs.org/docs/app) (#37656) @mj12albert
|
|
1928
1987
|
- 📚 Added new guides for integrating with Next.js 13 App Router (#37656) @mj12albert
|
|
1929
|
-
- Ⓜ️ [Material
|
|
1988
|
+
- Ⓜ️ [Material UI guide](https://mui.com/material-ui/guides/next-js-app-router/)
|
|
1930
1989
|
- 🅙 [Joy UI guide](https://mui.com/joy-ui/integrations/next-js-app-router/)
|
|
1931
|
-
- 🅱️ [Base
|
|
1990
|
+
- 🅱️ [Base UI guide](https://mui.com/base-ui/guides/next-js-app-router/)
|
|
1932
1991
|
- 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
1933
1992
|
|
|
1934
1993
|
### `@mui/material@5.14.0`
|
|
@@ -1973,7 +2032,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
1973
2032
|
|
|
1974
2033
|
### Core
|
|
1975
2034
|
|
|
1976
|
-
- [core] Prepend "use-client" directive + add docs and examples for using
|
|
2035
|
+
- [core] Prepend "use-client" directive + add docs and examples for using the library with Next.js App Router (#37656) @mj12albert
|
|
1977
2036
|
- [core] Fix imports to React (#37863) @oliviertassinari
|
|
1978
2037
|
- [core] Disambiguate eslint plugin name @oliviertassinari
|
|
1979
2038
|
- [core] Sync the lint script name with the other repositories @oliviertassinari
|
|
@@ -2023,16 +2082,16 @@ This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️
|
|
|
2023
2082
|
|
|
2024
2083
|
- [docs][base] Add demo for using the Button as a link (#37317) @AdamSundberg
|
|
2025
2084
|
- [docs][base] Add Tailwind CSS + plain CSS demo on the Select page (#37725) @mnajdova
|
|
2026
|
-
- [docs][base] Make Base
|
|
2027
|
-
- [docs][base] Make Base
|
|
2085
|
+
- [docs][base] Make Base UI input demos denser (#37750) @zanivan
|
|
2086
|
+
- [docs][base] Make Base UI button demos denser (#37689) @zanivan
|
|
2028
2087
|
- [docs][base] Add Tailwind CSS & plain CSS demos on the Input page (#37685) @mnajdova
|
|
2029
2088
|
- [docs][base] Fix horizontal scrolling on the mobile input page (#37688) @zanivan
|
|
2030
|
-
- [docs] Improve Base
|
|
2089
|
+
- [docs] Improve Base UI index page (#37761) @oliviertassinari
|
|
2031
2090
|
- [docs] Fix incorrect package URL in README of example material-vite (#37755) @Dlouxgit
|
|
2032
2091
|
- [docs] Explain how to disable Base Select's portal (#37684) @michaldudak
|
|
2033
2092
|
- [docs] Shorten overview page URLs (#37660) @oliviertassinari
|
|
2034
2093
|
- [docs][material] Rename custom tab panel in Tabs demo to prevent confusion with @mui/lab (#37638) @MUK-Dev
|
|
2035
|
-
- [docs][tabs] Document how to use routing with Tabs in Base
|
|
2094
|
+
- [docs][tabs] Document how to use routing with Tabs in Base UI (#37369) @michaldudak
|
|
2036
2095
|
- [docs] Rename product to productId (#37801) @siriwatknp
|
|
2037
2096
|
- [docs][base] Add Tailwind CSS & plain CSS demo on the Slider page (#37736) @mnajdova
|
|
2038
2097
|
|
|
@@ -2061,7 +2120,7 @@ This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️
|
|
|
2061
2120
|
- [test] Fix test:e2e local run (#37719) @oliviertassinari
|
|
2062
2121
|
- [test] Remove failing test in dev @oliviertassinari
|
|
2063
2122
|
- [website] Add no-op service worker to fix stale cache issue (#37607) @cherniavskii
|
|
2064
|
-
- [website] Transition the Core page to be Material
|
|
2123
|
+
- [website] Transition the Core page to be Material UI instead (#37583) @danilo-leal
|
|
2065
2124
|
- [website] Update the pricing page to reflect sales (#37751) @oliviertassinari
|
|
2066
2125
|
- [website] Match Copyright with the rest of the website @oliviertassinari
|
|
2067
2126
|
- [website] Support deep linking to pricing FAQ @oliviertassinari
|
|
@@ -2075,12 +2134,12 @@ _Jun 21, 2023_
|
|
|
2075
2134
|
A big thanks to the 25 contributors who made this release possible. Here are some highlights ✨:
|
|
2076
2135
|
|
|
2077
2136
|
- 💫 Added [Slider](https://mui.com/material-ui/react-slider/#material-you-version) component using the new Material You design language (#37520) @DiegoAndai.
|
|
2078
|
-
- 📚 Added [examples](https://github.com/mui/material-ui/tree/master/examples/material-ui-nextjs-ts) showcasing how you can use Material
|
|
2137
|
+
- 📚 Added [examples](https://github.com/mui/material-ui/tree/master/examples/material-ui-nextjs-ts) showcasing how you can use Material UI with next.js's app directory (#37315) @smo043
|
|
2079
2138
|
|
|
2080
2139
|
### `@mui/material@5.13.6`
|
|
2081
2140
|
|
|
2082
2141
|
- ​<!-- 45 -->[Autocomplete] Fixed autocomplete's existing option selection (#37012) @bencevoros
|
|
2083
|
-
- ​<!-- 44 -->[Autocomplete] Add hint demos to Material
|
|
2142
|
+
- ​<!-- 44 -->[Autocomplete] Add hint demos to Material UI and Joy UI docs (#37496) @sai6855
|
|
2084
2143
|
- ​<!-- 13 -->[Masonry] Fix ResizeObserver loop limit exceeded error (#37208) @hbjORbj
|
|
2085
2144
|
- ​<!-- 11 -->[Tooltip][material] Improve warning when Tooltip receives string child (#37530) @DiegoAndai
|
|
2086
2145
|
- ​<!-- 10 -->[Modal] Add missing members to ModalOwnProps (#37568) @ivp-dev
|
|
@@ -2111,15 +2170,15 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
2111
2170
|
|
|
2112
2171
|
### Docs
|
|
2113
2172
|
|
|
2114
|
-
- ​<!-- 43 -->[docs][base] Improve Base
|
|
2173
|
+
- ​<!-- 43 -->[docs][base] Improve Base UI all components images (#37590) @danilo-leal
|
|
2115
2174
|
- ​<!-- 42 -->[docs][base] Add pages for coming soon components (#37575) @danilo-leal
|
|
2116
2175
|
- ​<!-- 41 -->[docs][base] Add a Snackbar introduction demo (#37602) @danilo-leal
|
|
2117
|
-
- ​<!-- 40 -->[docs][base] Add page for all Base
|
|
2176
|
+
- ​<!-- 40 -->[docs][base] Add page for all Base UI components (#37536) @danilo-leal
|
|
2118
2177
|
- ​<!-- 33 -->[docs] Fix scrollbar on snackbar page (#37657) @oliviertassinari
|
|
2119
2178
|
- ​<!-- 32 -->[docs] Switch order of snackbar buttons in demos (#37389) @Primajin
|
|
2120
2179
|
- ​<!-- 31 -->[docs] Add support for Tailwind CSS and plain CSS demos (#37319) @mnajdova
|
|
2121
2180
|
- ​<!-- 30 -->[docs] Tree view color fix for dark mode in Gmail example (#37051) @PunitSoniME
|
|
2122
|
-
- ​<!-- 29 -->[docs] Inline the Base
|
|
2181
|
+
- ​<!-- 29 -->[docs] Inline the Base UI demo (#37603) @oliviertassinari
|
|
2123
2182
|
- ​<!-- 28 -->[docs] Fix typo in themed components page (#37598) @vinayr
|
|
2124
2183
|
- ​<!-- 27 -->[docs] Fix render inline code in CSS description generation (#37448) @alexfauquette
|
|
2125
2184
|
- ​<!-- 26 -->[docs] Add styles to styled argument list (#37558) @DiegoAndai
|
|
@@ -2127,17 +2186,17 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
2127
2186
|
- ​<!-- 24 -->[docs] Fix small base -> base-ui migration issue (#37594) @oliviertassinari
|
|
2128
2187
|
- ​<!-- 23 -->[docs] Fix GitHub typo (#37578) @oliviertassinari
|
|
2129
2188
|
- ​<!-- 22 -->[docs] Improve release guide (#37547) @DiegoAndai
|
|
2130
|
-
- ​<!-- 21 -->[docs] Review fixes to the Material
|
|
2189
|
+
- ​<!-- 21 -->[docs] Review fixes to the Material UI's "Example projects" page (#37444) @danilo-leal
|
|
2131
2190
|
- ​<!-- 17 -->[docs][joy] Add a messages template (#37546) @sernstberger
|
|
2132
2191
|
- ​<!-- 16 -->[docs][joy] Add pages for coming soon Joy UI components (#36920) @danilo-leal
|
|
2133
2192
|
- ​<!-- 15 -->[docs][joy] Add design and consistency tweaks to the Playground (#37580) @danilo-leal
|
|
2134
|
-
- ​<!-- 37 -->[docs] Add and revise Base
|
|
2193
|
+
- ​<!-- 37 -->[docs] Add and revise Base UI + Create React App examples (#36825) @samuelsycamore
|
|
2135
2194
|
- ​<!-- 20 -->[docs-infra] Fix demos border radius (#37658) @oliviertassinari
|
|
2136
2195
|
- ​<!-- 19 -->[docs-infra] Add analyticsTags to Algolia (#37600) @Janpot
|
|
2137
2196
|
- ​<!-- 18 -->[docs-infra] Simplify product id handling (#37593) @oliviertassinari
|
|
2138
2197
|
- ​<!-- 35 -->[changelog] Add missing release date for v5.13.5 @oliviertassinari
|
|
2139
2198
|
- ​<!-- 16 -->[examples] Shell command fix in the readme file of material-next-ts example (#37675) @bablukpik
|
|
2140
|
-
- ​<!-- 15 -->[examples] Next.js v13 app router with Material
|
|
2199
|
+
- ​<!-- 15 -->[examples] Next.js v13 app router with Material UI (#37315) @smo043
|
|
2141
2200
|
|
|
2142
2201
|
### Core
|
|
2143
2202
|
|
|
@@ -2175,7 +2234,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
|
|
|
2175
2234
|
- ​<!-- 15 -->[docs] Update /base url references to /base-ui (#37412) @brijeshb42
|
|
2176
2235
|
- ​<!-- 14 -->[docs] Skip components and hooks due to duplicate index (#37539) @siriwatknp
|
|
2177
2236
|
- ​<!-- 13 -->[docs] Polish Sign in to your account joy demo (#37498) @oliviertassinari
|
|
2178
|
-
- ​<!-- 12 -->[docs] Remove outdated Material
|
|
2237
|
+
- ​<!-- 12 -->[docs] Remove outdated Material UI FAQ @oliviertassinari
|
|
2179
2238
|
- ​<!-- 11 -->[docs] Fix crash access to localStorage in Firefox (#37518) @brijeshb42
|
|
2180
2239
|
- ​<!-- 10 -->[docs-infra] Enforce max length on description (#37565) @oliviertassinari
|
|
2181
2240
|
- ​<!-- 09 -->[docs-infra] Mandatory versions (#37497) @oliviertassinari
|
|
@@ -2223,11 +2282,11 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
2223
2282
|
- ​<!-- 17 -->[docs][base] Remove usage of `component` prop in docs (#37462) @sai6855
|
|
2224
2283
|
- ​<!-- 13 -->[docs] Fix docs redirections @oliviertassinari
|
|
2225
2284
|
- ​<!-- 12 -->[docs] Fix Fluent -> Fluent UI @oliviertassinari
|
|
2226
|
-
- ​<!-- 11 -->[docs] Fix MUI Base -> Base
|
|
2285
|
+
- ​<!-- 11 -->[docs] Fix MUI Base -> Base UI @oliviertassinari
|
|
2227
2286
|
- ​<!-- 10 -->[docs] Add base-vite-tailwind example repo (#36994) @mj12albert
|
|
2228
2287
|
- ​<!-- 09 -->[docs] Fix search bar layout shift (#37460) @oliviertassinari
|
|
2229
|
-
- ​<!-- 08 -->[docs] Tweak Material
|
|
2230
|
-
- ​<!-- 07 -->[docs] Tweak Material
|
|
2288
|
+
- ​<!-- 08 -->[docs] Tweak Material UI's "Showcase" page design (#37259) @danilo-leal
|
|
2289
|
+
- ​<!-- 07 -->[docs] Tweak Material UI's "Template" page design (#37260) @danilo-leal
|
|
2231
2290
|
- ​<!-- 06 -->[docs] Fix "Language" page removal leftovers (#37408) @danilo-leal
|
|
2232
2291
|
- ​<!-- 05 -->[docs] Move contents of css-variables to sibling pages (#37411) @brijeshb42
|
|
2233
2292
|
|
|
@@ -2274,7 +2333,7 @@ This release focuses primarily on 🐛 bug fixes and 📚 documentation improvem
|
|
|
2274
2333
|
### Docs
|
|
2275
2334
|
|
|
2276
2335
|
- ​<!-- 14 -->[docs] Clarify Hidden down props as exclusive (#36927) @canac
|
|
2277
|
-
- ​<!-- 13 -->[docs] Add refine to Material
|
|
2336
|
+
- ​<!-- 13 -->[docs] Add refine to Material UI "Related projects" and "More advanced example projects" pages (#37308) @necatiozmen
|
|
2278
2337
|
- ​<!-- 12 -->[docs] Remove todo link from sidebar (#37373) @brijeshb42
|
|
2279
2338
|
- ​<!-- 11 -->[docs] Clarify the peer dependency with react (#37360) @oliviertassinari
|
|
2280
2339
|
- ​<!-- 10 -->[docs] Divider vertical middle prop migration (#36840) @JhonnK08
|
|
@@ -2313,7 +2372,7 @@ A big thanks to the 12 contributors who made this release possible.
|
|
|
2313
2372
|
- [docs][base] Remove default annotations from useBadge's return type (#37313) @TinaSay
|
|
2314
2373
|
- [docs][base] Remove default annotations from useButton's return type (#37312) @TinaSay
|
|
2315
2374
|
- [docs][base] Remove default annotations from useSlider's return type (#37309) @TinaSay
|
|
2316
|
-
- [docs] Remove Material
|
|
2375
|
+
- [docs] Remove Material UI's "Languages" page (#37314) @danilo-leal
|
|
2317
2376
|
- [docs] Prefer to link GitHub repository @oliviertassinari
|
|
2318
2377
|
- [docs] Move product versions to page context (#35078) @m4theushw
|
|
2319
2378
|
- [docs] Fix v5 migration npm install instruction (#37293) @oliviertassinari
|
|
@@ -2378,8 +2437,8 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
2378
2437
|
- [docs] Add summary and improve `test_static` CI doc in CONTRIBUTING readme file (#36711) @kriskw1999
|
|
2379
2438
|
- [docs] Update theme customization typescript (#35551) @siriwatknp
|
|
2380
2439
|
- [docs] Add Joy Frames X web blocks template (#37203) @siriwatknp
|
|
2381
|
-
- [docs] Change Base
|
|
2382
|
-
- [docs] Improve Base
|
|
2440
|
+
- [docs] Change Base UI `alpha` to `beta` in README (#37228) @ZeeshanTamboli
|
|
2441
|
+
- [docs] Improve Base UI overview page (#37227) @mnajdova
|
|
2383
2442
|
- [docs] Update Joy + Material guide (#36911) @cherniavskii
|
|
2384
2443
|
|
|
2385
2444
|
### Core
|
|
@@ -2401,7 +2460,7 @@ _May 10, 2023_
|
|
|
2401
2460
|
|
|
2402
2461
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
2403
2462
|
|
|
2404
|
-
- 🚀 Base
|
|
2463
|
+
- 🚀 Base UI is now in beta - all planned breaking changes are now complete!
|
|
2405
2464
|
- 🗺 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.
|
|
2406
2465
|
- 🐛 Various bug fixes, 📚 documentation and 🧪 testing improvements
|
|
2407
2466
|
|
|
@@ -2434,10 +2493,10 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
2434
2493
|
|
|
2435
2494
|
### Docs
|
|
2436
2495
|
|
|
2437
|
-
- [docs] Stray design tweaks to Base
|
|
2496
|
+
- [docs] Stray design tweaks to Base UI demos (#37003) @danilo-leal
|
|
2438
2497
|
- [docs] Move outdated CSS prefixing docs (#36710) @kriskw1999
|
|
2439
2498
|
- [docs] Improve "Example projects" page design (#37007) @danilo-leal
|
|
2440
|
-
- [docs] Redirect NoSsr, Portal and TextareaAutosize to Base
|
|
2499
|
+
- [docs] Redirect NoSsr, Portal and TextareaAutosize to Base UI API page (#37175) @ZeeshanTamboli
|
|
2441
2500
|
- [docs] Demonstrate `TextField` customization using theme style overrides (#36805) @ZeeshanTamboli
|
|
2442
2501
|
- [docs] Tweak the "Edit this page" button icon (#37142) @danilo-leal
|
|
2443
2502
|
- [docs] Update links to the public roadmap (#36995) @mnajdova
|
|
@@ -2446,7 +2505,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
2446
2505
|
|
|
2447
2506
|
### Core
|
|
2448
2507
|
|
|
2449
|
-
- [blog] Fix images using "MUI Base" instead of "Base
|
|
2508
|
+
- [blog] Fix images using "MUI Base" instead of "Base UI" (#37044) @danilo-leal
|
|
2450
2509
|
- [core] Add VSCode extensions recommendations (#37166) @michaldudak
|
|
2451
2510
|
- [test] `e2e-website` related minor fixes (#37204) @ZeeshanTamboli
|
|
2452
2511
|
- [website] Update the active positions (#37075) @DanailH
|
|
@@ -2463,7 +2522,7 @@ _May 2, 2023_
|
|
|
2463
2522
|
|
|
2464
2523
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
2465
2524
|
|
|
2466
|
-
- all planned breaking changes for Base
|
|
2525
|
+
- all planned breaking changes for Base UI are done. The first beta release should come next week 🎉
|
|
2467
2526
|
- 🐛 bug fixes and 📚 documentation improvements.
|
|
2468
2527
|
|
|
2469
2528
|
### `@mui/material@5.12.3`
|
|
@@ -2533,7 +2592,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
2533
2592
|
|
|
2534
2593
|
- ​<!-- 41 -->[base] Improve API consistency (#36970) @michaldudak
|
|
2535
2594
|
|
|
2536
|
-
Brought consistency to Base
|
|
2595
|
+
Brought consistency to Base UI components and hooks' parameters and return values:
|
|
2537
2596
|
|
|
2538
2597
|
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.
|
|
2539
2598
|
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.
|
|
@@ -2547,11 +2606,11 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
2547
2606
|
|
|
2548
2607
|
### Docs
|
|
2549
2608
|
|
|
2550
|
-
- ​<!-- 39 -->[base][docs] Add Base
|
|
2551
|
-
- ​<!-- 20 -->[docs] Fix Material
|
|
2609
|
+
- ​<!-- 39 -->[base][docs] Add Base UI Quickstart Guide (#36717) @mj12albert
|
|
2610
|
+
- ​<!-- 20 -->[docs] Fix Material UI's API linking to Base UI (#37121) @mnajdova
|
|
2552
2611
|
- ​<!-- 19 -->[docs] Fix pagination in the DataGrid demo (#37114) @cherniavskii
|
|
2553
2612
|
- ​<!-- 18 -->[docs] Add notification to the release of the new Time Picker UI (#37065) @joserodolfofreitas
|
|
2554
|
-
- ​<!-- 17 -->[docs] Specify "Material
|
|
2613
|
+
- ​<!-- 17 -->[docs] Specify "Material UI" (not "MUI") where appropriate throughout the docs (#37066) @samuelsycamore
|
|
2555
2614
|
- ​<!-- 16 -->[docs] Use focus-visible instead of focus for Menu demos (#36847) @michaldudak
|
|
2556
2615
|
- ​<!-- 15 -->[docs] Fix small regressions API pages (#36972) @oliviertassinari
|
|
2557
2616
|
- ​<!-- 14 -->[docs] Handle a few docs-feedback (#36977) @oliviertassinari
|
|
@@ -2583,7 +2642,7 @@ _Apr 25, 2023_
|
|
|
2583
2642
|
|
|
2584
2643
|
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
2585
2644
|
|
|
2586
|
-
- ⚠️ **[BREAKING CHANGE]** The `Unstyled` suffix has been removed from Base
|
|
2645
|
+
- ⚠️ **[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.
|
|
2587
2646
|
- 🐛 bug fixes and 📚 documentation improvements.
|
|
2588
2647
|
|
|
2589
2648
|
### `@mui/material@5.12.2`
|
|
@@ -2598,7 +2657,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
2598
2657
|
|
|
2599
2658
|
- ​<!-- 27 -->[base] Remove unstyled suffix from Base components + Codemod script (#36873) @hbjORbj
|
|
2600
2659
|
|
|
2601
|
-
The `Unstyled` suffix has been removed from all Base
|
|
2660
|
+
The `Unstyled` suffix has been removed from all Base UI component names, including names of types and other related identifiers.
|
|
2602
2661
|
|
|
2603
2662
|
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:
|
|
2604
2663
|
|
|
@@ -2704,7 +2763,7 @@ A big thanks to the 16 contributors who made this release possible. This release
|
|
|
2704
2763
|
- ​<!-- 18 -->[docs][base] Move styles to the bottom of demos code for `TablePagination` (#36593) @gitstart
|
|
2705
2764
|
- ​<!-- 13 -->[docs] Remove the incorrect info about useButton's ref parameter (#36883) @michaldudak
|
|
2706
2765
|
- ​<!-- 12 -->[docs] Sync <Stack> between projects (#36785) @oliviertassinari
|
|
2707
|
-
- ​<!-- 11 -->[docs] Add guides to overriding component structure in Base
|
|
2766
|
+
- ​<!-- 11 -->[docs] Add guides to overriding component structure in Base UI and Joy UI docs (#34990) @samuelsycamore
|
|
2708
2767
|
- ​<!-- 10 -->[docs] Content changed from 'row' to 'orientation=horizontal' (#36858) @navedqb
|
|
2709
2768
|
- ​<!-- 09 -->[docs][Joy] `component`, `slots`, `slotProps` must be visible in Prop table in API docs (#36666) @hbjORbj
|
|
2710
2769
|
- ​<!-- 08 -->[docs][Select] Fix duplicate ID in small size Select demo (#36792) @sai6855
|
|
@@ -2751,7 +2810,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
|
|
|
2751
2810
|
- ​<!-- 16 -->[docs] Add missing `readOnly` state class in the list (#36788) @ZeeshanTamboli
|
|
2752
2811
|
- ​<!-- 15 -->[docs] Improve side nav scroll into view (#36732) @oliviertassinari
|
|
2753
2812
|
- ​<!-- 14 -->[docs][base & joy] Display "Classes" Section in API docs (#36589) @hbjORbj
|
|
2754
|
-
- ​<!-- 13 -->[docs] Fix 100+ typos throughout the Material
|
|
2813
|
+
- ​<!-- 13 -->[docs] Fix 100+ typos throughout the Material UI docs (#36194) @Lioness100
|
|
2755
2814
|
- ​<!-- 12 -->[docs] Change "coming soon" chip color (#36786) @danilo-leal
|
|
2756
2815
|
- ​<!-- 11 -->[docs][Joy] Fix wrong prop descriptions (#36826) @hbjORbj
|
|
2757
2816
|
- ​<!-- 10 -->[docs][material] Highlight global state classes in CSS table in API docs (#36633) @hbjORbj
|
|
@@ -2761,7 +2820,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
|
|
|
2761
2820
|
### Core
|
|
2762
2821
|
|
|
2763
2822
|
- ​<!-- 22 -->[core] Increase margin to scroll @oliviertassinari
|
|
2764
|
-
- ​<!-- 21 -->[core] Replace MUI Base with Base
|
|
2823
|
+
- ​<!-- 21 -->[core] Replace MUI Base with Base UI (#36716) @mnajdova
|
|
2765
2824
|
- ​<!-- 03 -->[website] Fix broken career website links @oliviertassinari
|
|
2766
2825
|
- ​<!-- 02 -->[website] Fix backlinks to homepage (#36801) @oliviertassinari
|
|
2767
2826
|
- ​<!-- 01 -->[website] Tweaks to the Designer position ad (#36771) @danilo-leal
|
|
@@ -2776,7 +2835,7 @@ _Apr 4, 2023_
|
|
|
2776
2835
|
|
|
2777
2836
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
2778
2837
|
|
|
2779
|
-
- 💅 Added tabs on API pages of Base
|
|
2838
|
+
- 💅 Added tabs on API pages of Base UI to switch between component and hook references (#35938) @mnajdova
|
|
2780
2839
|
- 🐛 bug fixes and 📚 documentation improvements.
|
|
2781
2840
|
|
|
2782
2841
|
### `@mui/material@5.11.16`
|
|
@@ -2816,7 +2875,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2816
2875
|
- [docs] Fix small typo (#36727) @RBerthier
|
|
2817
2876
|
- [docs] Fix Joy UI template broken image loading @oliviertassinari
|
|
2818
2877
|
- [docs] Hide the default API column if it's empty (#36715) @mnajdova
|
|
2819
|
-
- [docs] Update Material
|
|
2878
|
+
- [docs] Update Material UI Related Projects page (#34203) @viclafouch
|
|
2820
2879
|
- [docs] Revise Joy UI "Circular Progress" page (#36126) @LadyBluenotes
|
|
2821
2880
|
- [docs] Revise Joy UI "Radio" page (#35893) @DevinCLane
|
|
2822
2881
|
- [docs] Support Google Analytics 4 (#36123) @alexfauquette
|
|
@@ -2938,7 +2997,6 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
2938
2997
|
- [docs] Remove `shouldSkipGeneratingVar` usage (#36581) @siriwatknp
|
|
2939
2998
|
- [docs][material] Update Table's demo to show pointer cursor on clickable rows (#36546) @varunmulay22
|
|
2940
2999
|
- [website] Designer role changes (#36528) @danilo-leal
|
|
2941
|
-
- [website] No association between showcase and MUI @oliviertassinari
|
|
2942
3000
|
- [website] Open Head of Operations role (#36501) @oliviertassinari
|
|
2943
3001
|
- [website] Limit sponsors description to two rows @oliviertassinari
|
|
2944
3002
|
|
|
@@ -2958,13 +3016,13 @@ _Mar 14, 2023_
|
|
|
2958
3016
|
|
|
2959
3017
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
2960
3018
|
|
|
2961
|
-
- @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
|
|
3019
|
+
- @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)
|
|
2962
3020
|
- other 🐛 bug fixes and 📚 documentation improvements.
|
|
2963
3021
|
|
|
2964
3022
|
### `@mui/material@5.11.13`
|
|
2965
3023
|
|
|
2966
|
-
- ​<!-- 13 -->[core] Bump Base
|
|
2967
|
-
- ​<!-- 17 -->[material] Export `shouldSkipGeneratingVar` from Material
|
|
3024
|
+
- ​<!-- 13 -->[core] Bump Base UI's version in Material UI (#36492) @hbjORbj
|
|
3025
|
+
- ​<!-- 17 -->[material] Export `shouldSkipGeneratingVar` from Material UI (#36489) @siriwatknp
|
|
2968
3026
|
- ​<!-- 06 -->[Typography] Apply font properties to typography inherit variant (#33621) @oyar99
|
|
2969
3027
|
|
|
2970
3028
|
### `@mui/base@5.0.0-alpha.121`
|
|
@@ -2979,12 +3037,12 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
2979
3037
|
|
|
2980
3038
|
- ​<!-- 14 -->[blog] Update fields behavior on date pickers blog post (#36480) @joserodolfofreitas
|
|
2981
3039
|
- ​<!-- 12 -->[docs] Info markdown not rendering in Contributing Guide README (#36487) @hbjORbj
|
|
2982
|
-
- ​<!-- 11 -->[docs] Remove 301 redirection to MUI
|
|
3040
|
+
- ​<!-- 11 -->[docs] Remove 301 redirection to MUI X lab migration @oliviertassinari
|
|
2983
3041
|
- ​<!-- 10 -->[docs] Fix a grammar error (#36486) @hbjORbj
|
|
2984
3042
|
- ​<!-- 09 -->[docs] Add blog post notification for v6 release (#36446) @joserodolfofreitas
|
|
2985
3043
|
- ​<!-- 08 -->[docs] Update link to v5 docs (#36421) @m4theushw
|
|
2986
3044
|
- ​<!-- 07 -->[docs] Fix 404 in the API page links (#36419) @oliviertassinari
|
|
2987
|
-
- ​<!-- 08 -->[docs][joy] Error in the exemplary Codesandbox of using Material
|
|
3045
|
+
- ​<!-- 08 -->[docs][joy] Error in the exemplary Codesandbox of using Material UI and Joy UI together (#36462) @hbjORbj
|
|
2988
3046
|
- ​<!-- 06 -->[examples] Refactor to have better types in the Next.js + TypeScript examples (#36355) @erikian
|
|
2989
3047
|
- ​<!-- 02 -->[website] Fix layout shift when loading /blog/mui-x-v6/ @oliviertassinari
|
|
2990
3048
|
- ​<!-- 01 -->[website] Update stats (#36477) @hrutik7
|
|
@@ -3020,7 +3078,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
3020
3078
|
|
|
3021
3079
|
- ​<!-- 26 -->[core] Generate vars in `extendTheme` (#35739) @mnajdova
|
|
3022
3080
|
|
|
3023
|
-
The `shouldSkipGeneratingVar` prop was moved from the `createCssVarsProvider`'s option to the `theme`. If the default theme does not use `extendTheme` from Material
|
|
3081
|
+
The `shouldSkipGeneratingVar` prop was moved from the `createCssVarsProvider`'s option to the `theme`. If the default theme does not use `extendTheme` from Material UI or Joy UI, it needs to be wrapped inside `unstable_createCssVarsTheme` - a util exported from the MUI System. Below is an example of how the migration should look like:
|
|
3024
3082
|
|
|
3025
3083
|
```diff
|
|
3026
3084
|
import {
|
|
@@ -3109,11 +3167,11 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
3109
3167
|
### Docs
|
|
3110
3168
|
|
|
3111
3169
|
- ​<!-- 33 -->[docs][joy] Clarify when `CssVarsProvider` is required (#36410) @mnajdova
|
|
3112
|
-
- ​<!-- 32 -->MUI
|
|
3170
|
+
- ​<!-- 32 -->MUI X v6 release announcement (#36398) @joserodolfofreitas
|
|
3113
3171
|
- ​<!-- 23 -->[docs] Add instructions for deploying docs without a release (#36301) @cherniavskii
|
|
3114
3172
|
- ​<!-- 22 -->[docs] Fix 301 redirections on the docs @oliviertassinari
|
|
3115
|
-
- ​<!-- 21 -->[docs] Update MUI
|
|
3116
|
-
- ​<!-- 20 -->[docs] Clarify the future plan for integrating Base
|
|
3173
|
+
- ​<!-- 21 -->[docs] Update MUI X banner to reflect stable release (#36354) @MBilalShafi
|
|
3174
|
+
- ​<!-- 20 -->[docs] Clarify the future plan for integrating Base UI in Material UI (#36365) @mnajdova
|
|
3117
3175
|
- ​<!-- 19 -->[docs] Improve visual look of loose lists (#36190) @oliviertassinari
|
|
3118
3176
|
- ​<!-- 18 -->[docs] Fix @mui/styles example links (#36331) @oliviertassinari
|
|
3119
3177
|
- ​<!-- 17 -->[docs][joy] Build TS versions for List component demos (#36382) @sai6855
|
|
@@ -3143,14 +3201,14 @@ _Feb 27, 2023_
|
|
|
3143
3201
|
|
|
3144
3202
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
3145
3203
|
|
|
3146
|
-
- 📚 added API documentation for the slots in Base
|
|
3204
|
+
- 📚 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)
|
|
3147
3205
|
- other 🐛 bug fixes and 📚 documentation improvements.
|
|
3148
3206
|
|
|
3149
3207
|
### `@mui/material@5.11.11`
|
|
3150
3208
|
|
|
3151
3209
|
- ​<!-- 30 -->[Autocomplete] Adds `sx` prop to `ListboxProps` type (#36243) @sai6855
|
|
3152
3210
|
- ​<!-- 11 -->[material] Add global CSS class for `readOnly` prop (#32822) @jrparish
|
|
3153
|
-
- ​<!-- 10 -->[Stack][material] Use createStack from
|
|
3211
|
+
- ​<!-- 10 -->[Stack][material] Use createStack from MUI System (#33795) @mnajdova
|
|
3154
3212
|
- ​<!-- 07 -->[Select] Fix incorrect selecting of first element (#36024) @michaldudak
|
|
3155
3213
|
- ​<!-- 06 -->[Slider] Miscellaneous improvements (#35941) @ZeeshanTamboli
|
|
3156
3214
|
- ​<!-- 05 -->[Slider] Remove unnecessary `data-focusvisible` attribute (#36091) @ZeeshanTamboli
|
|
@@ -3207,7 +3265,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3207
3265
|
- ​<!-- 26 -->[docs] Add missing sandbox adapter deps resolving (#36291) @LukasTy
|
|
3208
3266
|
- ​<!-- 25 -->[docs] Allow to pass navigation bar banner from outside (#36299) @MBilalShafi
|
|
3209
3267
|
- ​<!-- 24 -->[docs] Fix code on the Working with Tailwind CSS guide (#36090) @mnajdova
|
|
3210
|
-
- ​<!-- 23 -->[docs] Remove See Slots Section text from Material
|
|
3268
|
+
- ​<!-- 23 -->[docs] Remove See Slots Section text from Material UI slots description (#36284) @hbjORbj
|
|
3211
3269
|
- ​<!-- 22 -->[docs] Fix emotion warning `:first-child` (#36263) @siriwatknp
|
|
3212
3270
|
- ​<!-- 21 -->[docs][joy] Improve the descriptions of props in API docs (#36307) @hbjORbj
|
|
3213
3271
|
- ​<!-- 20 -->[docs][joy] List slots in API documentation (#36271) @hbjORbj
|
|
@@ -3374,13 +3432,13 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
3374
3432
|
### Docs
|
|
3375
3433
|
|
|
3376
3434
|
- ​<!-- 23 -->[blog] Fix dark mode support (#35969) @oliviertassinari
|
|
3377
|
-
- ​<!-- 19 -->[docs] Add banner pointing to "Whats new" in MUI
|
|
3435
|
+
- ​<!-- 19 -->[docs] Add banner pointing to "Whats new" in MUI X page (#36074) @joserodolfofreitas
|
|
3378
3436
|
- ​<!-- 18 -->[docs] Revert unintended change @oliviertassinari
|
|
3379
3437
|
- ​<!-- 17 -->[docs] [Joy] Fixed a typo in `customizing theme tokens` (#36067) @badalsaibo
|
|
3380
3438
|
- ​<!-- 16 -->[docs] Improve inline preview's information (#35974) @oliviertassinari
|
|
3381
3439
|
- ​<!-- 15 -->[docs] Fix wrong v5 migration instructions (#36022) @oliviertassinari
|
|
3382
3440
|
- ​<!-- 14 -->[docs] Fix autocomplete render group key warning in the demo (#36025) @chuanyu0201
|
|
3383
|
-
- ​<!-- 13 -->[docs] Add hooks API pages for Base
|
|
3441
|
+
- ​<!-- 13 -->[docs] Add hooks API pages for Base UI (#35828) @mnajdova
|
|
3384
3442
|
- ​<!-- 12 -->[docs] Fix grammar typo (#36016) @alexownejazayeri
|
|
3385
3443
|
- ​<!-- 11 -->[docs][joy] Add JSDoc for the `AutocompleteProps` type (#36039) @ArthurPedroti
|
|
3386
3444
|
|
|
@@ -3463,7 +3521,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3463
3521
|
- ​<!-- 21 -->[docs] Fix Joy UI variables playground (#35950) @siriwatknp
|
|
3464
3522
|
- ​<!-- 20 -->[docs] Fix typos in base components docs (#35985) @HeVictor
|
|
3465
3523
|
- ​<!-- 19 -->[docs] Fix event's label reported to GA (#35930) @oliviertassinari
|
|
3466
|
-
- ​<!-- 18 -->[docs] Standardize "no longer" / "not documented" callouts in Material
|
|
3524
|
+
- ​<!-- 18 -->[docs] Standardize "no longer" / "not documented" callouts in Material UI docs (#35957) @samuelsycamore
|
|
3467
3525
|
- ​<!-- 17 -->[docs] Revise and expand Joy UI Checkbox doc (#35817) @samuelsycamore
|
|
3468
3526
|
- ​<!-- 16 -->[docs] Add docs notification to Date and Time Pickers revamped (#35935) @joserodolfofreitas
|
|
3469
3527
|
- ​<!-- 15 -->[docs] Update community theme builder to forked updated one (#35928) @idebeijer
|
|
@@ -3567,7 +3625,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
3567
3625
|
|
|
3568
3626
|
### `@mui/material@5.11.5`
|
|
3569
3627
|
|
|
3570
|
-
- [Material
|
|
3628
|
+
- [Material UI] Custom channel token should suppress the warning (#35804) @siriwatknp
|
|
3571
3629
|
- [Autocomplete] Fix value type when `strictNullChecks` is `false` (#35367) @fenghan34
|
|
3572
3630
|
- [Slider] Replace `SliderUnstyled` with `useSlider` hook (#35770) @ZeeshanTamboli
|
|
3573
3631
|
- [l10n] Add Belarusian translation (#35742) @volhalink
|
|
@@ -3596,7 +3654,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
3596
3654
|
|
|
3597
3655
|
- [docs] Improve pickers lab migration stressing `mui-x` usage (#35740) @LukasTy
|
|
3598
3656
|
- [docs] Fix incorrectly named AccessibleTable demo component (#35832) @HeVictor
|
|
3599
|
-
- [docs] Clarify where to find docs for Base
|
|
3657
|
+
- [docs] Clarify where to find docs for Base UI components in Material UI (#35799) @samuelsycamore
|
|
3600
3658
|
- [docs] Fix typos (#35814) @alexfauquette
|
|
3601
3659
|
- [docs] Revise and expand the Joy UI Card page (#35745) @samuelsycamore
|
|
3602
3660
|
- [docs] Fix navigation layout shift (#35679) @oliviertassinari
|
|
@@ -3610,7 +3668,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
3610
3668
|
- [website] Improve pricing page (#35767) @oliviertassinari
|
|
3611
3669
|
- [website] Add Greg in about page (#35816) @oliviertassinari
|
|
3612
3670
|
- [website] Update the Accessibility Engineer role (#35751) @oliviertassinari
|
|
3613
|
-
- [website] Add docs for MUI
|
|
3671
|
+
- [website] Add docs for MUI for Figma @oliviertassinari
|
|
3614
3672
|
|
|
3615
3673
|
All contributors of this release in alphabetical order: @alexfauquette, @atrefonas, @fenghan34, @hbjORbj, @HeVictor, @Juneezee, @LukasTy, @mnajdova, @msoyka, @nnmax, @oliviertassinari, @pupudu, @sai6855, @samuelsycamore, @siriwatknp, @volhalink, @ZeeshanTamboli
|
|
3616
3674
|
|
|
@@ -3707,7 +3765,7 @@ _Dec 26, 2022_
|
|
|
3707
3765
|
|
|
3708
3766
|
A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
|
|
3709
3767
|
|
|
3710
|
-
- ⚙️ Several Base
|
|
3768
|
+
- ⚙️ Several Base UI components were converted to TypeScript by @trizotti, @leventdeniz and @danhuynhdev (#35005, #34793, #34771)
|
|
3711
3769
|
- Many other 🐛 bug fixes abd 📚 documentation improvements.
|
|
3712
3770
|
|
|
3713
3771
|
### `@mui/material@5.11.2`
|
|
@@ -3727,7 +3785,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
3727
3785
|
- ​<!-- 16 -->[FocusTrap][base] Convert code to TypeScript (#35005) @trizotti
|
|
3728
3786
|
- ​<!-- 08 -->[Modal][base] Convert code to TypeScript (#34793) @leventdeniz
|
|
3729
3787
|
- ​<!-- 07 -->[Popper][base] Convert code to TypeScript (#34771) @danhuynhdev
|
|
3730
|
-
- ​<!-- 04 -->[Slider] Exclude `isRtl` from Material
|
|
3788
|
+
- ​<!-- 04 -->[Slider] Exclude `isRtl` from Material UI's Slider props (#35564) @michaldudak
|
|
3731
3789
|
|
|
3732
3790
|
### `@mui/joy@5.0.0-alpha.60`
|
|
3733
3791
|
|
|
@@ -3884,7 +3942,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
3884
3942
|
- [docs] Refactor `ToggleButtonSizes` demo (#35375) @Armanio
|
|
3885
3943
|
- [docs] Standardize the usage of callouts in the docs (#35361) @samuelsycamore
|
|
3886
3944
|
- [docs] Format feedback to add a link to the commented section (#35381) @alexfauquette
|
|
3887
|
-
- [docs] Direct users from Material
|
|
3945
|
+
- [docs] Direct users from Material UI to Base UI for duplicated components (#35293) @samuelsycamore
|
|
3888
3946
|
- [docs] Fix typo in FormControl API docs (#35449) @Spanishiwa
|
|
3889
3947
|
- [docs] Update callouts design (#35390) @danilo-leal
|
|
3890
3948
|
- [website] New wave of open roles (#35240) @mnajdova
|
|
@@ -3959,9 +4017,9 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3959
4017
|
- ​<!-- 14 -->[docs] Improve the autogenerated "Unstyled" and "API" text (#35185) @samuelsycamore
|
|
3960
4018
|
- ​<!-- 13 -->[docs] Fix ad margin on API pages (#35201) @oliviertassinari
|
|
3961
4019
|
- ​<!-- 12 -->[docs] Revise and expand the Joy UI "Badge" page (#35199) @samuelsycamore
|
|
3962
|
-
- ​<!-- 11 -->[docs] Update Base
|
|
4020
|
+
- ​<!-- 11 -->[docs] Update Base UI docs with latest style conventions (#35034) @samuelsycamore
|
|
3963
4021
|
- ​<!-- 09 -->[l10n] Improve Chinese (Taiwan) zh-TW locale (#35328) @happyincent
|
|
3964
|
-
- ​<!-- 02 -->[website] Update
|
|
4022
|
+
- ​<!-- 02 -->[website] Update stats: GitHub stars, Twitter followers, etc. (#35318) @nomandhoni-cs
|
|
3965
4023
|
|
|
3966
4024
|
### Core
|
|
3967
4025
|
|
|
@@ -3969,7 +4027,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3969
4027
|
- ​<!-- 26 -->[core] Fix warning leak in production (#35313) @oliviertassinari
|
|
3970
4028
|
- ​<!-- 25 -->[core] Move the internal packages from docs/packages (#35305) @michaldudak
|
|
3971
4029
|
- ​<!-- 24 -->[core] Clean up the API docs generation scripts (#35244) @michaldudak
|
|
3972
|
-
- ​<!-- 03 -->[test] Scope the tests to just Material
|
|
4030
|
+
- ​<!-- 03 -->[test] Scope the tests to just Material UI components (#35219) @siriwatknp
|
|
3973
4031
|
- ​<!-- 01 -->[website] Remove BlackFriday notification @oliviertassinari
|
|
3974
4032
|
|
|
3975
4033
|
All contributors of this release in alphabetical order: @flaviendelangle, @guotie, @happyincent, @hbjORbj, @Juneezee, @michaldudak, @mnajdova, @nomandhoni-cs, @oliviertassinari, @Pandey-utkarsh, @sai6855, @samuelsycamore, @siriwatknp, @Uzwername, @zignis
|
|
@@ -4053,7 +4111,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
|
|
|
4053
4111
|
### Docs
|
|
4054
4112
|
|
|
4055
4113
|
- [docs] Fix a couple documentation errors (#35217) @danilo-leal
|
|
4056
|
-
- [docs] Change MUI -> Material
|
|
4114
|
+
- [docs] Change MUI -> Material UI in icons-material's readme (#35220) @michaldudak
|
|
4057
4115
|
- [docs] the pages have no <link rel=canonical so we need to tell Google to not index the staging envs @oliviertassinari
|
|
4058
4116
|
- [docs] Fix confusion in TOCs when reaching scroll bottom (#35214) @oliviertassinari
|
|
4059
4117
|
- [docs] Fix typos in section titles (#35025) @iamxukai
|
|
@@ -4091,12 +4149,12 @@ _Nov 14, 2022_
|
|
|
4091
4149
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
4092
4150
|
|
|
4093
4151
|
- 🚀 @siriwatknp added the Autocomplete component to the Joy UI (#34315)
|
|
4094
|
-
- ♿ @sfavello improved the accessibility of the Material
|
|
4152
|
+
- ♿ @sfavello improved the accessibility of the Material UI's Autocomplete by adding support for the Delete key (#33822)
|
|
4095
4153
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
4096
4154
|
|
|
4097
4155
|
### `@mui/material@5.10.14`
|
|
4098
4156
|
|
|
4099
|
-
- [Material
|
|
4157
|
+
- [Material UI] Add `palette.background.defaultChannel` token (#35061) @siriwatknp
|
|
4100
4158
|
- [Autocomplete] Remove tags with the Delete key (#33822) @sfavello
|
|
4101
4159
|
- [IconButton] custom color causes type error (#34521) @kushagra010
|
|
4102
4160
|
|
|
@@ -4158,7 +4216,7 @@ _Nov 7, 2022_
|
|
|
4158
4216
|
|
|
4159
4217
|
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
4160
4218
|
|
|
4161
|
-
- 🚀 The slots API has been introduced to the Material
|
|
4219
|
+
- 🚀 The slots API has been introduced to the Material UI package by @michaldudak (#34873).
|
|
4162
4220
|
- 🔥 Live editing of demos is stabilized by @oliviertassinari (#34870).
|
|
4163
4221
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
4164
4222
|
|
|
@@ -4243,7 +4301,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
4243
4301
|
- ​<!-- 21 -->[docs] Revise the Joy UI "Aspect Ratio" page (#34858) @samuelsycamore
|
|
4244
4302
|
- ​<!-- 20 -->[docs] Fix Safari code font size (#34859) @oliviertassinari
|
|
4245
4303
|
- ​<!-- 19 -->[docs] Fix spelling mistake (#34955) @punithnayak
|
|
4246
|
-
- ​<!-- 18 -->[docs] Fix 404 link of supported Material
|
|
4304
|
+
- ​<!-- 18 -->[docs] Fix 404 link of supported Material UI components @oliviertassinari
|
|
4247
4305
|
- ​<!-- 17 -->[docs] Fix Safari button misalignment (#34861) @oliviertassinari
|
|
4248
4306
|
- ​<!-- 16 -->[docs] Fix typo in docs title (#34926) @PunitSoniME
|
|
4249
4307
|
- ​<!-- 25 -->[docs] Fix missing emotion prefixes (#34958) @oliviertassinari
|
|
@@ -4255,7 +4313,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
4255
4313
|
- ​<!-- 07 -->[website] Migrate about-us page to use CSS theme variables (#34919) @brianlu2610
|
|
4256
4314
|
- ​<!-- 06 -->[website] Migrate Product-Templates page to use CSS theme variables (#34913) @EduardoSCosta
|
|
4257
4315
|
- ​<!-- 05 -->[website] Migrate career page to use CSS theme variables (#34908) @the-mgi
|
|
4258
|
-
- ​<!-- 04 -->[website] Update MUI
|
|
4316
|
+
- ​<!-- 04 -->[website] Update MUI X open and future roles + about page (#34894) @DanailH
|
|
4259
4317
|
- ​<!-- 03 -->[website] Remove one DOM node (#34960) @oliviertassinari
|
|
4260
4318
|
- ​<!-- 02 -->[website] Use `span` for icon image (#34914) @siriwatknp
|
|
4261
4319
|
- ​<!-- 01 -->[website] Fix subscribe input with Safari (#34869) @oliviertassinari
|
|
@@ -4292,7 +4350,7 @@ _Oct 25, 2022_
|
|
|
4292
4350
|
|
|
4293
4351
|
A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
|
|
4294
4352
|
|
|
4295
|
-
- 🔧 Moved `components` to `slots` prop starting at Base
|
|
4353
|
+
- 🔧 Moved `components` to `slots` prop starting at Base UI to create consistency across products
|
|
4296
4354
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
4297
4355
|
|
|
4298
4356
|
### `@mui/material@5.10.11`
|
|
@@ -4340,7 +4398,7 @@ A big thanks to the 10 contributors who made this release possible. Here are som
|
|
|
4340
4398
|
- Revert "[docs] Live demos (#34454)" @oliviertassinari
|
|
4341
4399
|
- Update the order of operations for pagination example so that slicing takes place after sorting. (#34189) @marceliwac
|
|
4342
4400
|
- [docs] Gatsby Description in Joy dark-mode (#34702) @pixelass
|
|
4343
|
-
- [docs] Add notification for blogpost MUI
|
|
4401
|
+
- [docs] Add notification for blogpost MUI X v6 alpha (#34809) @joserodolfofreitas
|
|
4344
4402
|
- [docs] Polish Crowdin config (#34852) @oliviertassinari
|
|
4345
4403
|
- [docs] Fix a few style standard deviations @oliviertassinari
|
|
4346
4404
|
- [docs] Enforce no trailing spaces (#34762) @oliviertassinari
|
|
@@ -4374,7 +4432,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
4374
4432
|
|
|
4375
4433
|
- 🖌 Thanks to the efforts of @bharatkashyap and @nihgwu, we now have editable demos across our docs (#34454)!
|
|
4376
4434
|
- 🚀 The Tooltip component has been added to Joy UI by @hbjORbj (#34509).
|
|
4377
|
-
- ⚙️ We started converting the remaining JS components in Base
|
|
4435
|
+
- ⚙️ We started converting the remaining JS components in Base UI to TypeScript.
|
|
4378
4436
|
@mbayucot finished the first PR with the conversion of the NoSsr code (#34735).
|
|
4379
4437
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
4380
4438
|
|
|
@@ -4458,11 +4516,11 @@ A big thanks to the 7 contributors who made this release possible. Here are some
|
|
|
4458
4516
|
|
|
4459
4517
|
- ​<!-- 17 -->[system] Fix color-scheme implementation (#34639) @siriwatknp
|
|
4460
4518
|
|
|
4461
|
-
The `enableColorScheme` prop has been removed from `CssVarsProvider` and `getInitColorScheme` (both Material
|
|
4519
|
+
The `enableColorScheme` prop has been removed from `CssVarsProvider` and `getInitColorScheme` (both Material UI and Joy UI).
|
|
4462
4520
|
|
|
4463
4521
|
Migration:
|
|
4464
4522
|
|
|
4465
|
-
- **Material
|
|
4523
|
+
- **Material UI**: you can enable the CSS color scheme via `<CssBaseline enableColorScheme />`.
|
|
4466
4524
|
- **Joy UI**: it is enabled automatically if you use `<CssBaseline />`, [see the docs](https://mui.com/joy-ui/react-css-baseline/).
|
|
4467
4525
|
|
|
4468
4526
|
#### Changes
|
|
@@ -4480,7 +4538,7 @@ A big thanks to the 7 contributors who made this release possible. Here are some
|
|
|
4480
4538
|
### Docs
|
|
4481
4539
|
|
|
4482
4540
|
- ​<!-- 18 -->[docs] Revert #34541 (#34700) @michaldudak
|
|
4483
|
-
- ​<!-- 15 -->[blog] Blog post for MUI
|
|
4541
|
+
- ​<!-- 15 -->[blog] Blog post for MUI X v6 alpha zero (#34424) @joserodolfofreitas
|
|
4484
4542
|
- ​<!-- 09 -->[docs] Improve Joy UI tutorial demo (#34653) @oliviertassinari
|
|
4485
4543
|
- ​<!-- 08 -->[docs] Explain how SelectUnstyled renders a hidden input (#34638) @michaldudak
|
|
4486
4544
|
- ​<!-- 07 -->[docs] Fix Taiwan description (#34611) @oliviertassinari
|
|
@@ -4505,8 +4563,8 @@ _Oct 3, 2022_
|
|
|
4505
4563
|
|
|
4506
4564
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
4507
4565
|
|
|
4508
|
-
- 🚀 [SnackbarUnstyled](https://mui.com/base-ui/react-snackbar/) component & headless hook are added to Base
|
|
4509
|
-
- 📚 [CSS variables documentation](https://mui.com/material-ui/experimental-api/css-theme-variables/overview/) for Material
|
|
4566
|
+
- 🚀 [SnackbarUnstyled](https://mui.com/base-ui/react-snackbar/) component & headless hook are added to Base UI (#33227) @ZeeshanTamboli
|
|
4567
|
+
- 📚 [CSS variables documentation](https://mui.com/material-ui/experimental-api/css-theme-variables/overview/) for Material UI has been added by @siriwatknp (#33958)
|
|
4510
4568
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
4511
4569
|
|
|
4512
4570
|
### `@mui/material@5.10.8`
|
|
@@ -4536,7 +4594,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
4536
4594
|
- ​<!-- 20 -->[docs] Temporary remove date picker from home page (#34541) @siriwatknp
|
|
4537
4595
|
- ​<!-- 19 -->[docs] Revise and expand Joy UI "Tutorial" doc (#34569) @samuelsycamore
|
|
4538
4596
|
- ​<!-- 18 -->[docs] Fix SEO issues (#34537) @oliviertassinari
|
|
4539
|
-
- ​<!-- 17 -->[docs] Add CSS variables documentation for Material
|
|
4597
|
+
- ​<!-- 17 -->[docs] Add CSS variables documentation for Material UI (#33958) @siriwatknp
|
|
4540
4598
|
- ​<!-- 16 -->[docs] Capitalize Material Design on the Breakpoints page (#34481) @Dustin-Digitar
|
|
4541
4599
|
- ​<!-- 15 -->[docs] Able to load doc components inside markdown files (#34243) @flaviendelangle
|
|
4542
4600
|
- ​<!-- 14 -->[docs] Use mouse pointer on esc button in the search modal (#34485) @minkyngkm
|
|
@@ -4571,7 +4629,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
4571
4629
|
- [SvgIcon] Fix passing an ownerState to SvgIcon changes the font size (#34429) @ZeeshanTamboli
|
|
4572
4630
|
- [Stepper] Fix optional label is not centered when `alternativeLabel` is used (#34335) @ZeeshanTamboli
|
|
4573
4631
|
- [Tooltip] Add undefined, null or false in `title` (#34289) @abhinav-22-tech
|
|
4574
|
-
- Make @emotion/\* fully supported in all Material
|
|
4632
|
+
- Make @emotion/\* fully supported in all Material UI components (#34451) @garronej
|
|
4575
4633
|
|
|
4576
4634
|
### `@mui/system@5.10.7`
|
|
4577
4635
|
|
|
@@ -4607,7 +4665,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
4607
4665
|
|
|
4608
4666
|
### Docs
|
|
4609
4667
|
|
|
4610
|
-
- [blog] Base
|
|
4668
|
+
- [blog] Base UI announcement typo fixed (#34409) @prakhargupta1
|
|
4611
4669
|
- [blog] Fix typo in date-pickers v5 stable (#34386) @alexfauquette
|
|
4612
4670
|
- [blog] Update date on date pickers v5 release blog post (#34406) @joserodolfofreitas
|
|
4613
4671
|
- [docs] Update `useMenu` and `useMenuItem` hooks demo (#34166) @ZeeshanTamboli
|
|
@@ -4619,7 +4677,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
4619
4677
|
- [docs] Fix Select `onChange` call (#34408) @siriwatknp
|
|
4620
4678
|
- [docs] Notification for pickers blog - v5 stable (#34400) @joserodolfofreitas
|
|
4621
4679
|
- [docs] Improve social sharing of docs pages (#34346) @oliviertassinari
|
|
4622
|
-
- [docs] Refine the use of MUI vs. Material
|
|
4680
|
+
- [docs] Refine the use of MUI vs. Material UI (#34345) @oliviertassinari
|
|
4623
4681
|
- [docs] Send feedback directly to a dedicated slack channel (#34196) @alexfauquette
|
|
4624
4682
|
- [website] Adds Bilal to about page (#34412) @MBilalShafi
|
|
4625
4683
|
- [website] Add date range picker to pricing table (#34399) @joserodolfofreitas
|
|
@@ -4693,8 +4751,8 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
4693
4751
|
- [docs] Fix 301 link to external projects @oliviertassinari
|
|
4694
4752
|
- [docs] Move 12 component names to Title Case (#34188) @oliviertassinari
|
|
4695
4753
|
- [docs] Fix broken links (#34320) @alexfauquette
|
|
4696
|
-
- [docs] Add notification for Base
|
|
4697
|
-
- [website] Fix MUI
|
|
4754
|
+
- [docs] Add notification for Base UI announcement post (#34295) @samuelsycamore
|
|
4755
|
+
- [website] Fix MUI X subscribe email border style (#34330) @oliviertassinari
|
|
4698
4756
|
- [website] Improve security header @oliviertassinari
|
|
4699
4757
|
|
|
4700
4758
|
### Core
|
|
@@ -4714,7 +4772,7 @@ _Sep 12, 2022_
|
|
|
4714
4772
|
|
|
4715
4773
|
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
4716
4774
|
|
|
4717
|
-
- 🚀 [Blog post](https://mui.com/blog/introducing-base-ui/) for announcing the release of the Base
|
|
4775
|
+
- 🚀 [Blog post](https://mui.com/blog/introducing-base-ui/) for announcing the release of the Base UI package is out thanks to @michaldudak.
|
|
4718
4776
|
- 🚀 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
|
|
4719
4777
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
4720
4778
|
|
|
@@ -4737,7 +4795,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
4737
4795
|
|
|
4738
4796
|
### Docs
|
|
4739
4797
|
|
|
4740
|
-
- ​<!-- 16 -->[blog] Introducing Base
|
|
4798
|
+
- ​<!-- 16 -->[blog] Introducing Base UI (#33778) @michaldudak
|
|
4741
4799
|
- ​<!-- 13 -->[docs] Fix spelling error (#34209) @ChrystianDeMatos
|
|
4742
4800
|
- ​<!-- 12 -->[docs] Improve link to the security policy (#34219) @oliviertassinari
|
|
4743
4801
|
- ​<!-- 11 -->[docs] Fix typo in Joy UI's `Usage` docs (#34200) @zillion504
|
|
@@ -4817,7 +4875,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
4817
4875
|
### `@mui/material@5.10.3`
|
|
4818
4876
|
|
|
4819
4877
|
- [Autocomplete][material] Fix value overflow when `disableClearable` is used (#34053) @mnajdova
|
|
4820
|
-
- [Autocomplete] Update unstyled demo to not import Material
|
|
4878
|
+
- [Autocomplete] Update unstyled demo to not import Material UI (#34060) @oliviertassinari
|
|
4821
4879
|
- [Slider] Remove SliderInput export from d.ts (#34055) @pieetrus
|
|
4822
4880
|
- [TablePagination] Fix select variant not working (#33974) @ZeeshanTamboli
|
|
4823
4881
|
|
|
@@ -4852,7 +4910,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
4852
4910
|
- [docs] Fixing Joy UI usage snippet (#34049) @JonathanAsbury-SPS
|
|
4853
4911
|
- [docs] Fix missing JSX closing tag in Tooltip docs (#34064) @hoangph271
|
|
4854
4912
|
- [website] Add Toolpad to Navigation (#33937) @bharatkashyap
|
|
4855
|
-
- [website] Improve SEO meta description for MUI
|
|
4913
|
+
- [website] Improve SEO meta description for MUI X @oliviertassinari
|
|
4856
4914
|
- [website] Improve visual look of code demos (#34070) @oliviertassinari
|
|
4857
4915
|
- [website] Fix `DatePicker` component demo on the home page (#34054) @NaveenPantra
|
|
4858
4916
|
|
|
@@ -4945,7 +5003,7 @@ A big thanks to the 18 contributors who made this release possible. This release
|
|
|
4945
5003
|
|
|
4946
5004
|
### Docs
|
|
4947
5005
|
|
|
4948
|
-
- ​<!-- 23 -->[docs] Expand on a11y section for Material
|
|
5006
|
+
- ​<!-- 23 -->[docs] Expand on a11y section for Material UI `Link` component (#32839) @TKrishnasamy
|
|
4949
5007
|
- ​<!-- 22 -->[docs] Fix typo in Joy UI's `AspectRatio` docs (#33895) @IsaacInsoll
|
|
4950
5008
|
- ​<!-- 21 -->[docs] Improve the Base Usage page (#33272) @samuelsycamore
|
|
4951
5009
|
- ​<!-- 20 -->[docs] Avoid refreshing the page when button on demo is clicked (#33852) @PunitSoniME
|
|
@@ -4987,7 +5045,7 @@ _Aug 8, 2022_
|
|
|
4987
5045
|
|
|
4988
5046
|
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
4989
5047
|
|
|
4990
|
-
- ✨ [Stack](https://mui.com/system/react-stack/) component is added to MUI
|
|
5048
|
+
- ✨ [Stack](https://mui.com/system/react-stack/) component is added to MUI System and Joy UI #33760 #33800 @mnajdova
|
|
4991
5049
|
- ✨ [Breadcrumbs](https://mui.com/joy-ui/react-breadcrumbs/) component is added to Joy UI (#32697) @hbjORbj
|
|
4992
5050
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
4993
5051
|
|
|
@@ -5048,7 +5106,7 @@ _Aug 1, 2022_
|
|
|
5048
5106
|
|
|
5049
5107
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
5050
5108
|
|
|
5051
|
-
- 🖼️ @garronej worked on improving the support of Emotion packages in
|
|
5109
|
+
- 🖼️ @garronej worked on improving the support of Emotion packages in MUI System (#33205)
|
|
5052
5110
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
5053
5111
|
|
|
5054
5112
|
### `@mui/material@5.9.3`
|
|
@@ -5060,7 +5118,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
5060
5118
|
|
|
5061
5119
|
### `@mui/system@5.9.3`
|
|
5062
5120
|
|
|
5063
|
-
- [system] Make @emotion/\* fully supported in
|
|
5121
|
+
- [system] Make @emotion/\* fully supported in MUI System (#33205) @garronej
|
|
5064
5122
|
|
|
5065
5123
|
### `@mui/codemod@5.9.3`
|
|
5066
5124
|
|
|
@@ -5210,8 +5268,8 @@ A big thanks to the 17 contributors who made this release possible. This release
|
|
|
5210
5268
|
- ​<!-- 14 -->[docs] Fix copy search false positives (#33438) @oliviertassinari
|
|
5211
5269
|
- ​<!-- 13 -->[docs] Fix typo (#33520) @aravindpanicker
|
|
5212
5270
|
- ​<!-- 12 -->[docs] Update Tailwind docs to include step about updating popover containers (#33315) @ajhenry
|
|
5213
|
-
- ​<!-- 11 -->[docs] Add yarn command for Roboto font in Material
|
|
5214
|
-
- ​<!-- 10 -->[docs] Add new community content to the Material
|
|
5271
|
+
- ​<!-- 11 -->[docs] Add yarn command for Roboto font in Material UI's typography.md (#33485) @anthonypz
|
|
5272
|
+
- ​<!-- 10 -->[docs] Add new community content to the Material UI Learn page (#32927) @Nikhilthadani
|
|
5215
5273
|
- ​<!-- 09 -->[examples] Change createEmotionCache to use `insertionPoint` (#32104) @ANTARES-KOR
|
|
5216
5274
|
- ​<!-- 08 -->[examples] Fix error in Next.js example with @mui/styles (#33456) @paustria
|
|
5217
5275
|
|
|
@@ -5231,8 +5289,8 @@ _Jul 12, 2022_
|
|
|
5231
5289
|
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
|
|
5232
5290
|
|
|
5233
5291
|
- 🧪 Exported Grid v2 as `Unstable_Grid2` (#33479) @siriwatknp
|
|
5234
|
-
- 📖 Added a guide for using Joy UI and Material
|
|
5235
|
-
- 🐛 Fixed a few bugs in Material
|
|
5292
|
+
- 📖 Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
|
|
5293
|
+
- 🐛 Fixed a few bugs in Material UI components. Thanks to @ZeeshanTamboli, @ivan-ngchakming, and @joebingham-wk.
|
|
5236
5294
|
- ⚠️ **[BREAKING CHANGE]** Date pickers were removed from the lab. Learn how to migrate by visiting the [migration guide](https://mui.com/x/migration/migration-pickers-lab/). (#33386) @flaviendelangle
|
|
5237
5295
|
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
5238
5296
|
- our documentation site is now running with React 18! (#33196) @mnajdova
|
|
@@ -5243,7 +5301,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
5243
5301
|
- [Autocomplete] Remove unnecessary `clsx` wrapper for single className (#33398) @ZeeshanTamboli
|
|
5244
5302
|
- [Grid] Export new grid as unstable (#33479) @siriwatknp
|
|
5245
5303
|
- [Tooltip] Fix children mouse over detection (#32321) @ivan-ngchakming
|
|
5246
|
-
- [TypeScript] getCssVar autocomplete for Material
|
|
5304
|
+
- [TypeScript] getCssVar autocomplete for Material UI (#33464) @siriwatknp
|
|
5247
5305
|
- [TypeScript] Fix theme options components types to use `Theme` (#33434) @siriwatknp
|
|
5248
5306
|
- [TypeScript] Reexports necessary types for module augmentation (#33397) @siriwatknp
|
|
5249
5307
|
- [ScopedCssBaseline] Add sx typings (#33474) @joebingham-wk
|
|
@@ -5259,7 +5317,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
5259
5317
|
|
|
5260
5318
|
- [lab] Remove the pickers (#33386) @flaviendelangle
|
|
5261
5319
|
|
|
5262
|
-
The pickers are moved to MUI
|
|
5320
|
+
The pickers are moved to MUI X, check out the [migration guide](https://mui.com/x/migration/migration-pickers-lab/).
|
|
5263
5321
|
|
|
5264
5322
|
**Changes**
|
|
5265
5323
|
|
|
@@ -5274,7 +5332,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
5274
5332
|
|
|
5275
5333
|
### `@mui/joy@5.0.0-alpha.36`
|
|
5276
5334
|
|
|
5277
|
-
- [Joy] Add guide about using Joy and Material
|
|
5335
|
+
- [Joy] Add guide about using Joy and Material UI together (#33396) @siriwatknp
|
|
5278
5336
|
- [Joy] Fix variants color palette regressions (#33394) @danilo-leal
|
|
5279
5337
|
|
|
5280
5338
|
### Docs
|
|
@@ -5286,14 +5344,14 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
5286
5344
|
- [docs] Cleanup the migration (#33463) @siriwatknp
|
|
5287
5345
|
- [docs] Fix broken Sponsoring services links @samuelsycamore
|
|
5288
5346
|
- [docs] Improve repo README with light/dark logos, relative links and more (#33356) @samuelsycamore
|
|
5289
|
-
- [docs] Update links to MUI
|
|
5347
|
+
- [docs] Update links to MUI X Overview and Introduction pages (#33201) @samuelsycamore
|
|
5290
5348
|
- [docs] Update to React 18 (#33196) @mnajdova
|
|
5291
5349
|
- [docs] Simplify "Upload button" demo (#33326) @baharalidurrani
|
|
5292
5350
|
- [docs] Add "refine" demo to showcase (#33240) @omeraplak
|
|
5293
5351
|
- [docs] Add webpack alias for legacy utils package (#33376) @jgbae
|
|
5294
5352
|
- [docs] Improve external link icons synonyms (#33257) @davidgarciab
|
|
5295
|
-
- [examples] Update Base
|
|
5296
|
-
- [examples] Add Base
|
|
5353
|
+
- [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
|
|
5354
|
+
- [examples] Add Base UI example (#33154) @siriwatknp
|
|
5297
5355
|
|
|
5298
5356
|
### Core
|
|
5299
5357
|
|
|
@@ -5312,8 +5370,8 @@ _Jul 4, 2022_
|
|
|
5312
5370
|
|
|
5313
5371
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
5314
5372
|
|
|
5315
|
-
- 🐛 Fixed an issue causing TypeScript errors when building a project with Material
|
|
5316
|
-
- 🐛 Fixed a few bugs in Material
|
|
5373
|
+
- 🐛 Fixed an issue causing TypeScript errors when building a project with Material UI v5.8.6 (@michaldudak)
|
|
5374
|
+
- 🐛 Fixed a few bugs in Material UI components. Thanks @henriqueholtz, @jake-collibra, @MattiasMartens and @TimoWilhelm!
|
|
5317
5375
|
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
5318
5376
|
|
|
5319
5377
|
### `@mui/material@5.8.7`
|
|
@@ -5337,7 +5395,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5337
5395
|
- [Joy] Add radio button documentation (#33254) @siriwatknp
|
|
5338
5396
|
- [Joy] Add switch documentation (#33302) @siriwatknp
|
|
5339
5397
|
- [Joy] Batch a couple of documentation refinements (#33158)
|
|
5340
|
-
- [Joy] Enable Joy and Material
|
|
5398
|
+
- [Joy] Enable Joy and Material UI compatibility (#33379) @siriwatknp
|
|
5341
5399
|
|
|
5342
5400
|
### `@mui/base@5.0.0-alpha.88`
|
|
5343
5401
|
|
|
@@ -5351,7 +5409,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5351
5409
|
- [docs] Add caveat about class components with Tooltip (#33325) @joshkel
|
|
5352
5410
|
- [docs] Fix SEO issues (#33288) @oliviertassinari
|
|
5353
5411
|
- [docs] Fix Slider's "player" demo (#33267) @xlianghang
|
|
5354
|
-
- [website] Link MUI
|
|
5412
|
+
- [website] Link MUI Toolpad in mui.com (#33287) @oliviertassinari
|
|
5355
5413
|
|
|
5356
5414
|
All contributors of this release in alphabetical order: @aaarichter, @aaronlademann-wf, @danilo-leal, @henriqueholtz, @jake-collibra, @joshkel, @MattiasMartens, @Methuselah96, @michaldudak, @oliviertassinari, @siriwatknp, @TimoWilhelm, @xlianghang
|
|
5357
5415
|
|
|
@@ -5376,7 +5434,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5376
5434
|
|
|
5377
5435
|
- ​<!-- 11 -->[OutlinedInput] Fix `ownerState` undefined in theme style overrides (#33241) @siriwatknp
|
|
5378
5436
|
- ​<!-- 08 -->[Tabs] Fix crash when used with React 18 & Suspense (#33277) @mnajdova
|
|
5379
|
-
- ​<!-- 05 -->[TypeScript] Add CSS vars type augmentation for Material
|
|
5437
|
+
- ​<!-- 05 -->[TypeScript] Add CSS vars type augmentation for Material UI (#33211) @siriwatknp
|
|
5380
5438
|
|
|
5381
5439
|
### `@mui/system@5.8.6`
|
|
5382
5440
|
|
|
@@ -5402,9 +5460,9 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5402
5460
|
|
|
5403
5461
|
### Docs
|
|
5404
5462
|
|
|
5405
|
-
- ​<!-- 23 -->[blog] Polish Why you should migrate to Material
|
|
5463
|
+
- ​<!-- 23 -->[blog] Polish Why you should migrate to Material UI v5 today (#33244) @oliviertassinari
|
|
5406
5464
|
- ​<!-- 21 -->[docs] Add note in docs about `componentsProps.root` taking precedence (#33097) @ZeeshanTamboli
|
|
5407
|
-
- ​<!-- 20 -->[docs] Remove a note about Base components being reexported from Material
|
|
5465
|
+
- ​<!-- 20 -->[docs] Remove a note about Base components being reexported from Material UI (#33265) @michaldudak
|
|
5408
5466
|
- ​<!-- 19 -->[docs] Update code snippet in docs for custom color palette (#32946) @ZeeshanTamboli
|
|
5409
5467
|
- ​<!-- 18 -->[docs] Fix the docs for production class generation (#31933) @Fafruch
|
|
5410
5468
|
- ​<!-- 17 -->[docs] Fix internal link in Box page (#33149) @davidgarciab
|
|
@@ -5466,7 +5524,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
5466
5524
|
- ​<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
|
|
5467
5525
|
- ​<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
|
|
5468
5526
|
- ​<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
|
|
5469
|
-
- ​<!-- 18 -->[docs] Add guide on how to use Base
|
|
5527
|
+
- ​<!-- 18 -->[docs] Add guide on how to use Base UI with Tailwind CSS (#33100) @mnajdova
|
|
5470
5528
|
- ​<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
|
|
5471
5529
|
- ​<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
|
|
5472
5530
|
- ​<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
|
|
@@ -5477,7 +5535,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
5477
5535
|
|
|
5478
5536
|
### Core
|
|
5479
5537
|
|
|
5480
|
-
- ​<!-- 31 -->[core] Add CSS variables support for Material
|
|
5538
|
+
- ​<!-- 31 -->[core] Add CSS variables support for Material UI components (#32835) @siriwatknp
|
|
5481
5539
|
- ​<!-- 23 -->[core] Add name to workspace root package.json (#33226) @Janpot
|
|
5482
5540
|
- ​<!-- 22 -->[core] Update bug template with generic instruction (#33153) @joserodolfofreitas
|
|
5483
5541
|
- ​<!-- 21 -->[core] Remove dead and redundant code (#33125) @oliviertassinari
|
|
@@ -5494,7 +5552,7 @@ _Jun 14, 2022_
|
|
|
5494
5552
|
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
|
|
5495
5553
|
|
|
5496
5554
|
- 🚀 Added support for custom breakpoints in the `Grid` component by @boutahlilsoufiane
|
|
5497
|
-
- 📚 Added guide on how to use Material
|
|
5555
|
+
- 📚 Added guide on how to use Material UI with Shadow DOM by @cherniavskii
|
|
5498
5556
|
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
5499
5557
|
|
|
5500
5558
|
### `@mui/material@5.8.4`
|
|
@@ -5543,8 +5601,8 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
5543
5601
|
- ​<!-- 32 -->[docs] Add responsive AppBar with drawer (#32769) @dvlprAlamin
|
|
5544
5602
|
- ​<!-- 31 -->[docs] Move codesandbox to MUI org (#33122) @oliviertassinari
|
|
5545
5603
|
- ​<!-- 30 -->[docs] Add Shadow DOM guide (#33007) @cherniavskii
|
|
5546
|
-
- ​<!-- 29 -->[docs] Fix typo in Material
|
|
5547
|
-
- ​<!-- 28 -->[docs] Miscellaneous fixes in `Base
|
|
5604
|
+
- ​<!-- 29 -->[docs] Fix typo in Material UI overview page (#33087) @oliviertassinari
|
|
5605
|
+
- ​<!-- 28 -->[docs] Miscellaneous fixes in `Base UI` docs (#33091) @ZeeshanTamboli
|
|
5548
5606
|
- ​<!-- 27 -->[docs] Fix GitHub capitalization (#33071) @oliviertassinari
|
|
5549
5607
|
- ​<!-- 26 -->[docs] Fix a typo in `InputUnstyled` docs (#33077) @ZeeshanTamboli
|
|
5550
5608
|
- ​<!-- 25 -->[docs] Add notification for Joy blog post (#33059) @siriwatknp
|
|
@@ -5618,10 +5676,10 @@ This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
|
5618
5676
|
- [docs] Fix icon color in `BadgeUnstyled` docs (#32976) @ZeeshanTamboli
|
|
5619
5677
|
- [docs] Improve product identifier (#32707) @danilo-leal
|
|
5620
5678
|
- [docs] Improve UX with back to top (#32896) @oliviertassinari
|
|
5621
|
-
- [docs] Polish overview page to Material
|
|
5679
|
+
- [docs] Polish overview page to Material UI (#32954) @oliviertassinari
|
|
5622
5680
|
- [docs] Redirect older URLs (#33037) @oliviertassinari
|
|
5623
5681
|
- [docs] Remove pickers page from the Lab section (#32961) @DanailH
|
|
5624
|
-
- [docs] Show product identifier on updated MUI
|
|
5682
|
+
- [docs] Show product identifier on updated MUI X Introduction pages (#32966) @samuelsycamore
|
|
5625
5683
|
- [docs] Throw on 301 links (#32939) @oliviertassinari
|
|
5626
5684
|
- [website] Add Gerda to the about page (#33038) @danilo-leal
|
|
5627
5685
|
- [website] Polish the pricing page (#32811) @oliviertassinari
|
|
@@ -5702,7 +5760,7 @@ _May 23, 2022_
|
|
|
5702
5760
|
|
|
5703
5761
|
A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
|
|
5704
5762
|
|
|
5705
|
-
- 💅 Added CSS variables support for two more Material
|
|
5763
|
+
- 💅 Added CSS variables support for two more Material UI components by @diggis00 and @alisasanib
|
|
5706
5764
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
5707
5765
|
|
|
5708
5766
|
### `@mui/material@5.8.1`
|
|
@@ -5757,7 +5815,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
5757
5815
|
|
|
5758
5816
|
### Core
|
|
5759
5817
|
|
|
5760
|
-
- ​<!-- 32 -->[core] Upgrade MUI
|
|
5818
|
+
- ​<!-- 32 -->[core] Upgrade MUI X dependency (#32824) @oliviertassinari
|
|
5761
5819
|
- ​<!-- 02 -->[typescript] Allow module augmentation for `Mixins` (#32798) @mnajdova
|
|
5762
5820
|
|
|
5763
5821
|
All contributors of this release in alphabetical order: @abriginets, @alexfauquette, @alisasanib, @apedroferreira, @danilo-leal, @diggis00, @flaviendelangle, @garronej, @JeanPetrov, @mbrookes, @mnajdova, @nate-summercook, @o-dubrovskyi, @oliviertassinari, @paales, @robertwt7, @SamuelMaddox, @siriwatknp, @veronikaslc, @VibhorJaiswal, @ZeeshanTamboli
|
|
@@ -5770,7 +5828,7 @@ _May 17, 2022_
|
|
|
5770
5828
|
|
|
5771
5829
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
5772
5830
|
|
|
5773
|
-
- 🚀 [Blog post](https://mui.com/blog/premium-plan-release/) for announcing the release of the Premium plan of MUI
|
|
5831
|
+
- 🚀 [Blog post](https://mui.com/blog/premium-plan-release/) for announcing the release of the Premium plan of MUI X is out thanks to @joserodolfofreitas.
|
|
5774
5832
|
- Codemod for `jss` to `tss-react` migration is out thanks to @ryancogswell
|
|
5775
5833
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
5776
5834
|
|
|
@@ -5804,7 +5862,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
5804
5862
|
|
|
5805
5863
|
### Docs
|
|
5806
5864
|
|
|
5807
|
-
- ​<!-- 34 -->[blog] Add release post for MUI
|
|
5865
|
+
- ​<!-- 34 -->[blog] Add release post for MUI X Premium (#32720) @joserodolfofreitas
|
|
5808
5866
|
- ​<!-- 29 -->[docs] Fix wrong code snippet for overriding styles in theme with a callback value (#32781) @ZeeshanTamboli
|
|
5809
5867
|
- ​<!-- 28 -->[docs] Update Crowdin logo (#32782) @andrii-bodnar
|
|
5810
5868
|
- ​<!-- 27 -->[docs] Improve callouts design (#32709) @danilo-leal
|
|
@@ -5820,9 +5878,9 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
5820
5878
|
- ​<!-- 17 -->[examples] Update remix example's tsconfig with required values (#32723) @michaldudak
|
|
5821
5879
|
- ​<!-- 16 -->[examples] Update to use React 18's createRoot (#32506) @mnajdova
|
|
5822
5880
|
- ​<!-- 10 -->[l10n] Fix typos and translations on arSD and arEG locales (#31848) @shadigaafar
|
|
5823
|
-
- ​<!-- 04 -->[website] Improve communication about MUI
|
|
5881
|
+
- ​<!-- 04 -->[website] Improve communication about MUI X components that are still wip (#32708) @danilo-leal
|
|
5824
5882
|
- ​<!-- 03 -->[website] Remove scrollbar on x-axis (#32291) @MrHBS
|
|
5825
|
-
- ​<!-- 02 -->[website] Update the pricing page for the MUI
|
|
5883
|
+
- ​<!-- 02 -->[website] Update the pricing page for the MUI X premium plan release (#32458) @joserodolfofreitas
|
|
5826
5884
|
- ​<!-- 01 -->[website] Update sponsors (#32725) @oliviertassinari
|
|
5827
5885
|
|
|
5828
5886
|
### Core
|
|
@@ -5842,7 +5900,7 @@ _May 10, 2022_
|
|
|
5842
5900
|
|
|
5843
5901
|
A big thanks to the 27 contributors who made this release possible. Here are some highlights ✨:
|
|
5844
5902
|
|
|
5845
|
-
🛠 This release is all about supporting CSS variables in many Material
|
|
5903
|
+
🛠 This release is all about supporting CSS variables in many Material UI components.
|
|
5846
5904
|
Kudos to all contributors!
|
|
5847
5905
|
|
|
5848
5906
|
### `@mui/material@5.7.0`
|
|
@@ -5908,7 +5966,7 @@ Kudos to all contributors!
|
|
|
5908
5966
|
- [docs] Correct links to prevent 301 redirects (#32692) @michaldudak
|
|
5909
5967
|
- [docs] Move, split, and revise "Unstyled components" page (#32562) @samuelsycamore
|
|
5910
5968
|
- [docs] Nest `ListItemButton` in `ListItem` in the Drawer examples (#31987) @stefanprobst
|
|
5911
|
-
- [docs] Apply callouts in the Material
|
|
5969
|
+
- [docs] Apply callouts in the Material UI docs (#32567) @danilo-leal
|
|
5912
5970
|
- [docs] Show product identifier on new X pages (#32657) @cherniavskii
|
|
5913
5971
|
- [docs] Fix copy button childNode not found (#32652) @siriwatknp
|
|
5914
5972
|
- [docs] Split install commands in isolated code blocks (#32566) @danilo-leal
|
|
@@ -5943,7 +6001,7 @@ _May 2, 2022_
|
|
|
5943
6001
|
|
|
5944
6002
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
5945
6003
|
|
|
5946
|
-
- 💅 5 Material
|
|
6004
|
+
- 💅 5 Material UI components were updated to support CSS variables by @ZeeshanTamboli & @vicasas
|
|
5947
6005
|
- And more 🐛 bug fixes and 📚 improvements.
|
|
5948
6006
|
|
|
5949
6007
|
### `@mui/material@5.6.4`
|
|
@@ -5974,18 +6032,18 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5974
6032
|
- ​<!-- 30 -->[docs] SEO fixes (#32515) @oliviertassinari
|
|
5975
6033
|
- ​<!-- 29 -->[docs] Replace `Overriding nested component styles` anchor link with text (#32487) @ZeeshanTamboli
|
|
5976
6034
|
- ​<!-- 28 -->[docs] Update the list of external domains (#32514) @oliviertassinari
|
|
5977
|
-
- ​<!-- 27 -->[docs] Update Material
|
|
6035
|
+
- ​<!-- 27 -->[docs] Update Material UI code snippets for React 18 (#32361) @samuelsycamore
|
|
5978
6036
|
- ​<!-- 26 -->[docs] Base TextareaAutosize style revisions and final review (#32481) @samuelsycamore
|
|
5979
6037
|
- ​<!-- 25 -->[docs] Base ClickAwayListener style revisions and final review (#32156) @samuelsycamore
|
|
5980
6038
|
- ​<!-- 24 -->[docs] Base Button style revisions and final review (#32380) @samuelsycamore
|
|
5981
6039
|
- ​<!-- 23 -->[docs] Base NoSsr style revisions and final review (#32254) @samuelsycamore
|
|
5982
6040
|
- ​<!-- 22 -->[docs] Correctly capitalize Ctrl @oliviertassinari
|
|
5983
|
-
- ​<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the Base
|
|
6041
|
+
- ​<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the Base UI docs (#32488) @ZeeshanTamboli
|
|
5984
6042
|
- ​<!-- 20 -->[docs] Add "Overview" page to Base docs (#32310) @samuelsycamore
|
|
5985
6043
|
- ​<!-- 19 -->[docs] Add copy button to code block (#32390) @siriwatknp
|
|
5986
6044
|
- ​<!-- 18 -->[docs] Base Tabs style revisions and final review (#32423) @samuelsycamore
|
|
5987
6045
|
- ​<!-- 17 -->[docs] Base Popper style revisions and final review (#32412) @samuelsycamore
|
|
5988
|
-
- ​<!-- 16 -->[docs] Improve sidenav for MUI
|
|
6046
|
+
- ​<!-- 16 -->[docs] Improve sidenav for MUI X (#32435) @oliviertassinari
|
|
5989
6047
|
- ​<!-- 15 -->[docs] Don't redirect on deploy preview (#32399) @m4theushw
|
|
5990
6048
|
- ​<!-- 14 -->[docs] A few SEO fixes (#32431) @oliviertassinari
|
|
5991
6049
|
- ​<!-- 13 -->[docs] Update links to the new Group & Pivot pages (#32410) @flaviendelangle
|
|
@@ -5996,7 +6054,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5996
6054
|
|
|
5997
6055
|
### Core
|
|
5998
6056
|
|
|
5999
|
-
- ​<!-- 08 -->[experiment] Add template for testing Material
|
|
6057
|
+
- ​<!-- 08 -->[experiment] Add template for testing Material UI components with CSS variables (#32500) @siriwatknp
|
|
6000
6058
|
|
|
6001
6059
|
All contributors of this release in alphabetical order: @b-novikov-ipersonality, @flaviendelangle, @hbjORbj, @HexM7, @m4theushw, @Martin005, @mongolyy, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas, @ZeeshanTamboli
|
|
6002
6060
|
|
|
@@ -6008,7 +6066,7 @@ _Apr 25, 2022_
|
|
|
6008
6066
|
|
|
6009
6067
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
6010
6068
|
|
|
6011
|
-
- 🛠 Fixed TypeScript issue when the `fill` CSS property is used in
|
|
6069
|
+
- 🛠 Fixed TypeScript issue when the `fill` CSS property is used in MUI System (#32355) @valerii15298
|
|
6012
6070
|
- And more 🐛 bug fixes and 📚 improvements.
|
|
6013
6071
|
|
|
6014
6072
|
### `@mui/material@5.6.3`
|
|
@@ -6152,7 +6210,7 @@ This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
|
6152
6210
|
- [docs] Remove notifications temporary (#32192) @siriwatknp
|
|
6153
6211
|
- [docs] Redirect to new urls (#32048) @siriwatknp
|
|
6154
6212
|
- [docs] Update Learn page copy and resource list (#31989) @samuelsycamore
|
|
6155
|
-
- [website] Fix wrong MUI
|
|
6213
|
+
- [website] Fix wrong MUI X installation instruction link @oliviertassinari
|
|
6156
6214
|
- [website] Revise homepage copy below the hero section (#31283) @samuelsycamore
|
|
6157
6215
|
- [website] Revise homepage Hero copy for more clarity (#31212) @samuelsycamore
|
|
6158
6216
|
- [website] Give up on promoting roles in our docs @oliviertassinari
|
|
@@ -6174,7 +6232,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
6174
6232
|
|
|
6175
6233
|
- 🧰 Update peer dependencies to support React 18 (#32063) @eps1lon
|
|
6176
6234
|
- 🚀 Added the experimental `CssVarsProvider` in `@mui/material` for generating theme CSS variables (#31138) @mnajdova
|
|
6177
|
-
- 📣 Moved date and time pickers from the lab to MUI
|
|
6235
|
+
- 📣 Moved date and time pickers from the lab to MUI X (#31984) @flaviendelangle
|
|
6178
6236
|
- Several 🐛 bug fixes and 📚 documentation improvements
|
|
6179
6237
|
|
|
6180
6238
|
### `@mui/material@5.6.0`
|
|
@@ -6234,7 +6292,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
6234
6292
|
|
|
6235
6293
|
- ​<!-- 28 -->[core] Update peer deps to support React 18 (#32063) @eps1lon
|
|
6236
6294
|
- ​<!-- 27 -->[core] Fix running docs:api on Windows (#32091) @michaldudak
|
|
6237
|
-
- ​<!-- 26 -->[core] Fix api build script for Base
|
|
6295
|
+
- ​<!-- 26 -->[core] Fix api build script for Base UI (#32081) @siriwatknp
|
|
6238
6296
|
|
|
6239
6297
|
All contributors of this release in alphabetical order: @apeltop, @eps1lon, @flaviendelangle, @garronej, @ivan-ngchakming, @m4theushw, @MatthijsMud, @michaldudak, @mnajdova, @oliviertassinari, @psjishnu, @raigoinabox, @samuelsycamore, @siriwatknp, @TkaczykAdam
|
|
6240
6298
|
|
|
@@ -6282,7 +6340,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
6282
6340
|
|
|
6283
6341
|
- ​<!-- 03 -->[FocusTrap] Move docs to Base and drop the Unstyled prefix (#31954) @michaldudak
|
|
6284
6342
|
|
|
6285
|
-
Removed the `Unstyled_` prefix from the Base export (it remains in the Material
|
|
6343
|
+
Removed the `Unstyled_` prefix from the Base export (it remains in the Material UI export, though).
|
|
6286
6344
|
|
|
6287
6345
|
```diff
|
|
6288
6346
|
-import { Unstyled_TrapFocus } from '@mui/base';
|
|
@@ -6427,7 +6485,7 @@ A big thanks to the 23 contributors who made this release possible. Here are som
|
|
|
6427
6485
|
- [docs] Refine the product identifier menu (#31262) @danilo-leal
|
|
6428
6486
|
- [docs] Fix Search crash (#31386) @reckter
|
|
6429
6487
|
- [docs] Update TextField multiline description (#31291) @jontewks
|
|
6430
|
-
- [docs] Add gap theme mapping in
|
|
6488
|
+
- [docs] Add gap theme mapping in MUI System properties table (#31382) @danilo-leal
|
|
6431
6489
|
- [docs] Test products search (#31351) @siriwatknp
|
|
6432
6490
|
- [docs] Fix GitHub source links in the demo toolbar (#31339) @PunitSoniME
|
|
6433
6491
|
- [docs] Add Algolia verification code to robot.txt (#31356) @siriwatknp
|
|
@@ -6461,7 +6519,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
6461
6519
|
|
|
6462
6520
|
- ​<!-- 24 -->[ClassNameGenerator] Prevent all `base` imports (#31297) @siriwatknp
|
|
6463
6521
|
|
|
6464
|
-
`unstable_ClassNameGenerator` has been moved from `utils` to `className` folder to prevent all Base
|
|
6522
|
+
`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:
|
|
6465
6523
|
|
|
6466
6524
|
```diff
|
|
6467
6525
|
-import { unstable_ClassNameGenerator } from '@mui/material/utils';
|
|
@@ -6626,7 +6684,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
6626
6684
|
- ​<!-- 12 -->[docs] Fix small typo in chips.md (#31092) @cameliaben
|
|
6627
6685
|
- ​<!-- 07 -->[l10n] Add it-IT translation for labelDisplayedRows (#31131) @frab90
|
|
6628
6686
|
- ​<!-- 06 -->[l10n] Add pl-PL translation for labelDisplayedRows (#31088) @ThomasTheHuman
|
|
6629
|
-
- ​<!-- 03 -->[website] Sync MUI
|
|
6687
|
+
- ​<!-- 03 -->[website] Sync MUI X table feature (#30913) @alexfauquette
|
|
6630
6688
|
- ​<!-- 02 -->[website] Prefill source in job application links (#31036) @oliviertassinari
|
|
6631
6689
|
- ​<!-- 01 -->[website] Fix a grammar mistake (#31099) @huyenltnguyen
|
|
6632
6690
|
|
|
@@ -6681,7 +6739,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
6681
6739
|
- [docs] Increase scroll affordance in wide tables (#30713) @danilo-leal
|
|
6682
6740
|
- [docs] Fix look & feel of the Masonry demos (#30971) @oliviertassinari
|
|
6683
6741
|
- [docs] Improve Base component demos (#30884) @danilo-leal
|
|
6684
|
-
- [docs] Use full product names (Material
|
|
6742
|
+
- [docs] Use full product names (Material UI, MUI System) (#30960) @oliviertassinari
|
|
6685
6743
|
- [docs] Prefer useEnhancedEffect to avoid server side warnings (#30977) @mnajdova
|
|
6686
6744
|
- [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
|
|
6687
6745
|
- [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
|
|
@@ -6698,7 +6756,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
6698
6756
|
- [core] Bump date-io version (#31016) @michaldudak
|
|
6699
6757
|
- [core] Fix typo in useSlider (#31061) @ryohey
|
|
6700
6758
|
- [core] Remove unused draft-js types package (#30993) @michaldudak
|
|
6701
|
-
- [test] Test if certain Base members are exported from Material
|
|
6759
|
+
- [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
|
|
6702
6760
|
- [core] Remove dead code (#31064) @oliviertassinari
|
|
6703
6761
|
|
|
6704
6762
|
All contributors of this release in alphabetical order: @agauravdev, @alisasanib, @DanailH, @danilo-leal, @huyenltnguyen, @l10nbot, @liradb2000, @mbrookes, @michaldudak, @mnajdova, @prakhargupta1, @oliviertassinari, @ryohey, @samuelsycamore, @siriwatknp, @sydneyjodon-wk
|
|
@@ -6783,7 +6841,7 @@ _Feb 1, 2022_
|
|
|
6783
6841
|
|
|
6784
6842
|
A big thanks to the 22 contributors who made this release possible. Here are some highlights ✨:
|
|
6785
6843
|
|
|
6786
|
-
- 🛠 @goncalovf added an example project using [Material
|
|
6844
|
+
- 🛠 @goncalovf added an example project using [Material UI with Vite.js](https://github.com/mui/material-ui/tree/master/examples/material-ui-vite) (#28241)
|
|
6787
6845
|
- Number of 🐛 bug fixes and 📚 documentation improvements.
|
|
6788
6846
|
|
|
6789
6847
|
### `@mui/material@5.4.0`
|
|
@@ -6846,7 +6904,7 @@ A big thanks to the 22 contributors who made this release possible. Here are som
|
|
|
6846
6904
|
|
|
6847
6905
|
### Core
|
|
6848
6906
|
|
|
6849
|
-
- ​<!-- 29 -->[core] Clarify the label, to match with MUI
|
|
6907
|
+
- ​<!-- 29 -->[core] Clarify the label, to match with MUI X (#30831) @oliviertassinari
|
|
6850
6908
|
- ​<!-- 26 -->[core] Remove none code related instructions from git (#30843) @oliviertassinari
|
|
6851
6909
|
- ​<!-- 25 -->[core] Fix typos in comments for scripts (#30809) @aefox
|
|
6852
6910
|
- ​<!-- 24 -->[core] Fix 301 link in the blog @oliviertassinari
|
|
@@ -6962,7 +7020,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
6962
7020
|
- [docs] Fix migration guides for versions older than v4 (#30595) @kkirsche
|
|
6963
7021
|
- [docs] Inform about specific files for DataGrid locales (#30411) @alexfauquette
|
|
6964
7022
|
- [docs] jss-to-tss migration advise to drop clsx in favor of cx (#30527) @garronej
|
|
6965
|
-
- [docs] Fix integration with MUI
|
|
7023
|
+
- [docs] Fix integration with MUI X (#30593) @oliviertassinari
|
|
6966
7024
|
- [docs] Adding peer dependencies explanation on @mui/lab README.md (#30532) @glaucoheitor
|
|
6967
7025
|
- [docs] Add missing quote in migration docs (#30587) @Atralbus
|
|
6968
7026
|
- [docs] Update link to Doit sponsor (#30586) @oliviertassinari
|
|
@@ -7113,7 +7171,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
7113
7171
|
|
|
7114
7172
|
### Core
|
|
7115
7173
|
|
|
7116
|
-
- ​<!-- 28 -->[core] Rename Material
|
|
7174
|
+
- ​<!-- 28 -->[core] Rename Material UI to MUI (#30338) @ZeeshanTamboli
|
|
7117
7175
|
- ​<!-- 23 -->[core] Fix warning in dev mode (#30368) @oliviertassinari
|
|
7118
7176
|
- ​<!-- 22 -->[core] Update `buildApi` script to support new structure (#30245) @siriwatknp
|
|
7119
7177
|
|
|
@@ -7405,7 +7463,7 @@ _Nov 25, 2021_
|
|
|
7405
7463
|
|
|
7406
7464
|
A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
7407
7465
|
|
|
7408
|
-
This is an early release to fix `export 'useId' (imported as 'React') was not found in 'react'` when bundling code depending on MUI
|
|
7466
|
+
This is an early release to fix `export 'useId' (imported as 'React') was not found in 'react'` when bundling code depending on MUI Core.
|
|
7409
7467
|
|
|
7410
7468
|
- ​<!-- 10 -->[AppBar][docs] Add a fully responsive demo to docs (#29829) @karakib2k18
|
|
7411
7469
|
- ​<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
|
|
@@ -7476,7 +7534,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
7476
7534
|
|
|
7477
7535
|
### Docs
|
|
7478
7536
|
|
|
7479
|
-
- [blog] MUI
|
|
7537
|
+
- [blog] MUI X v5 blog post (#29590) @DanailH
|
|
7480
7538
|
- [blog] Polish the Benny Joo joins MUI post (#29697) @oliviertassinari
|
|
7481
7539
|
- [changelog] Explain why we do breaking changes @oliviertassinari
|
|
7482
7540
|
- [core] Update latest issue template for codesandbox CI (#29783) @eps1lon
|
|
@@ -7528,7 +7586,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
7528
7586
|
|
|
7529
7587
|
- ​<!-- 27 -->[core] Rename mui/core to mui/base (#29585) @michaldudak
|
|
7530
7588
|
|
|
7531
|
-
Based on the results of the [poll](https://twitter.com/michaldudak/status/1452630484706635779) and our internal discussions, we decided to rename the `@mui/core` package to `@mui/base`. The main rationale for this is the fact that we use the term "Core" to refer to the core components product family, the one that includes Material Design components, unstyled components, System utilities, etc. Therefore, @mui/core was effectively a subset of MUI
|
|
7589
|
+
Based on the results of the [poll](https://twitter.com/michaldudak/status/1452630484706635779) and our internal discussions, we decided to rename the `@mui/core` package to `@mui/base`. The main rationale for this is the fact that we use the term "Core" to refer to the core components product family, the one that includes Material Design components, unstyled components, System utilities, etc. Therefore, @mui/core was effectively a subset of MUI Core. This was confusing.
|
|
7532
7590
|
|
|
7533
7591
|
The new name better reflects the purpose of the package: it contains unstyled components, hooks, and utilities that serve as a **base** to build on.
|
|
7534
7592
|
|
|
@@ -7544,7 +7602,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
7544
7602
|
|
|
7545
7603
|
### Docs
|
|
7546
7604
|
|
|
7547
|
-
- ​<!-- 25 -->[docs] Correct bundler configuration for using legacy
|
|
7605
|
+
- ​<!-- 25 -->[docs] Correct bundler configuration for using legacy Material UI build (#29146) @petermikitsh
|
|
7548
7606
|
- ​<!-- 24 -->[docs] Fix typo on autocomplete.md (#29570) @netizer
|
|
7549
7607
|
- ​<!-- 23 -->[docs] Fix dark mode on branding pages (#29611) @alexfauquette
|
|
7550
7608
|
- ​<!-- 22 -->[docs] Do not render CSS section in API docs navbar if there are no CSS classes (#29622) @ZeeshanTamboli
|
|
@@ -7556,7 +7614,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
7556
7614
|
- ​<!-- 16 -->[docs] Remove svg logos from the Support page (#29431) @oliviertassinari
|
|
7557
7615
|
- ​<!-- 15 -->[docs] Link UXPin integration (#29422) @oliviertassinari
|
|
7558
7616
|
- ​<!-- 14 -->[docs] Link to the new public roadmap for the design kits (#29433) @oliviertassinari
|
|
7559
|
-
- ​<!-- 28 -->[docs] correct bundler configuration for using legacy
|
|
7617
|
+
- ​<!-- 28 -->[docs] correct bundler configuration for using legacy Material UI build (#29146) @petermikitsh
|
|
7560
7618
|
- ​<!-- 01 -->[website] Fix premium plan release date (#29430) @oliviertassinari
|
|
7561
7619
|
- ​<!-- 02 -->[website] Add GitHub icon button to the navbar (#29640) @danilo-leal
|
|
7562
7620
|
- ​<!-- 39 -->[blog] Support many authors in markdown pages (#29633) @m4theushw
|
|
@@ -7670,7 +7728,7 @@ A big thanks to the 33 contributors who made this release possible. Here are som
|
|
|
7670
7728
|
- ​<!-- 61 -->[core] Convert a named color to lowercase (#29465) @ainatenhi
|
|
7671
7729
|
- ​<!-- 60 -->[core] Allow to reuse functions from `docs:api` (#28828) @m4theushw
|
|
7672
7730
|
- ​<!-- 59 -->[core] Commit new nextjs 12 tsconfig (#29458) @eps1lon
|
|
7673
|
-
- ​<!-- 58 -->[core] Settle on MUI
|
|
7731
|
+
- ​<!-- 58 -->[core] Settle on MUI X for the official name (#29420) @oliviertassinari
|
|
7674
7732
|
- ​<!-- 57 -->[core] Add mui as a npm keyword (#29427) @oliviertassinari
|
|
7675
7733
|
- ​<!-- 56 -->[core] Fix issue template redirection (#29432) @oliviertassinari
|
|
7676
7734
|
- ​<!-- 55 -->[core] Remove unecessary destructuration (#29354) @oliviertassinari
|
|
@@ -8030,7 +8088,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
8030
8088
|
- ​<!-- 30 -->[docs] Update caret position in comments to match npm scope (#28426) @eps1lon
|
|
8031
8089
|
- ​<!-- 29 -->[docs] Fix CONTRIBUTING to point out to master as targeted branch (#28396) @mnajdova
|
|
8032
8090
|
- ​<!-- 28 -->[docs] Update examples to remove 'beta' (#28475) @oliviertassinari
|
|
8033
|
-
- ​<!-- 27 -->[docs] Fix 404 links to MUI
|
|
8091
|
+
- ​<!-- 27 -->[docs] Fix 404 links to MUI X API (#28176) @oliviertassinari
|
|
8034
8092
|
- ​<!-- 26 -->[docs] Fix broken/incorrect attributes links in Avatar and NativeSelect API pages (#28417) @xenostar
|
|
8035
8093
|
- ​<!-- 25 -->[docs] Explain how `<Alert icon={false} />` behaves (#28348) @nguyenkhanhnam
|
|
8036
8094
|
- ​<!-- 24 -->[docs] Fix typo in /system/the-sx-prop (#28393) @danwoods
|
|
@@ -8074,7 +8132,7 @@ All contributors of this release in alphabetical order: @breitembach, @chetrit,
|
|
|
8074
8132
|
|
|
8075
8133
|
_Sep 16, 2021_
|
|
8076
8134
|
|
|
8077
|
-
After over 400 days of development and over 40 canary releases, we are excited to introduce [MUI
|
|
8135
|
+
After over 400 days of development and over 40 canary releases, we are excited to introduce [MUI Core v5.0.0](https://mui.com/blog/mui-core-v5/)!
|
|
8078
8136
|
|
|
8079
8137
|
Some statistics with the released of v5.0.0 compared to the one of v4.0.0:
|
|
8080
8138
|
|
|
@@ -8109,10 +8167,10 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
|
|
|
8109
8167
|
|
|
8110
8168
|
### Docs
|
|
8111
8169
|
|
|
8112
|
-
- ​<!-- 38 -->[blog] Introducing MUI
|
|
8170
|
+
- ​<!-- 38 -->[blog] Introducing MUI Core v5.0 (#27912) @oliviertassinari
|
|
8113
8171
|
- ​<!-- 08 -->[docs] Fix quotes in font-face literal (#28260) @Aurelain
|
|
8114
8172
|
- ​<!-- 07 -->[docs] Update redirects to X's docs (#28263) @m4theushw
|
|
8115
|
-
- ​<!-- 06 -->[docs] Change Material
|
|
8173
|
+
- ​<!-- 06 -->[docs] Change Material UI to MUI in the console (#28270) @mbrookes
|
|
8116
8174
|
- ​<!-- 05 -->[docs] Docs redesign adjustments (#28203) @mnajdova
|
|
8117
8175
|
- ​<!-- 04 -->[docs] How to compose theme in steps (#28246) @goncalovf
|
|
8118
8176
|
- ​<!-- 03 -->[docs] Fix DataGrid demo console warning in Table docs (#28235) @ZeeshanTamboli
|
|
@@ -8133,7 +8191,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
|
|
|
8133
8191
|
|
|
8134
8192
|
### Core
|
|
8135
8193
|
|
|
8136
|
-
- ​<!-- 12 -->[core] Replace Material
|
|
8194
|
+
- ​<!-- 12 -->[core] Replace Material UI with MUI (#28243) @mnajdova
|
|
8137
8195
|
- ​<!-- 11 -->[core] Prepare for v5 stable release (#28240) @mnajdova
|
|
8138
8196
|
- ​<!-- 10 -->[core] Mark lines that needs to be changed with a major release (#28238) @mnajdova
|
|
8139
8197
|
- ​<!-- 18 -->[core] Various updates to what we consider the default branch (#28328) @eps1lon
|
|
@@ -8194,7 +8252,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
8194
8252
|
- ​<!-- 29 -->[docs] Improve docs for creating dark theme (#28104) @mnajdova
|
|
8195
8253
|
- ​<!-- 28 -->[docs] Don't use Material theme in unstyled demos (#28073) @michaldudak
|
|
8196
8254
|
- ​<!-- 27 -->[docs] Fix api doc import example (#28199) @siriwatknp
|
|
8197
|
-
- ​<!-- 26 -->[docs] Remove demo for re-creating Material
|
|
8255
|
+
- ​<!-- 26 -->[docs] Remove demo for re-creating Material UI switches (#28042) @eps1lon
|
|
8198
8256
|
- ​<!-- 25 -->[docs] Improve legibility of CTA on landing page (#28124) @akashshyamdev
|
|
8199
8257
|
- ​<!-- 24 -->[docs] Fix Link outdated default underline prop (#28134) @outofgamut
|
|
8200
8258
|
- ​<!-- 23 -->[docs] Fix branding theme leaking on the templates (#28120) @mnajdova
|
|
@@ -8682,7 +8740,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
8682
8740
|
### Docs
|
|
8683
8741
|
|
|
8684
8742
|
- ​<!-- 56 -->[docs] Display Popper arrow correctly (#27339) @Patil2099
|
|
8685
|
-
- ​<!-- 53 -->[docs] Focus pickers introduction on Material
|
|
8743
|
+
- ​<!-- 53 -->[docs] Focus pickers introduction on Material UI (#27394) @eps1lon
|
|
8686
8744
|
- ​<!-- 51 -->[docs] Fix wrong import path in @material-ui/styles section (#27427) @WeldonTan
|
|
8687
8745
|
- ​<!-- 47 -->[docs] Update color imports (#27321) @siriwatknp
|
|
8688
8746
|
- ​<!-- 38 -->[docs] Sync params of callbacks between types and JSDoc description (#27366) @eps1lon
|
|
@@ -8825,7 +8883,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
8825
8883
|
- [test] Update tests with latest state of StrictMode compatibility (#27042) @eps1lon
|
|
8826
8884
|
- [test] Use DOM events instead of mocked, partial events (#27198) @eps1lon
|
|
8827
8885
|
- [website] Open 4 new roles (#27123) @oliviertassinari
|
|
8828
|
-
- [blog] Danilo Leal joins Material
|
|
8886
|
+
- [blog] Danilo Leal joins Material UI (#27231) @oliviertassinari
|
|
8829
8887
|
|
|
8830
8888
|
All contributors of this release in alphabetical order: @eps1lon, @mbrookes, @michal-perlakowski, @michaldudak, @mnajdova, @moshfeu, @oliviertassinari, @rajzik, @renovate[bot], @sahil-blulabs, @ShirasawaSama, @siriwatknp, @vimutti77
|
|
8831
8889
|
|
|
@@ -9262,7 +9320,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
|
|
|
9262
9320
|
|
|
9263
9321
|
### Docs
|
|
9264
9322
|
|
|
9265
|
-
- ​<!-- 20 -->[blog] Michał Dudak joins Material
|
|
9323
|
+
- ​<!-- 20 -->[blog] Michał Dudak joins Material UI (#26700) @oliviertassinari
|
|
9266
9324
|
- ​<!-- 27 -->[docs] Migrate onepirate premium template to emotion part2 (#26707) @vicasas
|
|
9267
9325
|
- ​<!-- 24 -->[docs] Fix TextField demo layout (#26710) @vicasas
|
|
9268
9326
|
- ​<!-- 19 -->[docs] Improve Paperbase demo (#26711) @oliviertassinari
|
|
@@ -9550,7 +9608,7 @@ We are progressively moving all modules that are relevant to styling custom desi
|
|
|
9550
9608
|
- [test] Move ClockPicker tests to ClockPicker.test (#26407) @eps1lon
|
|
9551
9609
|
- [test] setProps from createPickerRender should set props on the rendered element (#26405) @eps1lon
|
|
9552
9610
|
- [utils] Convert useId to TypeScript (#26491) @eps1lon
|
|
9553
|
-
- [website] Add Material
|
|
9611
|
+
- [website] Add Material UI X page (#25794) @DanailH
|
|
9554
9612
|
- [website] Add open application section (#26501) @oliviertassinari
|
|
9555
9613
|
- [website] Add Siriwat to team page (#26406) @siriwatknp
|
|
9556
9614
|
|
|
@@ -9809,7 +9867,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
9809
9867
|
|
|
9810
9868
|
- ​<!-- 51 -->[Box] Remove render prop (#26113) @m4theushw
|
|
9811
9869
|
|
|
9812
|
-
Its behavior can be obtained using the `sx` prop directly on the child if it's a Material
|
|
9870
|
+
Its behavior can be obtained using the `sx` prop directly on the child if it's a Material UI component. For non-Material UI components use the `sx` prop in conjunction with the `component` prop:
|
|
9813
9871
|
|
|
9814
9872
|
```diff
|
|
9815
9873
|
-<Box sx={{ border: '1px dashed grey' }}>
|
|
@@ -10425,7 +10483,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
10425
10483
|
- ​<!-- 03 -->[docs] Add interoperability section for Portal (#25575) @mnajdova
|
|
10426
10484
|
- ​<!-- 01 -->[docs] Fix side nav scroll position (#25619) @misaka3
|
|
10427
10485
|
- ​<!-- 30 -->[website] Q1 2021 Update (#25591) @oliviertassinari
|
|
10428
|
-
- ​<!-- 04 -->[website] Matheus Wichman joins Material
|
|
10486
|
+
- ​<!-- 04 -->[website] Matheus Wichman joins Material UI (#25590) @oliviertassinari
|
|
10429
10487
|
|
|
10430
10488
|
### Core
|
|
10431
10489
|
|
|
@@ -10929,7 +10987,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
10929
10987
|
2. @vicasas x5
|
|
10930
10988
|
3. @kodai3 x4
|
|
10931
10989
|
|
|
10932
|
-
- 📐 Add a subset of
|
|
10990
|
+
- 📐 Add a subset of MUI System as flattened props on `Typography` (#24496) @mnajdova.
|
|
10933
10991
|
Now, you can do:
|
|
10934
10992
|
|
|
10935
10993
|
```jsx
|
|
@@ -10946,7 +11004,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
10946
11004
|
- Increase the minimum version of TypeScript supported from v3.2 to v3.5. (#24795) @petyosi
|
|
10947
11005
|
|
|
10948
11006
|
We try to align with types released from [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) (i.e. packages published on npm under the `@types` namespace).
|
|
10949
|
-
We will not change the minimum supported version in a major version of Material
|
|
11007
|
+
We will not change the minimum supported version in a major version of Material UI.
|
|
10950
11008
|
However, we generally recommend to not use a TypeScript version older than the [lowest supported version of DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped#older-versions-of-typescript-33-and-earlier).
|
|
10951
11009
|
|
|
10952
11010
|
#### Changes
|
|
@@ -11096,7 +11154,7 @@ A big thanks to the 23 contributors who made this release possible. Here are som
|
|
|
11096
11154
|
- 👩🎤 Convert 31 components to emotion. Around 40% of the components have been migrated so far thanks to the help of the community.
|
|
11097
11155
|
- 🐛 Fix two long-standing issues with the Grid. Solve the horizontal scrollbar as well as dimensions when nesting (#24332) @greguintow.
|
|
11098
11156
|
- 📚 Fix various display issues on API documentation pages (#24526, #24503, #24504. #24517, #24417).
|
|
11099
|
-
- 📐 Add a subset of
|
|
11157
|
+
- 📐 Add a subset of MUI System as flatten props on the CSS utility components (`Grid` and `Box` so far, `Typography` and `Stack` coming later) (#24485, #24499) @mnajdova.
|
|
11100
11158
|
|
|
11101
11159
|
```jsx
|
|
11102
11160
|
<Box m={2}>
|
|
@@ -11179,7 +11237,7 @@ A big thanks to the 23 contributors who made this release possible. Here are som
|
|
|
11179
11237
|
- ​<!-- 70 -->[docs] Add API of picker components (#24497) @eps1lon
|
|
11180
11238
|
- ​<!-- 63 -->[examples] Add `locale` prop to the Nextjs Link component (#24596) @CyanoFresh
|
|
11181
11239
|
- ​<!-- 52 -->[docs] List required props first in /api/\* (#24526) @eps1lon
|
|
11182
|
-
- ​<!-- 45 -->[docs] Mention
|
|
11240
|
+
- ​<!-- 45 -->[docs] Mention MUI System props when available in the API pages (#24503) @mnajdova
|
|
11183
11241
|
- ​<!-- 43 -->[docs] Improve system properties page (#24524) @mnajdova
|
|
11184
11242
|
- ​<!-- 42 -->[docs] Fix malformed component API description (#24504) @eps1lon
|
|
11185
11243
|
- ​<!-- 41 -->[docs] Fix ToC "Component name" fragment link on /api/\* (#24517) @eps1lon
|
|
@@ -11662,7 +11720,7 @@ _Dec 3, 2020_
|
|
|
11662
11720
|
|
|
11663
11721
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
11664
11722
|
|
|
11665
|
-
- Fix most of the issues with
|
|
11723
|
+
- Fix most of the issues with MUI System (#23716, #23635, #23737, #23733, #23700, #23688) @mnajdova.
|
|
11666
11724
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
11667
11725
|
|
|
11668
11726
|
### `@material-ui/core@v5.0.0-alpha.18`
|
|
@@ -11755,7 +11813,7 @@ _Nov 23, 2020_
|
|
|
11755
11813
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
11756
11814
|
|
|
11757
11815
|
- 📚 Improve the IntelliSense support for the `sx` prop (#23599) @mnajdova.
|
|
11758
|
-
You should now get a description for each property of
|
|
11816
|
+
You should now get a description for each property of MUI System. For instance with `mx`:
|
|
11759
11817
|
|
|
11760
11818
|

|
|
11761
11819
|
|
|
@@ -11885,19 +11943,19 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
11885
11943
|
|
|
11886
11944
|
### Docs
|
|
11887
11945
|
|
|
11888
|
-
- [docs] Add advanced page for
|
|
11946
|
+
- [docs] Add advanced page for MUI System (#23596) @mnajdova
|
|
11889
11947
|
- [docs] Add docs for typography in system (#23510) @oliviertassinari
|
|
11890
11948
|
- [docs] API pages i18n (#23214) @mbrookes
|
|
11891
11949
|
- [docs] Create pickers migration guide (#23605) @dmtrKovalenko
|
|
11892
11950
|
- [docs] Enable TS language service for docs/src (#23576) @eps1lon
|
|
11893
|
-
- [docs] Explain the information listed on
|
|
11951
|
+
- [docs] Explain the information listed on MUI System properties page (#23566) @mnajdova
|
|
11894
11952
|
- [docs] Fix /api client-side routing (#23586) @eps1lon
|
|
11895
11953
|
- [docs] Fix the Box section title on migration-v4 guide (#23679) @claudioldf
|
|
11896
11954
|
- [docs] Generate default values for docs from the unstyled components (#23614) @mnajdova
|
|
11897
11955
|
- [docs] Increase printWidth from 80 to 85(#23512) @eps1lon
|
|
11898
11956
|
- [docs] Prevent layout jumps from img loading in system demo (#23504) @eps1lon
|
|
11899
11957
|
- [docs] Remove controlled Tooltip example in Slider (#23625) @micsidoruk
|
|
11900
|
-
- [docs] Remove dead demos in
|
|
11958
|
+
- [docs] Remove dead demos in MUI System basics page (#23565) @mnajdova
|
|
11901
11959
|
- [docs] Replace emotion-server packages with @emotion/server (#23557) @numToStr
|
|
11902
11960
|
- [docs] Sync translations (#23648) @l10nbot
|
|
11903
11961
|
|
|
@@ -11926,7 +11984,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
11926
11984
|
|
|
11927
11985
|
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.
|
|
11928
11986
|
|
|
11929
|
-
- 📚 Revamp the documentation for [
|
|
11987
|
+
- 📚 Revamp the documentation for [MUI 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.
|
|
11930
11988
|
- 👩🎨 Upgrade emotion to v11 (#23007) @mnajdova.
|
|
11931
11989
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
11932
11990
|
|
|
@@ -11993,12 +12051,12 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
11993
12051
|
- [docs] Fix links being opened when dismissing context menus (#23491) @eps1lon
|
|
11994
12052
|
- [docs] Fix the Netlify proxy for localization of X (#23387) @oliviertassinari
|
|
11995
12053
|
- [docs] Fix usage of palette.type instead of palette.mode in docs (#23414) @hubgit
|
|
11996
|
-
- [docs] Improve documentation of
|
|
12054
|
+
- [docs] Improve documentation of MUI System (#23294) @mnajdova
|
|
11997
12055
|
- [docs] Improve feedback a11y (#23459) @eps1lon
|
|
11998
|
-
- [docs] Improve formatting of
|
|
12056
|
+
- [docs] Improve formatting of MUI System (#23509) @oliviertassinari
|
|
11999
12057
|
- [docs] Improve migration guide for theme.palette (#23416) @hubgit
|
|
12000
12058
|
- [docs] Mention delay instead of transition twice (#23393) @benmneb
|
|
12001
|
-
- [docs] Prepare Material
|
|
12059
|
+
- [docs] Prepare Material UI X (#1893) @oliviertassinari
|
|
12002
12060
|
- [docs] Redirect legacy GridList pages to ImageList (#23456) @eps1lon
|
|
12003
12061
|
- [docs] Remove redundant aria-label when wrapped in Tooltip (#23455) @eps1lon
|
|
12004
12062
|
- [docs] Sync translations (#23316) @l10nbot
|
|
@@ -12026,19 +12084,19 @@ _Nov 4, 2020_
|
|
|
12026
12084
|
A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
|
|
12027
12085
|
|
|
12028
12086
|
- ⚛️ Add support for React 17 (#23311) @eps1lon.
|
|
12029
|
-
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
|
|
12087
|
+
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`.
|
|
12030
12088
|
- 🛠 Introduce a new `@material-ui/unstyled` package (#23270) @mnajdova.
|
|
12031
12089
|
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.
|
|
12032
12090
|
|
|
12033
12091
|
**Why an unstyled package?**
|
|
12034
12092
|
|
|
12035
|
-
While engineering teams are successfully building custom design systems by wrapping Material
|
|
12093
|
+
While engineering teams are successfully building custom design systems by wrapping Material UI, we [occasionally hear](https://github.com/mui/material-ui/issues/6218) that Material Design or our styling solution are something they don't need. Some teams prefer SASS, others prefer to customize the components starting from a pristine state. What all these teams have in common is that they value the features coming from the components, such as accessibility.
|
|
12036
12094
|
|
|
12037
12095
|
The unstyled package goes one step down in the abstraction layer, providing more flexibility. Angular Material introduced this approach two years ago. Today their unstyled components account for [25% of the usage](https://npm-stat.com/charts.html?package=%40angular%2Fmaterial&package=%40angular%2Fcdk&from=2017-11-03&to=2020-11-03).
|
|
12038
12096
|
|
|
12039
12097
|
Another reason for introducing this package is to prepare the groundwork for a [second theme](https://github.com/mui/material-ui/issues/22485) (not Material Design based).
|
|
12040
12098
|
|
|
12041
|
-
A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material
|
|
12099
|
+
A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material UI also contains "headless" components that exposes a hook API, e.g. [useAutocomplete](https://mui.com/components/autocomplete/#useautocomplete) or [usePagination](https://mui.com/components/pagination/#usepagination).
|
|
12042
12100
|
|
|
12043
12101
|
This change is part of our strategy to iterate on the v5 architecture with the `Slider` first. In the next alpha release, we plan to replace the v4 slider with the v5 slider. Once the new approach is stress-tested and validated, we will roll it out to all the components.
|
|
12044
12102
|
|
|
@@ -12102,8 +12160,8 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
12102
12160
|
### Docs
|
|
12103
12161
|
|
|
12104
12162
|
- [Transition] Document default appear value (#23221) @GuilleDF
|
|
12105
|
-
- [blog] Danail Hadjiatanasov joins Material
|
|
12106
|
-
- [docs] Add Material
|
|
12163
|
+
- [blog] Danail Hadjiatanasov joins Material UI (#23223) @oliviertassinari
|
|
12164
|
+
- [docs] Add Material UI Builder to in-house ads (#23342) @mbrookes
|
|
12107
12165
|
- [docs] Fix a few typos and add comma (#23284) @reedanders
|
|
12108
12166
|
- [docs] Fix few propTypes in Inputs (#23331) @youknowhat
|
|
12109
12167
|
- [docs] Fix language cookie (#23324) @mbrookes
|
|
@@ -12139,8 +12197,8 @@ A big thanks to the 23 contributors who made this release possible.
|
|
|
12139
12197
|
Here are some highlights ✨:
|
|
12140
12198
|
|
|
12141
12199
|
- 💄 Introduce a new `sx` prop (#23053, #23205) @mnajdova
|
|
12142
|
-
We have resumed the work on Material
|
|
12143
|
-
You can read the [introduction blog post](https://medium.com/material-ui/introducing-material-ui-design-system-93e921beb8df) that we did for
|
|
12200
|
+
We have resumed the work on Material UI System. This is made possible by the latest progress on the new styling solution of v5.
|
|
12201
|
+
You can read the [introduction blog post](https://medium.com/material-ui/introducing-material-ui-design-system-93e921beb8df) that we did for MUI System two years ago.
|
|
12144
12202
|
|
|
12145
12203
|
The system is meant to solve the following problems:
|
|
12146
12204
|
|
|
@@ -12149,10 +12207,10 @@ Here are some highlights ✨:
|
|
|
12149
12207
|
3. Introducing a `makeStyles` for the first time in a component is daunting. For example, it's why https://github.com/vscodeshift/material-ui-codemorphs#add-usestyles-hook exists. What if we had less code to type, gaining velocity when writing styles?
|
|
12150
12208
|
4. Pulling values out from the theme can be cumbersome. How can we make it less painful to increase the usage of design tokens?
|
|
12151
12209
|
|
|
12152
|
-
This new iteration of
|
|
12210
|
+
This new iteration of MUI System brings two major improvements:
|
|
12153
12211
|
|
|
12154
12212
|
- It moves from the support of a subset of CSS to the support of a superset of CSS.
|
|
12155
|
-
Learning the shorthand is optional. It's no longer necessary to moving back to styled() when
|
|
12213
|
+
Learning the shorthand is optional. It's no longer necessary to moving back to styled() when MUI System doesn't support a specific CSS property.
|
|
12156
12214
|
- It moves from support on Box only to any core component (starting with the slider).
|
|
12157
12215
|
|
|
12158
12216
|
```jsx
|
|
@@ -12312,7 +12370,7 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
12312
12370
|
Here are some highlights ✨:
|
|
12313
12371
|
|
|
12314
12372
|
- 📦 Ship modern bundle (#22814) @eps1lon.
|
|
12315
|
-
This is a significant update to the [browsers supported](https://mui.com/material-ui/getting-started/supported-platforms/) by Material
|
|
12373
|
+
This is a significant update to the [browsers supported](https://mui.com/material-ui/getting-started/supported-platforms/) by Material UI.
|
|
12316
12374
|
The previous policy was defined 2 years ago, and the landscape has evolved since then. The package now includes 4 bundles:
|
|
12317
12375
|
|
|
12318
12376
|
1. `stable` (default, formerly `esm`) which targets a snapshot (on release) of `> 0.5%, last 2 versions, Firefox ESR, not dead, not IE 11"`
|
|
@@ -12862,7 +12920,7 @@ More documentation are coming.
|
|
|
12862
12920
|
- [docs] Add ui-schema in related projects (#22644) @elbakerino
|
|
12863
12921
|
- [docs] Avoid confusion between layout grid and data grid (#22681) @oliviertassinari
|
|
12864
12922
|
- [docs] Batch small changes (#22646) @oliviertassinari
|
|
12865
|
-
- [docs] Configuring redirects for MUI
|
|
12923
|
+
- [docs] Configuring redirects for MUI X (#22632) @dtassone
|
|
12866
12924
|
- [docs] Customized hook at Autocomplete issue in dark mode (#22605) @hmaddisb
|
|
12867
12925
|
- [docs] Encourage DataGrid in /components/tables/ over alternatives (#22637) @oliviertassinari
|
|
12868
12926
|
- [docs] Fix emotion broken in SSR (#22731) @mnajdova
|
|
@@ -12967,7 +13025,7 @@ Here are some highlights ✨:
|
|
|
12967
13025
|
|
|
12968
13026
|
- [theme] Remove palette.text.hint key (#22537) @mbrookes
|
|
12969
13027
|
|
|
12970
|
-
The `theme.palette.text.hint` key was available but unused in Material
|
|
13028
|
+
The `theme.palette.text.hint` key was available but unused in Material UI v4 components.
|
|
12971
13029
|
You can use `adaptV4Theme()` to restore the previous behavior.
|
|
12972
13030
|
|
|
12973
13031
|
#### Changes
|
|
@@ -13385,7 +13443,7 @@ A big thanks to the 26 contributors who made this release possible.
|
|
|
13385
13443
|
Here are some highlights ✨:
|
|
13386
13444
|
|
|
13387
13445
|
- 💅 Introduce a new dynamic variant API (#21648) @mnajdova.
|
|
13388
|
-
This API allows developers to add new variants on the Material
|
|
13446
|
+
This API allows developers to add new variants on the Material UI's components right from the theme, without having to wrap the components.
|
|
13389
13447
|
For instance with the Button:
|
|
13390
13448
|
|
|
13391
13449
|
```tsx
|