@mui/icons-material 5.15.4 → 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 +398 -242
- package/README.md +2 -2
- package/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,162 @@
|
|
|
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
|
+
|
|
62
|
+
## v5.15.5
|
|
63
|
+
|
|
64
|
+
<!-- generated comparing v5.15.4..master -->
|
|
65
|
+
|
|
66
|
+
_Jan 17, 2024_
|
|
67
|
+
|
|
68
|
+
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
69
|
+
|
|
70
|
+
- Base UI's CSS class prefix is now `base-` (#40205) @michaldudak
|
|
71
|
+
- Bug fixes, and a lot of improvements to code and docs infra
|
|
72
|
+
|
|
73
|
+
### `@mui/material@5.15.5`
|
|
74
|
+
|
|
75
|
+
- ​<!-- 42 -->[Accordion] Deprecate \*Props props and classes for v6 (#40418) @DiegoAndai
|
|
76
|
+
- ​<!-- 41 -->[Alert] Update TypeScript types to allow color override types to be added to `iconMapping` and `severity` props (#40551) @2metres
|
|
77
|
+
- ​<!-- 27 -->[Dialog] Remove deprecated onBackdropClick from Dialog tests (#40505) @sai6855
|
|
78
|
+
- ​<!-- 26 -->[Divider] Deprecate props and classes for v6 (#40563) @sai6855
|
|
79
|
+
|
|
80
|
+
### `@mui/material-next@6.0.0-alpha.118`
|
|
81
|
+
|
|
82
|
+
- ​<!-- 36 -->[ButtonGroup] Apply MD3 style to `ButtonGroup` (#40124) @lhilgert9
|
|
83
|
+
|
|
84
|
+
### `@mui/base@5.0.0-beta.32`
|
|
85
|
+
|
|
86
|
+
#### Breaking changes
|
|
87
|
+
|
|
88
|
+
- ​<!-- 40 -->Change the CSS class prefix to `base-` (#40205) @michaldudak
|
|
89
|
+
|
|
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`)
|
|
91
|
+
|
|
92
|
+
To adapt your code to the new pattern:
|
|
93
|
+
|
|
94
|
+
- replace all occurrences of the regex `.Mui([A-Z][A-Za-z]*)-` with `.base-$1-` (so `MuiButton-root` becomes `base-Button-root`, etc.),
|
|
95
|
+
- replace all occurrences of the regex `.Mui-([a-z]*)` with `.base--$1` (so `Mui-disabled` becomes `base--disabled`, etc.).
|
|
96
|
+
|
|
97
|
+
#### Changes
|
|
98
|
+
|
|
99
|
+
- ​<!-- 39 -->[Select] Fix screen-reader CSS to avoid body scrollbar (#40599) @brijeshb42
|
|
100
|
+
- ​<!-- 38 -->[Switch] Add border-box to demos (#40638) @zanivan
|
|
101
|
+
|
|
102
|
+
### `@mui/joy@5.0.0-beta.23`
|
|
103
|
+
|
|
104
|
+
- ​<!-- 11 -->[ModalDialog] Fix ModalDialog layout prop override (#40512) @maakcode
|
|
105
|
+
- ​<!-- 10 -->[RadioGroup] Allow zero number as a value (#40344) @aacevski
|
|
106
|
+
|
|
107
|
+
### `@mui/codemod@5.15.5`
|
|
108
|
+
|
|
109
|
+
- ​<!-- 31 -->Allow `json` files to be transformed (#40536) @ZeeshanTamboli
|
|
110
|
+
|
|
111
|
+
### `@mui/lab@5.0.0-alpha.161`
|
|
112
|
+
|
|
113
|
+
- ​<!-- 09 -->Update `@mui/material` peer dependency version (#40528) @ZeeshanTamboli
|
|
114
|
+
|
|
115
|
+
### `@mui/material-nextjs@5.15.5`
|
|
116
|
+
|
|
117
|
+
- ​<!-- 08 -->Fix release script (#40519) @petrovmiroslav
|
|
118
|
+
- ​<!-- 07 -->Support Nonces in the App Router Provider (#40269) @josh-feldman
|
|
119
|
+
- ​<!-- 06 -->Polish @mui/material-nextjs (#40473) @oliviertassinari
|
|
120
|
+
|
|
121
|
+
### `@mui/system@5.15.5`
|
|
122
|
+
|
|
123
|
+
- ​<!-- 05 -->Fix import path for @mui/system in vite apps (#40490) @brijeshb42
|
|
124
|
+
- ​<!-- 02 -->Fix css vars generation and simplify the code (#40530) @siriwatknp
|
|
125
|
+
- ​<!-- 01 -->Identify zero runtime styled path (#40555) @brijeshb42
|
|
126
|
+
|
|
127
|
+
### Docs
|
|
128
|
+
|
|
129
|
+
- ​<!-- 35 -->[joy-ui][Card] Fix text alignment in horizontal aligned card demo (#40562) @ZeeshanTamboli
|
|
130
|
+
- ​<!-- 25 -->Improve instructions about peer dependencies (#40621) @danilo-leal
|
|
131
|
+
- ​<!-- 24 -->Solve page description length @oliviertassinari
|
|
132
|
+
- ​<!-- 23 -->Fix MUI Treasury links (#40561) @siriwatknp
|
|
133
|
+
- ​<!-- 17 -->[material-ui] Update <ListItem button/> to ListItemButton in demos (#40564) @sai6855
|
|
134
|
+
- ​<!-- 16 -->[material-ui] Revise the Snackbar page (#39298) @danilo-leal
|
|
135
|
+
- ​<!-- 15 -->[material-ui] Sharpen Material 3 copy on demo pages (#40546) @samuelsycamore
|
|
136
|
+
- ​<!-- 14 -->[material-ui] Fix typo on Next.js integration guide (#40538) @zanivan
|
|
137
|
+
- ​<!-- 13 -->[material-ui][Snackbar] Remove unused `State` interface from Consecutive Snackbars demo (#40410)
|
|
138
|
+
@zinoroman
|
|
139
|
+
- ​<!-- 12 -->[website] Resolve broken links reported by `docs:link-check` (#40547) @samuelsycamore
|
|
140
|
+
|
|
141
|
+
### Core
|
|
142
|
+
|
|
143
|
+
- ​<!-- 37 -->[blog] Fix 404 link to MUI Treasury @oliviertassinari
|
|
144
|
+
- ​<!-- 34 -->[code-infra] Add `run` command to deploy docs (#40513) @siriwatknp
|
|
145
|
+
- ​<!-- 32 -->[core] Update the lockfile (#40628) @michaldudak
|
|
146
|
+
- ​<!-- 31 -->[core] Remove dead code and follow standard @oliviertassinari
|
|
147
|
+
- ​<!-- 30 -->[core] Simplify server detection (#40471) @oliviertassinari
|
|
148
|
+
- ​<!-- 29 -->[core] Sync playwright cache between MUI X and Material UI (#40475) @oliviertassinari
|
|
149
|
+
- ​<!-- 28 -->[dependencies] Bump tough-cookie (#40437) @michaldudak
|
|
150
|
+
- ​<!-- 22 -->[docs-infra] Enforce brand name rules (#40525) @oliviertassinari
|
|
151
|
+
- ​<!-- 21 -->[docs-infra] Minimize ad layout shift on mobile (#40582) @oliviertassinari
|
|
152
|
+
- ​<!-- 20 -->[docs-infra] Improve API page deprecation info (#40440) @DiegoAndai
|
|
153
|
+
- ​<!-- 19 -->[docs-infra] Remove old tocs banners (#40537) @oliviertassinari
|
|
154
|
+
- ​<!-- 18 -->[docs-infra] Remove dead code aria-label sponsors (#40526) @oliviertassinari
|
|
155
|
+
- ​<!-- 04 -->[utils] Centralize clamp implementation in utils (#40267) @Kamino0
|
|
156
|
+
- ​<!-- 03 -->[website] Polish the Base UI page demos (#40504) @danilo-leal
|
|
157
|
+
|
|
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
|
|
159
|
+
|
|
3
160
|
## 5.15.4
|
|
4
161
|
|
|
5
162
|
<!-- generated comparing v5.15.3..master -->
|
|
@@ -8,7 +165,7 @@ _Jan 10, 2024_
|
|
|
8
165
|
|
|
9
166
|
A big thanks to the 22 contributors who made this release possible. Here are some highlights:
|
|
10
167
|
|
|
11
|
-
- ✨ 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
|
|
12
169
|
|
|
13
170
|
### `@mui/material@5.15.4`
|
|
14
171
|
|
|
@@ -50,7 +207,7 @@ A big thanks to the 22 contributors who made this release possible. Here are som
|
|
|
50
207
|
- [base-ui] Update the overview page (#40412) @danilo-leal
|
|
51
208
|
- [material-ui][Drawer] Resolve flickering when double-clicking on the backdrop to close it (#40343) @aacevski
|
|
52
209
|
- [material-ui] Refactor form submission in FormDialog component (#40470) @sai6855
|
|
53
|
-
- [material-ui] Replace recharts with MUI
|
|
210
|
+
- [material-ui] Replace recharts with MUI X charts on the Dashboard template (#40107) @alexfauquette
|
|
54
211
|
- [material-ui] Revise the Alert demo page (#34892) @samuelsycamore
|
|
55
212
|
- [material-ui] Revise the Accordion page (#40284) @anle9650
|
|
56
213
|
- [material-ui] Add docs for complementary Card components (#40346) @anle9650
|
|
@@ -76,7 +233,7 @@ A big thanks to the 22 contributors who made this release possible. Here are som
|
|
|
76
233
|
- [core] Lock file maintenance (#34538) @renovate[bot]
|
|
77
234
|
- [core] Remove duplicate devDependencies (#40438) @michaldudak
|
|
78
235
|
- [core] Remove issue emoji @oliviertassinari
|
|
79
|
-
- [core] Move prefetch at the core, will propagate to MUI
|
|
236
|
+
- [core] Move prefetch at the core, will propagate to MUI X @oliviertassinari
|
|
80
237
|
- [core] Change package manager to pnpm (#36287) @Janpot
|
|
81
238
|
- [core][docs] Remove the "Understand MUI packages" page (#39835) @savalaram-redkar
|
|
82
239
|
- [website] Evolve the Developer Advocate role (#40337) @oliviertassinari
|
|
@@ -137,8 +294,8 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
137
294
|
- ​<!-- 36 -->[code-infra] Break package dependency cycle between @mui/material and @mui/icons-material (#40400) @michaldudak
|
|
138
295
|
- ​<!-- 35 -->[code-infra] Break package dependency cycles (#40398) @michaldudak
|
|
139
296
|
- ​<!-- 34 -->[code-infra] Sync bug issue template (#40305) @oliviertassinari
|
|
140
|
-
- ​<!-- 33 -->[docs] Fix 301 link to Base
|
|
141
|
-
- ​<!-- 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
|
|
142
299
|
- ​<!-- 31 -->[docs] Fix 301 links to Toolpad @oliviertassinari
|
|
143
300
|
- ​<!-- 30 -->[docs] Remove old notifications @oliviertassinari
|
|
144
301
|
- ​<!-- 29 -->[docs] Always mention the npm tag with npx (#40335) @oliviertassinari
|
|
@@ -148,7 +305,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
148
305
|
- ​<!-- 25 -->[docs-infra] Prefetch pages on hover (#40314) @oliviertassinari
|
|
149
306
|
- ​<!-- 24 -->[docs-infra] Fix footer links to link to the main domain (#40373) @oliviertassinari
|
|
150
307
|
- ​<!-- 23 -->[docs-infra] Add stray design adjustments (#40347) @danilo-leal
|
|
151
|
-
- ​<!-- 04 -->[website] Fix Base
|
|
308
|
+
- ​<!-- 04 -->[website] Fix Base UI page's component section imports & styles (#40231) @danilo-leal
|
|
152
309
|
- ​<!-- 03 -->[website] Fix outdated Nhost image link @oliviertassinari
|
|
153
310
|
- ​<!-- 02 -->[website] Shorten Joy UI description, 7 chars too long @oliviertassinari
|
|
154
311
|
- ​<!-- 01 -->[website] Update some social preview images (#40282) @danilo-leal
|
|
@@ -164,7 +321,7 @@ _Dec 25, 2023_
|
|
|
164
321
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
165
322
|
|
|
166
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
|
|
167
|
-
- 💫 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
|
|
168
325
|
|
|
169
326
|
### `@mui/material@5.15.2`
|
|
170
327
|
|
|
@@ -188,7 +345,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
188
345
|
### Docs
|
|
189
346
|
|
|
190
347
|
- ​<!-- 30 -->[base-ui] Fix form submission Select demo (#40014) @ZeeshanTamboli
|
|
191
|
-
- ​<!-- 24 -->[blog] Add Material
|
|
348
|
+
- ​<!-- 24 -->[blog] Add Material UI v6 and beyond blog post (#40242) @mnajdova
|
|
192
349
|
- ​<!-- 10 -->[material-ui] Fix broken links in the All components page (#40303) @muazaqdas
|
|
193
350
|
- ​<!-- 09 -->[material-ui] Fix broken links on the All components page (#40279) @danilo-leal
|
|
194
351
|
- ​<!-- 08 -->[material-ui] Add aria-current for nav tabs demo (#39594) @Kimzify
|
|
@@ -267,7 +424,7 @@ _Dec 11, 2023_
|
|
|
267
424
|
|
|
268
425
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
269
426
|
|
|
270
|
-
- 🚀 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
|
|
271
428
|
|
|
272
429
|
### `@mui/material@5.15.0`
|
|
273
430
|
|
|
@@ -305,14 +462,14 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
305
462
|
- ​<!-- 09 -->[docs][base-ui] Add copy button & primary color picker to the component gallery page (#39884) @mnajdova
|
|
306
463
|
- ​<!-- 08 -->[docs-infra] Update CodeSandbox links (#39992) @anle9650
|
|
307
464
|
- ​<!-- 04 -->[material-ui][docs] Fix wrong root element for emotion styles in shadow DOM (#35326) @EloB
|
|
308
|
-
- ​<!-- 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
|
|
309
466
|
- ​<!-- 02 -->[joy-ui][templates] Remove outdated code (#40095) @zanivan
|
|
310
467
|
- ​<!-- 05 -->[material-ui][docs][Popper] Update Positioned Popper demo styles (#40170) @sai6855
|
|
311
468
|
|
|
312
469
|
### Core
|
|
313
470
|
|
|
314
471
|
- ​<!-- 08 -->[blog] Add a Phuket retreat blog post (#40055) @mikailaread
|
|
315
|
-
- ​<!-- 07 -->[blog] Adjust the latest MUI
|
|
472
|
+
- ​<!-- 07 -->[blog] Adjust the latest MUI X blog post (#40046) @danilo-leal
|
|
316
473
|
- ​<!-- 05 -->[core] Migrate from tslint to eslint (#40020) @ZeeshanTamboli
|
|
317
474
|
|
|
318
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
|
|
@@ -349,7 +506,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
349
506
|
- ​<!-- 13 -->[docs-infra] Simplify CSS classes extraction in API docs generator (#39808) @michaldudak
|
|
350
507
|
- ​<!-- 04 -->[website] Polish dark mode colors (#40052) @danilo-leal
|
|
351
508
|
- ​<!-- 03 -->[website] Add why Design Engineer for data grid (#40016) @oliviertassinari
|
|
352
|
-
- ​<!-- 02 -->[website] Add stray fixes to the Base
|
|
509
|
+
- ​<!-- 02 -->[website] Add stray fixes to the Base UI page (#40051) @danilo-leal
|
|
353
510
|
- ​<!-- 01 -->[website] Revise the Developer Advocate job posting (#39210) @samuelsycamore
|
|
354
511
|
|
|
355
512
|
All contributors of this release in alphabetical order: @alexfauquette, @anle9650, @caweidmann, @danilo-leal, @DiegoAndai, @fzaninotto, @Janpot, @lhilgert9, @michaldudak, @mnajdova, @oliviertassinari, @REX500, @samuelsycamore, @zanivan
|
|
@@ -362,7 +519,7 @@ _Nov 29, 2023_
|
|
|
362
519
|
|
|
363
520
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
364
521
|
|
|
365
|
-
- 🐛 Fix Material
|
|
522
|
+
- 🐛 Fix Material UI Autocomplete behavior when there are duplicate labels (#36426) @islandryu
|
|
366
523
|
- 🚀 Added Material You Linear Progress to `material-next` package (#39807) @lhilgert9
|
|
367
524
|
|
|
368
525
|
### `@mui/material@5.14.19`
|
|
@@ -404,7 +561,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
404
561
|
|
|
405
562
|
- ​<!-- 19 -->[material-ui] Fix theme prop in v5 migration guide (#39976) @sai6855
|
|
406
563
|
- ​<!-- 43 -->[base-ui] Improve Next.js Link docs (#39838) @oliviertassinari
|
|
407
|
-
- ​<!-- 39 -->[base-ui] Export Base
|
|
564
|
+
- ​<!-- 39 -->[base-ui] Export Base UI theme in stylesheet (#39694) @mnajdova
|
|
408
565
|
- ​<!-- 52 -->[joy-ui] Fix the date min & max slot props values on the Input demo (#40018) @avikalpg
|
|
409
566
|
- ​<!-- 35 -->[joy-ui][ButtonGroup] Fix orientation prop description (#39876) @sai6855
|
|
410
567
|
- ​<!-- 25 -->[joy-ui] Update gif from the Dark Mode Optimization page (#39726) @danilo-leal
|
|
@@ -438,7 +595,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
438
595
|
- ​<!-- 04 -->[website] Fix 301 redirection to X tree-view @oliviertassinari
|
|
439
596
|
- ​<!-- 03 -->[website] Change redirection prefixes @oliviertassinari
|
|
440
597
|
- ​<!-- 02 -->[website] Fix 301 link @oliviertassinari
|
|
441
|
-
- ​<!-- 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
|
|
442
599
|
|
|
443
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
|
|
444
601
|
|
|
@@ -484,12 +641,12 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
484
641
|
- ​<!-- 16 -->[joy-ui] Fix API generation for Grid (#39861) @oliviertassinari
|
|
485
642
|
- ​<!-- 15 -->[joy-ui] Fix menu in color inversion header demo (#39785) @sai6855
|
|
486
643
|
- ​<!-- 14 -->[joy-ui] Change the design kit link on the Overview page (#39725) @danilo-leal
|
|
487
|
-
- ​<!-- 13 -->[joy-ui] Add `CssBaseline` to integration with Material
|
|
644
|
+
- ​<!-- 13 -->[joy-ui] Add `CssBaseline` to integration with Material UI page (#39790) @swillianc
|
|
488
645
|
- ​<!-- 10 -->[joy-ui][Tabs] Add wordBreak style to demo (#39821) @sai6855
|
|
489
646
|
|
|
490
647
|
## Core
|
|
491
648
|
|
|
492
|
-
- ​<!-- 27 -->[blog] MUI
|
|
649
|
+
- ​<!-- 27 -->[blog] MUI X late v6 blog post (#39700) @joserodolfofreitas
|
|
493
650
|
- ​<!-- 25 -->[CHANGELOG] Correct the Joy UI version in the changelog (#39788) @michaldudak
|
|
494
651
|
- ​<!-- 23 -->[core] Remove legacy docs files (#39860) @oliviertassinari
|
|
495
652
|
- ​<!-- 22 -->[core] Fix GitHub title tag consistency @oliviertassinari
|
|
@@ -557,7 +714,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
557
714
|
- [docs-infra] Fix crawler on API pages (#39490) @alexfauquette
|
|
558
715
|
- [docs–infra] Small polish on API toggle (#39704) @oliviertassinari
|
|
559
716
|
- [core] Speed up the CI by removing the second build (#39684) @michaldudak
|
|
560
|
-
- [core][docs] Fix broken MUI
|
|
717
|
+
- [core][docs] Fix broken MUI System link in README.md (#39734) @samuelsycamore
|
|
561
718
|
- [website] List benefits for sponsors (#39640) @oliviertassinari
|
|
562
719
|
- [website] Add Vadym teamMember card to 'About' (#39701) @hasdfa
|
|
563
720
|
- [test] Fix flaky screenshot (#39711) @oliviertassinari
|
|
@@ -744,9 +901,9 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
744
901
|
### Docs
|
|
745
902
|
|
|
746
903
|
- ​<!-- 27 -->[docs][base-ui] Renaming demos to BaseXxx (#39104) @christophermorin
|
|
747
|
-
- ​<!-- 26 -->[docs] Accessibility in Base
|
|
904
|
+
- ​<!-- 26 -->[docs] Accessibility in Base UI (#39264) @michaldudak
|
|
748
905
|
- ​<!-- 22 -->[docs] Fix 301 redirection @oliviertassinari
|
|
749
|
-
- ​<!-- 21 -->[docs] Improve Base
|
|
906
|
+
- ​<!-- 21 -->[docs] Improve Base UI table of contents for APIs (#39412) @ZeeshanTamboli
|
|
750
907
|
- ​<!-- 20 -->[docs] Adjust design kits-related content (#39367) @danilo-leal
|
|
751
908
|
- ​<!-- 19 -->[docs] Revise the Contributing Guide (#39190) @samuelsycamore
|
|
752
909
|
- ​<!-- 12 -->[docs][joy-ui] Fix row hover prop name in the Table page (#39431) @adrienbrault
|
|
@@ -981,7 +1138,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
981
1138
|
- [core] Add a comment to explain `useEnhancedEffect` (#39035) @Janpot
|
|
982
1139
|
- [docs-infra] Fix code removal in table of content (#39165) @alexfauquette
|
|
983
1140
|
- [docs-infra] Improve callouts design (#39084) @danilo-leal
|
|
984
|
-
- [docs-infra] Fix key warning in Base
|
|
1141
|
+
- [docs-infra] Fix key warning in Base UI Slider slots section (#38954) @ZeeshanTamboli
|
|
985
1142
|
- [docs-infra] Fix error when redirecting to the root page (#38451) @maheshguntur
|
|
986
1143
|
- [docs-infra] Open demo crash in the right repository (#39006) @oliviertassinari
|
|
987
1144
|
- [test] Split the test package (#39061) @michaldudak
|
|
@@ -1060,7 +1217,7 @@ _Sep 13, 2023_
|
|
|
1060
1217
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
1061
1218
|
|
|
1062
1219
|
- 🎉 Added the [`Drawer` component](https://mui.com/joy-ui/react-drawer/) to Joy UI (#38169) @mnajdova
|
|
1063
|
-
- ✨ Material
|
|
1220
|
+
- ✨ Material UI's [`ButtonGroup` component](https://mui.com/material-ui/react-button-group/) now styles button elements within it correctly (#38520) @ZeeshanTamboli
|
|
1064
1221
|
|
|
1065
1222
|
### `@mui/material@5.14.9`
|
|
1066
1223
|
|
|
@@ -1112,7 +1269,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1112
1269
|
- ​<!-- 45 -->[Button][docs][material-ui] Update the file upload demo (#38823) @danilo-leal
|
|
1113
1270
|
- ​<!-- 33 -->[docs][DialogTitle] Fix props docs doesn't mention it extends `Typography` props (#38856) @sai6855
|
|
1114
1271
|
- ​<!-- 32 -->[docs] Improve npm experience (#38906) @oliviertassinari
|
|
1115
|
-
- ​<!-- 31 -->[docs] Fix redirection to Base
|
|
1272
|
+
- ​<!-- 31 -->[docs] Fix redirection to Base UI URLs @oliviertassinari
|
|
1116
1273
|
- ​<!-- 30 -->[docs] Fix use of callouts (#38747) @oliviertassinari
|
|
1117
1274
|
- ​<!-- 29 -->[docs] Fix 301 links for SEO @oliviertassinari
|
|
1118
1275
|
- ​<!-- 28 -->[docs] Remove flag from installation page @oliviertassinari
|
|
@@ -1133,7 +1290,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1133
1290
|
### Examples
|
|
1134
1291
|
|
|
1135
1292
|
- ​<!-- 14 -->[examples] Add shortcut to open example in online IDE (#38572) @oliviertassinari
|
|
1136
|
-
- ​<!-- 61 -->[examples][base-ui] Add Base
|
|
1293
|
+
- ​<!-- 61 -->[examples][base-ui] Add Base UI + Vite + Tailwind CSS example in TypeScript (#37595) @dvkam
|
|
1137
1294
|
|
|
1138
1295
|
### Core
|
|
1139
1296
|
|
|
@@ -1152,7 +1309,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1152
1309
|
- ​<!-- 55 -->[docs–infra] Fix callout container width (#38880) @oliviertassinari
|
|
1153
1310
|
- ​<!-- 23 -->[docs-infra] Catch duplicated trailing splashes in links (#38758) @oliviertassinari
|
|
1154
1311
|
- ​<!-- 01 -->[website] add Michel Engelen to the about us page (#38818) @michelengelen
|
|
1155
|
-
- ​<!-- 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
|
|
1156
1313
|
|
|
1157
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
|
|
1158
1315
|
|
|
@@ -1188,7 +1345,7 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
1188
1345
|
|
|
1189
1346
|
### `@mui/lab@5.0.0-alpha.143`
|
|
1190
1347
|
|
|
1191
|
-
- ​<!-- 06 -->[TreeView] Use Tree View from MUI
|
|
1348
|
+
- ​<!-- 06 -->[TreeView] Use Tree View from MUI X in the lab (#38261) @flaviendelangle
|
|
1192
1349
|
- ​<!-- 13 -->[LoadingButton] Fix HTML rule button > div forbidden nesting (#38584) @oliviertassinari
|
|
1193
1350
|
|
|
1194
1351
|
### `@mui/system@5.14.8`
|
|
@@ -1298,7 +1455,7 @@ _Aug 23, 2023_
|
|
|
1298
1455
|
|
|
1299
1456
|
A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
|
|
1300
1457
|
|
|
1301
|
-
- 🚀 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
|
|
1302
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.
|
|
1303
1460
|
- 🚀 Added the [Accordion](https://mui.com/joy-ui/react-accordion/) component to Joy UI (#38164) @siriwatknp
|
|
1304
1461
|
- 🚀 Added InputBase and ButtonBase components to `material-next` (#38319) @DiegoAndai @mj12albert
|
|
@@ -1337,7 +1494,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1337
1494
|
- [docs] Improve the "Understanding MUI packages" page images (#38619) @danilo-leal
|
|
1338
1495
|
- [docs][base-ui] Revise the structure of the Component docs (#38529) @samuelsycamore
|
|
1339
1496
|
- [docs][base-ui] Fix Menu Hooks demo (#38479) @homerchen19
|
|
1340
|
-
- [docs][base-ui] Correct the MUI
|
|
1497
|
+
- [docs][base-ui] Correct the MUI System quickstart example (#38496) @michaldudak
|
|
1341
1498
|
- [docs][base-ui] Add Tailwind & plain CSS demos for Autocomplete page (#38157) @mj12albert
|
|
1342
1499
|
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Input page (#38302) @alisasanib
|
|
1343
1500
|
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Snackbar, Badge, Switch pages (#38425) @alisasanib
|
|
@@ -1364,7 +1521,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1364
1521
|
- [docs] Clarify System peer dependencies @oliviertassinari
|
|
1365
1522
|
- [docs] Fix horizontal scrollbar @oliviertassinari
|
|
1366
1523
|
- [docs] Code style convention @oliviertassinari
|
|
1367
|
-
- [docs] Fix typo in Base
|
|
1524
|
+
- [docs] Fix typo in Base UI @oliviertassinari
|
|
1368
1525
|
- [docs] Update the backers page (#38505) @danilo-leal
|
|
1369
1526
|
- [docs] Add stray design adjustments to the docs (#38501) @danilo-leal
|
|
1370
1527
|
- [docs] Use IBM Plex Sans in Tailwind CSS demos (#38464) @mnajdova
|
|
@@ -1399,9 +1556,9 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1399
1556
|
- [docs-infra] Fix GoogleAnalytics missing event for code copy (#38469) @alexfauquette
|
|
1400
1557
|
- [docs-infra] Improve affordance on the code block expansion (#38421) @danilo-leal
|
|
1401
1558
|
- [website] Fine-tune the branding theme buttons (#38588) @danilo-leal
|
|
1402
|
-
- [website] Improve the Base
|
|
1403
|
-
- [website] Add stray design improvements to the Material
|
|
1404
|
-
- [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
|
|
1405
1562
|
- [website] Fix reference to the data grid @oliviertassinari
|
|
1406
1563
|
- [website] Configure Apple Pay @oliviertassinari
|
|
1407
1564
|
- [website] Fix template link on the homepage (#38471) @danilo-leal
|
|
@@ -1416,7 +1573,7 @@ _Aug 14, 2023_
|
|
|
1416
1573
|
|
|
1417
1574
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
1418
1575
|
|
|
1419
|
-
- @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)
|
|
1420
1577
|
|
|
1421
1578
|
### `@mui/material@5.14.5`
|
|
1422
1579
|
|
|
@@ -1442,7 +1599,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1442
1599
|
|
|
1443
1600
|
### Docs
|
|
1444
1601
|
|
|
1445
|
-
- ​<!-- 32 -->[blog] Blog post for MUI
|
|
1602
|
+
- ​<!-- 32 -->[blog] Blog post for MUI X mid v6. Date Pickers, Data Grid, and Charts (#38241) @richbustos
|
|
1446
1603
|
- ​<!-- 35 -->[docs][base-ui] Update number input API docs (#38363) @mj12albert
|
|
1447
1604
|
- ​<!-- 29 -->[docs] Improve page transition speed (#38394) @oliviertassinari
|
|
1448
1605
|
- ​<!-- 28 -->[docs] Improve examples (#38398) @oliviertassinari
|
|
@@ -1471,7 +1628,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1471
1628
|
- ​<!-- 21 -->[docs-infra] Adjust heading styles (#38365) @danilo-leal
|
|
1472
1629
|
- ​<!-- 20 -->[docs-infra] Fix info callout border color (#38370) @danilo-leal
|
|
1473
1630
|
- ​<!-- 05 -->[website] Upgrade the homepage hero demos design (#38388) @danilo-leal
|
|
1474
|
-
- ​<!-- 04 -->[website] Improve Base
|
|
1631
|
+
- ​<!-- 04 -->[website] Improve Base UI hero section demo (#38255) @danilo-leal
|
|
1475
1632
|
- ​<!-- 03 -->[website] Fix EmailSubscribe look (#38429) @oliviertassinari
|
|
1476
1633
|
- ​<!-- 02 -->[website] Link Discord in footer (#38369) @richbustos
|
|
1477
1634
|
- ​<!-- 01 -->[website] Clean up the `GetStartedButtons` component (#38256) @danilo-leal
|
|
@@ -1486,7 +1643,7 @@ _Aug 8, 2023_
|
|
|
1486
1643
|
|
|
1487
1644
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
1488
1645
|
|
|
1489
|
-
- 🎉 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
|
|
1490
1647
|
|
|
1491
1648
|
### `@mui/material@5.14.4`
|
|
1492
1649
|
|
|
@@ -1503,7 +1660,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1503
1660
|
|
|
1504
1661
|
- ​<!-- 32 -->[base] Ban default exports (#38200) @michaldudak
|
|
1505
1662
|
|
|
1506
|
-
Base
|
|
1663
|
+
Base UI default exports were changed to named ones. Previously we had a mix of default and named ones.
|
|
1507
1664
|
This was changed to improve consistency and avoid problems some bundlers have with default exports.
|
|
1508
1665
|
See https://github.com/mui/material-ui/issues/21862 for more context.
|
|
1509
1666
|
|
|
@@ -1553,10 +1710,10 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1553
1710
|
- ​<!-- 05 -->[docs][Skeleton] Make the demos feel more realistic (#38212) @oliviertassinari
|
|
1554
1711
|
|
|
1555
1712
|
- ​<!-- 08 -->[examples] Swap Next.js examples between App Router and Pages Router; update naming convention (#38204) @samuelsycamore
|
|
1556
|
-
- ​<!-- 07 -->[examples][material-ui] Add Material
|
|
1713
|
+
- ​<!-- 07 -->[examples][material-ui] Add Material UI + Next.js (App Router) example in JS (#38323) @samuelsycamore
|
|
1557
1714
|
- ​<!-- 27 -->[blog] Discord announcement blog (#38258) @richbustos
|
|
1558
1715
|
- ​<!-- 26 -->[blog] Fix 301 links to Toolpad @oliviertassinari
|
|
1559
|
-
- ​<!-- 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
|
|
1560
1717
|
- ​<!-- 03 -->[website] Adjust styles of the Product section on the homepage (#38366) @danilo-leal
|
|
1561
1718
|
- ​<!-- 02 -->[website] Add Nora teamMember card to 'About' (#38358) @noraleonte
|
|
1562
1719
|
- ​<!-- 01 -->[website] Fix image layout shift (#38326) @oliviertassinari
|
|
@@ -1586,7 +1743,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1586
1743
|
|
|
1587
1744
|
- 🚀 [Joy UI](https://mui.com/joy-ui/getting-started/) is now in Beta
|
|
1588
1745
|
- ✨ Refine [Joy UI](https://mui.com/joy-ui/getting-started/)'s default theme @siriwatknp @zanivan
|
|
1589
|
-
- 🎉 Added Dropdown higher-level menu component [Base
|
|
1746
|
+
- 🎉 Added Dropdown higher-level menu component [Base UI](https://mui.com/base-ui/getting-started/) @michaldudak
|
|
1590
1747
|
- 💫 Added Material You [Badge](https://mui.com/material-ui/react-badge/#material-you-version) to `material-next` (#37850) @DiegoAndai
|
|
1591
1748
|
|
|
1592
1749
|
### `@mui/material@5.14.3`
|
|
@@ -1654,7 +1811,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1654
1811
|
|
|
1655
1812
|
### Core
|
|
1656
1813
|
|
|
1657
|
-
- ​<!-- 47 -->[blog] Fix blog post slug Base
|
|
1814
|
+
- ​<!-- 47 -->[blog] Fix blog post slug Base UI (#38254) @oliviertassinari
|
|
1658
1815
|
- ​<!-- 46 -->[core] Use native Node's fetch instead of node-fetch package (#38263) @michaldudak
|
|
1659
1816
|
- ​<!-- 45 -->[core] Remove dead code @oliviertassinari
|
|
1660
1817
|
- ​<!-- 29 -->[core] Polish Stack test to closer CSS injection order @oliviertassinari
|
|
@@ -1694,7 +1851,7 @@ A big thanks to the 23 contributors who made this release possible.
|
|
|
1694
1851
|
- ​<!-- 35 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Textarea page (#37943) @zanivan
|
|
1695
1852
|
- ​<!-- 29 -->[docs] Fix Joy UI menu example (#38140) @harikrishnanp
|
|
1696
1853
|
- ​<!-- 28 -->[docs] Remove translations section from contributing guide (#38125) @nikohoffren
|
|
1697
|
-
- ​<!-- 27 -->[docs] Fix Base
|
|
1854
|
+
- ​<!-- 27 -->[docs] Fix Base UI Button Tailwind CSS padding @oliviertassinari
|
|
1698
1855
|
- ​<!-- 26 -->[docs] Mention in hompage hero that Core is free (#38075) @mbrookes
|
|
1699
1856
|
- ​<!-- 25 -->[docs] Fix a typo in notifications.json (#38078) @mbrookes
|
|
1700
1857
|
- ​<!-- 24 -->[docs] Add Tailwind CSS & plain CSS demo on the table pagination page (#37937) @mnajdova
|
|
@@ -1716,11 +1873,11 @@ A big thanks to the 23 contributors who made this release possible.
|
|
|
1716
1873
|
- ​<!-- 09 -->[website] Mobile navigation: Toolpad to Beta (#38146) @bharatkashyap
|
|
1717
1874
|
- ​<!-- 08 -->[website] Fix typo on pricing page @oliviertassinari
|
|
1718
1875
|
- ​<!-- 07 -->[website] Fix a few regression (#38050) @oliviertassinari
|
|
1719
|
-
- ​<!-- 06 -->[website] Update Demo footers on MUI
|
|
1876
|
+
- ​<!-- 06 -->[website] Update Demo footers on MUI X landing page (#38027) @richbustos
|
|
1720
1877
|
- ​<!-- 05 -->[website] Fix 301 redirection to base index page @oliviertassinari
|
|
1721
1878
|
- ​<!-- 04 -->[website] Fix Cell selection feature name (#38029) @oliviertassinari
|
|
1722
1879
|
- ​<!-- 03 -->[website] Improve button look (#38052) @oliviertassinari
|
|
1723
|
-
- ​<!-- 02 -->[website] Link new core page to new Base
|
|
1880
|
+
- ​<!-- 02 -->[website] Link new core page to new Base UI landing page (#38030) @mj12albert
|
|
1724
1881
|
- ​<!-- 01 -->[website] Polish pricing page (#37975) @oliviertassinari
|
|
1725
1882
|
- ​<!-- 10 -->[test] Fail the CI when new unexpected files are created (#38039) @oliviertassinari
|
|
1726
1883
|
- ​<!-- 09 -->[test] Fix linting error by matching main component demo name to filename (#38122) @ZeeshanTamboli
|
|
@@ -1738,7 +1895,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
1738
1895
|
- 💫 Introducing some new components for Joy UI:
|
|
1739
1896
|
- [Skeleton](https://mui.com/joy-ui/react-skeleton/) component (#37893) @siriwatknp
|
|
1740
1897
|
- [ToggleButton](https://mui.com/joy-ui/react-toggle-button-group/) (#37716) @siriwatknp
|
|
1741
|
-
- 🎉 Base
|
|
1898
|
+
- 🎉 Base UI has its own [landing page](https://www.mui.com/base-ui)!
|
|
1742
1899
|
- 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
1743
1900
|
|
|
1744
1901
|
### `@mui/material@5.14.1`
|
|
@@ -1770,14 +1927,14 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
1770
1927
|
### Docs
|
|
1771
1928
|
|
|
1772
1929
|
- ​<!-- 52 -->[docs][base] Add Tailwind CSS & plain CSS demo on the form control page (#37914) @mnajdova
|
|
1773
|
-
- ​<!-- 51 -->[docs][base] Make Base
|
|
1774
|
-
- ​<!-- 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
|
|
1775
1932
|
- ​<!-- 37 -->[docs] Fix the empty /components page (#38010) @brijeshb42
|
|
1776
1933
|
- ​<!-- 36 -->[docs] Checkout template follows user's color scheme preference (#37928) @OndrejHj04
|
|
1777
1934
|
- ​<!-- 35 -->[docs] Disable ad for onboarding pages (#37998) @oliviertassinari
|
|
1778
|
-
- ​<!-- 34 -->[docs] Fix broken link to Base
|
|
1935
|
+
- ​<!-- 34 -->[docs] Fix broken link to Base UI Next.js App Router (#37973) @oliviertassinari
|
|
1779
1936
|
- ​<!-- 33 -->[docs] Fix typo in next-js-app-router.md (#37974) @ericbrian
|
|
1780
|
-
- ​<!-- 32 -->[docs] Add pnpm commands to Material
|
|
1937
|
+
- ​<!-- 32 -->[docs] Add pnpm commands to Material UI Installation page (#36650) @officialrajdeepsingh
|
|
1781
1938
|
- ​<!-- 31 -->[docs] Link charts in the roadmap (#37944) @oliviertassinari
|
|
1782
1939
|
- ​<!-- 30 -->[docs] Improve changelog @oliviertassinari
|
|
1783
1940
|
- ​<!-- 29 -->[docs] Improve the Select docs (#37279) @michaldudak
|
|
@@ -1787,7 +1944,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
1787
1944
|
### Core
|
|
1788
1945
|
|
|
1789
1946
|
- ​<!-- 50 -->[blog] Add blog post about support for Next.js App Router (#37929) @samuelsycamore
|
|
1790
|
-
- ​<!-- 49 -->[blog] Blog MUI
|
|
1947
|
+
- ​<!-- 49 -->[blog] Blog MUI X pro statement removed (#38015) @prakhargupta1
|
|
1791
1948
|
- ​<!-- 48 -->[blog] Add Toolpad beta announcement blog (#37799) @prakhargupta1
|
|
1792
1949
|
- ​<!-- 46 -->[core] Increase space available for sidenav @oliviertassinari
|
|
1793
1950
|
- ​<!-- 45 -->[core] Adds `component` prop to `OverrideProps` type (#35924) @sai6855
|
|
@@ -1803,15 +1960,15 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
1803
1960
|
- ​<!-- 25 -->[docs-infra] Fix button label on mobile (#37997) @oliviertassinari
|
|
1804
1961
|
- ​<!-- 24 -->[docs-infra] Square drawer corners (#37970) @oliviertassinari
|
|
1805
1962
|
- ​<!-- 23 -->[docs-infra] Improve tab contrast in codeblock (#38000) @oliviertassinari
|
|
1806
|
-
- ​<!-- 22 -->[docs-infra] Fix API generation for Base
|
|
1963
|
+
- ​<!-- 22 -->[docs-infra] Fix API generation for Base UI (#37941) @oliviertassinari
|
|
1807
1964
|
- ​<!-- 21 -->[docs-infra] Fix layout shift on xGrid (#37954) @oliviertassinari
|
|
1808
1965
|
- ​<!-- 20 -->[docs-infra] Update installation commands to use the new tabs code component (#37927) @danilo-leal
|
|
1809
1966
|
- ​<!-- 19 -->[docs-infra] Improve disableToc={true} support (#37931) @oliviertassinari
|
|
1810
1967
|
- ​<!-- 18 -->[docs-infra] Remove icons and tweak the design of the side nav (#37860) @danilo-leal
|
|
1811
1968
|
- ​<!-- 17 -->[docs-infra] Fix TypeScrit error in demo export (#37830) @oliviertassinari
|
|
1812
1969
|
- ​<!-- 08 -->[notifications] Add notification for first Charts release (#37679) @joserodolfofreitas
|
|
1813
|
-
- ​<!-- 05 -->[website] Add Base
|
|
1814
|
-
- ​<!-- 04 -->[website] Update MUI
|
|
1970
|
+
- ​<!-- 05 -->[website] Add Base UI marketing page (#36622) @siriwatknp
|
|
1971
|
+
- ​<!-- 04 -->[website] Update MUI X landing page (#37966) @cherniavskii
|
|
1815
1972
|
- ​<!-- 03 -->[website] Fix a11y issues (#37999) @oliviertassinari
|
|
1816
1973
|
- ​<!-- 02 -->[website] Make the Core page refer to group of products (#37608) @danilo-leal
|
|
1817
1974
|
- ​<!-- 01 -->[website] Add perpetual option to pricing page (#35504) @joserodolfofreitas
|
|
@@ -1826,11 +1983,11 @@ _Jul 11, 2023_
|
|
|
1826
1983
|
|
|
1827
1984
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
1828
1985
|
|
|
1829
|
-
- 💫 Material
|
|
1986
|
+
- 💫 Material UI, Joy UI, and Base UI are compatible with [Next.js App Router](https://nextjs.org/docs/app) (#37656) @mj12albert
|
|
1830
1987
|
- 📚 Added new guides for integrating with Next.js 13 App Router (#37656) @mj12albert
|
|
1831
|
-
- Ⓜ️ [Material
|
|
1988
|
+
- Ⓜ️ [Material UI guide](https://mui.com/material-ui/guides/next-js-app-router/)
|
|
1832
1989
|
- 🅙 [Joy UI guide](https://mui.com/joy-ui/integrations/next-js-app-router/)
|
|
1833
|
-
- 🅱️ [Base
|
|
1990
|
+
- 🅱️ [Base UI guide](https://mui.com/base-ui/guides/next-js-app-router/)
|
|
1834
1991
|
- 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
1835
1992
|
|
|
1836
1993
|
### `@mui/material@5.14.0`
|
|
@@ -1875,7 +2032,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
1875
2032
|
|
|
1876
2033
|
### Core
|
|
1877
2034
|
|
|
1878
|
-
- [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
|
|
1879
2036
|
- [core] Fix imports to React (#37863) @oliviertassinari
|
|
1880
2037
|
- [core] Disambiguate eslint plugin name @oliviertassinari
|
|
1881
2038
|
- [core] Sync the lint script name with the other repositories @oliviertassinari
|
|
@@ -1925,16 +2082,16 @@ This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️
|
|
|
1925
2082
|
|
|
1926
2083
|
- [docs][base] Add demo for using the Button as a link (#37317) @AdamSundberg
|
|
1927
2084
|
- [docs][base] Add Tailwind CSS + plain CSS demo on the Select page (#37725) @mnajdova
|
|
1928
|
-
- [docs][base] Make Base
|
|
1929
|
-
- [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
|
|
1930
2087
|
- [docs][base] Add Tailwind CSS & plain CSS demos on the Input page (#37685) @mnajdova
|
|
1931
2088
|
- [docs][base] Fix horizontal scrolling on the mobile input page (#37688) @zanivan
|
|
1932
|
-
- [docs] Improve Base
|
|
2089
|
+
- [docs] Improve Base UI index page (#37761) @oliviertassinari
|
|
1933
2090
|
- [docs] Fix incorrect package URL in README of example material-vite (#37755) @Dlouxgit
|
|
1934
2091
|
- [docs] Explain how to disable Base Select's portal (#37684) @michaldudak
|
|
1935
2092
|
- [docs] Shorten overview page URLs (#37660) @oliviertassinari
|
|
1936
2093
|
- [docs][material] Rename custom tab panel in Tabs demo to prevent confusion with @mui/lab (#37638) @MUK-Dev
|
|
1937
|
-
- [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
|
|
1938
2095
|
- [docs] Rename product to productId (#37801) @siriwatknp
|
|
1939
2096
|
- [docs][base] Add Tailwind CSS & plain CSS demo on the Slider page (#37736) @mnajdova
|
|
1940
2097
|
|
|
@@ -1963,7 +2120,7 @@ This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️
|
|
|
1963
2120
|
- [test] Fix test:e2e local run (#37719) @oliviertassinari
|
|
1964
2121
|
- [test] Remove failing test in dev @oliviertassinari
|
|
1965
2122
|
- [website] Add no-op service worker to fix stale cache issue (#37607) @cherniavskii
|
|
1966
|
-
- [website] Transition the Core page to be Material
|
|
2123
|
+
- [website] Transition the Core page to be Material UI instead (#37583) @danilo-leal
|
|
1967
2124
|
- [website] Update the pricing page to reflect sales (#37751) @oliviertassinari
|
|
1968
2125
|
- [website] Match Copyright with the rest of the website @oliviertassinari
|
|
1969
2126
|
- [website] Support deep linking to pricing FAQ @oliviertassinari
|
|
@@ -1977,12 +2134,12 @@ _Jun 21, 2023_
|
|
|
1977
2134
|
A big thanks to the 25 contributors who made this release possible. Here are some highlights ✨:
|
|
1978
2135
|
|
|
1979
2136
|
- 💫 Added [Slider](https://mui.com/material-ui/react-slider/#material-you-version) component using the new Material You design language (#37520) @DiegoAndai.
|
|
1980
|
-
- 📚 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
|
|
1981
2138
|
|
|
1982
2139
|
### `@mui/material@5.13.6`
|
|
1983
2140
|
|
|
1984
2141
|
- ​<!-- 45 -->[Autocomplete] Fixed autocomplete's existing option selection (#37012) @bencevoros
|
|
1985
|
-
- ​<!-- 44 -->[Autocomplete] Add hint demos to Material
|
|
2142
|
+
- ​<!-- 44 -->[Autocomplete] Add hint demos to Material UI and Joy UI docs (#37496) @sai6855
|
|
1986
2143
|
- ​<!-- 13 -->[Masonry] Fix ResizeObserver loop limit exceeded error (#37208) @hbjORbj
|
|
1987
2144
|
- ​<!-- 11 -->[Tooltip][material] Improve warning when Tooltip receives string child (#37530) @DiegoAndai
|
|
1988
2145
|
- ​<!-- 10 -->[Modal] Add missing members to ModalOwnProps (#37568) @ivp-dev
|
|
@@ -2013,15 +2170,15 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
2013
2170
|
|
|
2014
2171
|
### Docs
|
|
2015
2172
|
|
|
2016
|
-
- ​<!-- 43 -->[docs][base] Improve Base
|
|
2173
|
+
- ​<!-- 43 -->[docs][base] Improve Base UI all components images (#37590) @danilo-leal
|
|
2017
2174
|
- ​<!-- 42 -->[docs][base] Add pages for coming soon components (#37575) @danilo-leal
|
|
2018
2175
|
- ​<!-- 41 -->[docs][base] Add a Snackbar introduction demo (#37602) @danilo-leal
|
|
2019
|
-
- ​<!-- 40 -->[docs][base] Add page for all Base
|
|
2176
|
+
- ​<!-- 40 -->[docs][base] Add page for all Base UI components (#37536) @danilo-leal
|
|
2020
2177
|
- ​<!-- 33 -->[docs] Fix scrollbar on snackbar page (#37657) @oliviertassinari
|
|
2021
2178
|
- ​<!-- 32 -->[docs] Switch order of snackbar buttons in demos (#37389) @Primajin
|
|
2022
2179
|
- ​<!-- 31 -->[docs] Add support for Tailwind CSS and plain CSS demos (#37319) @mnajdova
|
|
2023
2180
|
- ​<!-- 30 -->[docs] Tree view color fix for dark mode in Gmail example (#37051) @PunitSoniME
|
|
2024
|
-
- ​<!-- 29 -->[docs] Inline the Base
|
|
2181
|
+
- ​<!-- 29 -->[docs] Inline the Base UI demo (#37603) @oliviertassinari
|
|
2025
2182
|
- ​<!-- 28 -->[docs] Fix typo in themed components page (#37598) @vinayr
|
|
2026
2183
|
- ​<!-- 27 -->[docs] Fix render inline code in CSS description generation (#37448) @alexfauquette
|
|
2027
2184
|
- ​<!-- 26 -->[docs] Add styles to styled argument list (#37558) @DiegoAndai
|
|
@@ -2029,17 +2186,17 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
2029
2186
|
- ​<!-- 24 -->[docs] Fix small base -> base-ui migration issue (#37594) @oliviertassinari
|
|
2030
2187
|
- ​<!-- 23 -->[docs] Fix GitHub typo (#37578) @oliviertassinari
|
|
2031
2188
|
- ​<!-- 22 -->[docs] Improve release guide (#37547) @DiegoAndai
|
|
2032
|
-
- ​<!-- 21 -->[docs] Review fixes to the Material
|
|
2189
|
+
- ​<!-- 21 -->[docs] Review fixes to the Material UI's "Example projects" page (#37444) @danilo-leal
|
|
2033
2190
|
- ​<!-- 17 -->[docs][joy] Add a messages template (#37546) @sernstberger
|
|
2034
2191
|
- ​<!-- 16 -->[docs][joy] Add pages for coming soon Joy UI components (#36920) @danilo-leal
|
|
2035
2192
|
- ​<!-- 15 -->[docs][joy] Add design and consistency tweaks to the Playground (#37580) @danilo-leal
|
|
2036
|
-
- ​<!-- 37 -->[docs] Add and revise Base
|
|
2193
|
+
- ​<!-- 37 -->[docs] Add and revise Base UI + Create React App examples (#36825) @samuelsycamore
|
|
2037
2194
|
- ​<!-- 20 -->[docs-infra] Fix demos border radius (#37658) @oliviertassinari
|
|
2038
2195
|
- ​<!-- 19 -->[docs-infra] Add analyticsTags to Algolia (#37600) @Janpot
|
|
2039
2196
|
- ​<!-- 18 -->[docs-infra] Simplify product id handling (#37593) @oliviertassinari
|
|
2040
2197
|
- ​<!-- 35 -->[changelog] Add missing release date for v5.13.5 @oliviertassinari
|
|
2041
2198
|
- ​<!-- 16 -->[examples] Shell command fix in the readme file of material-next-ts example (#37675) @bablukpik
|
|
2042
|
-
- ​<!-- 15 -->[examples] Next.js v13 app router with Material
|
|
2199
|
+
- ​<!-- 15 -->[examples] Next.js v13 app router with Material UI (#37315) @smo043
|
|
2043
2200
|
|
|
2044
2201
|
### Core
|
|
2045
2202
|
|
|
@@ -2077,7 +2234,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
|
|
|
2077
2234
|
- ​<!-- 15 -->[docs] Update /base url references to /base-ui (#37412) @brijeshb42
|
|
2078
2235
|
- ​<!-- 14 -->[docs] Skip components and hooks due to duplicate index (#37539) @siriwatknp
|
|
2079
2236
|
- ​<!-- 13 -->[docs] Polish Sign in to your account joy demo (#37498) @oliviertassinari
|
|
2080
|
-
- ​<!-- 12 -->[docs] Remove outdated Material
|
|
2237
|
+
- ​<!-- 12 -->[docs] Remove outdated Material UI FAQ @oliviertassinari
|
|
2081
2238
|
- ​<!-- 11 -->[docs] Fix crash access to localStorage in Firefox (#37518) @brijeshb42
|
|
2082
2239
|
- ​<!-- 10 -->[docs-infra] Enforce max length on description (#37565) @oliviertassinari
|
|
2083
2240
|
- ​<!-- 09 -->[docs-infra] Mandatory versions (#37497) @oliviertassinari
|
|
@@ -2125,11 +2282,11 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
2125
2282
|
- ​<!-- 17 -->[docs][base] Remove usage of `component` prop in docs (#37462) @sai6855
|
|
2126
2283
|
- ​<!-- 13 -->[docs] Fix docs redirections @oliviertassinari
|
|
2127
2284
|
- ​<!-- 12 -->[docs] Fix Fluent -> Fluent UI @oliviertassinari
|
|
2128
|
-
- ​<!-- 11 -->[docs] Fix MUI Base -> Base
|
|
2285
|
+
- ​<!-- 11 -->[docs] Fix MUI Base -> Base UI @oliviertassinari
|
|
2129
2286
|
- ​<!-- 10 -->[docs] Add base-vite-tailwind example repo (#36994) @mj12albert
|
|
2130
2287
|
- ​<!-- 09 -->[docs] Fix search bar layout shift (#37460) @oliviertassinari
|
|
2131
|
-
- ​<!-- 08 -->[docs] Tweak Material
|
|
2132
|
-
- ​<!-- 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
|
|
2133
2290
|
- ​<!-- 06 -->[docs] Fix "Language" page removal leftovers (#37408) @danilo-leal
|
|
2134
2291
|
- ​<!-- 05 -->[docs] Move contents of css-variables to sibling pages (#37411) @brijeshb42
|
|
2135
2292
|
|
|
@@ -2176,7 +2333,7 @@ This release focuses primarily on 🐛 bug fixes and 📚 documentation improvem
|
|
|
2176
2333
|
### Docs
|
|
2177
2334
|
|
|
2178
2335
|
- ​<!-- 14 -->[docs] Clarify Hidden down props as exclusive (#36927) @canac
|
|
2179
|
-
- ​<!-- 13 -->[docs] Add refine to Material
|
|
2336
|
+
- ​<!-- 13 -->[docs] Add refine to Material UI "Related projects" and "More advanced example projects" pages (#37308) @necatiozmen
|
|
2180
2337
|
- ​<!-- 12 -->[docs] Remove todo link from sidebar (#37373) @brijeshb42
|
|
2181
2338
|
- ​<!-- 11 -->[docs] Clarify the peer dependency with react (#37360) @oliviertassinari
|
|
2182
2339
|
- ​<!-- 10 -->[docs] Divider vertical middle prop migration (#36840) @JhonnK08
|
|
@@ -2215,7 +2372,7 @@ A big thanks to the 12 contributors who made this release possible.
|
|
|
2215
2372
|
- [docs][base] Remove default annotations from useBadge's return type (#37313) @TinaSay
|
|
2216
2373
|
- [docs][base] Remove default annotations from useButton's return type (#37312) @TinaSay
|
|
2217
2374
|
- [docs][base] Remove default annotations from useSlider's return type (#37309) @TinaSay
|
|
2218
|
-
- [docs] Remove Material
|
|
2375
|
+
- [docs] Remove Material UI's "Languages" page (#37314) @danilo-leal
|
|
2219
2376
|
- [docs] Prefer to link GitHub repository @oliviertassinari
|
|
2220
2377
|
- [docs] Move product versions to page context (#35078) @m4theushw
|
|
2221
2378
|
- [docs] Fix v5 migration npm install instruction (#37293) @oliviertassinari
|
|
@@ -2280,8 +2437,8 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
2280
2437
|
- [docs] Add summary and improve `test_static` CI doc in CONTRIBUTING readme file (#36711) @kriskw1999
|
|
2281
2438
|
- [docs] Update theme customization typescript (#35551) @siriwatknp
|
|
2282
2439
|
- [docs] Add Joy Frames X web blocks template (#37203) @siriwatknp
|
|
2283
|
-
- [docs] Change Base
|
|
2284
|
-
- [docs] Improve Base
|
|
2440
|
+
- [docs] Change Base UI `alpha` to `beta` in README (#37228) @ZeeshanTamboli
|
|
2441
|
+
- [docs] Improve Base UI overview page (#37227) @mnajdova
|
|
2285
2442
|
- [docs] Update Joy + Material guide (#36911) @cherniavskii
|
|
2286
2443
|
|
|
2287
2444
|
### Core
|
|
@@ -2303,7 +2460,7 @@ _May 10, 2023_
|
|
|
2303
2460
|
|
|
2304
2461
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
2305
2462
|
|
|
2306
|
-
- 🚀 Base
|
|
2463
|
+
- 🚀 Base UI is now in beta - all planned breaking changes are now complete!
|
|
2307
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.
|
|
2308
2465
|
- 🐛 Various bug fixes, 📚 documentation and 🧪 testing improvements
|
|
2309
2466
|
|
|
@@ -2336,10 +2493,10 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
2336
2493
|
|
|
2337
2494
|
### Docs
|
|
2338
2495
|
|
|
2339
|
-
- [docs] Stray design tweaks to Base
|
|
2496
|
+
- [docs] Stray design tweaks to Base UI demos (#37003) @danilo-leal
|
|
2340
2497
|
- [docs] Move outdated CSS prefixing docs (#36710) @kriskw1999
|
|
2341
2498
|
- [docs] Improve "Example projects" page design (#37007) @danilo-leal
|
|
2342
|
-
- [docs] Redirect NoSsr, Portal and TextareaAutosize to Base
|
|
2499
|
+
- [docs] Redirect NoSsr, Portal and TextareaAutosize to Base UI API page (#37175) @ZeeshanTamboli
|
|
2343
2500
|
- [docs] Demonstrate `TextField` customization using theme style overrides (#36805) @ZeeshanTamboli
|
|
2344
2501
|
- [docs] Tweak the "Edit this page" button icon (#37142) @danilo-leal
|
|
2345
2502
|
- [docs] Update links to the public roadmap (#36995) @mnajdova
|
|
@@ -2348,7 +2505,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
2348
2505
|
|
|
2349
2506
|
### Core
|
|
2350
2507
|
|
|
2351
|
-
- [blog] Fix images using "MUI Base" instead of "Base
|
|
2508
|
+
- [blog] Fix images using "MUI Base" instead of "Base UI" (#37044) @danilo-leal
|
|
2352
2509
|
- [core] Add VSCode extensions recommendations (#37166) @michaldudak
|
|
2353
2510
|
- [test] `e2e-website` related minor fixes (#37204) @ZeeshanTamboli
|
|
2354
2511
|
- [website] Update the active positions (#37075) @DanailH
|
|
@@ -2365,7 +2522,7 @@ _May 2, 2023_
|
|
|
2365
2522
|
|
|
2366
2523
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
2367
2524
|
|
|
2368
|
-
- all planned breaking changes for Base
|
|
2525
|
+
- all planned breaking changes for Base UI are done. The first beta release should come next week 🎉
|
|
2369
2526
|
- 🐛 bug fixes and 📚 documentation improvements.
|
|
2370
2527
|
|
|
2371
2528
|
### `@mui/material@5.12.3`
|
|
@@ -2435,7 +2592,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
2435
2592
|
|
|
2436
2593
|
- ​<!-- 41 -->[base] Improve API consistency (#36970) @michaldudak
|
|
2437
2594
|
|
|
2438
|
-
Brought consistency to Base
|
|
2595
|
+
Brought consistency to Base UI components and hooks' parameters and return values:
|
|
2439
2596
|
|
|
2440
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.
|
|
2441
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.
|
|
@@ -2449,11 +2606,11 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
2449
2606
|
|
|
2450
2607
|
### Docs
|
|
2451
2608
|
|
|
2452
|
-
- ​<!-- 39 -->[base][docs] Add Base
|
|
2453
|
-
- ​<!-- 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
|
|
2454
2611
|
- ​<!-- 19 -->[docs] Fix pagination in the DataGrid demo (#37114) @cherniavskii
|
|
2455
2612
|
- ​<!-- 18 -->[docs] Add notification to the release of the new Time Picker UI (#37065) @joserodolfofreitas
|
|
2456
|
-
- ​<!-- 17 -->[docs] Specify "Material
|
|
2613
|
+
- ​<!-- 17 -->[docs] Specify "Material UI" (not "MUI") where appropriate throughout the docs (#37066) @samuelsycamore
|
|
2457
2614
|
- ​<!-- 16 -->[docs] Use focus-visible instead of focus for Menu demos (#36847) @michaldudak
|
|
2458
2615
|
- ​<!-- 15 -->[docs] Fix small regressions API pages (#36972) @oliviertassinari
|
|
2459
2616
|
- ​<!-- 14 -->[docs] Handle a few docs-feedback (#36977) @oliviertassinari
|
|
@@ -2485,7 +2642,7 @@ _Apr 25, 2023_
|
|
|
2485
2642
|
|
|
2486
2643
|
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
2487
2644
|
|
|
2488
|
-
- ⚠️ **[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.
|
|
2489
2646
|
- 🐛 bug fixes and 📚 documentation improvements.
|
|
2490
2647
|
|
|
2491
2648
|
### `@mui/material@5.12.2`
|
|
@@ -2500,7 +2657,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
2500
2657
|
|
|
2501
2658
|
- ​<!-- 27 -->[base] Remove unstyled suffix from Base components + Codemod script (#36873) @hbjORbj
|
|
2502
2659
|
|
|
2503
|
-
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.
|
|
2504
2661
|
|
|
2505
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:
|
|
2506
2663
|
|
|
@@ -2606,7 +2763,7 @@ A big thanks to the 16 contributors who made this release possible. This release
|
|
|
2606
2763
|
- ​<!-- 18 -->[docs][base] Move styles to the bottom of demos code for `TablePagination` (#36593) @gitstart
|
|
2607
2764
|
- ​<!-- 13 -->[docs] Remove the incorrect info about useButton's ref parameter (#36883) @michaldudak
|
|
2608
2765
|
- ​<!-- 12 -->[docs] Sync <Stack> between projects (#36785) @oliviertassinari
|
|
2609
|
-
- ​<!-- 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
|
|
2610
2767
|
- ​<!-- 10 -->[docs] Content changed from 'row' to 'orientation=horizontal' (#36858) @navedqb
|
|
2611
2768
|
- ​<!-- 09 -->[docs][Joy] `component`, `slots`, `slotProps` must be visible in Prop table in API docs (#36666) @hbjORbj
|
|
2612
2769
|
- ​<!-- 08 -->[docs][Select] Fix duplicate ID in small size Select demo (#36792) @sai6855
|
|
@@ -2653,7 +2810,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
|
|
|
2653
2810
|
- ​<!-- 16 -->[docs] Add missing `readOnly` state class in the list (#36788) @ZeeshanTamboli
|
|
2654
2811
|
- ​<!-- 15 -->[docs] Improve side nav scroll into view (#36732) @oliviertassinari
|
|
2655
2812
|
- ​<!-- 14 -->[docs][base & joy] Display "Classes" Section in API docs (#36589) @hbjORbj
|
|
2656
|
-
- ​<!-- 13 -->[docs] Fix 100+ typos throughout the Material
|
|
2813
|
+
- ​<!-- 13 -->[docs] Fix 100+ typos throughout the Material UI docs (#36194) @Lioness100
|
|
2657
2814
|
- ​<!-- 12 -->[docs] Change "coming soon" chip color (#36786) @danilo-leal
|
|
2658
2815
|
- ​<!-- 11 -->[docs][Joy] Fix wrong prop descriptions (#36826) @hbjORbj
|
|
2659
2816
|
- ​<!-- 10 -->[docs][material] Highlight global state classes in CSS table in API docs (#36633) @hbjORbj
|
|
@@ -2663,7 +2820,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
|
|
|
2663
2820
|
### Core
|
|
2664
2821
|
|
|
2665
2822
|
- ​<!-- 22 -->[core] Increase margin to scroll @oliviertassinari
|
|
2666
|
-
- ​<!-- 21 -->[core] Replace MUI Base with Base
|
|
2823
|
+
- ​<!-- 21 -->[core] Replace MUI Base with Base UI (#36716) @mnajdova
|
|
2667
2824
|
- ​<!-- 03 -->[website] Fix broken career website links @oliviertassinari
|
|
2668
2825
|
- ​<!-- 02 -->[website] Fix backlinks to homepage (#36801) @oliviertassinari
|
|
2669
2826
|
- ​<!-- 01 -->[website] Tweaks to the Designer position ad (#36771) @danilo-leal
|
|
@@ -2678,7 +2835,7 @@ _Apr 4, 2023_
|
|
|
2678
2835
|
|
|
2679
2836
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
2680
2837
|
|
|
2681
|
-
- 💅 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
|
|
2682
2839
|
- 🐛 bug fixes and 📚 documentation improvements.
|
|
2683
2840
|
|
|
2684
2841
|
### `@mui/material@5.11.16`
|
|
@@ -2718,7 +2875,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2718
2875
|
- [docs] Fix small typo (#36727) @RBerthier
|
|
2719
2876
|
- [docs] Fix Joy UI template broken image loading @oliviertassinari
|
|
2720
2877
|
- [docs] Hide the default API column if it's empty (#36715) @mnajdova
|
|
2721
|
-
- [docs] Update Material
|
|
2878
|
+
- [docs] Update Material UI Related Projects page (#34203) @viclafouch
|
|
2722
2879
|
- [docs] Revise Joy UI "Circular Progress" page (#36126) @LadyBluenotes
|
|
2723
2880
|
- [docs] Revise Joy UI "Radio" page (#35893) @DevinCLane
|
|
2724
2881
|
- [docs] Support Google Analytics 4 (#36123) @alexfauquette
|
|
@@ -2840,7 +2997,6 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
2840
2997
|
- [docs] Remove `shouldSkipGeneratingVar` usage (#36581) @siriwatknp
|
|
2841
2998
|
- [docs][material] Update Table's demo to show pointer cursor on clickable rows (#36546) @varunmulay22
|
|
2842
2999
|
- [website] Designer role changes (#36528) @danilo-leal
|
|
2843
|
-
- [website] No association between showcase and MUI @oliviertassinari
|
|
2844
3000
|
- [website] Open Head of Operations role (#36501) @oliviertassinari
|
|
2845
3001
|
- [website] Limit sponsors description to two rows @oliviertassinari
|
|
2846
3002
|
|
|
@@ -2860,13 +3016,13 @@ _Mar 14, 2023_
|
|
|
2860
3016
|
|
|
2861
3017
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
2862
3018
|
|
|
2863
|
-
- @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)
|
|
2864
3020
|
- other 🐛 bug fixes and 📚 documentation improvements.
|
|
2865
3021
|
|
|
2866
3022
|
### `@mui/material@5.11.13`
|
|
2867
3023
|
|
|
2868
|
-
- ​<!-- 13 -->[core] Bump Base
|
|
2869
|
-
- ​<!-- 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
|
|
2870
3026
|
- ​<!-- 06 -->[Typography] Apply font properties to typography inherit variant (#33621) @oyar99
|
|
2871
3027
|
|
|
2872
3028
|
### `@mui/base@5.0.0-alpha.121`
|
|
@@ -2881,12 +3037,12 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
2881
3037
|
|
|
2882
3038
|
- ​<!-- 14 -->[blog] Update fields behavior on date pickers blog post (#36480) @joserodolfofreitas
|
|
2883
3039
|
- ​<!-- 12 -->[docs] Info markdown not rendering in Contributing Guide README (#36487) @hbjORbj
|
|
2884
|
-
- ​<!-- 11 -->[docs] Remove 301 redirection to MUI
|
|
3040
|
+
- ​<!-- 11 -->[docs] Remove 301 redirection to MUI X lab migration @oliviertassinari
|
|
2885
3041
|
- ​<!-- 10 -->[docs] Fix a grammar error (#36486) @hbjORbj
|
|
2886
3042
|
- ​<!-- 09 -->[docs] Add blog post notification for v6 release (#36446) @joserodolfofreitas
|
|
2887
3043
|
- ​<!-- 08 -->[docs] Update link to v5 docs (#36421) @m4theushw
|
|
2888
3044
|
- ​<!-- 07 -->[docs] Fix 404 in the API page links (#36419) @oliviertassinari
|
|
2889
|
-
- ​<!-- 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
|
|
2890
3046
|
- ​<!-- 06 -->[examples] Refactor to have better types in the Next.js + TypeScript examples (#36355) @erikian
|
|
2891
3047
|
- ​<!-- 02 -->[website] Fix layout shift when loading /blog/mui-x-v6/ @oliviertassinari
|
|
2892
3048
|
- ​<!-- 01 -->[website] Update stats (#36477) @hrutik7
|
|
@@ -2922,7 +3078,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2922
3078
|
|
|
2923
3079
|
- ​<!-- 26 -->[core] Generate vars in `extendTheme` (#35739) @mnajdova
|
|
2924
3080
|
|
|
2925
|
-
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:
|
|
2926
3082
|
|
|
2927
3083
|
```diff
|
|
2928
3084
|
import {
|
|
@@ -3011,11 +3167,11 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
3011
3167
|
### Docs
|
|
3012
3168
|
|
|
3013
3169
|
- ​<!-- 33 -->[docs][joy] Clarify when `CssVarsProvider` is required (#36410) @mnajdova
|
|
3014
|
-
- ​<!-- 32 -->MUI
|
|
3170
|
+
- ​<!-- 32 -->MUI X v6 release announcement (#36398) @joserodolfofreitas
|
|
3015
3171
|
- ​<!-- 23 -->[docs] Add instructions for deploying docs without a release (#36301) @cherniavskii
|
|
3016
3172
|
- ​<!-- 22 -->[docs] Fix 301 redirections on the docs @oliviertassinari
|
|
3017
|
-
- ​<!-- 21 -->[docs] Update MUI
|
|
3018
|
-
- ​<!-- 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
|
|
3019
3175
|
- ​<!-- 19 -->[docs] Improve visual look of loose lists (#36190) @oliviertassinari
|
|
3020
3176
|
- ​<!-- 18 -->[docs] Fix @mui/styles example links (#36331) @oliviertassinari
|
|
3021
3177
|
- ​<!-- 17 -->[docs][joy] Build TS versions for List component demos (#36382) @sai6855
|
|
@@ -3045,14 +3201,14 @@ _Feb 27, 2023_
|
|
|
3045
3201
|
|
|
3046
3202
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
3047
3203
|
|
|
3048
|
-
- 📚 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)
|
|
3049
3205
|
- other 🐛 bug fixes and 📚 documentation improvements.
|
|
3050
3206
|
|
|
3051
3207
|
### `@mui/material@5.11.11`
|
|
3052
3208
|
|
|
3053
3209
|
- ​<!-- 30 -->[Autocomplete] Adds `sx` prop to `ListboxProps` type (#36243) @sai6855
|
|
3054
3210
|
- ​<!-- 11 -->[material] Add global CSS class for `readOnly` prop (#32822) @jrparish
|
|
3055
|
-
- ​<!-- 10 -->[Stack][material] Use createStack from
|
|
3211
|
+
- ​<!-- 10 -->[Stack][material] Use createStack from MUI System (#33795) @mnajdova
|
|
3056
3212
|
- ​<!-- 07 -->[Select] Fix incorrect selecting of first element (#36024) @michaldudak
|
|
3057
3213
|
- ​<!-- 06 -->[Slider] Miscellaneous improvements (#35941) @ZeeshanTamboli
|
|
3058
3214
|
- ​<!-- 05 -->[Slider] Remove unnecessary `data-focusvisible` attribute (#36091) @ZeeshanTamboli
|
|
@@ -3109,7 +3265,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3109
3265
|
- ​<!-- 26 -->[docs] Add missing sandbox adapter deps resolving (#36291) @LukasTy
|
|
3110
3266
|
- ​<!-- 25 -->[docs] Allow to pass navigation bar banner from outside (#36299) @MBilalShafi
|
|
3111
3267
|
- ​<!-- 24 -->[docs] Fix code on the Working with Tailwind CSS guide (#36090) @mnajdova
|
|
3112
|
-
- ​<!-- 23 -->[docs] Remove See Slots Section text from Material
|
|
3268
|
+
- ​<!-- 23 -->[docs] Remove See Slots Section text from Material UI slots description (#36284) @hbjORbj
|
|
3113
3269
|
- ​<!-- 22 -->[docs] Fix emotion warning `:first-child` (#36263) @siriwatknp
|
|
3114
3270
|
- ​<!-- 21 -->[docs][joy] Improve the descriptions of props in API docs (#36307) @hbjORbj
|
|
3115
3271
|
- ​<!-- 20 -->[docs][joy] List slots in API documentation (#36271) @hbjORbj
|
|
@@ -3276,13 +3432,13 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
3276
3432
|
### Docs
|
|
3277
3433
|
|
|
3278
3434
|
- ​<!-- 23 -->[blog] Fix dark mode support (#35969) @oliviertassinari
|
|
3279
|
-
- ​<!-- 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
|
|
3280
3436
|
- ​<!-- 18 -->[docs] Revert unintended change @oliviertassinari
|
|
3281
3437
|
- ​<!-- 17 -->[docs] [Joy] Fixed a typo in `customizing theme tokens` (#36067) @badalsaibo
|
|
3282
3438
|
- ​<!-- 16 -->[docs] Improve inline preview's information (#35974) @oliviertassinari
|
|
3283
3439
|
- ​<!-- 15 -->[docs] Fix wrong v5 migration instructions (#36022) @oliviertassinari
|
|
3284
3440
|
- ​<!-- 14 -->[docs] Fix autocomplete render group key warning in the demo (#36025) @chuanyu0201
|
|
3285
|
-
- ​<!-- 13 -->[docs] Add hooks API pages for Base
|
|
3441
|
+
- ​<!-- 13 -->[docs] Add hooks API pages for Base UI (#35828) @mnajdova
|
|
3286
3442
|
- ​<!-- 12 -->[docs] Fix grammar typo (#36016) @alexownejazayeri
|
|
3287
3443
|
- ​<!-- 11 -->[docs][joy] Add JSDoc for the `AutocompleteProps` type (#36039) @ArthurPedroti
|
|
3288
3444
|
|
|
@@ -3365,7 +3521,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3365
3521
|
- ​<!-- 21 -->[docs] Fix Joy UI variables playground (#35950) @siriwatknp
|
|
3366
3522
|
- ​<!-- 20 -->[docs] Fix typos in base components docs (#35985) @HeVictor
|
|
3367
3523
|
- ​<!-- 19 -->[docs] Fix event's label reported to GA (#35930) @oliviertassinari
|
|
3368
|
-
- ​<!-- 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
|
|
3369
3525
|
- ​<!-- 17 -->[docs] Revise and expand Joy UI Checkbox doc (#35817) @samuelsycamore
|
|
3370
3526
|
- ​<!-- 16 -->[docs] Add docs notification to Date and Time Pickers revamped (#35935) @joserodolfofreitas
|
|
3371
3527
|
- ​<!-- 15 -->[docs] Update community theme builder to forked updated one (#35928) @idebeijer
|
|
@@ -3469,7 +3625,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
3469
3625
|
|
|
3470
3626
|
### `@mui/material@5.11.5`
|
|
3471
3627
|
|
|
3472
|
-
- [Material
|
|
3628
|
+
- [Material UI] Custom channel token should suppress the warning (#35804) @siriwatknp
|
|
3473
3629
|
- [Autocomplete] Fix value type when `strictNullChecks` is `false` (#35367) @fenghan34
|
|
3474
3630
|
- [Slider] Replace `SliderUnstyled` with `useSlider` hook (#35770) @ZeeshanTamboli
|
|
3475
3631
|
- [l10n] Add Belarusian translation (#35742) @volhalink
|
|
@@ -3498,7 +3654,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
3498
3654
|
|
|
3499
3655
|
- [docs] Improve pickers lab migration stressing `mui-x` usage (#35740) @LukasTy
|
|
3500
3656
|
- [docs] Fix incorrectly named AccessibleTable demo component (#35832) @HeVictor
|
|
3501
|
-
- [docs] Clarify where to find docs for Base
|
|
3657
|
+
- [docs] Clarify where to find docs for Base UI components in Material UI (#35799) @samuelsycamore
|
|
3502
3658
|
- [docs] Fix typos (#35814) @alexfauquette
|
|
3503
3659
|
- [docs] Revise and expand the Joy UI Card page (#35745) @samuelsycamore
|
|
3504
3660
|
- [docs] Fix navigation layout shift (#35679) @oliviertassinari
|
|
@@ -3512,7 +3668,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
3512
3668
|
- [website] Improve pricing page (#35767) @oliviertassinari
|
|
3513
3669
|
- [website] Add Greg in about page (#35816) @oliviertassinari
|
|
3514
3670
|
- [website] Update the Accessibility Engineer role (#35751) @oliviertassinari
|
|
3515
|
-
- [website] Add docs for MUI
|
|
3671
|
+
- [website] Add docs for MUI for Figma @oliviertassinari
|
|
3516
3672
|
|
|
3517
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
|
|
3518
3674
|
|
|
@@ -3609,7 +3765,7 @@ _Dec 26, 2022_
|
|
|
3609
3765
|
|
|
3610
3766
|
A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
|
|
3611
3767
|
|
|
3612
|
-
- ⚙️ Several Base
|
|
3768
|
+
- ⚙️ Several Base UI components were converted to TypeScript by @trizotti, @leventdeniz and @danhuynhdev (#35005, #34793, #34771)
|
|
3613
3769
|
- Many other 🐛 bug fixes abd 📚 documentation improvements.
|
|
3614
3770
|
|
|
3615
3771
|
### `@mui/material@5.11.2`
|
|
@@ -3629,7 +3785,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
3629
3785
|
- ​<!-- 16 -->[FocusTrap][base] Convert code to TypeScript (#35005) @trizotti
|
|
3630
3786
|
- ​<!-- 08 -->[Modal][base] Convert code to TypeScript (#34793) @leventdeniz
|
|
3631
3787
|
- ​<!-- 07 -->[Popper][base] Convert code to TypeScript (#34771) @danhuynhdev
|
|
3632
|
-
- ​<!-- 04 -->[Slider] Exclude `isRtl` from Material
|
|
3788
|
+
- ​<!-- 04 -->[Slider] Exclude `isRtl` from Material UI's Slider props (#35564) @michaldudak
|
|
3633
3789
|
|
|
3634
3790
|
### `@mui/joy@5.0.0-alpha.60`
|
|
3635
3791
|
|
|
@@ -3786,7 +3942,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
3786
3942
|
- [docs] Refactor `ToggleButtonSizes` demo (#35375) @Armanio
|
|
3787
3943
|
- [docs] Standardize the usage of callouts in the docs (#35361) @samuelsycamore
|
|
3788
3944
|
- [docs] Format feedback to add a link to the commented section (#35381) @alexfauquette
|
|
3789
|
-
- [docs] Direct users from Material
|
|
3945
|
+
- [docs] Direct users from Material UI to Base UI for duplicated components (#35293) @samuelsycamore
|
|
3790
3946
|
- [docs] Fix typo in FormControl API docs (#35449) @Spanishiwa
|
|
3791
3947
|
- [docs] Update callouts design (#35390) @danilo-leal
|
|
3792
3948
|
- [website] New wave of open roles (#35240) @mnajdova
|
|
@@ -3861,9 +4017,9 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3861
4017
|
- ​<!-- 14 -->[docs] Improve the autogenerated "Unstyled" and "API" text (#35185) @samuelsycamore
|
|
3862
4018
|
- ​<!-- 13 -->[docs] Fix ad margin on API pages (#35201) @oliviertassinari
|
|
3863
4019
|
- ​<!-- 12 -->[docs] Revise and expand the Joy UI "Badge" page (#35199) @samuelsycamore
|
|
3864
|
-
- ​<!-- 11 -->[docs] Update Base
|
|
4020
|
+
- ​<!-- 11 -->[docs] Update Base UI docs with latest style conventions (#35034) @samuelsycamore
|
|
3865
4021
|
- ​<!-- 09 -->[l10n] Improve Chinese (Taiwan) zh-TW locale (#35328) @happyincent
|
|
3866
|
-
- ​<!-- 02 -->[website] Update
|
|
4022
|
+
- ​<!-- 02 -->[website] Update stats: GitHub stars, Twitter followers, etc. (#35318) @nomandhoni-cs
|
|
3867
4023
|
|
|
3868
4024
|
### Core
|
|
3869
4025
|
|
|
@@ -3871,7 +4027,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3871
4027
|
- ​<!-- 26 -->[core] Fix warning leak in production (#35313) @oliviertassinari
|
|
3872
4028
|
- ​<!-- 25 -->[core] Move the internal packages from docs/packages (#35305) @michaldudak
|
|
3873
4029
|
- ​<!-- 24 -->[core] Clean up the API docs generation scripts (#35244) @michaldudak
|
|
3874
|
-
- ​<!-- 03 -->[test] Scope the tests to just Material
|
|
4030
|
+
- ​<!-- 03 -->[test] Scope the tests to just Material UI components (#35219) @siriwatknp
|
|
3875
4031
|
- ​<!-- 01 -->[website] Remove BlackFriday notification @oliviertassinari
|
|
3876
4032
|
|
|
3877
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
|
|
@@ -3955,7 +4111,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
|
|
|
3955
4111
|
### Docs
|
|
3956
4112
|
|
|
3957
4113
|
- [docs] Fix a couple documentation errors (#35217) @danilo-leal
|
|
3958
|
-
- [docs] Change MUI -> Material
|
|
4114
|
+
- [docs] Change MUI -> Material UI in icons-material's readme (#35220) @michaldudak
|
|
3959
4115
|
- [docs] the pages have no <link rel=canonical so we need to tell Google to not index the staging envs @oliviertassinari
|
|
3960
4116
|
- [docs] Fix confusion in TOCs when reaching scroll bottom (#35214) @oliviertassinari
|
|
3961
4117
|
- [docs] Fix typos in section titles (#35025) @iamxukai
|
|
@@ -3993,12 +4149,12 @@ _Nov 14, 2022_
|
|
|
3993
4149
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
3994
4150
|
|
|
3995
4151
|
- 🚀 @siriwatknp added the Autocomplete component to the Joy UI (#34315)
|
|
3996
|
-
- ♿ @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)
|
|
3997
4153
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
3998
4154
|
|
|
3999
4155
|
### `@mui/material@5.10.14`
|
|
4000
4156
|
|
|
4001
|
-
- [Material
|
|
4157
|
+
- [Material UI] Add `palette.background.defaultChannel` token (#35061) @siriwatknp
|
|
4002
4158
|
- [Autocomplete] Remove tags with the Delete key (#33822) @sfavello
|
|
4003
4159
|
- [IconButton] custom color causes type error (#34521) @kushagra010
|
|
4004
4160
|
|
|
@@ -4060,7 +4216,7 @@ _Nov 7, 2022_
|
|
|
4060
4216
|
|
|
4061
4217
|
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
4062
4218
|
|
|
4063
|
-
- 🚀 The slots API has been introduced to the Material
|
|
4219
|
+
- 🚀 The slots API has been introduced to the Material UI package by @michaldudak (#34873).
|
|
4064
4220
|
- 🔥 Live editing of demos is stabilized by @oliviertassinari (#34870).
|
|
4065
4221
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
4066
4222
|
|
|
@@ -4145,7 +4301,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
4145
4301
|
- ​<!-- 21 -->[docs] Revise the Joy UI "Aspect Ratio" page (#34858) @samuelsycamore
|
|
4146
4302
|
- ​<!-- 20 -->[docs] Fix Safari code font size (#34859) @oliviertassinari
|
|
4147
4303
|
- ​<!-- 19 -->[docs] Fix spelling mistake (#34955) @punithnayak
|
|
4148
|
-
- ​<!-- 18 -->[docs] Fix 404 link of supported Material
|
|
4304
|
+
- ​<!-- 18 -->[docs] Fix 404 link of supported Material UI components @oliviertassinari
|
|
4149
4305
|
- ​<!-- 17 -->[docs] Fix Safari button misalignment (#34861) @oliviertassinari
|
|
4150
4306
|
- ​<!-- 16 -->[docs] Fix typo in docs title (#34926) @PunitSoniME
|
|
4151
4307
|
- ​<!-- 25 -->[docs] Fix missing emotion prefixes (#34958) @oliviertassinari
|
|
@@ -4157,7 +4313,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
4157
4313
|
- ​<!-- 07 -->[website] Migrate about-us page to use CSS theme variables (#34919) @brianlu2610
|
|
4158
4314
|
- ​<!-- 06 -->[website] Migrate Product-Templates page to use CSS theme variables (#34913) @EduardoSCosta
|
|
4159
4315
|
- ​<!-- 05 -->[website] Migrate career page to use CSS theme variables (#34908) @the-mgi
|
|
4160
|
-
- ​<!-- 04 -->[website] Update MUI
|
|
4316
|
+
- ​<!-- 04 -->[website] Update MUI X open and future roles + about page (#34894) @DanailH
|
|
4161
4317
|
- ​<!-- 03 -->[website] Remove one DOM node (#34960) @oliviertassinari
|
|
4162
4318
|
- ​<!-- 02 -->[website] Use `span` for icon image (#34914) @siriwatknp
|
|
4163
4319
|
- ​<!-- 01 -->[website] Fix subscribe input with Safari (#34869) @oliviertassinari
|
|
@@ -4194,7 +4350,7 @@ _Oct 25, 2022_
|
|
|
4194
4350
|
|
|
4195
4351
|
A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
|
|
4196
4352
|
|
|
4197
|
-
- 🔧 Moved `components` to `slots` prop starting at Base
|
|
4353
|
+
- 🔧 Moved `components` to `slots` prop starting at Base UI to create consistency across products
|
|
4198
4354
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
4199
4355
|
|
|
4200
4356
|
### `@mui/material@5.10.11`
|
|
@@ -4242,7 +4398,7 @@ A big thanks to the 10 contributors who made this release possible. Here are som
|
|
|
4242
4398
|
- Revert "[docs] Live demos (#34454)" @oliviertassinari
|
|
4243
4399
|
- Update the order of operations for pagination example so that slicing takes place after sorting. (#34189) @marceliwac
|
|
4244
4400
|
- [docs] Gatsby Description in Joy dark-mode (#34702) @pixelass
|
|
4245
|
-
- [docs] Add notification for blogpost MUI
|
|
4401
|
+
- [docs] Add notification for blogpost MUI X v6 alpha (#34809) @joserodolfofreitas
|
|
4246
4402
|
- [docs] Polish Crowdin config (#34852) @oliviertassinari
|
|
4247
4403
|
- [docs] Fix a few style standard deviations @oliviertassinari
|
|
4248
4404
|
- [docs] Enforce no trailing spaces (#34762) @oliviertassinari
|
|
@@ -4276,7 +4432,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
4276
4432
|
|
|
4277
4433
|
- 🖌 Thanks to the efforts of @bharatkashyap and @nihgwu, we now have editable demos across our docs (#34454)!
|
|
4278
4434
|
- 🚀 The Tooltip component has been added to Joy UI by @hbjORbj (#34509).
|
|
4279
|
-
- ⚙️ We started converting the remaining JS components in Base
|
|
4435
|
+
- ⚙️ We started converting the remaining JS components in Base UI to TypeScript.
|
|
4280
4436
|
@mbayucot finished the first PR with the conversion of the NoSsr code (#34735).
|
|
4281
4437
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
4282
4438
|
|
|
@@ -4360,11 +4516,11 @@ A big thanks to the 7 contributors who made this release possible. Here are some
|
|
|
4360
4516
|
|
|
4361
4517
|
- ​<!-- 17 -->[system] Fix color-scheme implementation (#34639) @siriwatknp
|
|
4362
4518
|
|
|
4363
|
-
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).
|
|
4364
4520
|
|
|
4365
4521
|
Migration:
|
|
4366
4522
|
|
|
4367
|
-
- **Material
|
|
4523
|
+
- **Material UI**: you can enable the CSS color scheme via `<CssBaseline enableColorScheme />`.
|
|
4368
4524
|
- **Joy UI**: it is enabled automatically if you use `<CssBaseline />`, [see the docs](https://mui.com/joy-ui/react-css-baseline/).
|
|
4369
4525
|
|
|
4370
4526
|
#### Changes
|
|
@@ -4382,7 +4538,7 @@ A big thanks to the 7 contributors who made this release possible. Here are some
|
|
|
4382
4538
|
### Docs
|
|
4383
4539
|
|
|
4384
4540
|
- ​<!-- 18 -->[docs] Revert #34541 (#34700) @michaldudak
|
|
4385
|
-
- ​<!-- 15 -->[blog] Blog post for MUI
|
|
4541
|
+
- ​<!-- 15 -->[blog] Blog post for MUI X v6 alpha zero (#34424) @joserodolfofreitas
|
|
4386
4542
|
- ​<!-- 09 -->[docs] Improve Joy UI tutorial demo (#34653) @oliviertassinari
|
|
4387
4543
|
- ​<!-- 08 -->[docs] Explain how SelectUnstyled renders a hidden input (#34638) @michaldudak
|
|
4388
4544
|
- ​<!-- 07 -->[docs] Fix Taiwan description (#34611) @oliviertassinari
|
|
@@ -4407,8 +4563,8 @@ _Oct 3, 2022_
|
|
|
4407
4563
|
|
|
4408
4564
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
4409
4565
|
|
|
4410
|
-
- 🚀 [SnackbarUnstyled](https://mui.com/base-ui/react-snackbar/) component & headless hook are added to Base
|
|
4411
|
-
- 📚 [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)
|
|
4412
4568
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
4413
4569
|
|
|
4414
4570
|
### `@mui/material@5.10.8`
|
|
@@ -4438,7 +4594,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
4438
4594
|
- ​<!-- 20 -->[docs] Temporary remove date picker from home page (#34541) @siriwatknp
|
|
4439
4595
|
- ​<!-- 19 -->[docs] Revise and expand Joy UI "Tutorial" doc (#34569) @samuelsycamore
|
|
4440
4596
|
- ​<!-- 18 -->[docs] Fix SEO issues (#34537) @oliviertassinari
|
|
4441
|
-
- ​<!-- 17 -->[docs] Add CSS variables documentation for Material
|
|
4597
|
+
- ​<!-- 17 -->[docs] Add CSS variables documentation for Material UI (#33958) @siriwatknp
|
|
4442
4598
|
- ​<!-- 16 -->[docs] Capitalize Material Design on the Breakpoints page (#34481) @Dustin-Digitar
|
|
4443
4599
|
- ​<!-- 15 -->[docs] Able to load doc components inside markdown files (#34243) @flaviendelangle
|
|
4444
4600
|
- ​<!-- 14 -->[docs] Use mouse pointer on esc button in the search modal (#34485) @minkyngkm
|
|
@@ -4473,7 +4629,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
4473
4629
|
- [SvgIcon] Fix passing an ownerState to SvgIcon changes the font size (#34429) @ZeeshanTamboli
|
|
4474
4630
|
- [Stepper] Fix optional label is not centered when `alternativeLabel` is used (#34335) @ZeeshanTamboli
|
|
4475
4631
|
- [Tooltip] Add undefined, null or false in `title` (#34289) @abhinav-22-tech
|
|
4476
|
-
- Make @emotion/\* fully supported in all Material
|
|
4632
|
+
- Make @emotion/\* fully supported in all Material UI components (#34451) @garronej
|
|
4477
4633
|
|
|
4478
4634
|
### `@mui/system@5.10.7`
|
|
4479
4635
|
|
|
@@ -4509,7 +4665,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
4509
4665
|
|
|
4510
4666
|
### Docs
|
|
4511
4667
|
|
|
4512
|
-
- [blog] Base
|
|
4668
|
+
- [blog] Base UI announcement typo fixed (#34409) @prakhargupta1
|
|
4513
4669
|
- [blog] Fix typo in date-pickers v5 stable (#34386) @alexfauquette
|
|
4514
4670
|
- [blog] Update date on date pickers v5 release blog post (#34406) @joserodolfofreitas
|
|
4515
4671
|
- [docs] Update `useMenu` and `useMenuItem` hooks demo (#34166) @ZeeshanTamboli
|
|
@@ -4521,7 +4677,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
4521
4677
|
- [docs] Fix Select `onChange` call (#34408) @siriwatknp
|
|
4522
4678
|
- [docs] Notification for pickers blog - v5 stable (#34400) @joserodolfofreitas
|
|
4523
4679
|
- [docs] Improve social sharing of docs pages (#34346) @oliviertassinari
|
|
4524
|
-
- [docs] Refine the use of MUI vs. Material
|
|
4680
|
+
- [docs] Refine the use of MUI vs. Material UI (#34345) @oliviertassinari
|
|
4525
4681
|
- [docs] Send feedback directly to a dedicated slack channel (#34196) @alexfauquette
|
|
4526
4682
|
- [website] Adds Bilal to about page (#34412) @MBilalShafi
|
|
4527
4683
|
- [website] Add date range picker to pricing table (#34399) @joserodolfofreitas
|
|
@@ -4595,8 +4751,8 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
4595
4751
|
- [docs] Fix 301 link to external projects @oliviertassinari
|
|
4596
4752
|
- [docs] Move 12 component names to Title Case (#34188) @oliviertassinari
|
|
4597
4753
|
- [docs] Fix broken links (#34320) @alexfauquette
|
|
4598
|
-
- [docs] Add notification for Base
|
|
4599
|
-
- [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
|
|
4600
4756
|
- [website] Improve security header @oliviertassinari
|
|
4601
4757
|
|
|
4602
4758
|
### Core
|
|
@@ -4616,7 +4772,7 @@ _Sep 12, 2022_
|
|
|
4616
4772
|
|
|
4617
4773
|
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
4618
4774
|
|
|
4619
|
-
- 🚀 [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.
|
|
4620
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
|
|
4621
4777
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
4622
4778
|
|
|
@@ -4639,7 +4795,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
4639
4795
|
|
|
4640
4796
|
### Docs
|
|
4641
4797
|
|
|
4642
|
-
- ​<!-- 16 -->[blog] Introducing Base
|
|
4798
|
+
- ​<!-- 16 -->[blog] Introducing Base UI (#33778) @michaldudak
|
|
4643
4799
|
- ​<!-- 13 -->[docs] Fix spelling error (#34209) @ChrystianDeMatos
|
|
4644
4800
|
- ​<!-- 12 -->[docs] Improve link to the security policy (#34219) @oliviertassinari
|
|
4645
4801
|
- ​<!-- 11 -->[docs] Fix typo in Joy UI's `Usage` docs (#34200) @zillion504
|
|
@@ -4719,7 +4875,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
4719
4875
|
### `@mui/material@5.10.3`
|
|
4720
4876
|
|
|
4721
4877
|
- [Autocomplete][material] Fix value overflow when `disableClearable` is used (#34053) @mnajdova
|
|
4722
|
-
- [Autocomplete] Update unstyled demo to not import Material
|
|
4878
|
+
- [Autocomplete] Update unstyled demo to not import Material UI (#34060) @oliviertassinari
|
|
4723
4879
|
- [Slider] Remove SliderInput export from d.ts (#34055) @pieetrus
|
|
4724
4880
|
- [TablePagination] Fix select variant not working (#33974) @ZeeshanTamboli
|
|
4725
4881
|
|
|
@@ -4754,7 +4910,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
4754
4910
|
- [docs] Fixing Joy UI usage snippet (#34049) @JonathanAsbury-SPS
|
|
4755
4911
|
- [docs] Fix missing JSX closing tag in Tooltip docs (#34064) @hoangph271
|
|
4756
4912
|
- [website] Add Toolpad to Navigation (#33937) @bharatkashyap
|
|
4757
|
-
- [website] Improve SEO meta description for MUI
|
|
4913
|
+
- [website] Improve SEO meta description for MUI X @oliviertassinari
|
|
4758
4914
|
- [website] Improve visual look of code demos (#34070) @oliviertassinari
|
|
4759
4915
|
- [website] Fix `DatePicker` component demo on the home page (#34054) @NaveenPantra
|
|
4760
4916
|
|
|
@@ -4847,7 +5003,7 @@ A big thanks to the 18 contributors who made this release possible. This release
|
|
|
4847
5003
|
|
|
4848
5004
|
### Docs
|
|
4849
5005
|
|
|
4850
|
-
- ​<!-- 23 -->[docs] Expand on a11y section for Material
|
|
5006
|
+
- ​<!-- 23 -->[docs] Expand on a11y section for Material UI `Link` component (#32839) @TKrishnasamy
|
|
4851
5007
|
- ​<!-- 22 -->[docs] Fix typo in Joy UI's `AspectRatio` docs (#33895) @IsaacInsoll
|
|
4852
5008
|
- ​<!-- 21 -->[docs] Improve the Base Usage page (#33272) @samuelsycamore
|
|
4853
5009
|
- ​<!-- 20 -->[docs] Avoid refreshing the page when button on demo is clicked (#33852) @PunitSoniME
|
|
@@ -4889,7 +5045,7 @@ _Aug 8, 2022_
|
|
|
4889
5045
|
|
|
4890
5046
|
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
4891
5047
|
|
|
4892
|
-
- ✨ [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
|
|
4893
5049
|
- ✨ [Breadcrumbs](https://mui.com/joy-ui/react-breadcrumbs/) component is added to Joy UI (#32697) @hbjORbj
|
|
4894
5050
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
4895
5051
|
|
|
@@ -4950,7 +5106,7 @@ _Aug 1, 2022_
|
|
|
4950
5106
|
|
|
4951
5107
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
4952
5108
|
|
|
4953
|
-
- 🖼️ @garronej worked on improving the support of Emotion packages in
|
|
5109
|
+
- 🖼️ @garronej worked on improving the support of Emotion packages in MUI System (#33205)
|
|
4954
5110
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
4955
5111
|
|
|
4956
5112
|
### `@mui/material@5.9.3`
|
|
@@ -4962,7 +5118,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
4962
5118
|
|
|
4963
5119
|
### `@mui/system@5.9.3`
|
|
4964
5120
|
|
|
4965
|
-
- [system] Make @emotion/\* fully supported in
|
|
5121
|
+
- [system] Make @emotion/\* fully supported in MUI System (#33205) @garronej
|
|
4966
5122
|
|
|
4967
5123
|
### `@mui/codemod@5.9.3`
|
|
4968
5124
|
|
|
@@ -5112,8 +5268,8 @@ A big thanks to the 17 contributors who made this release possible. This release
|
|
|
5112
5268
|
- ​<!-- 14 -->[docs] Fix copy search false positives (#33438) @oliviertassinari
|
|
5113
5269
|
- ​<!-- 13 -->[docs] Fix typo (#33520) @aravindpanicker
|
|
5114
5270
|
- ​<!-- 12 -->[docs] Update Tailwind docs to include step about updating popover containers (#33315) @ajhenry
|
|
5115
|
-
- ​<!-- 11 -->[docs] Add yarn command for Roboto font in Material
|
|
5116
|
-
- ​<!-- 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
|
|
5117
5273
|
- ​<!-- 09 -->[examples] Change createEmotionCache to use `insertionPoint` (#32104) @ANTARES-KOR
|
|
5118
5274
|
- ​<!-- 08 -->[examples] Fix error in Next.js example with @mui/styles (#33456) @paustria
|
|
5119
5275
|
|
|
@@ -5133,8 +5289,8 @@ _Jul 12, 2022_
|
|
|
5133
5289
|
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
|
|
5134
5290
|
|
|
5135
5291
|
- 🧪 Exported Grid v2 as `Unstable_Grid2` (#33479) @siriwatknp
|
|
5136
|
-
- 📖 Added a guide for using Joy UI and Material
|
|
5137
|
-
- 🐛 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.
|
|
5138
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
|
|
5139
5295
|
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
5140
5296
|
- our documentation site is now running with React 18! (#33196) @mnajdova
|
|
@@ -5145,7 +5301,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
5145
5301
|
- [Autocomplete] Remove unnecessary `clsx` wrapper for single className (#33398) @ZeeshanTamboli
|
|
5146
5302
|
- [Grid] Export new grid as unstable (#33479) @siriwatknp
|
|
5147
5303
|
- [Tooltip] Fix children mouse over detection (#32321) @ivan-ngchakming
|
|
5148
|
-
- [TypeScript] getCssVar autocomplete for Material
|
|
5304
|
+
- [TypeScript] getCssVar autocomplete for Material UI (#33464) @siriwatknp
|
|
5149
5305
|
- [TypeScript] Fix theme options components types to use `Theme` (#33434) @siriwatknp
|
|
5150
5306
|
- [TypeScript] Reexports necessary types for module augmentation (#33397) @siriwatknp
|
|
5151
5307
|
- [ScopedCssBaseline] Add sx typings (#33474) @joebingham-wk
|
|
@@ -5161,7 +5317,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
5161
5317
|
|
|
5162
5318
|
- [lab] Remove the pickers (#33386) @flaviendelangle
|
|
5163
5319
|
|
|
5164
|
-
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/).
|
|
5165
5321
|
|
|
5166
5322
|
**Changes**
|
|
5167
5323
|
|
|
@@ -5176,7 +5332,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
5176
5332
|
|
|
5177
5333
|
### `@mui/joy@5.0.0-alpha.36`
|
|
5178
5334
|
|
|
5179
|
-
- [Joy] Add guide about using Joy and Material
|
|
5335
|
+
- [Joy] Add guide about using Joy and Material UI together (#33396) @siriwatknp
|
|
5180
5336
|
- [Joy] Fix variants color palette regressions (#33394) @danilo-leal
|
|
5181
5337
|
|
|
5182
5338
|
### Docs
|
|
@@ -5188,14 +5344,14 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
5188
5344
|
- [docs] Cleanup the migration (#33463) @siriwatknp
|
|
5189
5345
|
- [docs] Fix broken Sponsoring services links @samuelsycamore
|
|
5190
5346
|
- [docs] Improve repo README with light/dark logos, relative links and more (#33356) @samuelsycamore
|
|
5191
|
-
- [docs] Update links to MUI
|
|
5347
|
+
- [docs] Update links to MUI X Overview and Introduction pages (#33201) @samuelsycamore
|
|
5192
5348
|
- [docs] Update to React 18 (#33196) @mnajdova
|
|
5193
5349
|
- [docs] Simplify "Upload button" demo (#33326) @baharalidurrani
|
|
5194
5350
|
- [docs] Add "refine" demo to showcase (#33240) @omeraplak
|
|
5195
5351
|
- [docs] Add webpack alias for legacy utils package (#33376) @jgbae
|
|
5196
5352
|
- [docs] Improve external link icons synonyms (#33257) @davidgarciab
|
|
5197
|
-
- [examples] Update Base
|
|
5198
|
-
- [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
|
|
5199
5355
|
|
|
5200
5356
|
### Core
|
|
5201
5357
|
|
|
@@ -5214,8 +5370,8 @@ _Jul 4, 2022_
|
|
|
5214
5370
|
|
|
5215
5371
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
5216
5372
|
|
|
5217
|
-
- 🐛 Fixed an issue causing TypeScript errors when building a project with Material
|
|
5218
|
-
- 🐛 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!
|
|
5219
5375
|
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
5220
5376
|
|
|
5221
5377
|
### `@mui/material@5.8.7`
|
|
@@ -5239,7 +5395,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5239
5395
|
- [Joy] Add radio button documentation (#33254) @siriwatknp
|
|
5240
5396
|
- [Joy] Add switch documentation (#33302) @siriwatknp
|
|
5241
5397
|
- [Joy] Batch a couple of documentation refinements (#33158)
|
|
5242
|
-
- [Joy] Enable Joy and Material
|
|
5398
|
+
- [Joy] Enable Joy and Material UI compatibility (#33379) @siriwatknp
|
|
5243
5399
|
|
|
5244
5400
|
### `@mui/base@5.0.0-alpha.88`
|
|
5245
5401
|
|
|
@@ -5253,7 +5409,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5253
5409
|
- [docs] Add caveat about class components with Tooltip (#33325) @joshkel
|
|
5254
5410
|
- [docs] Fix SEO issues (#33288) @oliviertassinari
|
|
5255
5411
|
- [docs] Fix Slider's "player" demo (#33267) @xlianghang
|
|
5256
|
-
- [website] Link MUI
|
|
5412
|
+
- [website] Link MUI Toolpad in mui.com (#33287) @oliviertassinari
|
|
5257
5413
|
|
|
5258
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
|
|
5259
5415
|
|
|
@@ -5278,7 +5434,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5278
5434
|
|
|
5279
5435
|
- ​<!-- 11 -->[OutlinedInput] Fix `ownerState` undefined in theme style overrides (#33241) @siriwatknp
|
|
5280
5436
|
- ​<!-- 08 -->[Tabs] Fix crash when used with React 18 & Suspense (#33277) @mnajdova
|
|
5281
|
-
- ​<!-- 05 -->[TypeScript] Add CSS vars type augmentation for Material
|
|
5437
|
+
- ​<!-- 05 -->[TypeScript] Add CSS vars type augmentation for Material UI (#33211) @siriwatknp
|
|
5282
5438
|
|
|
5283
5439
|
### `@mui/system@5.8.6`
|
|
5284
5440
|
|
|
@@ -5304,9 +5460,9 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5304
5460
|
|
|
5305
5461
|
### Docs
|
|
5306
5462
|
|
|
5307
|
-
- ​<!-- 23 -->[blog] Polish Why you should migrate to Material
|
|
5463
|
+
- ​<!-- 23 -->[blog] Polish Why you should migrate to Material UI v5 today (#33244) @oliviertassinari
|
|
5308
5464
|
- ​<!-- 21 -->[docs] Add note in docs about `componentsProps.root` taking precedence (#33097) @ZeeshanTamboli
|
|
5309
|
-
- ​<!-- 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
|
|
5310
5466
|
- ​<!-- 19 -->[docs] Update code snippet in docs for custom color palette (#32946) @ZeeshanTamboli
|
|
5311
5467
|
- ​<!-- 18 -->[docs] Fix the docs for production class generation (#31933) @Fafruch
|
|
5312
5468
|
- ​<!-- 17 -->[docs] Fix internal link in Box page (#33149) @davidgarciab
|
|
@@ -5368,7 +5524,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
5368
5524
|
- ​<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
|
|
5369
5525
|
- ​<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
|
|
5370
5526
|
- ​<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
|
|
5371
|
-
- ​<!-- 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
|
|
5372
5528
|
- ​<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
|
|
5373
5529
|
- ​<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
|
|
5374
5530
|
- ​<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
|
|
@@ -5379,7 +5535,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
5379
5535
|
|
|
5380
5536
|
### Core
|
|
5381
5537
|
|
|
5382
|
-
- ​<!-- 31 -->[core] Add CSS variables support for Material
|
|
5538
|
+
- ​<!-- 31 -->[core] Add CSS variables support for Material UI components (#32835) @siriwatknp
|
|
5383
5539
|
- ​<!-- 23 -->[core] Add name to workspace root package.json (#33226) @Janpot
|
|
5384
5540
|
- ​<!-- 22 -->[core] Update bug template with generic instruction (#33153) @joserodolfofreitas
|
|
5385
5541
|
- ​<!-- 21 -->[core] Remove dead and redundant code (#33125) @oliviertassinari
|
|
@@ -5396,7 +5552,7 @@ _Jun 14, 2022_
|
|
|
5396
5552
|
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
|
|
5397
5553
|
|
|
5398
5554
|
- 🚀 Added support for custom breakpoints in the `Grid` component by @boutahlilsoufiane
|
|
5399
|
-
- 📚 Added guide on how to use Material
|
|
5555
|
+
- 📚 Added guide on how to use Material UI with Shadow DOM by @cherniavskii
|
|
5400
5556
|
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
5401
5557
|
|
|
5402
5558
|
### `@mui/material@5.8.4`
|
|
@@ -5445,8 +5601,8 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
5445
5601
|
- ​<!-- 32 -->[docs] Add responsive AppBar with drawer (#32769) @dvlprAlamin
|
|
5446
5602
|
- ​<!-- 31 -->[docs] Move codesandbox to MUI org (#33122) @oliviertassinari
|
|
5447
5603
|
- ​<!-- 30 -->[docs] Add Shadow DOM guide (#33007) @cherniavskii
|
|
5448
|
-
- ​<!-- 29 -->[docs] Fix typo in Material
|
|
5449
|
-
- ​<!-- 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
|
|
5450
5606
|
- ​<!-- 27 -->[docs] Fix GitHub capitalization (#33071) @oliviertassinari
|
|
5451
5607
|
- ​<!-- 26 -->[docs] Fix a typo in `InputUnstyled` docs (#33077) @ZeeshanTamboli
|
|
5452
5608
|
- ​<!-- 25 -->[docs] Add notification for Joy blog post (#33059) @siriwatknp
|
|
@@ -5520,10 +5676,10 @@ This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
|
5520
5676
|
- [docs] Fix icon color in `BadgeUnstyled` docs (#32976) @ZeeshanTamboli
|
|
5521
5677
|
- [docs] Improve product identifier (#32707) @danilo-leal
|
|
5522
5678
|
- [docs] Improve UX with back to top (#32896) @oliviertassinari
|
|
5523
|
-
- [docs] Polish overview page to Material
|
|
5679
|
+
- [docs] Polish overview page to Material UI (#32954) @oliviertassinari
|
|
5524
5680
|
- [docs] Redirect older URLs (#33037) @oliviertassinari
|
|
5525
5681
|
- [docs] Remove pickers page from the Lab section (#32961) @DanailH
|
|
5526
|
-
- [docs] Show product identifier on updated MUI
|
|
5682
|
+
- [docs] Show product identifier on updated MUI X Introduction pages (#32966) @samuelsycamore
|
|
5527
5683
|
- [docs] Throw on 301 links (#32939) @oliviertassinari
|
|
5528
5684
|
- [website] Add Gerda to the about page (#33038) @danilo-leal
|
|
5529
5685
|
- [website] Polish the pricing page (#32811) @oliviertassinari
|
|
@@ -5604,7 +5760,7 @@ _May 23, 2022_
|
|
|
5604
5760
|
|
|
5605
5761
|
A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
|
|
5606
5762
|
|
|
5607
|
-
- 💅 Added CSS variables support for two more Material
|
|
5763
|
+
- 💅 Added CSS variables support for two more Material UI components by @diggis00 and @alisasanib
|
|
5608
5764
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
5609
5765
|
|
|
5610
5766
|
### `@mui/material@5.8.1`
|
|
@@ -5659,7 +5815,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
5659
5815
|
|
|
5660
5816
|
### Core
|
|
5661
5817
|
|
|
5662
|
-
- ​<!-- 32 -->[core] Upgrade MUI
|
|
5818
|
+
- ​<!-- 32 -->[core] Upgrade MUI X dependency (#32824) @oliviertassinari
|
|
5663
5819
|
- ​<!-- 02 -->[typescript] Allow module augmentation for `Mixins` (#32798) @mnajdova
|
|
5664
5820
|
|
|
5665
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
|
|
@@ -5672,7 +5828,7 @@ _May 17, 2022_
|
|
|
5672
5828
|
|
|
5673
5829
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
5674
5830
|
|
|
5675
|
-
- 🚀 [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.
|
|
5676
5832
|
- Codemod for `jss` to `tss-react` migration is out thanks to @ryancogswell
|
|
5677
5833
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
5678
5834
|
|
|
@@ -5706,7 +5862,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
5706
5862
|
|
|
5707
5863
|
### Docs
|
|
5708
5864
|
|
|
5709
|
-
- ​<!-- 34 -->[blog] Add release post for MUI
|
|
5865
|
+
- ​<!-- 34 -->[blog] Add release post for MUI X Premium (#32720) @joserodolfofreitas
|
|
5710
5866
|
- ​<!-- 29 -->[docs] Fix wrong code snippet for overriding styles in theme with a callback value (#32781) @ZeeshanTamboli
|
|
5711
5867
|
- ​<!-- 28 -->[docs] Update Crowdin logo (#32782) @andrii-bodnar
|
|
5712
5868
|
- ​<!-- 27 -->[docs] Improve callouts design (#32709) @danilo-leal
|
|
@@ -5722,9 +5878,9 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
5722
5878
|
- ​<!-- 17 -->[examples] Update remix example's tsconfig with required values (#32723) @michaldudak
|
|
5723
5879
|
- ​<!-- 16 -->[examples] Update to use React 18's createRoot (#32506) @mnajdova
|
|
5724
5880
|
- ​<!-- 10 -->[l10n] Fix typos and translations on arSD and arEG locales (#31848) @shadigaafar
|
|
5725
|
-
- ​<!-- 04 -->[website] Improve communication about MUI
|
|
5881
|
+
- ​<!-- 04 -->[website] Improve communication about MUI X components that are still wip (#32708) @danilo-leal
|
|
5726
5882
|
- ​<!-- 03 -->[website] Remove scrollbar on x-axis (#32291) @MrHBS
|
|
5727
|
-
- ​<!-- 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
|
|
5728
5884
|
- ​<!-- 01 -->[website] Update sponsors (#32725) @oliviertassinari
|
|
5729
5885
|
|
|
5730
5886
|
### Core
|
|
@@ -5744,7 +5900,7 @@ _May 10, 2022_
|
|
|
5744
5900
|
|
|
5745
5901
|
A big thanks to the 27 contributors who made this release possible. Here are some highlights ✨:
|
|
5746
5902
|
|
|
5747
|
-
🛠 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.
|
|
5748
5904
|
Kudos to all contributors!
|
|
5749
5905
|
|
|
5750
5906
|
### `@mui/material@5.7.0`
|
|
@@ -5810,7 +5966,7 @@ Kudos to all contributors!
|
|
|
5810
5966
|
- [docs] Correct links to prevent 301 redirects (#32692) @michaldudak
|
|
5811
5967
|
- [docs] Move, split, and revise "Unstyled components" page (#32562) @samuelsycamore
|
|
5812
5968
|
- [docs] Nest `ListItemButton` in `ListItem` in the Drawer examples (#31987) @stefanprobst
|
|
5813
|
-
- [docs] Apply callouts in the Material
|
|
5969
|
+
- [docs] Apply callouts in the Material UI docs (#32567) @danilo-leal
|
|
5814
5970
|
- [docs] Show product identifier on new X pages (#32657) @cherniavskii
|
|
5815
5971
|
- [docs] Fix copy button childNode not found (#32652) @siriwatknp
|
|
5816
5972
|
- [docs] Split install commands in isolated code blocks (#32566) @danilo-leal
|
|
@@ -5845,7 +6001,7 @@ _May 2, 2022_
|
|
|
5845
6001
|
|
|
5846
6002
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
5847
6003
|
|
|
5848
|
-
- 💅 5 Material
|
|
6004
|
+
- 💅 5 Material UI components were updated to support CSS variables by @ZeeshanTamboli & @vicasas
|
|
5849
6005
|
- And more 🐛 bug fixes and 📚 improvements.
|
|
5850
6006
|
|
|
5851
6007
|
### `@mui/material@5.6.4`
|
|
@@ -5876,18 +6032,18 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5876
6032
|
- ​<!-- 30 -->[docs] SEO fixes (#32515) @oliviertassinari
|
|
5877
6033
|
- ​<!-- 29 -->[docs] Replace `Overriding nested component styles` anchor link with text (#32487) @ZeeshanTamboli
|
|
5878
6034
|
- ​<!-- 28 -->[docs] Update the list of external domains (#32514) @oliviertassinari
|
|
5879
|
-
- ​<!-- 27 -->[docs] Update Material
|
|
6035
|
+
- ​<!-- 27 -->[docs] Update Material UI code snippets for React 18 (#32361) @samuelsycamore
|
|
5880
6036
|
- ​<!-- 26 -->[docs] Base TextareaAutosize style revisions and final review (#32481) @samuelsycamore
|
|
5881
6037
|
- ​<!-- 25 -->[docs] Base ClickAwayListener style revisions and final review (#32156) @samuelsycamore
|
|
5882
6038
|
- ​<!-- 24 -->[docs] Base Button style revisions and final review (#32380) @samuelsycamore
|
|
5883
6039
|
- ​<!-- 23 -->[docs] Base NoSsr style revisions and final review (#32254) @samuelsycamore
|
|
5884
6040
|
- ​<!-- 22 -->[docs] Correctly capitalize Ctrl @oliviertassinari
|
|
5885
|
-
- ​<!-- 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
|
|
5886
6042
|
- ​<!-- 20 -->[docs] Add "Overview" page to Base docs (#32310) @samuelsycamore
|
|
5887
6043
|
- ​<!-- 19 -->[docs] Add copy button to code block (#32390) @siriwatknp
|
|
5888
6044
|
- ​<!-- 18 -->[docs] Base Tabs style revisions and final review (#32423) @samuelsycamore
|
|
5889
6045
|
- ​<!-- 17 -->[docs] Base Popper style revisions and final review (#32412) @samuelsycamore
|
|
5890
|
-
- ​<!-- 16 -->[docs] Improve sidenav for MUI
|
|
6046
|
+
- ​<!-- 16 -->[docs] Improve sidenav for MUI X (#32435) @oliviertassinari
|
|
5891
6047
|
- ​<!-- 15 -->[docs] Don't redirect on deploy preview (#32399) @m4theushw
|
|
5892
6048
|
- ​<!-- 14 -->[docs] A few SEO fixes (#32431) @oliviertassinari
|
|
5893
6049
|
- ​<!-- 13 -->[docs] Update links to the new Group & Pivot pages (#32410) @flaviendelangle
|
|
@@ -5898,7 +6054,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5898
6054
|
|
|
5899
6055
|
### Core
|
|
5900
6056
|
|
|
5901
|
-
- ​<!-- 08 -->[experiment] Add template for testing Material
|
|
6057
|
+
- ​<!-- 08 -->[experiment] Add template for testing Material UI components with CSS variables (#32500) @siriwatknp
|
|
5902
6058
|
|
|
5903
6059
|
All contributors of this release in alphabetical order: @b-novikov-ipersonality, @flaviendelangle, @hbjORbj, @HexM7, @m4theushw, @Martin005, @mongolyy, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas, @ZeeshanTamboli
|
|
5904
6060
|
|
|
@@ -5910,7 +6066,7 @@ _Apr 25, 2022_
|
|
|
5910
6066
|
|
|
5911
6067
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
5912
6068
|
|
|
5913
|
-
- 🛠 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
|
|
5914
6070
|
- And more 🐛 bug fixes and 📚 improvements.
|
|
5915
6071
|
|
|
5916
6072
|
### `@mui/material@5.6.3`
|
|
@@ -6054,7 +6210,7 @@ This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
|
6054
6210
|
- [docs] Remove notifications temporary (#32192) @siriwatknp
|
|
6055
6211
|
- [docs] Redirect to new urls (#32048) @siriwatknp
|
|
6056
6212
|
- [docs] Update Learn page copy and resource list (#31989) @samuelsycamore
|
|
6057
|
-
- [website] Fix wrong MUI
|
|
6213
|
+
- [website] Fix wrong MUI X installation instruction link @oliviertassinari
|
|
6058
6214
|
- [website] Revise homepage copy below the hero section (#31283) @samuelsycamore
|
|
6059
6215
|
- [website] Revise homepage Hero copy for more clarity (#31212) @samuelsycamore
|
|
6060
6216
|
- [website] Give up on promoting roles in our docs @oliviertassinari
|
|
@@ -6076,7 +6232,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
6076
6232
|
|
|
6077
6233
|
- 🧰 Update peer dependencies to support React 18 (#32063) @eps1lon
|
|
6078
6234
|
- 🚀 Added the experimental `CssVarsProvider` in `@mui/material` for generating theme CSS variables (#31138) @mnajdova
|
|
6079
|
-
- 📣 Moved date and time pickers from the lab to MUI
|
|
6235
|
+
- 📣 Moved date and time pickers from the lab to MUI X (#31984) @flaviendelangle
|
|
6080
6236
|
- Several 🐛 bug fixes and 📚 documentation improvements
|
|
6081
6237
|
|
|
6082
6238
|
### `@mui/material@5.6.0`
|
|
@@ -6136,7 +6292,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
6136
6292
|
|
|
6137
6293
|
- ​<!-- 28 -->[core] Update peer deps to support React 18 (#32063) @eps1lon
|
|
6138
6294
|
- ​<!-- 27 -->[core] Fix running docs:api on Windows (#32091) @michaldudak
|
|
6139
|
-
- ​<!-- 26 -->[core] Fix api build script for Base
|
|
6295
|
+
- ​<!-- 26 -->[core] Fix api build script for Base UI (#32081) @siriwatknp
|
|
6140
6296
|
|
|
6141
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
|
|
6142
6298
|
|
|
@@ -6184,7 +6340,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
6184
6340
|
|
|
6185
6341
|
- ​<!-- 03 -->[FocusTrap] Move docs to Base and drop the Unstyled prefix (#31954) @michaldudak
|
|
6186
6342
|
|
|
6187
|
-
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).
|
|
6188
6344
|
|
|
6189
6345
|
```diff
|
|
6190
6346
|
-import { Unstyled_TrapFocus } from '@mui/base';
|
|
@@ -6329,7 +6485,7 @@ A big thanks to the 23 contributors who made this release possible. Here are som
|
|
|
6329
6485
|
- [docs] Refine the product identifier menu (#31262) @danilo-leal
|
|
6330
6486
|
- [docs] Fix Search crash (#31386) @reckter
|
|
6331
6487
|
- [docs] Update TextField multiline description (#31291) @jontewks
|
|
6332
|
-
- [docs] Add gap theme mapping in
|
|
6488
|
+
- [docs] Add gap theme mapping in MUI System properties table (#31382) @danilo-leal
|
|
6333
6489
|
- [docs] Test products search (#31351) @siriwatknp
|
|
6334
6490
|
- [docs] Fix GitHub source links in the demo toolbar (#31339) @PunitSoniME
|
|
6335
6491
|
- [docs] Add Algolia verification code to robot.txt (#31356) @siriwatknp
|
|
@@ -6363,7 +6519,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
6363
6519
|
|
|
6364
6520
|
- ​<!-- 24 -->[ClassNameGenerator] Prevent all `base` imports (#31297) @siriwatknp
|
|
6365
6521
|
|
|
6366
|
-
`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:
|
|
6367
6523
|
|
|
6368
6524
|
```diff
|
|
6369
6525
|
-import { unstable_ClassNameGenerator } from '@mui/material/utils';
|
|
@@ -6528,7 +6684,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
6528
6684
|
- ​<!-- 12 -->[docs] Fix small typo in chips.md (#31092) @cameliaben
|
|
6529
6685
|
- ​<!-- 07 -->[l10n] Add it-IT translation for labelDisplayedRows (#31131) @frab90
|
|
6530
6686
|
- ​<!-- 06 -->[l10n] Add pl-PL translation for labelDisplayedRows (#31088) @ThomasTheHuman
|
|
6531
|
-
- ​<!-- 03 -->[website] Sync MUI
|
|
6687
|
+
- ​<!-- 03 -->[website] Sync MUI X table feature (#30913) @alexfauquette
|
|
6532
6688
|
- ​<!-- 02 -->[website] Prefill source in job application links (#31036) @oliviertassinari
|
|
6533
6689
|
- ​<!-- 01 -->[website] Fix a grammar mistake (#31099) @huyenltnguyen
|
|
6534
6690
|
|
|
@@ -6583,7 +6739,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
6583
6739
|
- [docs] Increase scroll affordance in wide tables (#30713) @danilo-leal
|
|
6584
6740
|
- [docs] Fix look & feel of the Masonry demos (#30971) @oliviertassinari
|
|
6585
6741
|
- [docs] Improve Base component demos (#30884) @danilo-leal
|
|
6586
|
-
- [docs] Use full product names (Material
|
|
6742
|
+
- [docs] Use full product names (Material UI, MUI System) (#30960) @oliviertassinari
|
|
6587
6743
|
- [docs] Prefer useEnhancedEffect to avoid server side warnings (#30977) @mnajdova
|
|
6588
6744
|
- [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
|
|
6589
6745
|
- [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
|
|
@@ -6600,7 +6756,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
6600
6756
|
- [core] Bump date-io version (#31016) @michaldudak
|
|
6601
6757
|
- [core] Fix typo in useSlider (#31061) @ryohey
|
|
6602
6758
|
- [core] Remove unused draft-js types package (#30993) @michaldudak
|
|
6603
|
-
- [test] Test if certain Base members are exported from Material
|
|
6759
|
+
- [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
|
|
6604
6760
|
- [core] Remove dead code (#31064) @oliviertassinari
|
|
6605
6761
|
|
|
6606
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
|
|
@@ -6685,7 +6841,7 @@ _Feb 1, 2022_
|
|
|
6685
6841
|
|
|
6686
6842
|
A big thanks to the 22 contributors who made this release possible. Here are some highlights ✨:
|
|
6687
6843
|
|
|
6688
|
-
- 🛠 @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)
|
|
6689
6845
|
- Number of 🐛 bug fixes and 📚 documentation improvements.
|
|
6690
6846
|
|
|
6691
6847
|
### `@mui/material@5.4.0`
|
|
@@ -6748,7 +6904,7 @@ A big thanks to the 22 contributors who made this release possible. Here are som
|
|
|
6748
6904
|
|
|
6749
6905
|
### Core
|
|
6750
6906
|
|
|
6751
|
-
- ​<!-- 29 -->[core] Clarify the label, to match with MUI
|
|
6907
|
+
- ​<!-- 29 -->[core] Clarify the label, to match with MUI X (#30831) @oliviertassinari
|
|
6752
6908
|
- ​<!-- 26 -->[core] Remove none code related instructions from git (#30843) @oliviertassinari
|
|
6753
6909
|
- ​<!-- 25 -->[core] Fix typos in comments for scripts (#30809) @aefox
|
|
6754
6910
|
- ​<!-- 24 -->[core] Fix 301 link in the blog @oliviertassinari
|
|
@@ -6864,7 +7020,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
6864
7020
|
- [docs] Fix migration guides for versions older than v4 (#30595) @kkirsche
|
|
6865
7021
|
- [docs] Inform about specific files for DataGrid locales (#30411) @alexfauquette
|
|
6866
7022
|
- [docs] jss-to-tss migration advise to drop clsx in favor of cx (#30527) @garronej
|
|
6867
|
-
- [docs] Fix integration with MUI
|
|
7023
|
+
- [docs] Fix integration with MUI X (#30593) @oliviertassinari
|
|
6868
7024
|
- [docs] Adding peer dependencies explanation on @mui/lab README.md (#30532) @glaucoheitor
|
|
6869
7025
|
- [docs] Add missing quote in migration docs (#30587) @Atralbus
|
|
6870
7026
|
- [docs] Update link to Doit sponsor (#30586) @oliviertassinari
|
|
@@ -7015,7 +7171,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
7015
7171
|
|
|
7016
7172
|
### Core
|
|
7017
7173
|
|
|
7018
|
-
- ​<!-- 28 -->[core] Rename Material
|
|
7174
|
+
- ​<!-- 28 -->[core] Rename Material UI to MUI (#30338) @ZeeshanTamboli
|
|
7019
7175
|
- ​<!-- 23 -->[core] Fix warning in dev mode (#30368) @oliviertassinari
|
|
7020
7176
|
- ​<!-- 22 -->[core] Update `buildApi` script to support new structure (#30245) @siriwatknp
|
|
7021
7177
|
|
|
@@ -7307,7 +7463,7 @@ _Nov 25, 2021_
|
|
|
7307
7463
|
|
|
7308
7464
|
A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
7309
7465
|
|
|
7310
|
-
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.
|
|
7311
7467
|
|
|
7312
7468
|
- ​<!-- 10 -->[AppBar][docs] Add a fully responsive demo to docs (#29829) @karakib2k18
|
|
7313
7469
|
- ​<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
|
|
@@ -7378,7 +7534,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
7378
7534
|
|
|
7379
7535
|
### Docs
|
|
7380
7536
|
|
|
7381
|
-
- [blog] MUI
|
|
7537
|
+
- [blog] MUI X v5 blog post (#29590) @DanailH
|
|
7382
7538
|
- [blog] Polish the Benny Joo joins MUI post (#29697) @oliviertassinari
|
|
7383
7539
|
- [changelog] Explain why we do breaking changes @oliviertassinari
|
|
7384
7540
|
- [core] Update latest issue template for codesandbox CI (#29783) @eps1lon
|
|
@@ -7430,7 +7586,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
7430
7586
|
|
|
7431
7587
|
- ​<!-- 27 -->[core] Rename mui/core to mui/base (#29585) @michaldudak
|
|
7432
7588
|
|
|
7433
|
-
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.
|
|
7434
7590
|
|
|
7435
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.
|
|
7436
7592
|
|
|
@@ -7446,7 +7602,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
7446
7602
|
|
|
7447
7603
|
### Docs
|
|
7448
7604
|
|
|
7449
|
-
- ​<!-- 25 -->[docs] Correct bundler configuration for using legacy
|
|
7605
|
+
- ​<!-- 25 -->[docs] Correct bundler configuration for using legacy Material UI build (#29146) @petermikitsh
|
|
7450
7606
|
- ​<!-- 24 -->[docs] Fix typo on autocomplete.md (#29570) @netizer
|
|
7451
7607
|
- ​<!-- 23 -->[docs] Fix dark mode on branding pages (#29611) @alexfauquette
|
|
7452
7608
|
- ​<!-- 22 -->[docs] Do not render CSS section in API docs navbar if there are no CSS classes (#29622) @ZeeshanTamboli
|
|
@@ -7458,7 +7614,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
7458
7614
|
- ​<!-- 16 -->[docs] Remove svg logos from the Support page (#29431) @oliviertassinari
|
|
7459
7615
|
- ​<!-- 15 -->[docs] Link UXPin integration (#29422) @oliviertassinari
|
|
7460
7616
|
- ​<!-- 14 -->[docs] Link to the new public roadmap for the design kits (#29433) @oliviertassinari
|
|
7461
|
-
- ​<!-- 28 -->[docs] correct bundler configuration for using legacy
|
|
7617
|
+
- ​<!-- 28 -->[docs] correct bundler configuration for using legacy Material UI build (#29146) @petermikitsh
|
|
7462
7618
|
- ​<!-- 01 -->[website] Fix premium plan release date (#29430) @oliviertassinari
|
|
7463
7619
|
- ​<!-- 02 -->[website] Add GitHub icon button to the navbar (#29640) @danilo-leal
|
|
7464
7620
|
- ​<!-- 39 -->[blog] Support many authors in markdown pages (#29633) @m4theushw
|
|
@@ -7572,7 +7728,7 @@ A big thanks to the 33 contributors who made this release possible. Here are som
|
|
|
7572
7728
|
- ​<!-- 61 -->[core] Convert a named color to lowercase (#29465) @ainatenhi
|
|
7573
7729
|
- ​<!-- 60 -->[core] Allow to reuse functions from `docs:api` (#28828) @m4theushw
|
|
7574
7730
|
- ​<!-- 59 -->[core] Commit new nextjs 12 tsconfig (#29458) @eps1lon
|
|
7575
|
-
- ​<!-- 58 -->[core] Settle on MUI
|
|
7731
|
+
- ​<!-- 58 -->[core] Settle on MUI X for the official name (#29420) @oliviertassinari
|
|
7576
7732
|
- ​<!-- 57 -->[core] Add mui as a npm keyword (#29427) @oliviertassinari
|
|
7577
7733
|
- ​<!-- 56 -->[core] Fix issue template redirection (#29432) @oliviertassinari
|
|
7578
7734
|
- ​<!-- 55 -->[core] Remove unecessary destructuration (#29354) @oliviertassinari
|
|
@@ -7932,7 +8088,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
7932
8088
|
- ​<!-- 30 -->[docs] Update caret position in comments to match npm scope (#28426) @eps1lon
|
|
7933
8089
|
- ​<!-- 29 -->[docs] Fix CONTRIBUTING to point out to master as targeted branch (#28396) @mnajdova
|
|
7934
8090
|
- ​<!-- 28 -->[docs] Update examples to remove 'beta' (#28475) @oliviertassinari
|
|
7935
|
-
- ​<!-- 27 -->[docs] Fix 404 links to MUI
|
|
8091
|
+
- ​<!-- 27 -->[docs] Fix 404 links to MUI X API (#28176) @oliviertassinari
|
|
7936
8092
|
- ​<!-- 26 -->[docs] Fix broken/incorrect attributes links in Avatar and NativeSelect API pages (#28417) @xenostar
|
|
7937
8093
|
- ​<!-- 25 -->[docs] Explain how `<Alert icon={false} />` behaves (#28348) @nguyenkhanhnam
|
|
7938
8094
|
- ​<!-- 24 -->[docs] Fix typo in /system/the-sx-prop (#28393) @danwoods
|
|
@@ -7976,7 +8132,7 @@ All contributors of this release in alphabetical order: @breitembach, @chetrit,
|
|
|
7976
8132
|
|
|
7977
8133
|
_Sep 16, 2021_
|
|
7978
8134
|
|
|
7979
|
-
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/)!
|
|
7980
8136
|
|
|
7981
8137
|
Some statistics with the released of v5.0.0 compared to the one of v4.0.0:
|
|
7982
8138
|
|
|
@@ -8011,10 +8167,10 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
|
|
|
8011
8167
|
|
|
8012
8168
|
### Docs
|
|
8013
8169
|
|
|
8014
|
-
- ​<!-- 38 -->[blog] Introducing MUI
|
|
8170
|
+
- ​<!-- 38 -->[blog] Introducing MUI Core v5.0 (#27912) @oliviertassinari
|
|
8015
8171
|
- ​<!-- 08 -->[docs] Fix quotes in font-face literal (#28260) @Aurelain
|
|
8016
8172
|
- ​<!-- 07 -->[docs] Update redirects to X's docs (#28263) @m4theushw
|
|
8017
|
-
- ​<!-- 06 -->[docs] Change Material
|
|
8173
|
+
- ​<!-- 06 -->[docs] Change Material UI to MUI in the console (#28270) @mbrookes
|
|
8018
8174
|
- ​<!-- 05 -->[docs] Docs redesign adjustments (#28203) @mnajdova
|
|
8019
8175
|
- ​<!-- 04 -->[docs] How to compose theme in steps (#28246) @goncalovf
|
|
8020
8176
|
- ​<!-- 03 -->[docs] Fix DataGrid demo console warning in Table docs (#28235) @ZeeshanTamboli
|
|
@@ -8035,7 +8191,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
|
|
|
8035
8191
|
|
|
8036
8192
|
### Core
|
|
8037
8193
|
|
|
8038
|
-
- ​<!-- 12 -->[core] Replace Material
|
|
8194
|
+
- ​<!-- 12 -->[core] Replace Material UI with MUI (#28243) @mnajdova
|
|
8039
8195
|
- ​<!-- 11 -->[core] Prepare for v5 stable release (#28240) @mnajdova
|
|
8040
8196
|
- ​<!-- 10 -->[core] Mark lines that needs to be changed with a major release (#28238) @mnajdova
|
|
8041
8197
|
- ​<!-- 18 -->[core] Various updates to what we consider the default branch (#28328) @eps1lon
|
|
@@ -8096,7 +8252,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
8096
8252
|
- ​<!-- 29 -->[docs] Improve docs for creating dark theme (#28104) @mnajdova
|
|
8097
8253
|
- ​<!-- 28 -->[docs] Don't use Material theme in unstyled demos (#28073) @michaldudak
|
|
8098
8254
|
- ​<!-- 27 -->[docs] Fix api doc import example (#28199) @siriwatknp
|
|
8099
|
-
- ​<!-- 26 -->[docs] Remove demo for re-creating Material
|
|
8255
|
+
- ​<!-- 26 -->[docs] Remove demo for re-creating Material UI switches (#28042) @eps1lon
|
|
8100
8256
|
- ​<!-- 25 -->[docs] Improve legibility of CTA on landing page (#28124) @akashshyamdev
|
|
8101
8257
|
- ​<!-- 24 -->[docs] Fix Link outdated default underline prop (#28134) @outofgamut
|
|
8102
8258
|
- ​<!-- 23 -->[docs] Fix branding theme leaking on the templates (#28120) @mnajdova
|
|
@@ -8584,7 +8740,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
8584
8740
|
### Docs
|
|
8585
8741
|
|
|
8586
8742
|
- ​<!-- 56 -->[docs] Display Popper arrow correctly (#27339) @Patil2099
|
|
8587
|
-
- ​<!-- 53 -->[docs] Focus pickers introduction on Material
|
|
8743
|
+
- ​<!-- 53 -->[docs] Focus pickers introduction on Material UI (#27394) @eps1lon
|
|
8588
8744
|
- ​<!-- 51 -->[docs] Fix wrong import path in @material-ui/styles section (#27427) @WeldonTan
|
|
8589
8745
|
- ​<!-- 47 -->[docs] Update color imports (#27321) @siriwatknp
|
|
8590
8746
|
- ​<!-- 38 -->[docs] Sync params of callbacks between types and JSDoc description (#27366) @eps1lon
|
|
@@ -8727,7 +8883,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
8727
8883
|
- [test] Update tests with latest state of StrictMode compatibility (#27042) @eps1lon
|
|
8728
8884
|
- [test] Use DOM events instead of mocked, partial events (#27198) @eps1lon
|
|
8729
8885
|
- [website] Open 4 new roles (#27123) @oliviertassinari
|
|
8730
|
-
- [blog] Danilo Leal joins Material
|
|
8886
|
+
- [blog] Danilo Leal joins Material UI (#27231) @oliviertassinari
|
|
8731
8887
|
|
|
8732
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
|
|
8733
8889
|
|
|
@@ -9164,7 +9320,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
|
|
|
9164
9320
|
|
|
9165
9321
|
### Docs
|
|
9166
9322
|
|
|
9167
|
-
- ​<!-- 20 -->[blog] Michał Dudak joins Material
|
|
9323
|
+
- ​<!-- 20 -->[blog] Michał Dudak joins Material UI (#26700) @oliviertassinari
|
|
9168
9324
|
- ​<!-- 27 -->[docs] Migrate onepirate premium template to emotion part2 (#26707) @vicasas
|
|
9169
9325
|
- ​<!-- 24 -->[docs] Fix TextField demo layout (#26710) @vicasas
|
|
9170
9326
|
- ​<!-- 19 -->[docs] Improve Paperbase demo (#26711) @oliviertassinari
|
|
@@ -9452,7 +9608,7 @@ We are progressively moving all modules that are relevant to styling custom desi
|
|
|
9452
9608
|
- [test] Move ClockPicker tests to ClockPicker.test (#26407) @eps1lon
|
|
9453
9609
|
- [test] setProps from createPickerRender should set props on the rendered element (#26405) @eps1lon
|
|
9454
9610
|
- [utils] Convert useId to TypeScript (#26491) @eps1lon
|
|
9455
|
-
- [website] Add Material
|
|
9611
|
+
- [website] Add Material UI X page (#25794) @DanailH
|
|
9456
9612
|
- [website] Add open application section (#26501) @oliviertassinari
|
|
9457
9613
|
- [website] Add Siriwat to team page (#26406) @siriwatknp
|
|
9458
9614
|
|
|
@@ -9711,7 +9867,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
9711
9867
|
|
|
9712
9868
|
- ​<!-- 51 -->[Box] Remove render prop (#26113) @m4theushw
|
|
9713
9869
|
|
|
9714
|
-
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:
|
|
9715
9871
|
|
|
9716
9872
|
```diff
|
|
9717
9873
|
-<Box sx={{ border: '1px dashed grey' }}>
|
|
@@ -10327,7 +10483,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
10327
10483
|
- ​<!-- 03 -->[docs] Add interoperability section for Portal (#25575) @mnajdova
|
|
10328
10484
|
- ​<!-- 01 -->[docs] Fix side nav scroll position (#25619) @misaka3
|
|
10329
10485
|
- ​<!-- 30 -->[website] Q1 2021 Update (#25591) @oliviertassinari
|
|
10330
|
-
- ​<!-- 04 -->[website] Matheus Wichman joins Material
|
|
10486
|
+
- ​<!-- 04 -->[website] Matheus Wichman joins Material UI (#25590) @oliviertassinari
|
|
10331
10487
|
|
|
10332
10488
|
### Core
|
|
10333
10489
|
|
|
@@ -10831,7 +10987,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
10831
10987
|
2. @vicasas x5
|
|
10832
10988
|
3. @kodai3 x4
|
|
10833
10989
|
|
|
10834
|
-
- 📐 Add a subset of
|
|
10990
|
+
- 📐 Add a subset of MUI System as flattened props on `Typography` (#24496) @mnajdova.
|
|
10835
10991
|
Now, you can do:
|
|
10836
10992
|
|
|
10837
10993
|
```jsx
|
|
@@ -10848,7 +11004,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
10848
11004
|
- Increase the minimum version of TypeScript supported from v3.2 to v3.5. (#24795) @petyosi
|
|
10849
11005
|
|
|
10850
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).
|
|
10851
|
-
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.
|
|
10852
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).
|
|
10853
11009
|
|
|
10854
11010
|
#### Changes
|
|
@@ -10998,7 +11154,7 @@ A big thanks to the 23 contributors who made this release possible. Here are som
|
|
|
10998
11154
|
- 👩🎤 Convert 31 components to emotion. Around 40% of the components have been migrated so far thanks to the help of the community.
|
|
10999
11155
|
- 🐛 Fix two long-standing issues with the Grid. Solve the horizontal scrollbar as well as dimensions when nesting (#24332) @greguintow.
|
|
11000
11156
|
- 📚 Fix various display issues on API documentation pages (#24526, #24503, #24504. #24517, #24417).
|
|
11001
|
-
- 📐 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.
|
|
11002
11158
|
|
|
11003
11159
|
```jsx
|
|
11004
11160
|
<Box m={2}>
|
|
@@ -11081,7 +11237,7 @@ A big thanks to the 23 contributors who made this release possible. Here are som
|
|
|
11081
11237
|
- ​<!-- 70 -->[docs] Add API of picker components (#24497) @eps1lon
|
|
11082
11238
|
- ​<!-- 63 -->[examples] Add `locale` prop to the Nextjs Link component (#24596) @CyanoFresh
|
|
11083
11239
|
- ​<!-- 52 -->[docs] List required props first in /api/\* (#24526) @eps1lon
|
|
11084
|
-
- ​<!-- 45 -->[docs] Mention
|
|
11240
|
+
- ​<!-- 45 -->[docs] Mention MUI System props when available in the API pages (#24503) @mnajdova
|
|
11085
11241
|
- ​<!-- 43 -->[docs] Improve system properties page (#24524) @mnajdova
|
|
11086
11242
|
- ​<!-- 42 -->[docs] Fix malformed component API description (#24504) @eps1lon
|
|
11087
11243
|
- ​<!-- 41 -->[docs] Fix ToC "Component name" fragment link on /api/\* (#24517) @eps1lon
|
|
@@ -11564,7 +11720,7 @@ _Dec 3, 2020_
|
|
|
11564
11720
|
|
|
11565
11721
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
11566
11722
|
|
|
11567
|
-
- Fix most of the issues with
|
|
11723
|
+
- Fix most of the issues with MUI System (#23716, #23635, #23737, #23733, #23700, #23688) @mnajdova.
|
|
11568
11724
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
11569
11725
|
|
|
11570
11726
|
### `@material-ui/core@v5.0.0-alpha.18`
|
|
@@ -11657,7 +11813,7 @@ _Nov 23, 2020_
|
|
|
11657
11813
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
11658
11814
|
|
|
11659
11815
|
- 📚 Improve the IntelliSense support for the `sx` prop (#23599) @mnajdova.
|
|
11660
|
-
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`:
|
|
11661
11817
|
|
|
11662
11818
|

|
|
11663
11819
|
|
|
@@ -11787,19 +11943,19 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
11787
11943
|
|
|
11788
11944
|
### Docs
|
|
11789
11945
|
|
|
11790
|
-
- [docs] Add advanced page for
|
|
11946
|
+
- [docs] Add advanced page for MUI System (#23596) @mnajdova
|
|
11791
11947
|
- [docs] Add docs for typography in system (#23510) @oliviertassinari
|
|
11792
11948
|
- [docs] API pages i18n (#23214) @mbrookes
|
|
11793
11949
|
- [docs] Create pickers migration guide (#23605) @dmtrKovalenko
|
|
11794
11950
|
- [docs] Enable TS language service for docs/src (#23576) @eps1lon
|
|
11795
|
-
- [docs] Explain the information listed on
|
|
11951
|
+
- [docs] Explain the information listed on MUI System properties page (#23566) @mnajdova
|
|
11796
11952
|
- [docs] Fix /api client-side routing (#23586) @eps1lon
|
|
11797
11953
|
- [docs] Fix the Box section title on migration-v4 guide (#23679) @claudioldf
|
|
11798
11954
|
- [docs] Generate default values for docs from the unstyled components (#23614) @mnajdova
|
|
11799
11955
|
- [docs] Increase printWidth from 80 to 85(#23512) @eps1lon
|
|
11800
11956
|
- [docs] Prevent layout jumps from img loading in system demo (#23504) @eps1lon
|
|
11801
11957
|
- [docs] Remove controlled Tooltip example in Slider (#23625) @micsidoruk
|
|
11802
|
-
- [docs] Remove dead demos in
|
|
11958
|
+
- [docs] Remove dead demos in MUI System basics page (#23565) @mnajdova
|
|
11803
11959
|
- [docs] Replace emotion-server packages with @emotion/server (#23557) @numToStr
|
|
11804
11960
|
- [docs] Sync translations (#23648) @l10nbot
|
|
11805
11961
|
|
|
@@ -11828,7 +11984,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
11828
11984
|
|
|
11829
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.
|
|
11830
11986
|
|
|
11831
|
-
- 📚 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.
|
|
11832
11988
|
- 👩🎨 Upgrade emotion to v11 (#23007) @mnajdova.
|
|
11833
11989
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
11834
11990
|
|
|
@@ -11895,12 +12051,12 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
11895
12051
|
- [docs] Fix links being opened when dismissing context menus (#23491) @eps1lon
|
|
11896
12052
|
- [docs] Fix the Netlify proxy for localization of X (#23387) @oliviertassinari
|
|
11897
12053
|
- [docs] Fix usage of palette.type instead of palette.mode in docs (#23414) @hubgit
|
|
11898
|
-
- [docs] Improve documentation of
|
|
12054
|
+
- [docs] Improve documentation of MUI System (#23294) @mnajdova
|
|
11899
12055
|
- [docs] Improve feedback a11y (#23459) @eps1lon
|
|
11900
|
-
- [docs] Improve formatting of
|
|
12056
|
+
- [docs] Improve formatting of MUI System (#23509) @oliviertassinari
|
|
11901
12057
|
- [docs] Improve migration guide for theme.palette (#23416) @hubgit
|
|
11902
12058
|
- [docs] Mention delay instead of transition twice (#23393) @benmneb
|
|
11903
|
-
- [docs] Prepare Material
|
|
12059
|
+
- [docs] Prepare Material UI X (#1893) @oliviertassinari
|
|
11904
12060
|
- [docs] Redirect legacy GridList pages to ImageList (#23456) @eps1lon
|
|
11905
12061
|
- [docs] Remove redundant aria-label when wrapped in Tooltip (#23455) @eps1lon
|
|
11906
12062
|
- [docs] Sync translations (#23316) @l10nbot
|
|
@@ -11928,19 +12084,19 @@ _Nov 4, 2020_
|
|
|
11928
12084
|
A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
|
|
11929
12085
|
|
|
11930
12086
|
- ⚛️ Add support for React 17 (#23311) @eps1lon.
|
|
11931
|
-
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`.
|
|
11932
12088
|
- 🛠 Introduce a new `@material-ui/unstyled` package (#23270) @mnajdova.
|
|
11933
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.
|
|
11934
12090
|
|
|
11935
12091
|
**Why an unstyled package?**
|
|
11936
12092
|
|
|
11937
|
-
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.
|
|
11938
12094
|
|
|
11939
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).
|
|
11940
12096
|
|
|
11941
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).
|
|
11942
12098
|
|
|
11943
|
-
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).
|
|
11944
12100
|
|
|
11945
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.
|
|
11946
12102
|
|
|
@@ -12004,8 +12160,8 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
12004
12160
|
### Docs
|
|
12005
12161
|
|
|
12006
12162
|
- [Transition] Document default appear value (#23221) @GuilleDF
|
|
12007
|
-
- [blog] Danail Hadjiatanasov joins Material
|
|
12008
|
-
- [docs] Add Material
|
|
12163
|
+
- [blog] Danail Hadjiatanasov joins Material UI (#23223) @oliviertassinari
|
|
12164
|
+
- [docs] Add Material UI Builder to in-house ads (#23342) @mbrookes
|
|
12009
12165
|
- [docs] Fix a few typos and add comma (#23284) @reedanders
|
|
12010
12166
|
- [docs] Fix few propTypes in Inputs (#23331) @youknowhat
|
|
12011
12167
|
- [docs] Fix language cookie (#23324) @mbrookes
|
|
@@ -12041,8 +12197,8 @@ A big thanks to the 23 contributors who made this release possible.
|
|
|
12041
12197
|
Here are some highlights ✨:
|
|
12042
12198
|
|
|
12043
12199
|
- 💄 Introduce a new `sx` prop (#23053, #23205) @mnajdova
|
|
12044
|
-
We have resumed the work on Material
|
|
12045
|
-
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.
|
|
12046
12202
|
|
|
12047
12203
|
The system is meant to solve the following problems:
|
|
12048
12204
|
|
|
@@ -12051,10 +12207,10 @@ Here are some highlights ✨:
|
|
|
12051
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?
|
|
12052
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?
|
|
12053
12209
|
|
|
12054
|
-
This new iteration of
|
|
12210
|
+
This new iteration of MUI System brings two major improvements:
|
|
12055
12211
|
|
|
12056
12212
|
- It moves from the support of a subset of CSS to the support of a superset of CSS.
|
|
12057
|
-
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.
|
|
12058
12214
|
- It moves from support on Box only to any core component (starting with the slider).
|
|
12059
12215
|
|
|
12060
12216
|
```jsx
|
|
@@ -12214,7 +12370,7 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
12214
12370
|
Here are some highlights ✨:
|
|
12215
12371
|
|
|
12216
12372
|
- 📦 Ship modern bundle (#22814) @eps1lon.
|
|
12217
|
-
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.
|
|
12218
12374
|
The previous policy was defined 2 years ago, and the landscape has evolved since then. The package now includes 4 bundles:
|
|
12219
12375
|
|
|
12220
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"`
|
|
@@ -12764,7 +12920,7 @@ More documentation are coming.
|
|
|
12764
12920
|
- [docs] Add ui-schema in related projects (#22644) @elbakerino
|
|
12765
12921
|
- [docs] Avoid confusion between layout grid and data grid (#22681) @oliviertassinari
|
|
12766
12922
|
- [docs] Batch small changes (#22646) @oliviertassinari
|
|
12767
|
-
- [docs] Configuring redirects for MUI
|
|
12923
|
+
- [docs] Configuring redirects for MUI X (#22632) @dtassone
|
|
12768
12924
|
- [docs] Customized hook at Autocomplete issue in dark mode (#22605) @hmaddisb
|
|
12769
12925
|
- [docs] Encourage DataGrid in /components/tables/ over alternatives (#22637) @oliviertassinari
|
|
12770
12926
|
- [docs] Fix emotion broken in SSR (#22731) @mnajdova
|
|
@@ -12869,7 +13025,7 @@ Here are some highlights ✨:
|
|
|
12869
13025
|
|
|
12870
13026
|
- [theme] Remove palette.text.hint key (#22537) @mbrookes
|
|
12871
13027
|
|
|
12872
|
-
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.
|
|
12873
13029
|
You can use `adaptV4Theme()` to restore the previous behavior.
|
|
12874
13030
|
|
|
12875
13031
|
#### Changes
|
|
@@ -13287,7 +13443,7 @@ A big thanks to the 26 contributors who made this release possible.
|
|
|
13287
13443
|
Here are some highlights ✨:
|
|
13288
13444
|
|
|
13289
13445
|
- 💅 Introduce a new dynamic variant API (#21648) @mnajdova.
|
|
13290
|
-
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.
|
|
13291
13447
|
For instance with the Button:
|
|
13292
13448
|
|
|
13293
13449
|
```tsx
|