@mui/icons-material 5.15.5 → 5.15.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +401 -249
- package/README.md +2 -2
- package/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,158 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## v5.15.7
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.15.6..master -->
|
|
6
|
+
|
|
7
|
+
_Jan 31, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 21 contributors who made this release possible.
|
|
10
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
11
|
+
|
|
12
|
+
### `@mui/material@5.15.7`
|
|
13
|
+
|
|
14
|
+
- ​<!-- 55 -->[Select] Fix to show notched outline when `displayEmpty` (#40865) @ZeeshanTamboli
|
|
15
|
+
- ​<!-- 51 -->[Avatar] Improve fallback when `children` is empty string or boolean (#40766) @mirus-ua
|
|
16
|
+
- ​<!-- 50 -->[AvatarGroup] Refactor component thereby fixing custom spacing logic (#40686) @ZeeshanTamboli
|
|
17
|
+
|
|
18
|
+
### `@mui/codemod@5.15.7`
|
|
19
|
+
|
|
20
|
+
- ​<!-- 38 -->Add accordion props deprecation (#40771) @siriwatknp
|
|
21
|
+
|
|
22
|
+
### `@mui/system@5.15.7`
|
|
23
|
+
|
|
24
|
+
- ​<!-- 56 -->[zero-runtime] Use lodash instead of its subpackages (#40868) @michaldudak
|
|
25
|
+
- ​<!-- 19 -->Add `applyStyles()` to theme (#40667) @siriwatknp
|
|
26
|
+
- ​<!-- 02 -->[zero] Use `theme.applyStyles` in the demo app (#40787) @siriwatknp
|
|
27
|
+
- ​<!-- 01 -->[zero] Add `useThemeProps` processor (#40648) @siriwatknp
|
|
28
|
+
|
|
29
|
+
### `@mui/utils@5.15.7`
|
|
30
|
+
|
|
31
|
+
- ​<!-- 16 -->[core] Remove unnecessary default export (#40788) @siriwatknp
|
|
32
|
+
- ​<!-- 15 -->[core] Convert all exports to modules (#39882) @mnajdova
|
|
33
|
+
- ​<!-- 20 -->[perf] Prevent unneeded `clearTimeout` calls (#39060) @romgrk
|
|
34
|
+
|
|
35
|
+
### `@mui/base@5.0.0-beta.34`
|
|
36
|
+
|
|
37
|
+
- ​<!-- 48 -->[Input] Add OTP input demo (#40539) @sai6855
|
|
38
|
+
- ​<!-- 47 -->[Menu] Focus last item after opening a menu using up arrow (#40764) @Jaswanth-Sriram-Veturi
|
|
39
|
+
- ​<!-- 46 -->[Menu] Focus Menu Items on hover (#40755) @michaldudak
|
|
40
|
+
|
|
41
|
+
### `@mui/joy@5.0.0-beta.25`
|
|
42
|
+
|
|
43
|
+
- ​<!-- 22 -->Change the color scheme type to `SupportedColorScheme` (#40776) @Nikhilh26
|
|
44
|
+
|
|
45
|
+
### `@mui/lab@5.0.0-alpha.163`
|
|
46
|
+
|
|
47
|
+
- ​<!-- 21 -->[TabContext] Support number type in `value` (#40829) @srinidhi9831
|
|
48
|
+
|
|
49
|
+
### Docs
|
|
50
|
+
|
|
51
|
+
- ​<!-- 53 -->[material-ui] Fix typo on styled-components guide (#40858) @dancielos
|
|
52
|
+
- ​<!-- 49 -->[base-ui] Fix CSS vars from the plain CSS theme stylesheet (#40762) @zanivan
|
|
53
|
+
- ​<!-- 31 -->[material-ui][Divider] Remove light prop references from docs (#40782) @sai6855
|
|
54
|
+
- ​<!-- 30 -->Fix build @oliviertassinari
|
|
55
|
+
- ​<!-- 29 -->Add support pages for each product @oliviertassinari
|
|
56
|
+
- ​<!-- 28 -->Add survey banner to docs and website (#40553) @joserodolfofreitas
|
|
57
|
+
- ​<!-- 24 -->[Menu] Fix hydration mismatch error on Base UI's Menu docs (#40758) @michaldudak
|
|
58
|
+
- ​<!-- 25 -->[material-nextjs] Add theming and configuration content to the page (#40626) @siriwatknp
|
|
59
|
+
|
|
60
|
+
### Core
|
|
61
|
+
|
|
62
|
+
- ​<!-- 54 -->[website] Move `React Engineer - X` into the future roles section (#40867) @DanailH
|
|
63
|
+
- ​<!-- 52 -->[material-ui][test][Alert] Add action, icon, and iconMapping tests (#40682) @DiegoAndai
|
|
64
|
+
- ​<!-- 45 -->[blog] Lint duplicate h1 on the page (#40835) @oliviertassinari
|
|
65
|
+
- ​<!-- 44 -->[blog] MUI X v7 beta announcement blogpost (#40784) @joserodolfofreitas
|
|
66
|
+
- ​<!-- 43 -->[code-infra] Remove custom TS installation script (#40636) @michaldudak
|
|
67
|
+
- ​<!-- 42 -->[code-infra] Correct API Docs Builder dependencies (#40775) @michaldudak
|
|
68
|
+
- ​<!-- 41 -->[code-infra] Migrate to prettier async APIs (#40668) @Janpot
|
|
69
|
+
- ​<!-- 40 -->[code-infra] Refined docs generation (#40603) @alexfauquette
|
|
70
|
+
- ​<!-- 39 -->[code-infra] Explain how to install the browsers (#40474) @oliviertassinari
|
|
71
|
+
- ​<!-- 37 -->`missingKeyGenerator` do no longer exist (#40830) @oliviertassinari
|
|
72
|
+
- ​<!-- 36 -->Rely on immutable ref when possible (#40831) @oliviertassinari
|
|
73
|
+
- ​<!-- 35 -->Remove deprecated `@types/markdown-to-jsx` package from docs (#40828) @ZeeshanTamboli
|
|
74
|
+
- ​<!-- 34 -->Remove unneeded `@slack/web-api` package (#40840) @ZeeshanTamboli
|
|
75
|
+
- ​<!-- 33 -->Clarify TODO instruction @oliviertassinari
|
|
76
|
+
- ​<!-- 32 -->Remove unneeded use-clients (#40663) @oliviertassinari
|
|
77
|
+
- ​<!-- 27 -->[docs-infra] Fix anchor link hook (#40836) @oliviertassinari
|
|
78
|
+
- ​<!-- 26 -->[docs-infra] Avoid layout shift on docs-pages (#40749) @oliviertassinari
|
|
79
|
+
- ​<!-- 23 -->[examples] Fix build on Next.js Pages Router examples (#40665) @oliviertassinari
|
|
80
|
+
- ​<!-- 18 -->[test] Speed up the envinfo test (#40669) @michaldudak
|
|
81
|
+
- ​<!-- 17 -->[typescript-to-proptypes] Allow to represent dates as `PropTypes.object` (#40774) @flaviendelangle
|
|
82
|
+
- ​<!-- 14 -->[website] Add new Base UI role (#40773) @colmtuite
|
|
83
|
+
- ​<!-- 13 -->[website] Fix a couple of rough edges (#40849) @danilo-leal
|
|
84
|
+
- ​<!-- 12 -->[website] Small polishing after latest changes to the theme (#40846) @zanivan
|
|
85
|
+
- ​<!-- 11 -->[website] Polish some pages and stray components (#40797) @danilo-leal
|
|
86
|
+
- ​<!-- 10 -->[website] Refine the careers page slightly (#40793) @danilo-leal
|
|
87
|
+
- ​<!-- 09 -->[website] Fix missing key on the Testimonials section (#40791) @Janpot
|
|
88
|
+
- ​<!-- 08 -->[website] Fix Footer layout shift (#40786) @oliviertassinari
|
|
89
|
+
- ​<!-- 07 -->[website] Revamp the testimonial section in the homepage (#40752) @danilo-leal
|
|
90
|
+
- ​<!-- 06 -->[website] Fix pricing license model toggle style (#40747) @oliviertassinari
|
|
91
|
+
- ​<!-- 05 -->[website] Fine-tune colors and styles on the branding theme (#40751) @danilo-leal
|
|
92
|
+
- ​<!-- 04 -->[website] Fix Toggle Button styles in the homepage demos (#40744) @mohamedsaiedd
|
|
93
|
+
- ​<!-- 03 -->[website] Update stats on the testimonials section (#40769) @EyaOuenniche
|
|
94
|
+
|
|
95
|
+
All contributors of this release in alphabetical order: @alexfauquette, @colmtuite, @danilo-leal, @DiegoAndai, @EyaOuenniche, @flaviendelangle, @Janpot, @Jaswanth-Sriram-Veturi, @joserodolfofreitas, @michaldudak, @mirus-ua, @mnajdova, @mohamedsaiedd, @Nikhilh26, @oliviertassinari, @romgrk, @sai6855, @siriwatknp, @srinidhi9831, @zanivan, @ZeeshanTamboli
|
|
96
|
+
|
|
97
|
+
## v5.15.6
|
|
98
|
+
|
|
99
|
+
<!-- generated comparing v5.15.5..master -->
|
|
100
|
+
|
|
101
|
+
_Jan 22, 2024_
|
|
102
|
+
|
|
103
|
+
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
104
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
105
|
+
|
|
106
|
+
### `@mui/material@5.15.6`
|
|
107
|
+
|
|
108
|
+
- ​<!-- 29 -->[Avatar] Use variants api (#40324) @mnajdova
|
|
109
|
+
- ​<!-- 27 -->[TablePagination] Accept readonly array for `rowsPerPageOptions` prop (#40481) @pcorpet
|
|
110
|
+
- ​<!-- 06 -->[PaginationItem] Deprecate classes for v6 (#40673) @sai6855
|
|
111
|
+
- ​<!-- 05 -->[Rating] Fix rating width via min-content (#40503) @devhik0
|
|
112
|
+
|
|
113
|
+
### `@mui/base@5.0.0-beta.33`
|
|
114
|
+
|
|
115
|
+
- ​<!-- 26 -->[Select] Fix display of selected Options with rich content (#40689) @michaldudak
|
|
116
|
+
- ​<!-- 25 -->[Select] Use Popup instead of Popper (#40524) @michaldudak
|
|
117
|
+
- ​<!-- 26 -->[useMenuButton] Fix non native button triggers (#40645) @DiegoAndai
|
|
118
|
+
|
|
119
|
+
### `@mui/system@5.15.6`
|
|
120
|
+
|
|
121
|
+
- ​<!-- 02 -->[zero] Fix theme token import in source file (#40691) @brijeshb42
|
|
122
|
+
- ​<!-- 01 -->[zero] Add support for css import (#40541) @brijeshb42
|
|
123
|
+
|
|
124
|
+
### `@mui/icons-material@5.15.6`
|
|
125
|
+
|
|
126
|
+
- ​<!-- 07 -->[icons-material] Fix icons package.json version (#40655) @mj12albert
|
|
127
|
+
|
|
128
|
+
### Docs
|
|
129
|
+
|
|
130
|
+
- ​<!-- 28 -->[base-ui] Polish the Slider demos (#40332) @danilo-leal
|
|
131
|
+
- ​<!-- 24 -->[base-ui][Slider] Fix plain CSS demo's wrong keyboard behavior (#40652) @mnajdova
|
|
132
|
+
- ​<!-- 23 -->[base-ui][TextareaAutosize] Add border-box to demo (#40646) @ANUGLYPLUGIN
|
|
133
|
+
- ​<!-- 16 -->Fix brand name non-breaking space (#40701) @oliviertassinari
|
|
134
|
+
- ​<!-- 15 -->Improve error message for MUI Vale rule @oliviertassinari
|
|
135
|
+
- ​<!-- 14 -->Add notification to publish the survey (#40552) @joserodolfofreitas
|
|
136
|
+
- ​<!-- 04 -->[system] Explain a bit more how AppRouterCacheProvider works @oliviertassinari
|
|
137
|
+
- ​<!-- 12 -->[joy-ui] Move tutorial to iframe (#40567) @oliviertassinari
|
|
138
|
+
- ​<!-- 10 -->[material-ui][Slider] Remove custom divs from new demo (#40674) @zanivan
|
|
139
|
+
- ​<!-- 11 -->[material-ui] Improve TabContext, TabList, and TabPanel documentation (#40587) @anle9650
|
|
140
|
+
- ​<!-- 09 -->[material-ui][Slider] Added custom mark labels demo (#40647) @DonikaV
|
|
141
|
+
|
|
142
|
+
### Core
|
|
143
|
+
|
|
144
|
+
- ​<!-- 30 -->[core] Fix RXDB-logo Url (#40724) @mohamedsaiedd
|
|
145
|
+
- ​<!-- 24 -->[code-infra] Improve proptypes-generation (#40617) @alexfauquette
|
|
146
|
+
- ​<!-- 22 -->[code-infra] Disable pnpm package cache on CircleCI (#40670) @michaldudak
|
|
147
|
+
- ​<!-- 21 -->[code-infra] Add missing package to CodeSandbox CI config (#40657) @michaldudak
|
|
148
|
+
- ​<!-- 20 -->[code-infra] Remove unnecessary @mui/utils dependency from api-docs-builder (#40632) @michaldudak
|
|
149
|
+
- ​<!-- 19 -->[core] Polish issue templates @oliviertassinari
|
|
150
|
+
- ​<!-- 13 -->[docs-infra] Support markdown link in slots descriptions (#40679) @alexfauquette
|
|
151
|
+
- ​<!-- 08 -->[examples] Simplify Next.js example (#40661) @oliviertassinari
|
|
152
|
+
- ​<!-- 03 -->[website] Fix broken styles on Base UI page (#40683) @michaldudak
|
|
153
|
+
|
|
154
|
+
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
|
|
155
|
+
|
|
3
156
|
## v5.15.5
|
|
4
157
|
|
|
5
158
|
<!-- generated comparing v5.15.4..master -->
|
|
@@ -8,7 +161,7 @@ _Jan 17, 2024_
|
|
|
8
161
|
|
|
9
162
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
10
163
|
|
|
11
|
-
- Base
|
|
164
|
+
- Base UI's CSS class prefix is now `base-` (#40205) @michaldudak
|
|
12
165
|
- Bug fixes, and a lot of improvements to code and docs infra
|
|
13
166
|
|
|
14
167
|
### `@mui/material@5.15.5`
|
|
@@ -28,7 +181,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
28
181
|
|
|
29
182
|
- ​<!-- 40 -->Change the CSS class prefix to `base-` (#40205) @michaldudak
|
|
30
183
|
|
|
31
|
-
The class prefix of Base
|
|
184
|
+
The class prefix of Base UI components have been changed from `Mui-` to `base-`. This only affects codebases that uses class names verbatim, i.e. not exposed by JS objects such as `buttonClasses`, but as plain strings or in CSS stylesheets (`.MuiButton.root`)
|
|
32
185
|
|
|
33
186
|
To adapt your code to the new pattern:
|
|
34
187
|
|
|
@@ -86,7 +239,7 @@ To adapt your code to the new pattern:
|
|
|
86
239
|
- ​<!-- 32 -->[core] Update the lockfile (#40628) @michaldudak
|
|
87
240
|
- ​<!-- 31 -->[core] Remove dead code and follow standard @oliviertassinari
|
|
88
241
|
- ​<!-- 30 -->[core] Simplify server detection (#40471) @oliviertassinari
|
|
89
|
-
- ​<!-- 29 -->[core] Sync playwright cache between MUI
|
|
242
|
+
- ​<!-- 29 -->[core] Sync playwright cache between MUI X and Material UI (#40475) @oliviertassinari
|
|
90
243
|
- ​<!-- 28 -->[dependencies] Bump tough-cookie (#40437) @michaldudak
|
|
91
244
|
- ​<!-- 22 -->[docs-infra] Enforce brand name rules (#40525) @oliviertassinari
|
|
92
245
|
- ​<!-- 21 -->[docs-infra] Minimize ad layout shift on mobile (#40582) @oliviertassinari
|
|
@@ -94,7 +247,7 @@ To adapt your code to the new pattern:
|
|
|
94
247
|
- ​<!-- 19 -->[docs-infra] Remove old tocs banners (#40537) @oliviertassinari
|
|
95
248
|
- ​<!-- 18 -->[docs-infra] Remove dead code aria-label sponsors (#40526) @oliviertassinari
|
|
96
249
|
- ​<!-- 04 -->[utils] Centralize clamp implementation in utils (#40267) @Kamino0
|
|
97
|
-
- ​<!-- 03 -->[website] Polish the Base
|
|
250
|
+
- ​<!-- 03 -->[website] Polish the Base UI page demos (#40504) @danilo-leal
|
|
98
251
|
|
|
99
252
|
All contributors of this release in alphabetical order: @2metres, @aacevski, @brijeshb42, @danilo-leal, @DiegoAndai, @josh-feldman, @Kamino0, @lhilgert9, @maakcode, @michaldudak, @oliviertassinari, @petrovmiroslav, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli, @zinoroman
|
|
100
253
|
|
|
@@ -106,7 +259,7 @@ _Jan 10, 2024_
|
|
|
106
259
|
|
|
107
260
|
A big thanks to the 22 contributors who made this release possible. Here are some highlights:
|
|
108
261
|
|
|
109
|
-
- ✨ Material
|
|
262
|
+
- ✨ Material UI's [ToggleButtonGroup](https://mui.com/material-ui/react-toggle-button/) now supports non-button element as a child (e.g., showing a Tooltip on a disabled ToggleButton) (#40220) @Methuselah96
|
|
110
263
|
|
|
111
264
|
### `@mui/material@5.15.4`
|
|
112
265
|
|
|
@@ -148,7 +301,7 @@ A big thanks to the 22 contributors who made this release possible. Here are som
|
|
|
148
301
|
- [base-ui] Update the overview page (#40412) @danilo-leal
|
|
149
302
|
- [material-ui][Drawer] Resolve flickering when double-clicking on the backdrop to close it (#40343) @aacevski
|
|
150
303
|
- [material-ui] Refactor form submission in FormDialog component (#40470) @sai6855
|
|
151
|
-
- [material-ui] Replace recharts with MUI
|
|
304
|
+
- [material-ui] Replace recharts with MUI X charts on the Dashboard template (#40107) @alexfauquette
|
|
152
305
|
- [material-ui] Revise the Alert demo page (#34892) @samuelsycamore
|
|
153
306
|
- [material-ui] Revise the Accordion page (#40284) @anle9650
|
|
154
307
|
- [material-ui] Add docs for complementary Card components (#40346) @anle9650
|
|
@@ -174,7 +327,7 @@ A big thanks to the 22 contributors who made this release possible. Here are som
|
|
|
174
327
|
- [core] Lock file maintenance (#34538) @renovate[bot]
|
|
175
328
|
- [core] Remove duplicate devDependencies (#40438) @michaldudak
|
|
176
329
|
- [core] Remove issue emoji @oliviertassinari
|
|
177
|
-
- [core] Move prefetch at the core, will propagate to MUI
|
|
330
|
+
- [core] Move prefetch at the core, will propagate to MUI X @oliviertassinari
|
|
178
331
|
- [core] Change package manager to pnpm (#36287) @Janpot
|
|
179
332
|
- [core][docs] Remove the "Understand MUI packages" page (#39835) @savalaram-redkar
|
|
180
333
|
- [website] Evolve the Developer Advocate role (#40337) @oliviertassinari
|
|
@@ -235,8 +388,8 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
235
388
|
- ​<!-- 36 -->[code-infra] Break package dependency cycle between @mui/material and @mui/icons-material (#40400) @michaldudak
|
|
236
389
|
- ​<!-- 35 -->[code-infra] Break package dependency cycles (#40398) @michaldudak
|
|
237
390
|
- ​<!-- 34 -->[code-infra] Sync bug issue template (#40305) @oliviertassinari
|
|
238
|
-
- ​<!-- 33 -->[docs] Fix 301 link to Base
|
|
239
|
-
- ​<!-- 32 -->[docs] Link new MUI
|
|
391
|
+
- ​<!-- 33 -->[docs] Fix 301 link to Base UI (#40396) @oliviertassinari
|
|
392
|
+
- ​<!-- 32 -->[docs] Link new MUI X components in sidnav (#40345) @oliviertassinari
|
|
240
393
|
- ​<!-- 31 -->[docs] Fix 301 links to Toolpad @oliviertassinari
|
|
241
394
|
- ​<!-- 30 -->[docs] Remove old notifications @oliviertassinari
|
|
242
395
|
- ​<!-- 29 -->[docs] Always mention the npm tag with npx (#40335) @oliviertassinari
|
|
@@ -246,7 +399,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
246
399
|
- ​<!-- 25 -->[docs-infra] Prefetch pages on hover (#40314) @oliviertassinari
|
|
247
400
|
- ​<!-- 24 -->[docs-infra] Fix footer links to link to the main domain (#40373) @oliviertassinari
|
|
248
401
|
- ​<!-- 23 -->[docs-infra] Add stray design adjustments (#40347) @danilo-leal
|
|
249
|
-
- ​<!-- 04 -->[website] Fix Base
|
|
402
|
+
- ​<!-- 04 -->[website] Fix Base UI page's component section imports & styles (#40231) @danilo-leal
|
|
250
403
|
- ​<!-- 03 -->[website] Fix outdated Nhost image link @oliviertassinari
|
|
251
404
|
- ​<!-- 02 -->[website] Shorten Joy UI description, 7 chars too long @oliviertassinari
|
|
252
405
|
- ​<!-- 01 -->[website] Update some social preview images (#40282) @danilo-leal
|
|
@@ -262,7 +415,7 @@ _Dec 25, 2023_
|
|
|
262
415
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
263
416
|
|
|
264
417
|
- 🚀 Added support for callbacks in the [variant's props definition](https://mui.com/material-ui/customization/theme-components/#creating-new-component-variants) (#40094) @mnajdova
|
|
265
|
-
- 💫 Published a [blogpost](https://mui.com/blog/2023-material-ui-v6-and-beyond/) for the 2024's plan about Material
|
|
418
|
+
- 💫 Published a [blogpost](https://mui.com/blog/2023-material-ui-v6-and-beyond/) for the 2024's plan about Material UI
|
|
266
419
|
|
|
267
420
|
### `@mui/material@5.15.2`
|
|
268
421
|
|
|
@@ -286,7 +439,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
286
439
|
### Docs
|
|
287
440
|
|
|
288
441
|
- ​<!-- 30 -->[base-ui] Fix form submission Select demo (#40014) @ZeeshanTamboli
|
|
289
|
-
- ​<!-- 24 -->[blog] Add Material
|
|
442
|
+
- ​<!-- 24 -->[blog] Add Material UI v6 and beyond blog post (#40242) @mnajdova
|
|
290
443
|
- ​<!-- 10 -->[material-ui] Fix broken links in the All components page (#40303) @muazaqdas
|
|
291
444
|
- ​<!-- 09 -->[material-ui] Fix broken links on the All components page (#40279) @danilo-leal
|
|
292
445
|
- ​<!-- 08 -->[material-ui] Add aria-current for nav tabs demo (#39594) @Kimzify
|
|
@@ -365,7 +518,7 @@ _Dec 11, 2023_
|
|
|
365
518
|
|
|
366
519
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
367
520
|
|
|
368
|
-
- 🚀 Added [a new package for a better Material
|
|
521
|
+
- 🚀 Added [a new package for a better Material UI integration with Next.js](https://mui.com/material-ui/guides/nextjs) (#39947) @siriwatknp
|
|
369
522
|
|
|
370
523
|
### `@mui/material@5.15.0`
|
|
371
524
|
|
|
@@ -403,14 +556,14 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
403
556
|
- ​<!-- 09 -->[docs][base-ui] Add copy button & primary color picker to the component gallery page (#39884) @mnajdova
|
|
404
557
|
- ​<!-- 08 -->[docs-infra] Update CodeSandbox links (#39992) @anle9650
|
|
405
558
|
- ​<!-- 04 -->[material-ui][docs] Fix wrong root element for emotion styles in shadow DOM (#35326) @EloB
|
|
406
|
-
- ​<!-- 03 -->[material-ui][docs] Move the responsive font charts from recharts to MUI
|
|
559
|
+
- ​<!-- 03 -->[material-ui][docs] Move the responsive font charts from recharts to MUI X (#40097) @alexfauquette
|
|
407
560
|
- ​<!-- 02 -->[joy-ui][templates] Remove outdated code (#40095) @zanivan
|
|
408
561
|
- ​<!-- 05 -->[material-ui][docs][Popper] Update Positioned Popper demo styles (#40170) @sai6855
|
|
409
562
|
|
|
410
563
|
### Core
|
|
411
564
|
|
|
412
565
|
- ​<!-- 08 -->[blog] Add a Phuket retreat blog post (#40055) @mikailaread
|
|
413
|
-
- ​<!-- 07 -->[blog] Adjust the latest MUI
|
|
566
|
+
- ​<!-- 07 -->[blog] Adjust the latest MUI X blog post (#40046) @danilo-leal
|
|
414
567
|
- ​<!-- 05 -->[core] Migrate from tslint to eslint (#40020) @ZeeshanTamboli
|
|
415
568
|
|
|
416
569
|
All contributors of this release in alphabetical order: @abreel, @alexfauquette, @anle9650, @blakenetz, @danilo-leal, @EloB, @lhilgert9, @mbrookes, @mikailaread, @mj12albert, @mnajdova, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli
|
|
@@ -447,7 +600,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
447
600
|
- ​<!-- 13 -->[docs-infra] Simplify CSS classes extraction in API docs generator (#39808) @michaldudak
|
|
448
601
|
- ​<!-- 04 -->[website] Polish dark mode colors (#40052) @danilo-leal
|
|
449
602
|
- ​<!-- 03 -->[website] Add why Design Engineer for data grid (#40016) @oliviertassinari
|
|
450
|
-
- ​<!-- 02 -->[website] Add stray fixes to the Base
|
|
603
|
+
- ​<!-- 02 -->[website] Add stray fixes to the Base UI page (#40051) @danilo-leal
|
|
451
604
|
- ​<!-- 01 -->[website] Revise the Developer Advocate job posting (#39210) @samuelsycamore
|
|
452
605
|
|
|
453
606
|
All contributors of this release in alphabetical order: @alexfauquette, @anle9650, @caweidmann, @danilo-leal, @DiegoAndai, @fzaninotto, @Janpot, @lhilgert9, @michaldudak, @mnajdova, @oliviertassinari, @REX500, @samuelsycamore, @zanivan
|
|
@@ -460,7 +613,7 @@ _Nov 29, 2023_
|
|
|
460
613
|
|
|
461
614
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
462
615
|
|
|
463
|
-
- 🐛 Fix Material
|
|
616
|
+
- 🐛 Fix Material UI Autocomplete behavior when there are duplicate labels (#36426) @islandryu
|
|
464
617
|
- 🚀 Added Material You Linear Progress to `material-next` package (#39807) @lhilgert9
|
|
465
618
|
|
|
466
619
|
### `@mui/material@5.14.19`
|
|
@@ -502,7 +655,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
502
655
|
|
|
503
656
|
- ​<!-- 19 -->[material-ui] Fix theme prop in v5 migration guide (#39976) @sai6855
|
|
504
657
|
- ​<!-- 43 -->[base-ui] Improve Next.js Link docs (#39838) @oliviertassinari
|
|
505
|
-
- ​<!-- 39 -->[base-ui] Export Base
|
|
658
|
+
- ​<!-- 39 -->[base-ui] Export Base UI theme in stylesheet (#39694) @mnajdova
|
|
506
659
|
- ​<!-- 52 -->[joy-ui] Fix the date min & max slot props values on the Input demo (#40018) @avikalpg
|
|
507
660
|
- ​<!-- 35 -->[joy-ui][ButtonGroup] Fix orientation prop description (#39876) @sai6855
|
|
508
661
|
- ​<!-- 25 -->[joy-ui] Update gif from the Dark Mode Optimization page (#39726) @danilo-leal
|
|
@@ -536,7 +689,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
536
689
|
- ​<!-- 04 -->[website] Fix 301 redirection to X tree-view @oliviertassinari
|
|
537
690
|
- ​<!-- 03 -->[website] Change redirection prefixes @oliviertassinari
|
|
538
691
|
- ​<!-- 02 -->[website] Fix 301 link @oliviertassinari
|
|
539
|
-
- ​<!-- 01 -->[website] Fix modal not being closed with the escape key on the Base
|
|
692
|
+
- ​<!-- 01 -->[website] Fix modal not being closed with the escape key on the Base UI page (#39880) @ZeeshanTamboli
|
|
540
693
|
|
|
541
694
|
All contributors of this release in alphabetical order: @avikalpg, @brijeshb42, @cherniavskii, @danilo-leal, @DarhkVoyd, @dhaub-exelixis, @DiegoAndai, @flaviendelangle, @islandryu, @joserodolfofreitas, @lhilgert9, @mj12albert, @mnajdova, @oliviertassinari, @sadik-malik, @sai6855, @zanivan, @ZeeshanTamboli
|
|
542
695
|
|
|
@@ -582,12 +735,12 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
582
735
|
- ​<!-- 16 -->[joy-ui] Fix API generation for Grid (#39861) @oliviertassinari
|
|
583
736
|
- ​<!-- 15 -->[joy-ui] Fix menu in color inversion header demo (#39785) @sai6855
|
|
584
737
|
- ​<!-- 14 -->[joy-ui] Change the design kit link on the Overview page (#39725) @danilo-leal
|
|
585
|
-
- ​<!-- 13 -->[joy-ui] Add `CssBaseline` to integration with Material
|
|
738
|
+
- ​<!-- 13 -->[joy-ui] Add `CssBaseline` to integration with Material UI page (#39790) @swillianc
|
|
586
739
|
- ​<!-- 10 -->[joy-ui][Tabs] Add wordBreak style to demo (#39821) @sai6855
|
|
587
740
|
|
|
588
741
|
## Core
|
|
589
742
|
|
|
590
|
-
- ​<!-- 27 -->[blog] MUI
|
|
743
|
+
- ​<!-- 27 -->[blog] MUI X late v6 blog post (#39700) @joserodolfofreitas
|
|
591
744
|
- ​<!-- 25 -->[CHANGELOG] Correct the Joy UI version in the changelog (#39788) @michaldudak
|
|
592
745
|
- ​<!-- 23 -->[core] Remove legacy docs files (#39860) @oliviertassinari
|
|
593
746
|
- ​<!-- 22 -->[core] Fix GitHub title tag consistency @oliviertassinari
|
|
@@ -655,7 +808,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
655
808
|
- [docs-infra] Fix crawler on API pages (#39490) @alexfauquette
|
|
656
809
|
- [docs–infra] Small polish on API toggle (#39704) @oliviertassinari
|
|
657
810
|
- [core] Speed up the CI by removing the second build (#39684) @michaldudak
|
|
658
|
-
- [core][docs] Fix broken MUI
|
|
811
|
+
- [core][docs] Fix broken MUI System link in README.md (#39734) @samuelsycamore
|
|
659
812
|
- [website] List benefits for sponsors (#39640) @oliviertassinari
|
|
660
813
|
- [website] Add Vadym teamMember card to 'About' (#39701) @hasdfa
|
|
661
814
|
- [test] Fix flaky screenshot (#39711) @oliviertassinari
|
|
@@ -842,9 +995,9 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
842
995
|
### Docs
|
|
843
996
|
|
|
844
997
|
- ​<!-- 27 -->[docs][base-ui] Renaming demos to BaseXxx (#39104) @christophermorin
|
|
845
|
-
- ​<!-- 26 -->[docs] Accessibility in Base
|
|
998
|
+
- ​<!-- 26 -->[docs] Accessibility in Base UI (#39264) @michaldudak
|
|
846
999
|
- ​<!-- 22 -->[docs] Fix 301 redirection @oliviertassinari
|
|
847
|
-
- ​<!-- 21 -->[docs] Improve Base
|
|
1000
|
+
- ​<!-- 21 -->[docs] Improve Base UI table of contents for APIs (#39412) @ZeeshanTamboli
|
|
848
1001
|
- ​<!-- 20 -->[docs] Adjust design kits-related content (#39367) @danilo-leal
|
|
849
1002
|
- ​<!-- 19 -->[docs] Revise the Contributing Guide (#39190) @samuelsycamore
|
|
850
1003
|
- ​<!-- 12 -->[docs][joy-ui] Fix row hover prop name in the Table page (#39431) @adrienbrault
|
|
@@ -1079,7 +1232,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
1079
1232
|
- [core] Add a comment to explain `useEnhancedEffect` (#39035) @Janpot
|
|
1080
1233
|
- [docs-infra] Fix code removal in table of content (#39165) @alexfauquette
|
|
1081
1234
|
- [docs-infra] Improve callouts design (#39084) @danilo-leal
|
|
1082
|
-
- [docs-infra] Fix key warning in Base
|
|
1235
|
+
- [docs-infra] Fix key warning in Base UI Slider slots section (#38954) @ZeeshanTamboli
|
|
1083
1236
|
- [docs-infra] Fix error when redirecting to the root page (#38451) @maheshguntur
|
|
1084
1237
|
- [docs-infra] Open demo crash in the right repository (#39006) @oliviertassinari
|
|
1085
1238
|
- [test] Split the test package (#39061) @michaldudak
|
|
@@ -1158,7 +1311,7 @@ _Sep 13, 2023_
|
|
|
1158
1311
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
1159
1312
|
|
|
1160
1313
|
- 🎉 Added the [`Drawer` component](https://mui.com/joy-ui/react-drawer/) to Joy UI (#38169) @mnajdova
|
|
1161
|
-
- ✨ Material
|
|
1314
|
+
- ✨ Material UI's [`ButtonGroup` component](https://mui.com/material-ui/react-button-group/) now styles button elements within it correctly (#38520) @ZeeshanTamboli
|
|
1162
1315
|
|
|
1163
1316
|
### `@mui/material@5.14.9`
|
|
1164
1317
|
|
|
@@ -1210,7 +1363,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1210
1363
|
- ​<!-- 45 -->[Button][docs][material-ui] Update the file upload demo (#38823) @danilo-leal
|
|
1211
1364
|
- ​<!-- 33 -->[docs][DialogTitle] Fix props docs doesn't mention it extends `Typography` props (#38856) @sai6855
|
|
1212
1365
|
- ​<!-- 32 -->[docs] Improve npm experience (#38906) @oliviertassinari
|
|
1213
|
-
- ​<!-- 31 -->[docs] Fix redirection to Base
|
|
1366
|
+
- ​<!-- 31 -->[docs] Fix redirection to Base UI URLs @oliviertassinari
|
|
1214
1367
|
- ​<!-- 30 -->[docs] Fix use of callouts (#38747) @oliviertassinari
|
|
1215
1368
|
- ​<!-- 29 -->[docs] Fix 301 links for SEO @oliviertassinari
|
|
1216
1369
|
- ​<!-- 28 -->[docs] Remove flag from installation page @oliviertassinari
|
|
@@ -1231,7 +1384,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1231
1384
|
### Examples
|
|
1232
1385
|
|
|
1233
1386
|
- ​<!-- 14 -->[examples] Add shortcut to open example in online IDE (#38572) @oliviertassinari
|
|
1234
|
-
- ​<!-- 61 -->[examples][base-ui] Add Base
|
|
1387
|
+
- ​<!-- 61 -->[examples][base-ui] Add Base UI + Vite + Tailwind CSS example in TypeScript (#37595) @dvkam
|
|
1235
1388
|
|
|
1236
1389
|
### Core
|
|
1237
1390
|
|
|
@@ -1250,7 +1403,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1250
1403
|
- ​<!-- 55 -->[docs–infra] Fix callout container width (#38880) @oliviertassinari
|
|
1251
1404
|
- ​<!-- 23 -->[docs-infra] Catch duplicated trailing splashes in links (#38758) @oliviertassinari
|
|
1252
1405
|
- ​<!-- 01 -->[website] add Michel Engelen to the about us page (#38818) @michelengelen
|
|
1253
|
-
- ​<!-- 58 -->[website] Add a templates & design kits section to the Material
|
|
1406
|
+
- ​<!-- 58 -->[website] Add a templates & design kits section to the Material UI page (#38617) @danilo-leal
|
|
1254
1407
|
|
|
1255
1408
|
All contributors of this release in alphabetical order: @brentertz, @brijeshb42, @danilo-leal, @DiegoAndai, @dvkam, @flaviendelangle, @Janpot, @LadyBluenotes, @michaldudak, @michelengelen, @mj12albert, @mnajdova, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli
|
|
1256
1409
|
|
|
@@ -1286,7 +1439,7 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
1286
1439
|
|
|
1287
1440
|
### `@mui/lab@5.0.0-alpha.143`
|
|
1288
1441
|
|
|
1289
|
-
- ​<!-- 06 -->[TreeView] Use Tree View from MUI
|
|
1442
|
+
- ​<!-- 06 -->[TreeView] Use Tree View from MUI X in the lab (#38261) @flaviendelangle
|
|
1290
1443
|
- ​<!-- 13 -->[LoadingButton] Fix HTML rule button > div forbidden nesting (#38584) @oliviertassinari
|
|
1291
1444
|
|
|
1292
1445
|
### `@mui/system@5.14.8`
|
|
@@ -1396,7 +1549,7 @@ _Aug 23, 2023_
|
|
|
1396
1549
|
|
|
1397
1550
|
A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
|
|
1398
1551
|
|
|
1399
|
-
- 🚀 Added the [Popup](https://mui.com/base-ui/react-popup/) component to Base
|
|
1552
|
+
- 🚀 Added the [Popup](https://mui.com/base-ui/react-popup/) component to Base UI (#37960) @michaldudak
|
|
1400
1553
|
It's intended to replace the Popper component, which uses the deprecated Popper JS library. The Popup is built on top of Floating UI and has a similar API to the Popper.
|
|
1401
1554
|
- 🚀 Added the [Accordion](https://mui.com/joy-ui/react-accordion/) component to Joy UI (#38164) @siriwatknp
|
|
1402
1555
|
- 🚀 Added InputBase and ButtonBase components to `material-next` (#38319) @DiegoAndai @mj12albert
|
|
@@ -1435,7 +1588,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1435
1588
|
- [docs] Improve the "Understanding MUI packages" page images (#38619) @danilo-leal
|
|
1436
1589
|
- [docs][base-ui] Revise the structure of the Component docs (#38529) @samuelsycamore
|
|
1437
1590
|
- [docs][base-ui] Fix Menu Hooks demo (#38479) @homerchen19
|
|
1438
|
-
- [docs][base-ui] Correct the MUI
|
|
1591
|
+
- [docs][base-ui] Correct the MUI System quickstart example (#38496) @michaldudak
|
|
1439
1592
|
- [docs][base-ui] Add Tailwind & plain CSS demos for Autocomplete page (#38157) @mj12albert
|
|
1440
1593
|
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Input page (#38302) @alisasanib
|
|
1441
1594
|
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Snackbar, Badge, Switch pages (#38425) @alisasanib
|
|
@@ -1462,7 +1615,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1462
1615
|
- [docs] Clarify System peer dependencies @oliviertassinari
|
|
1463
1616
|
- [docs] Fix horizontal scrollbar @oliviertassinari
|
|
1464
1617
|
- [docs] Code style convention @oliviertassinari
|
|
1465
|
-
- [docs] Fix typo in Base
|
|
1618
|
+
- [docs] Fix typo in Base UI @oliviertassinari
|
|
1466
1619
|
- [docs] Update the backers page (#38505) @danilo-leal
|
|
1467
1620
|
- [docs] Add stray design adjustments to the docs (#38501) @danilo-leal
|
|
1468
1621
|
- [docs] Use IBM Plex Sans in Tailwind CSS demos (#38464) @mnajdova
|
|
@@ -1497,9 +1650,9 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1497
1650
|
- [docs-infra] Fix GoogleAnalytics missing event for code copy (#38469) @alexfauquette
|
|
1498
1651
|
- [docs-infra] Improve affordance on the code block expansion (#38421) @danilo-leal
|
|
1499
1652
|
- [website] Fine-tune the branding theme buttons (#38588) @danilo-leal
|
|
1500
|
-
- [website] Improve the Base
|
|
1501
|
-
- [website] Add stray design improvements to the Material
|
|
1502
|
-
- [website] Fix mobile view Material
|
|
1653
|
+
- [website] Improve the Base UI hero section demo (#38585) @danilo-leal
|
|
1654
|
+
- [website] Add stray design improvements to the Material UI page (#38590) @danilo-leal
|
|
1655
|
+
- [website] Fix mobile view Material UI page (#38568) @oliviertassinari
|
|
1503
1656
|
- [website] Fix reference to the data grid @oliviertassinari
|
|
1504
1657
|
- [website] Configure Apple Pay @oliviertassinari
|
|
1505
1658
|
- [website] Fix template link on the homepage (#38471) @danilo-leal
|
|
@@ -1514,7 +1667,7 @@ _Aug 14, 2023_
|
|
|
1514
1667
|
|
|
1515
1668
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
1516
1669
|
|
|
1517
|
-
- @mnajdova [made it easier to use third-party components in Base
|
|
1670
|
+
- @mnajdova [made it easier to use third-party components in Base UI slots](https://mui.com/base-ui/getting-started/customization/#overriding-subcomponent-slots) with the introduction of the `prepareForSlot` utility (#38138)
|
|
1518
1671
|
|
|
1519
1672
|
### `@mui/material@5.14.5`
|
|
1520
1673
|
|
|
@@ -1540,7 +1693,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1540
1693
|
|
|
1541
1694
|
### Docs
|
|
1542
1695
|
|
|
1543
|
-
- ​<!-- 32 -->[blog] Blog post for MUI
|
|
1696
|
+
- ​<!-- 32 -->[blog] Blog post for MUI X mid v6. Date Pickers, Data Grid, and Charts (#38241) @richbustos
|
|
1544
1697
|
- ​<!-- 35 -->[docs][base-ui] Update number input API docs (#38363) @mj12albert
|
|
1545
1698
|
- ​<!-- 29 -->[docs] Improve page transition speed (#38394) @oliviertassinari
|
|
1546
1699
|
- ​<!-- 28 -->[docs] Improve examples (#38398) @oliviertassinari
|
|
@@ -1569,7 +1722,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1569
1722
|
- ​<!-- 21 -->[docs-infra] Adjust heading styles (#38365) @danilo-leal
|
|
1570
1723
|
- ​<!-- 20 -->[docs-infra] Fix info callout border color (#38370) @danilo-leal
|
|
1571
1724
|
- ​<!-- 05 -->[website] Upgrade the homepage hero demos design (#38388) @danilo-leal
|
|
1572
|
-
- ​<!-- 04 -->[website] Improve Base
|
|
1725
|
+
- ​<!-- 04 -->[website] Improve Base UI hero section demo (#38255) @danilo-leal
|
|
1573
1726
|
- ​<!-- 03 -->[website] Fix EmailSubscribe look (#38429) @oliviertassinari
|
|
1574
1727
|
- ​<!-- 02 -->[website] Link Discord in footer (#38369) @richbustos
|
|
1575
1728
|
- ​<!-- 01 -->[website] Clean up the `GetStartedButtons` component (#38256) @danilo-leal
|
|
@@ -1584,7 +1737,7 @@ _Aug 8, 2023_
|
|
|
1584
1737
|
|
|
1585
1738
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
1586
1739
|
|
|
1587
|
-
- 🎉 Added [Number Input](https://mui.com/base-ui/react-number-input/) component & [useNumberInput](https://mui.com/base-ui/react-number-input/#hook) hook in [Base
|
|
1740
|
+
- 🎉 Added [Number Input](https://mui.com/base-ui/react-number-input/) component & [useNumberInput](https://mui.com/base-ui/react-number-input/#hook) hook in [Base UI](https://mui.com/base-ui/getting-started/) @mj12albert
|
|
1588
1741
|
|
|
1589
1742
|
### `@mui/material@5.14.4`
|
|
1590
1743
|
|
|
@@ -1601,7 +1754,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1601
1754
|
|
|
1602
1755
|
- ​<!-- 32 -->[base] Ban default exports (#38200) @michaldudak
|
|
1603
1756
|
|
|
1604
|
-
Base
|
|
1757
|
+
Base UI default exports were changed to named ones. Previously we had a mix of default and named ones.
|
|
1605
1758
|
This was changed to improve consistency and avoid problems some bundlers have with default exports.
|
|
1606
1759
|
See https://github.com/mui/material-ui/issues/21862 for more context.
|
|
1607
1760
|
|
|
@@ -1651,10 +1804,10 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1651
1804
|
- ​<!-- 05 -->[docs][Skeleton] Make the demos feel more realistic (#38212) @oliviertassinari
|
|
1652
1805
|
|
|
1653
1806
|
- ​<!-- 08 -->[examples] Swap Next.js examples between App Router and Pages Router; update naming convention (#38204) @samuelsycamore
|
|
1654
|
-
- ​<!-- 07 -->[examples][material-ui] Add Material
|
|
1807
|
+
- ​<!-- 07 -->[examples][material-ui] Add Material UI + Next.js (App Router) example in JS (#38323) @samuelsycamore
|
|
1655
1808
|
- ​<!-- 27 -->[blog] Discord announcement blog (#38258) @richbustos
|
|
1656
1809
|
- ​<!-- 26 -->[blog] Fix 301 links to Toolpad @oliviertassinari
|
|
1657
|
-
- ​<!-- 04 -->[website] Updating Charts demo with real charts usage for MUI
|
|
1810
|
+
- ​<!-- 04 -->[website] Updating Charts demo with real charts usage for MUI X marketing page (#38317) @richbustos
|
|
1658
1811
|
- ​<!-- 03 -->[website] Adjust styles of the Product section on the homepage (#38366) @danilo-leal
|
|
1659
1812
|
- ​<!-- 02 -->[website] Add Nora teamMember card to 'About' (#38358) @noraleonte
|
|
1660
1813
|
- ​<!-- 01 -->[website] Fix image layout shift (#38326) @oliviertassinari
|
|
@@ -1684,7 +1837,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1684
1837
|
|
|
1685
1838
|
- 🚀 [Joy UI](https://mui.com/joy-ui/getting-started/) is now in Beta
|
|
1686
1839
|
- ✨ Refine [Joy UI](https://mui.com/joy-ui/getting-started/)'s default theme @siriwatknp @zanivan
|
|
1687
|
-
- 🎉 Added Dropdown higher-level menu component [Base
|
|
1840
|
+
- 🎉 Added Dropdown higher-level menu component [Base UI](https://mui.com/base-ui/getting-started/) @michaldudak
|
|
1688
1841
|
- 💫 Added Material You [Badge](https://mui.com/material-ui/react-badge/#material-you-version) to `material-next` (#37850) @DiegoAndai
|
|
1689
1842
|
|
|
1690
1843
|
### `@mui/material@5.14.3`
|
|
@@ -1752,7 +1905,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1752
1905
|
|
|
1753
1906
|
### Core
|
|
1754
1907
|
|
|
1755
|
-
- ​<!-- 47 -->[blog] Fix blog post slug Base
|
|
1908
|
+
- ​<!-- 47 -->[blog] Fix blog post slug Base UI (#38254) @oliviertassinari
|
|
1756
1909
|
- ​<!-- 46 -->[core] Use native Node's fetch instead of node-fetch package (#38263) @michaldudak
|
|
1757
1910
|
- ​<!-- 45 -->[core] Remove dead code @oliviertassinari
|
|
1758
1911
|
- ​<!-- 29 -->[core] Polish Stack test to closer CSS injection order @oliviertassinari
|
|
@@ -1792,7 +1945,7 @@ A big thanks to the 23 contributors who made this release possible.
|
|
|
1792
1945
|
- ​<!-- 35 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Textarea page (#37943) @zanivan
|
|
1793
1946
|
- ​<!-- 29 -->[docs] Fix Joy UI menu example (#38140) @harikrishnanp
|
|
1794
1947
|
- ​<!-- 28 -->[docs] Remove translations section from contributing guide (#38125) @nikohoffren
|
|
1795
|
-
- ​<!-- 27 -->[docs] Fix Base
|
|
1948
|
+
- ​<!-- 27 -->[docs] Fix Base UI Button Tailwind CSS padding @oliviertassinari
|
|
1796
1949
|
- ​<!-- 26 -->[docs] Mention in hompage hero that Core is free (#38075) @mbrookes
|
|
1797
1950
|
- ​<!-- 25 -->[docs] Fix a typo in notifications.json (#38078) @mbrookes
|
|
1798
1951
|
- ​<!-- 24 -->[docs] Add Tailwind CSS & plain CSS demo on the table pagination page (#37937) @mnajdova
|
|
@@ -1814,11 +1967,11 @@ A big thanks to the 23 contributors who made this release possible.
|
|
|
1814
1967
|
- ​<!-- 09 -->[website] Mobile navigation: Toolpad to Beta (#38146) @bharatkashyap
|
|
1815
1968
|
- ​<!-- 08 -->[website] Fix typo on pricing page @oliviertassinari
|
|
1816
1969
|
- ​<!-- 07 -->[website] Fix a few regression (#38050) @oliviertassinari
|
|
1817
|
-
- ​<!-- 06 -->[website] Update Demo footers on MUI
|
|
1970
|
+
- ​<!-- 06 -->[website] Update Demo footers on MUI X landing page (#38027) @richbustos
|
|
1818
1971
|
- ​<!-- 05 -->[website] Fix 301 redirection to base index page @oliviertassinari
|
|
1819
1972
|
- ​<!-- 04 -->[website] Fix Cell selection feature name (#38029) @oliviertassinari
|
|
1820
1973
|
- ​<!-- 03 -->[website] Improve button look (#38052) @oliviertassinari
|
|
1821
|
-
- ​<!-- 02 -->[website] Link new core page to new Base
|
|
1974
|
+
- ​<!-- 02 -->[website] Link new core page to new Base UI landing page (#38030) @mj12albert
|
|
1822
1975
|
- ​<!-- 01 -->[website] Polish pricing page (#37975) @oliviertassinari
|
|
1823
1976
|
- ​<!-- 10 -->[test] Fail the CI when new unexpected files are created (#38039) @oliviertassinari
|
|
1824
1977
|
- ​<!-- 09 -->[test] Fix linting error by matching main component demo name to filename (#38122) @ZeeshanTamboli
|
|
@@ -1836,7 +1989,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
1836
1989
|
- 💫 Introducing some new components for Joy UI:
|
|
1837
1990
|
- [Skeleton](https://mui.com/joy-ui/react-skeleton/) component (#37893) @siriwatknp
|
|
1838
1991
|
- [ToggleButton](https://mui.com/joy-ui/react-toggle-button-group/) (#37716) @siriwatknp
|
|
1839
|
-
- 🎉 Base
|
|
1992
|
+
- 🎉 Base UI has its own [landing page](https://www.mui.com/base-ui)!
|
|
1840
1993
|
- 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
1841
1994
|
|
|
1842
1995
|
### `@mui/material@5.14.1`
|
|
@@ -1868,14 +2021,14 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
1868
2021
|
### Docs
|
|
1869
2022
|
|
|
1870
2023
|
- ​<!-- 52 -->[docs][base] Add Tailwind CSS & plain CSS demo on the form control page (#37914) @mnajdova
|
|
1871
|
-
- ​<!-- 51 -->[docs][base] Make Base
|
|
1872
|
-
- ​<!-- 38 -->[docs] Link Material
|
|
2024
|
+
- ​<!-- 51 -->[docs][base] Make Base UI Select demos denser (#37836) @zanivan
|
|
2025
|
+
- ​<!-- 38 -->[docs] Link Material UI from the landing page (#37971) @oliviertassinari
|
|
1873
2026
|
- ​<!-- 37 -->[docs] Fix the empty /components page (#38010) @brijeshb42
|
|
1874
2027
|
- ​<!-- 36 -->[docs] Checkout template follows user's color scheme preference (#37928) @OndrejHj04
|
|
1875
2028
|
- ​<!-- 35 -->[docs] Disable ad for onboarding pages (#37998) @oliviertassinari
|
|
1876
|
-
- ​<!-- 34 -->[docs] Fix broken link to Base
|
|
2029
|
+
- ​<!-- 34 -->[docs] Fix broken link to Base UI Next.js App Router (#37973) @oliviertassinari
|
|
1877
2030
|
- ​<!-- 33 -->[docs] Fix typo in next-js-app-router.md (#37974) @ericbrian
|
|
1878
|
-
- ​<!-- 32 -->[docs] Add pnpm commands to Material
|
|
2031
|
+
- ​<!-- 32 -->[docs] Add pnpm commands to Material UI Installation page (#36650) @officialrajdeepsingh
|
|
1879
2032
|
- ​<!-- 31 -->[docs] Link charts in the roadmap (#37944) @oliviertassinari
|
|
1880
2033
|
- ​<!-- 30 -->[docs] Improve changelog @oliviertassinari
|
|
1881
2034
|
- ​<!-- 29 -->[docs] Improve the Select docs (#37279) @michaldudak
|
|
@@ -1885,7 +2038,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
1885
2038
|
### Core
|
|
1886
2039
|
|
|
1887
2040
|
- ​<!-- 50 -->[blog] Add blog post about support for Next.js App Router (#37929) @samuelsycamore
|
|
1888
|
-
- ​<!-- 49 -->[blog] Blog MUI
|
|
2041
|
+
- ​<!-- 49 -->[blog] Blog MUI X pro statement removed (#38015) @prakhargupta1
|
|
1889
2042
|
- ​<!-- 48 -->[blog] Add Toolpad beta announcement blog (#37799) @prakhargupta1
|
|
1890
2043
|
- ​<!-- 46 -->[core] Increase space available for sidenav @oliviertassinari
|
|
1891
2044
|
- ​<!-- 45 -->[core] Adds `component` prop to `OverrideProps` type (#35924) @sai6855
|
|
@@ -1901,15 +2054,15 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
1901
2054
|
- ​<!-- 25 -->[docs-infra] Fix button label on mobile (#37997) @oliviertassinari
|
|
1902
2055
|
- ​<!-- 24 -->[docs-infra] Square drawer corners (#37970) @oliviertassinari
|
|
1903
2056
|
- ​<!-- 23 -->[docs-infra] Improve tab contrast in codeblock (#38000) @oliviertassinari
|
|
1904
|
-
- ​<!-- 22 -->[docs-infra] Fix API generation for Base
|
|
2057
|
+
- ​<!-- 22 -->[docs-infra] Fix API generation for Base UI (#37941) @oliviertassinari
|
|
1905
2058
|
- ​<!-- 21 -->[docs-infra] Fix layout shift on xGrid (#37954) @oliviertassinari
|
|
1906
2059
|
- ​<!-- 20 -->[docs-infra] Update installation commands to use the new tabs code component (#37927) @danilo-leal
|
|
1907
2060
|
- ​<!-- 19 -->[docs-infra] Improve disableToc={true} support (#37931) @oliviertassinari
|
|
1908
2061
|
- ​<!-- 18 -->[docs-infra] Remove icons and tweak the design of the side nav (#37860) @danilo-leal
|
|
1909
2062
|
- ​<!-- 17 -->[docs-infra] Fix TypeScrit error in demo export (#37830) @oliviertassinari
|
|
1910
2063
|
- ​<!-- 08 -->[notifications] Add notification for first Charts release (#37679) @joserodolfofreitas
|
|
1911
|
-
- ​<!-- 05 -->[website] Add Base
|
|
1912
|
-
- ​<!-- 04 -->[website] Update MUI
|
|
2064
|
+
- ​<!-- 05 -->[website] Add Base UI marketing page (#36622) @siriwatknp
|
|
2065
|
+
- ​<!-- 04 -->[website] Update MUI X landing page (#37966) @cherniavskii
|
|
1913
2066
|
- ​<!-- 03 -->[website] Fix a11y issues (#37999) @oliviertassinari
|
|
1914
2067
|
- ​<!-- 02 -->[website] Make the Core page refer to group of products (#37608) @danilo-leal
|
|
1915
2068
|
- ​<!-- 01 -->[website] Add perpetual option to pricing page (#35504) @joserodolfofreitas
|
|
@@ -1924,11 +2077,11 @@ _Jul 11, 2023_
|
|
|
1924
2077
|
|
|
1925
2078
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
1926
2079
|
|
|
1927
|
-
- 💫 Material
|
|
2080
|
+
- 💫 Material UI, Joy UI, and Base UI are compatible with [Next.js App Router](https://nextjs.org/docs/app) (#37656) @mj12albert
|
|
1928
2081
|
- 📚 Added new guides for integrating with Next.js 13 App Router (#37656) @mj12albert
|
|
1929
|
-
- Ⓜ️ [Material
|
|
2082
|
+
- Ⓜ️ [Material UI guide](https://mui.com/material-ui/guides/next-js-app-router/)
|
|
1930
2083
|
- 🅙 [Joy UI guide](https://mui.com/joy-ui/integrations/next-js-app-router/)
|
|
1931
|
-
- 🅱️ [Base
|
|
2084
|
+
- 🅱️ [Base UI guide](https://mui.com/base-ui/guides/next-js-app-router/)
|
|
1932
2085
|
- 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
1933
2086
|
|
|
1934
2087
|
### `@mui/material@5.14.0`
|
|
@@ -1973,7 +2126,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
1973
2126
|
|
|
1974
2127
|
### Core
|
|
1975
2128
|
|
|
1976
|
-
- [core] Prepend "use-client" directive + add docs and examples for using
|
|
2129
|
+
- [core] Prepend "use-client" directive + add docs and examples for using the library with Next.js App Router (#37656) @mj12albert
|
|
1977
2130
|
- [core] Fix imports to React (#37863) @oliviertassinari
|
|
1978
2131
|
- [core] Disambiguate eslint plugin name @oliviertassinari
|
|
1979
2132
|
- [core] Sync the lint script name with the other repositories @oliviertassinari
|
|
@@ -2023,16 +2176,16 @@ This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️
|
|
|
2023
2176
|
|
|
2024
2177
|
- [docs][base] Add demo for using the Button as a link (#37317) @AdamSundberg
|
|
2025
2178
|
- [docs][base] Add Tailwind CSS + plain CSS demo on the Select page (#37725) @mnajdova
|
|
2026
|
-
- [docs][base] Make Base
|
|
2027
|
-
- [docs][base] Make Base
|
|
2179
|
+
- [docs][base] Make Base UI input demos denser (#37750) @zanivan
|
|
2180
|
+
- [docs][base] Make Base UI button demos denser (#37689) @zanivan
|
|
2028
2181
|
- [docs][base] Add Tailwind CSS & plain CSS demos on the Input page (#37685) @mnajdova
|
|
2029
2182
|
- [docs][base] Fix horizontal scrolling on the mobile input page (#37688) @zanivan
|
|
2030
|
-
- [docs] Improve Base
|
|
2183
|
+
- [docs] Improve Base UI index page (#37761) @oliviertassinari
|
|
2031
2184
|
- [docs] Fix incorrect package URL in README of example material-vite (#37755) @Dlouxgit
|
|
2032
2185
|
- [docs] Explain how to disable Base Select's portal (#37684) @michaldudak
|
|
2033
2186
|
- [docs] Shorten overview page URLs (#37660) @oliviertassinari
|
|
2034
2187
|
- [docs][material] Rename custom tab panel in Tabs demo to prevent confusion with @mui/lab (#37638) @MUK-Dev
|
|
2035
|
-
- [docs][tabs] Document how to use routing with Tabs in Base
|
|
2188
|
+
- [docs][tabs] Document how to use routing with Tabs in Base UI (#37369) @michaldudak
|
|
2036
2189
|
- [docs] Rename product to productId (#37801) @siriwatknp
|
|
2037
2190
|
- [docs][base] Add Tailwind CSS & plain CSS demo on the Slider page (#37736) @mnajdova
|
|
2038
2191
|
|
|
@@ -2061,7 +2214,7 @@ This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️
|
|
|
2061
2214
|
- [test] Fix test:e2e local run (#37719) @oliviertassinari
|
|
2062
2215
|
- [test] Remove failing test in dev @oliviertassinari
|
|
2063
2216
|
- [website] Add no-op service worker to fix stale cache issue (#37607) @cherniavskii
|
|
2064
|
-
- [website] Transition the Core page to be Material
|
|
2217
|
+
- [website] Transition the Core page to be Material UI instead (#37583) @danilo-leal
|
|
2065
2218
|
- [website] Update the pricing page to reflect sales (#37751) @oliviertassinari
|
|
2066
2219
|
- [website] Match Copyright with the rest of the website @oliviertassinari
|
|
2067
2220
|
- [website] Support deep linking to pricing FAQ @oliviertassinari
|
|
@@ -2075,12 +2228,12 @@ _Jun 21, 2023_
|
|
|
2075
2228
|
A big thanks to the 25 contributors who made this release possible. Here are some highlights ✨:
|
|
2076
2229
|
|
|
2077
2230
|
- 💫 Added [Slider](https://mui.com/material-ui/react-slider/#material-you-version) component using the new Material You design language (#37520) @DiegoAndai.
|
|
2078
|
-
- 📚 Added [examples](https://github.com/mui/material-ui/tree/master/examples/material-ui-nextjs-ts) showcasing how you can use Material
|
|
2231
|
+
- 📚 Added [examples](https://github.com/mui/material-ui/tree/master/examples/material-ui-nextjs-ts) showcasing how you can use Material UI with next.js's app directory (#37315) @smo043
|
|
2079
2232
|
|
|
2080
2233
|
### `@mui/material@5.13.6`
|
|
2081
2234
|
|
|
2082
2235
|
- ​<!-- 45 -->[Autocomplete] Fixed autocomplete's existing option selection (#37012) @bencevoros
|
|
2083
|
-
- ​<!-- 44 -->[Autocomplete] Add hint demos to Material
|
|
2236
|
+
- ​<!-- 44 -->[Autocomplete] Add hint demos to Material UI and Joy UI docs (#37496) @sai6855
|
|
2084
2237
|
- ​<!-- 13 -->[Masonry] Fix ResizeObserver loop limit exceeded error (#37208) @hbjORbj
|
|
2085
2238
|
- ​<!-- 11 -->[Tooltip][material] Improve warning when Tooltip receives string child (#37530) @DiegoAndai
|
|
2086
2239
|
- ​<!-- 10 -->[Modal] Add missing members to ModalOwnProps (#37568) @ivp-dev
|
|
@@ -2111,15 +2264,15 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
2111
2264
|
|
|
2112
2265
|
### Docs
|
|
2113
2266
|
|
|
2114
|
-
- ​<!-- 43 -->[docs][base] Improve Base
|
|
2267
|
+
- ​<!-- 43 -->[docs][base] Improve Base UI all components images (#37590) @danilo-leal
|
|
2115
2268
|
- ​<!-- 42 -->[docs][base] Add pages for coming soon components (#37575) @danilo-leal
|
|
2116
2269
|
- ​<!-- 41 -->[docs][base] Add a Snackbar introduction demo (#37602) @danilo-leal
|
|
2117
|
-
- ​<!-- 40 -->[docs][base] Add page for all Base
|
|
2270
|
+
- ​<!-- 40 -->[docs][base] Add page for all Base UI components (#37536) @danilo-leal
|
|
2118
2271
|
- ​<!-- 33 -->[docs] Fix scrollbar on snackbar page (#37657) @oliviertassinari
|
|
2119
2272
|
- ​<!-- 32 -->[docs] Switch order of snackbar buttons in demos (#37389) @Primajin
|
|
2120
2273
|
- ​<!-- 31 -->[docs] Add support for Tailwind CSS and plain CSS demos (#37319) @mnajdova
|
|
2121
2274
|
- ​<!-- 30 -->[docs] Tree view color fix for dark mode in Gmail example (#37051) @PunitSoniME
|
|
2122
|
-
- ​<!-- 29 -->[docs] Inline the Base
|
|
2275
|
+
- ​<!-- 29 -->[docs] Inline the Base UI demo (#37603) @oliviertassinari
|
|
2123
2276
|
- ​<!-- 28 -->[docs] Fix typo in themed components page (#37598) @vinayr
|
|
2124
2277
|
- ​<!-- 27 -->[docs] Fix render inline code in CSS description generation (#37448) @alexfauquette
|
|
2125
2278
|
- ​<!-- 26 -->[docs] Add styles to styled argument list (#37558) @DiegoAndai
|
|
@@ -2127,17 +2280,17 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
2127
2280
|
- ​<!-- 24 -->[docs] Fix small base -> base-ui migration issue (#37594) @oliviertassinari
|
|
2128
2281
|
- ​<!-- 23 -->[docs] Fix GitHub typo (#37578) @oliviertassinari
|
|
2129
2282
|
- ​<!-- 22 -->[docs] Improve release guide (#37547) @DiegoAndai
|
|
2130
|
-
- ​<!-- 21 -->[docs] Review fixes to the Material
|
|
2283
|
+
- ​<!-- 21 -->[docs] Review fixes to the Material UI's "Example projects" page (#37444) @danilo-leal
|
|
2131
2284
|
- ​<!-- 17 -->[docs][joy] Add a messages template (#37546) @sernstberger
|
|
2132
2285
|
- ​<!-- 16 -->[docs][joy] Add pages for coming soon Joy UI components (#36920) @danilo-leal
|
|
2133
2286
|
- ​<!-- 15 -->[docs][joy] Add design and consistency tweaks to the Playground (#37580) @danilo-leal
|
|
2134
|
-
- ​<!-- 37 -->[docs] Add and revise Base
|
|
2287
|
+
- ​<!-- 37 -->[docs] Add and revise Base UI + Create React App examples (#36825) @samuelsycamore
|
|
2135
2288
|
- ​<!-- 20 -->[docs-infra] Fix demos border radius (#37658) @oliviertassinari
|
|
2136
2289
|
- ​<!-- 19 -->[docs-infra] Add analyticsTags to Algolia (#37600) @Janpot
|
|
2137
2290
|
- ​<!-- 18 -->[docs-infra] Simplify product id handling (#37593) @oliviertassinari
|
|
2138
2291
|
- ​<!-- 35 -->[changelog] Add missing release date for v5.13.5 @oliviertassinari
|
|
2139
2292
|
- ​<!-- 16 -->[examples] Shell command fix in the readme file of material-next-ts example (#37675) @bablukpik
|
|
2140
|
-
- ​<!-- 15 -->[examples] Next.js v13 app router with Material
|
|
2293
|
+
- ​<!-- 15 -->[examples] Next.js v13 app router with Material UI (#37315) @smo043
|
|
2141
2294
|
|
|
2142
2295
|
### Core
|
|
2143
2296
|
|
|
@@ -2175,7 +2328,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
|
|
|
2175
2328
|
- ​<!-- 15 -->[docs] Update /base url references to /base-ui (#37412) @brijeshb42
|
|
2176
2329
|
- ​<!-- 14 -->[docs] Skip components and hooks due to duplicate index (#37539) @siriwatknp
|
|
2177
2330
|
- ​<!-- 13 -->[docs] Polish Sign in to your account joy demo (#37498) @oliviertassinari
|
|
2178
|
-
- ​<!-- 12 -->[docs] Remove outdated Material
|
|
2331
|
+
- ​<!-- 12 -->[docs] Remove outdated Material UI FAQ @oliviertassinari
|
|
2179
2332
|
- ​<!-- 11 -->[docs] Fix crash access to localStorage in Firefox (#37518) @brijeshb42
|
|
2180
2333
|
- ​<!-- 10 -->[docs-infra] Enforce max length on description (#37565) @oliviertassinari
|
|
2181
2334
|
- ​<!-- 09 -->[docs-infra] Mandatory versions (#37497) @oliviertassinari
|
|
@@ -2223,11 +2376,11 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
2223
2376
|
- ​<!-- 17 -->[docs][base] Remove usage of `component` prop in docs (#37462) @sai6855
|
|
2224
2377
|
- ​<!-- 13 -->[docs] Fix docs redirections @oliviertassinari
|
|
2225
2378
|
- ​<!-- 12 -->[docs] Fix Fluent -> Fluent UI @oliviertassinari
|
|
2226
|
-
- ​<!-- 11 -->[docs] Fix MUI Base -> Base
|
|
2379
|
+
- ​<!-- 11 -->[docs] Fix MUI Base -> Base UI @oliviertassinari
|
|
2227
2380
|
- ​<!-- 10 -->[docs] Add base-vite-tailwind example repo (#36994) @mj12albert
|
|
2228
2381
|
- ​<!-- 09 -->[docs] Fix search bar layout shift (#37460) @oliviertassinari
|
|
2229
|
-
- ​<!-- 08 -->[docs] Tweak Material
|
|
2230
|
-
- ​<!-- 07 -->[docs] Tweak Material
|
|
2382
|
+
- ​<!-- 08 -->[docs] Tweak Material UI's "Showcase" page design (#37259) @danilo-leal
|
|
2383
|
+
- ​<!-- 07 -->[docs] Tweak Material UI's "Template" page design (#37260) @danilo-leal
|
|
2231
2384
|
- ​<!-- 06 -->[docs] Fix "Language" page removal leftovers (#37408) @danilo-leal
|
|
2232
2385
|
- ​<!-- 05 -->[docs] Move contents of css-variables to sibling pages (#37411) @brijeshb42
|
|
2233
2386
|
|
|
@@ -2274,7 +2427,7 @@ This release focuses primarily on 🐛 bug fixes and 📚 documentation improvem
|
|
|
2274
2427
|
### Docs
|
|
2275
2428
|
|
|
2276
2429
|
- ​<!-- 14 -->[docs] Clarify Hidden down props as exclusive (#36927) @canac
|
|
2277
|
-
- ​<!-- 13 -->[docs] Add refine to Material
|
|
2430
|
+
- ​<!-- 13 -->[docs] Add refine to Material UI "Related projects" and "More advanced example projects" pages (#37308) @necatiozmen
|
|
2278
2431
|
- ​<!-- 12 -->[docs] Remove todo link from sidebar (#37373) @brijeshb42
|
|
2279
2432
|
- ​<!-- 11 -->[docs] Clarify the peer dependency with react (#37360) @oliviertassinari
|
|
2280
2433
|
- ​<!-- 10 -->[docs] Divider vertical middle prop migration (#36840) @JhonnK08
|
|
@@ -2313,7 +2466,7 @@ A big thanks to the 12 contributors who made this release possible.
|
|
|
2313
2466
|
- [docs][base] Remove default annotations from useBadge's return type (#37313) @TinaSay
|
|
2314
2467
|
- [docs][base] Remove default annotations from useButton's return type (#37312) @TinaSay
|
|
2315
2468
|
- [docs][base] Remove default annotations from useSlider's return type (#37309) @TinaSay
|
|
2316
|
-
- [docs] Remove Material
|
|
2469
|
+
- [docs] Remove Material UI's "Languages" page (#37314) @danilo-leal
|
|
2317
2470
|
- [docs] Prefer to link GitHub repository @oliviertassinari
|
|
2318
2471
|
- [docs] Move product versions to page context (#35078) @m4theushw
|
|
2319
2472
|
- [docs] Fix v5 migration npm install instruction (#37293) @oliviertassinari
|
|
@@ -2378,8 +2531,8 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
2378
2531
|
- [docs] Add summary and improve `test_static` CI doc in CONTRIBUTING readme file (#36711) @kriskw1999
|
|
2379
2532
|
- [docs] Update theme customization typescript (#35551) @siriwatknp
|
|
2380
2533
|
- [docs] Add Joy Frames X web blocks template (#37203) @siriwatknp
|
|
2381
|
-
- [docs] Change Base
|
|
2382
|
-
- [docs] Improve Base
|
|
2534
|
+
- [docs] Change Base UI `alpha` to `beta` in README (#37228) @ZeeshanTamboli
|
|
2535
|
+
- [docs] Improve Base UI overview page (#37227) @mnajdova
|
|
2383
2536
|
- [docs] Update Joy + Material guide (#36911) @cherniavskii
|
|
2384
2537
|
|
|
2385
2538
|
### Core
|
|
@@ -2401,7 +2554,7 @@ _May 10, 2023_
|
|
|
2401
2554
|
|
|
2402
2555
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
2403
2556
|
|
|
2404
|
-
- 🚀 Base
|
|
2557
|
+
- 🚀 Base UI is now in beta - all planned breaking changes are now complete!
|
|
2405
2558
|
- 🗺 We have a new [project roadmap](https://github.com/orgs/mui/projects/18/views/1) on GitHub where you can learn about what's coming next.
|
|
2406
2559
|
- 🐛 Various bug fixes, 📚 documentation and 🧪 testing improvements
|
|
2407
2560
|
|
|
@@ -2434,10 +2587,10 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
2434
2587
|
|
|
2435
2588
|
### Docs
|
|
2436
2589
|
|
|
2437
|
-
- [docs] Stray design tweaks to Base
|
|
2590
|
+
- [docs] Stray design tweaks to Base UI demos (#37003) @danilo-leal
|
|
2438
2591
|
- [docs] Move outdated CSS prefixing docs (#36710) @kriskw1999
|
|
2439
2592
|
- [docs] Improve "Example projects" page design (#37007) @danilo-leal
|
|
2440
|
-
- [docs] Redirect NoSsr, Portal and TextareaAutosize to Base
|
|
2593
|
+
- [docs] Redirect NoSsr, Portal and TextareaAutosize to Base UI API page (#37175) @ZeeshanTamboli
|
|
2441
2594
|
- [docs] Demonstrate `TextField` customization using theme style overrides (#36805) @ZeeshanTamboli
|
|
2442
2595
|
- [docs] Tweak the "Edit this page" button icon (#37142) @danilo-leal
|
|
2443
2596
|
- [docs] Update links to the public roadmap (#36995) @mnajdova
|
|
@@ -2446,7 +2599,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
2446
2599
|
|
|
2447
2600
|
### Core
|
|
2448
2601
|
|
|
2449
|
-
- [blog] Fix images using "MUI Base" instead of "Base
|
|
2602
|
+
- [blog] Fix images using "MUI Base" instead of "Base UI" (#37044) @danilo-leal
|
|
2450
2603
|
- [core] Add VSCode extensions recommendations (#37166) @michaldudak
|
|
2451
2604
|
- [test] `e2e-website` related minor fixes (#37204) @ZeeshanTamboli
|
|
2452
2605
|
- [website] Update the active positions (#37075) @DanailH
|
|
@@ -2463,7 +2616,7 @@ _May 2, 2023_
|
|
|
2463
2616
|
|
|
2464
2617
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
2465
2618
|
|
|
2466
|
-
- all planned breaking changes for Base
|
|
2619
|
+
- all planned breaking changes for Base UI are done. The first beta release should come next week 🎉
|
|
2467
2620
|
- 🐛 bug fixes and 📚 documentation improvements.
|
|
2468
2621
|
|
|
2469
2622
|
### `@mui/material@5.12.3`
|
|
@@ -2533,7 +2686,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
2533
2686
|
|
|
2534
2687
|
- ​<!-- 41 -->[base] Improve API consistency (#36970) @michaldudak
|
|
2535
2688
|
|
|
2536
|
-
Brought consistency to Base
|
|
2689
|
+
Brought consistency to Base UI components and hooks' parameters and return values:
|
|
2537
2690
|
|
|
2538
2691
|
1. Whenever a hook needs a ref, it's now called `<slot_name>Ref`, which matches the `get<slot_name>Props` in the return value.
|
|
2539
2692
|
2. All hooks that accept external refs now return merged refs, making combining multiple hooks on one element easier. This was proven necessary in several compound components (like menuItem being both a button and a list item). The type of this value is `React.RefCallback` as using the more general `React.Ref` caused variance issues.
|
|
@@ -2547,11 +2700,11 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
2547
2700
|
|
|
2548
2701
|
### Docs
|
|
2549
2702
|
|
|
2550
|
-
- ​<!-- 39 -->[base][docs] Add Base
|
|
2551
|
-
- ​<!-- 20 -->[docs] Fix Material
|
|
2703
|
+
- ​<!-- 39 -->[base][docs] Add Base UI Quickstart Guide (#36717) @mj12albert
|
|
2704
|
+
- ​<!-- 20 -->[docs] Fix Material UI's API linking to Base UI (#37121) @mnajdova
|
|
2552
2705
|
- ​<!-- 19 -->[docs] Fix pagination in the DataGrid demo (#37114) @cherniavskii
|
|
2553
2706
|
- ​<!-- 18 -->[docs] Add notification to the release of the new Time Picker UI (#37065) @joserodolfofreitas
|
|
2554
|
-
- ​<!-- 17 -->[docs] Specify "Material
|
|
2707
|
+
- ​<!-- 17 -->[docs] Specify "Material UI" (not "MUI") where appropriate throughout the docs (#37066) @samuelsycamore
|
|
2555
2708
|
- ​<!-- 16 -->[docs] Use focus-visible instead of focus for Menu demos (#36847) @michaldudak
|
|
2556
2709
|
- ​<!-- 15 -->[docs] Fix small regressions API pages (#36972) @oliviertassinari
|
|
2557
2710
|
- ​<!-- 14 -->[docs] Handle a few docs-feedback (#36977) @oliviertassinari
|
|
@@ -2583,7 +2736,7 @@ _Apr 25, 2023_
|
|
|
2583
2736
|
|
|
2584
2737
|
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
2585
2738
|
|
|
2586
|
-
- ⚠️ **[BREAKING CHANGE]** The `Unstyled` suffix has been removed from Base
|
|
2739
|
+
- ⚠️ **[BREAKING CHANGE]** The `Unstyled` suffix has been removed from Base UI component names, including names of types and other related identifiers – a codemod script is provided to assist with the change.
|
|
2587
2740
|
- 🐛 bug fixes and 📚 documentation improvements.
|
|
2588
2741
|
|
|
2589
2742
|
### `@mui/material@5.12.2`
|
|
@@ -2598,7 +2751,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
2598
2751
|
|
|
2599
2752
|
- ​<!-- 27 -->[base] Remove unstyled suffix from Base components + Codemod script (#36873) @hbjORbj
|
|
2600
2753
|
|
|
2601
|
-
The `Unstyled` suffix has been removed from all Base
|
|
2754
|
+
The `Unstyled` suffix has been removed from all Base UI component names, including names of types and other related identifiers.
|
|
2602
2755
|
|
|
2603
2756
|
You can use this [codemod](https://github.com/mui/material-ui/blob/master/packages/mui-codemod/src/v5.0.0/base-remove-unstyled-suffix.js) to help with the migration:
|
|
2604
2757
|
|
|
@@ -2704,7 +2857,7 @@ A big thanks to the 16 contributors who made this release possible. This release
|
|
|
2704
2857
|
- ​<!-- 18 -->[docs][base] Move styles to the bottom of demos code for `TablePagination` (#36593) @gitstart
|
|
2705
2858
|
- ​<!-- 13 -->[docs] Remove the incorrect info about useButton's ref parameter (#36883) @michaldudak
|
|
2706
2859
|
- ​<!-- 12 -->[docs] Sync <Stack> between projects (#36785) @oliviertassinari
|
|
2707
|
-
- ​<!-- 11 -->[docs] Add guides to overriding component structure in Base
|
|
2860
|
+
- ​<!-- 11 -->[docs] Add guides to overriding component structure in Base UI and Joy UI docs (#34990) @samuelsycamore
|
|
2708
2861
|
- ​<!-- 10 -->[docs] Content changed from 'row' to 'orientation=horizontal' (#36858) @navedqb
|
|
2709
2862
|
- ​<!-- 09 -->[docs][Joy] `component`, `slots`, `slotProps` must be visible in Prop table in API docs (#36666) @hbjORbj
|
|
2710
2863
|
- ​<!-- 08 -->[docs][Select] Fix duplicate ID in small size Select demo (#36792) @sai6855
|
|
@@ -2751,7 +2904,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
|
|
|
2751
2904
|
- ​<!-- 16 -->[docs] Add missing `readOnly` state class in the list (#36788) @ZeeshanTamboli
|
|
2752
2905
|
- ​<!-- 15 -->[docs] Improve side nav scroll into view (#36732) @oliviertassinari
|
|
2753
2906
|
- ​<!-- 14 -->[docs][base & joy] Display "Classes" Section in API docs (#36589) @hbjORbj
|
|
2754
|
-
- ​<!-- 13 -->[docs] Fix 100+ typos throughout the Material
|
|
2907
|
+
- ​<!-- 13 -->[docs] Fix 100+ typos throughout the Material UI docs (#36194) @Lioness100
|
|
2755
2908
|
- ​<!-- 12 -->[docs] Change "coming soon" chip color (#36786) @danilo-leal
|
|
2756
2909
|
- ​<!-- 11 -->[docs][Joy] Fix wrong prop descriptions (#36826) @hbjORbj
|
|
2757
2910
|
- ​<!-- 10 -->[docs][material] Highlight global state classes in CSS table in API docs (#36633) @hbjORbj
|
|
@@ -2761,7 +2914,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
|
|
|
2761
2914
|
### Core
|
|
2762
2915
|
|
|
2763
2916
|
- ​<!-- 22 -->[core] Increase margin to scroll @oliviertassinari
|
|
2764
|
-
- ​<!-- 21 -->[core] Replace MUI Base with Base
|
|
2917
|
+
- ​<!-- 21 -->[core] Replace MUI Base with Base UI (#36716) @mnajdova
|
|
2765
2918
|
- ​<!-- 03 -->[website] Fix broken career website links @oliviertassinari
|
|
2766
2919
|
- ​<!-- 02 -->[website] Fix backlinks to homepage (#36801) @oliviertassinari
|
|
2767
2920
|
- ​<!-- 01 -->[website] Tweaks to the Designer position ad (#36771) @danilo-leal
|
|
@@ -2776,7 +2929,7 @@ _Apr 4, 2023_
|
|
|
2776
2929
|
|
|
2777
2930
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
2778
2931
|
|
|
2779
|
-
- 💅 Added tabs on API pages of Base
|
|
2932
|
+
- 💅 Added tabs on API pages of Base UI to switch between component and hook references (#35938) @mnajdova
|
|
2780
2933
|
- 🐛 bug fixes and 📚 documentation improvements.
|
|
2781
2934
|
|
|
2782
2935
|
### `@mui/material@5.11.16`
|
|
@@ -2816,7 +2969,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2816
2969
|
- [docs] Fix small typo (#36727) @RBerthier
|
|
2817
2970
|
- [docs] Fix Joy UI template broken image loading @oliviertassinari
|
|
2818
2971
|
- [docs] Hide the default API column if it's empty (#36715) @mnajdova
|
|
2819
|
-
- [docs] Update Material
|
|
2972
|
+
- [docs] Update Material UI Related Projects page (#34203) @viclafouch
|
|
2820
2973
|
- [docs] Revise Joy UI "Circular Progress" page (#36126) @LadyBluenotes
|
|
2821
2974
|
- [docs] Revise Joy UI "Radio" page (#35893) @DevinCLane
|
|
2822
2975
|
- [docs] Support Google Analytics 4 (#36123) @alexfauquette
|
|
@@ -2938,7 +3091,6 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
2938
3091
|
- [docs] Remove `shouldSkipGeneratingVar` usage (#36581) @siriwatknp
|
|
2939
3092
|
- [docs][material] Update Table's demo to show pointer cursor on clickable rows (#36546) @varunmulay22
|
|
2940
3093
|
- [website] Designer role changes (#36528) @danilo-leal
|
|
2941
|
-
- [website] No association between showcase and MUI @oliviertassinari
|
|
2942
3094
|
- [website] Open Head of Operations role (#36501) @oliviertassinari
|
|
2943
3095
|
- [website] Limit sponsors description to two rows @oliviertassinari
|
|
2944
3096
|
|
|
@@ -2958,13 +3110,13 @@ _Mar 14, 2023_
|
|
|
2958
3110
|
|
|
2959
3111
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
2960
3112
|
|
|
2961
|
-
- @michaldudak added an option for [disabling the generation](https://mui.com/base-ui/getting-started/customization/#disabling-default-css-classes) of the default classes in Base
|
|
3113
|
+
- @michaldudak added an option for [disabling the generation](https://mui.com/base-ui/getting-started/customization/#disabling-default-css-classes) of the default classes in Base UI (#35963)
|
|
2962
3114
|
- other 🐛 bug fixes and 📚 documentation improvements.
|
|
2963
3115
|
|
|
2964
3116
|
### `@mui/material@5.11.13`
|
|
2965
3117
|
|
|
2966
|
-
- ​<!-- 13 -->[core] Bump Base
|
|
2967
|
-
- ​<!-- 17 -->[material] Export `shouldSkipGeneratingVar` from Material
|
|
3118
|
+
- ​<!-- 13 -->[core] Bump Base UI's version in Material UI (#36492) @hbjORbj
|
|
3119
|
+
- ​<!-- 17 -->[material] Export `shouldSkipGeneratingVar` from Material UI (#36489) @siriwatknp
|
|
2968
3120
|
- ​<!-- 06 -->[Typography] Apply font properties to typography inherit variant (#33621) @oyar99
|
|
2969
3121
|
|
|
2970
3122
|
### `@mui/base@5.0.0-alpha.121`
|
|
@@ -2979,12 +3131,12 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
2979
3131
|
|
|
2980
3132
|
- ​<!-- 14 -->[blog] Update fields behavior on date pickers blog post (#36480) @joserodolfofreitas
|
|
2981
3133
|
- ​<!-- 12 -->[docs] Info markdown not rendering in Contributing Guide README (#36487) @hbjORbj
|
|
2982
|
-
- ​<!-- 11 -->[docs] Remove 301 redirection to MUI
|
|
3134
|
+
- ​<!-- 11 -->[docs] Remove 301 redirection to MUI X lab migration @oliviertassinari
|
|
2983
3135
|
- ​<!-- 10 -->[docs] Fix a grammar error (#36486) @hbjORbj
|
|
2984
3136
|
- ​<!-- 09 -->[docs] Add blog post notification for v6 release (#36446) @joserodolfofreitas
|
|
2985
3137
|
- ​<!-- 08 -->[docs] Update link to v5 docs (#36421) @m4theushw
|
|
2986
3138
|
- ​<!-- 07 -->[docs] Fix 404 in the API page links (#36419) @oliviertassinari
|
|
2987
|
-
- ​<!-- 08 -->[docs][joy] Error in the exemplary Codesandbox of using Material
|
|
3139
|
+
- ​<!-- 08 -->[docs][joy] Error in the exemplary Codesandbox of using Material UI and Joy UI together (#36462) @hbjORbj
|
|
2988
3140
|
- ​<!-- 06 -->[examples] Refactor to have better types in the Next.js + TypeScript examples (#36355) @erikian
|
|
2989
3141
|
- ​<!-- 02 -->[website] Fix layout shift when loading /blog/mui-x-v6/ @oliviertassinari
|
|
2990
3142
|
- ​<!-- 01 -->[website] Update stats (#36477) @hrutik7
|
|
@@ -3020,7 +3172,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
3020
3172
|
|
|
3021
3173
|
- ​<!-- 26 -->[core] Generate vars in `extendTheme` (#35739) @mnajdova
|
|
3022
3174
|
|
|
3023
|
-
The `shouldSkipGeneratingVar` prop was moved from the `createCssVarsProvider`'s option to the `theme`. If the default theme does not use `extendTheme` from Material
|
|
3175
|
+
The `shouldSkipGeneratingVar` prop was moved from the `createCssVarsProvider`'s option to the `theme`. If the default theme does not use `extendTheme` from Material UI or Joy UI, it needs to be wrapped inside `unstable_createCssVarsTheme` - a util exported from the MUI System. Below is an example of how the migration should look like:
|
|
3024
3176
|
|
|
3025
3177
|
```diff
|
|
3026
3178
|
import {
|
|
@@ -3109,11 +3261,11 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
3109
3261
|
### Docs
|
|
3110
3262
|
|
|
3111
3263
|
- ​<!-- 33 -->[docs][joy] Clarify when `CssVarsProvider` is required (#36410) @mnajdova
|
|
3112
|
-
- ​<!-- 32 -->MUI
|
|
3264
|
+
- ​<!-- 32 -->MUI X v6 release announcement (#36398) @joserodolfofreitas
|
|
3113
3265
|
- ​<!-- 23 -->[docs] Add instructions for deploying docs without a release (#36301) @cherniavskii
|
|
3114
3266
|
- ​<!-- 22 -->[docs] Fix 301 redirections on the docs @oliviertassinari
|
|
3115
|
-
- ​<!-- 21 -->[docs] Update MUI
|
|
3116
|
-
- ​<!-- 20 -->[docs] Clarify the future plan for integrating Base
|
|
3267
|
+
- ​<!-- 21 -->[docs] Update MUI X banner to reflect stable release (#36354) @MBilalShafi
|
|
3268
|
+
- ​<!-- 20 -->[docs] Clarify the future plan for integrating Base UI in Material UI (#36365) @mnajdova
|
|
3117
3269
|
- ​<!-- 19 -->[docs] Improve visual look of loose lists (#36190) @oliviertassinari
|
|
3118
3270
|
- ​<!-- 18 -->[docs] Fix @mui/styles example links (#36331) @oliviertassinari
|
|
3119
3271
|
- ​<!-- 17 -->[docs][joy] Build TS versions for List component demos (#36382) @sai6855
|
|
@@ -3143,14 +3295,14 @@ _Feb 27, 2023_
|
|
|
3143
3295
|
|
|
3144
3296
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
3145
3297
|
|
|
3146
|
-
- 📚 added API documentation for the slots in Base
|
|
3298
|
+
- 📚 added API documentation for the slots in Base UI and Joy UI by @hbjORbj, for e.g. [SliderUnstyled API](https://mui.com/base-ui/api/slider-unstyled/#slots)
|
|
3147
3299
|
- other 🐛 bug fixes and 📚 documentation improvements.
|
|
3148
3300
|
|
|
3149
3301
|
### `@mui/material@5.11.11`
|
|
3150
3302
|
|
|
3151
3303
|
- ​<!-- 30 -->[Autocomplete] Adds `sx` prop to `ListboxProps` type (#36243) @sai6855
|
|
3152
3304
|
- ​<!-- 11 -->[material] Add global CSS class for `readOnly` prop (#32822) @jrparish
|
|
3153
|
-
- ​<!-- 10 -->[Stack][material] Use createStack from
|
|
3305
|
+
- ​<!-- 10 -->[Stack][material] Use createStack from MUI System (#33795) @mnajdova
|
|
3154
3306
|
- ​<!-- 07 -->[Select] Fix incorrect selecting of first element (#36024) @michaldudak
|
|
3155
3307
|
- ​<!-- 06 -->[Slider] Miscellaneous improvements (#35941) @ZeeshanTamboli
|
|
3156
3308
|
- ​<!-- 05 -->[Slider] Remove unnecessary `data-focusvisible` attribute (#36091) @ZeeshanTamboli
|
|
@@ -3207,7 +3359,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3207
3359
|
- ​<!-- 26 -->[docs] Add missing sandbox adapter deps resolving (#36291) @LukasTy
|
|
3208
3360
|
- ​<!-- 25 -->[docs] Allow to pass navigation bar banner from outside (#36299) @MBilalShafi
|
|
3209
3361
|
- ​<!-- 24 -->[docs] Fix code on the Working with Tailwind CSS guide (#36090) @mnajdova
|
|
3210
|
-
- ​<!-- 23 -->[docs] Remove See Slots Section text from Material
|
|
3362
|
+
- ​<!-- 23 -->[docs] Remove See Slots Section text from Material UI slots description (#36284) @hbjORbj
|
|
3211
3363
|
- ​<!-- 22 -->[docs] Fix emotion warning `:first-child` (#36263) @siriwatknp
|
|
3212
3364
|
- ​<!-- 21 -->[docs][joy] Improve the descriptions of props in API docs (#36307) @hbjORbj
|
|
3213
3365
|
- ​<!-- 20 -->[docs][joy] List slots in API documentation (#36271) @hbjORbj
|
|
@@ -3374,13 +3526,13 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
3374
3526
|
### Docs
|
|
3375
3527
|
|
|
3376
3528
|
- ​<!-- 23 -->[blog] Fix dark mode support (#35969) @oliviertassinari
|
|
3377
|
-
- ​<!-- 19 -->[docs] Add banner pointing to "Whats new" in MUI
|
|
3529
|
+
- ​<!-- 19 -->[docs] Add banner pointing to "Whats new" in MUI X page (#36074) @joserodolfofreitas
|
|
3378
3530
|
- ​<!-- 18 -->[docs] Revert unintended change @oliviertassinari
|
|
3379
3531
|
- ​<!-- 17 -->[docs] [Joy] Fixed a typo in `customizing theme tokens` (#36067) @badalsaibo
|
|
3380
3532
|
- ​<!-- 16 -->[docs] Improve inline preview's information (#35974) @oliviertassinari
|
|
3381
3533
|
- ​<!-- 15 -->[docs] Fix wrong v5 migration instructions (#36022) @oliviertassinari
|
|
3382
3534
|
- ​<!-- 14 -->[docs] Fix autocomplete render group key warning in the demo (#36025) @chuanyu0201
|
|
3383
|
-
- ​<!-- 13 -->[docs] Add hooks API pages for Base
|
|
3535
|
+
- ​<!-- 13 -->[docs] Add hooks API pages for Base UI (#35828) @mnajdova
|
|
3384
3536
|
- ​<!-- 12 -->[docs] Fix grammar typo (#36016) @alexownejazayeri
|
|
3385
3537
|
- ​<!-- 11 -->[docs][joy] Add JSDoc for the `AutocompleteProps` type (#36039) @ArthurPedroti
|
|
3386
3538
|
|
|
@@ -3463,7 +3615,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3463
3615
|
- ​<!-- 21 -->[docs] Fix Joy UI variables playground (#35950) @siriwatknp
|
|
3464
3616
|
- ​<!-- 20 -->[docs] Fix typos in base components docs (#35985) @HeVictor
|
|
3465
3617
|
- ​<!-- 19 -->[docs] Fix event's label reported to GA (#35930) @oliviertassinari
|
|
3466
|
-
- ​<!-- 18 -->[docs] Standardize "no longer" / "not documented" callouts in Material
|
|
3618
|
+
- ​<!-- 18 -->[docs] Standardize "no longer" / "not documented" callouts in Material UI docs (#35957) @samuelsycamore
|
|
3467
3619
|
- ​<!-- 17 -->[docs] Revise and expand Joy UI Checkbox doc (#35817) @samuelsycamore
|
|
3468
3620
|
- ​<!-- 16 -->[docs] Add docs notification to Date and Time Pickers revamped (#35935) @joserodolfofreitas
|
|
3469
3621
|
- ​<!-- 15 -->[docs] Update community theme builder to forked updated one (#35928) @idebeijer
|
|
@@ -3567,7 +3719,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
3567
3719
|
|
|
3568
3720
|
### `@mui/material@5.11.5`
|
|
3569
3721
|
|
|
3570
|
-
- [Material
|
|
3722
|
+
- [Material UI] Custom channel token should suppress the warning (#35804) @siriwatknp
|
|
3571
3723
|
- [Autocomplete] Fix value type when `strictNullChecks` is `false` (#35367) @fenghan34
|
|
3572
3724
|
- [Slider] Replace `SliderUnstyled` with `useSlider` hook (#35770) @ZeeshanTamboli
|
|
3573
3725
|
- [l10n] Add Belarusian translation (#35742) @volhalink
|
|
@@ -3596,7 +3748,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
3596
3748
|
|
|
3597
3749
|
- [docs] Improve pickers lab migration stressing `mui-x` usage (#35740) @LukasTy
|
|
3598
3750
|
- [docs] Fix incorrectly named AccessibleTable demo component (#35832) @HeVictor
|
|
3599
|
-
- [docs] Clarify where to find docs for Base
|
|
3751
|
+
- [docs] Clarify where to find docs for Base UI components in Material UI (#35799) @samuelsycamore
|
|
3600
3752
|
- [docs] Fix typos (#35814) @alexfauquette
|
|
3601
3753
|
- [docs] Revise and expand the Joy UI Card page (#35745) @samuelsycamore
|
|
3602
3754
|
- [docs] Fix navigation layout shift (#35679) @oliviertassinari
|
|
@@ -3610,7 +3762,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
3610
3762
|
- [website] Improve pricing page (#35767) @oliviertassinari
|
|
3611
3763
|
- [website] Add Greg in about page (#35816) @oliviertassinari
|
|
3612
3764
|
- [website] Update the Accessibility Engineer role (#35751) @oliviertassinari
|
|
3613
|
-
- [website] Add docs for MUI
|
|
3765
|
+
- [website] Add docs for MUI for Figma @oliviertassinari
|
|
3614
3766
|
|
|
3615
3767
|
All contributors of this release in alphabetical order: @alexfauquette, @atrefonas, @fenghan34, @hbjORbj, @HeVictor, @Juneezee, @LukasTy, @mnajdova, @msoyka, @nnmax, @oliviertassinari, @pupudu, @sai6855, @samuelsycamore, @siriwatknp, @volhalink, @ZeeshanTamboli
|
|
3616
3768
|
|
|
@@ -3654,7 +3806,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
3654
3806
|
|
|
3655
3807
|
### Core
|
|
3656
3808
|
|
|
3657
|
-
- [core] Close 2022
|
|
3809
|
+
- [core] Close 2022 Developer Survey @oliviertassinari
|
|
3658
3810
|
- [core] Fix the product license reference name (#35703) @oliviertassinari
|
|
3659
3811
|
- [core] Use TypeScript AST instead of TTP for component doc building (#35379) @flaviendelangle
|
|
3660
3812
|
- [test] Always use & for nesting styles (#35702) @oliviertassinari
|
|
@@ -3707,7 +3859,7 @@ _Dec 26, 2022_
|
|
|
3707
3859
|
|
|
3708
3860
|
A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
|
|
3709
3861
|
|
|
3710
|
-
- ⚙️ Several Base
|
|
3862
|
+
- ⚙️ Several Base UI components were converted to TypeScript by @trizotti, @leventdeniz and @danhuynhdev (#35005, #34793, #34771)
|
|
3711
3863
|
- Many other 🐛 bug fixes abd 📚 documentation improvements.
|
|
3712
3864
|
|
|
3713
3865
|
### `@mui/material@5.11.2`
|
|
@@ -3727,7 +3879,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
3727
3879
|
- ​<!-- 16 -->[FocusTrap][base] Convert code to TypeScript (#35005) @trizotti
|
|
3728
3880
|
- ​<!-- 08 -->[Modal][base] Convert code to TypeScript (#34793) @leventdeniz
|
|
3729
3881
|
- ​<!-- 07 -->[Popper][base] Convert code to TypeScript (#34771) @danhuynhdev
|
|
3730
|
-
- ​<!-- 04 -->[Slider] Exclude `isRtl` from Material
|
|
3882
|
+
- ​<!-- 04 -->[Slider] Exclude `isRtl` from Material UI's Slider props (#35564) @michaldudak
|
|
3731
3883
|
|
|
3732
3884
|
### `@mui/joy@5.0.0-alpha.60`
|
|
3733
3885
|
|
|
@@ -3884,11 +4036,11 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
3884
4036
|
- [docs] Refactor `ToggleButtonSizes` demo (#35375) @Armanio
|
|
3885
4037
|
- [docs] Standardize the usage of callouts in the docs (#35361) @samuelsycamore
|
|
3886
4038
|
- [docs] Format feedback to add a link to the commented section (#35381) @alexfauquette
|
|
3887
|
-
- [docs] Direct users from Material
|
|
4039
|
+
- [docs] Direct users from Material UI to Base UI for duplicated components (#35293) @samuelsycamore
|
|
3888
4040
|
- [docs] Fix typo in FormControl API docs (#35449) @Spanishiwa
|
|
3889
4041
|
- [docs] Update callouts design (#35390) @danilo-leal
|
|
3890
4042
|
- [website] New wave of open roles (#35240) @mnajdova
|
|
3891
|
-
- [website] Developer
|
|
4043
|
+
- [website] Developer Survey 2022 (#35407) @joserodolfofreitas
|
|
3892
4044
|
|
|
3893
4045
|
### Core
|
|
3894
4046
|
|
|
@@ -3959,9 +4111,9 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3959
4111
|
- ​<!-- 14 -->[docs] Improve the autogenerated "Unstyled" and "API" text (#35185) @samuelsycamore
|
|
3960
4112
|
- ​<!-- 13 -->[docs] Fix ad margin on API pages (#35201) @oliviertassinari
|
|
3961
4113
|
- ​<!-- 12 -->[docs] Revise and expand the Joy UI "Badge" page (#35199) @samuelsycamore
|
|
3962
|
-
- ​<!-- 11 -->[docs] Update Base
|
|
4114
|
+
- ​<!-- 11 -->[docs] Update Base UI docs with latest style conventions (#35034) @samuelsycamore
|
|
3963
4115
|
- ​<!-- 09 -->[l10n] Improve Chinese (Taiwan) zh-TW locale (#35328) @happyincent
|
|
3964
|
-
- ​<!-- 02 -->[website] Update
|
|
4116
|
+
- ​<!-- 02 -->[website] Update stats: GitHub stars, Twitter followers, etc. (#35318) @nomandhoni-cs
|
|
3965
4117
|
|
|
3966
4118
|
### Core
|
|
3967
4119
|
|
|
@@ -3969,7 +4121,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3969
4121
|
- ​<!-- 26 -->[core] Fix warning leak in production (#35313) @oliviertassinari
|
|
3970
4122
|
- ​<!-- 25 -->[core] Move the internal packages from docs/packages (#35305) @michaldudak
|
|
3971
4123
|
- ​<!-- 24 -->[core] Clean up the API docs generation scripts (#35244) @michaldudak
|
|
3972
|
-
- ​<!-- 03 -->[test] Scope the tests to just Material
|
|
4124
|
+
- ​<!-- 03 -->[test] Scope the tests to just Material UI components (#35219) @siriwatknp
|
|
3973
4125
|
- ​<!-- 01 -->[website] Remove BlackFriday notification @oliviertassinari
|
|
3974
4126
|
|
|
3975
4127
|
All contributors of this release in alphabetical order: @flaviendelangle, @guotie, @happyincent, @hbjORbj, @Juneezee, @michaldudak, @mnajdova, @nomandhoni-cs, @oliviertassinari, @Pandey-utkarsh, @sai6855, @samuelsycamore, @siriwatknp, @Uzwername, @zignis
|
|
@@ -4053,7 +4205,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
|
|
|
4053
4205
|
### Docs
|
|
4054
4206
|
|
|
4055
4207
|
- [docs] Fix a couple documentation errors (#35217) @danilo-leal
|
|
4056
|
-
- [docs] Change MUI -> Material
|
|
4208
|
+
- [docs] Change MUI -> Material UI in icons-material's readme (#35220) @michaldudak
|
|
4057
4209
|
- [docs] the pages have no <link rel=canonical so we need to tell Google to not index the staging envs @oliviertassinari
|
|
4058
4210
|
- [docs] Fix confusion in TOCs when reaching scroll bottom (#35214) @oliviertassinari
|
|
4059
4211
|
- [docs] Fix typos in section titles (#35025) @iamxukai
|
|
@@ -4091,12 +4243,12 @@ _Nov 14, 2022_
|
|
|
4091
4243
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
4092
4244
|
|
|
4093
4245
|
- 🚀 @siriwatknp added the Autocomplete component to the Joy UI (#34315)
|
|
4094
|
-
- ♿ @sfavello improved the accessibility of the Material
|
|
4246
|
+
- ♿ @sfavello improved the accessibility of the Material UI's Autocomplete by adding support for the Delete key (#33822)
|
|
4095
4247
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
4096
4248
|
|
|
4097
4249
|
### `@mui/material@5.10.14`
|
|
4098
4250
|
|
|
4099
|
-
- [Material
|
|
4251
|
+
- [Material UI] Add `palette.background.defaultChannel` token (#35061) @siriwatknp
|
|
4100
4252
|
- [Autocomplete] Remove tags with the Delete key (#33822) @sfavello
|
|
4101
4253
|
- [IconButton] custom color causes type error (#34521) @kushagra010
|
|
4102
4254
|
|
|
@@ -4158,7 +4310,7 @@ _Nov 7, 2022_
|
|
|
4158
4310
|
|
|
4159
4311
|
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
4160
4312
|
|
|
4161
|
-
- 🚀 The slots API has been introduced to the Material
|
|
4313
|
+
- 🚀 The slots API has been introduced to the Material UI package by @michaldudak (#34873).
|
|
4162
4314
|
- 🔥 Live editing of demos is stabilized by @oliviertassinari (#34870).
|
|
4163
4315
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
4164
4316
|
|
|
@@ -4243,7 +4395,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
4243
4395
|
- ​<!-- 21 -->[docs] Revise the Joy UI "Aspect Ratio" page (#34858) @samuelsycamore
|
|
4244
4396
|
- ​<!-- 20 -->[docs] Fix Safari code font size (#34859) @oliviertassinari
|
|
4245
4397
|
- ​<!-- 19 -->[docs] Fix spelling mistake (#34955) @punithnayak
|
|
4246
|
-
- ​<!-- 18 -->[docs] Fix 404 link of supported Material
|
|
4398
|
+
- ​<!-- 18 -->[docs] Fix 404 link of supported Material UI components @oliviertassinari
|
|
4247
4399
|
- ​<!-- 17 -->[docs] Fix Safari button misalignment (#34861) @oliviertassinari
|
|
4248
4400
|
- ​<!-- 16 -->[docs] Fix typo in docs title (#34926) @PunitSoniME
|
|
4249
4401
|
- ​<!-- 25 -->[docs] Fix missing emotion prefixes (#34958) @oliviertassinari
|
|
@@ -4255,7 +4407,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
4255
4407
|
- ​<!-- 07 -->[website] Migrate about-us page to use CSS theme variables (#34919) @brianlu2610
|
|
4256
4408
|
- ​<!-- 06 -->[website] Migrate Product-Templates page to use CSS theme variables (#34913) @EduardoSCosta
|
|
4257
4409
|
- ​<!-- 05 -->[website] Migrate career page to use CSS theme variables (#34908) @the-mgi
|
|
4258
|
-
- ​<!-- 04 -->[website] Update MUI
|
|
4410
|
+
- ​<!-- 04 -->[website] Update MUI X open and future roles + about page (#34894) @DanailH
|
|
4259
4411
|
- ​<!-- 03 -->[website] Remove one DOM node (#34960) @oliviertassinari
|
|
4260
4412
|
- ​<!-- 02 -->[website] Use `span` for icon image (#34914) @siriwatknp
|
|
4261
4413
|
- ​<!-- 01 -->[website] Fix subscribe input with Safari (#34869) @oliviertassinari
|
|
@@ -4292,7 +4444,7 @@ _Oct 25, 2022_
|
|
|
4292
4444
|
|
|
4293
4445
|
A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
|
|
4294
4446
|
|
|
4295
|
-
- 🔧 Moved `components` to `slots` prop starting at Base
|
|
4447
|
+
- 🔧 Moved `components` to `slots` prop starting at Base UI to create consistency across products
|
|
4296
4448
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
4297
4449
|
|
|
4298
4450
|
### `@mui/material@5.10.11`
|
|
@@ -4340,7 +4492,7 @@ A big thanks to the 10 contributors who made this release possible. Here are som
|
|
|
4340
4492
|
- Revert "[docs] Live demos (#34454)" @oliviertassinari
|
|
4341
4493
|
- Update the order of operations for pagination example so that slicing takes place after sorting. (#34189) @marceliwac
|
|
4342
4494
|
- [docs] Gatsby Description in Joy dark-mode (#34702) @pixelass
|
|
4343
|
-
- [docs] Add notification for blogpost MUI
|
|
4495
|
+
- [docs] Add notification for blogpost MUI X v6 alpha (#34809) @joserodolfofreitas
|
|
4344
4496
|
- [docs] Polish Crowdin config (#34852) @oliviertassinari
|
|
4345
4497
|
- [docs] Fix a few style standard deviations @oliviertassinari
|
|
4346
4498
|
- [docs] Enforce no trailing spaces (#34762) @oliviertassinari
|
|
@@ -4374,7 +4526,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
4374
4526
|
|
|
4375
4527
|
- 🖌 Thanks to the efforts of @bharatkashyap and @nihgwu, we now have editable demos across our docs (#34454)!
|
|
4376
4528
|
- 🚀 The Tooltip component has been added to Joy UI by @hbjORbj (#34509).
|
|
4377
|
-
- ⚙️ We started converting the remaining JS components in Base
|
|
4529
|
+
- ⚙️ We started converting the remaining JS components in Base UI to TypeScript.
|
|
4378
4530
|
@mbayucot finished the first PR with the conversion of the NoSsr code (#34735).
|
|
4379
4531
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
4380
4532
|
|
|
@@ -4458,11 +4610,11 @@ A big thanks to the 7 contributors who made this release possible. Here are some
|
|
|
4458
4610
|
|
|
4459
4611
|
- ​<!-- 17 -->[system] Fix color-scheme implementation (#34639) @siriwatknp
|
|
4460
4612
|
|
|
4461
|
-
The `enableColorScheme` prop has been removed from `CssVarsProvider` and `getInitColorScheme` (both Material
|
|
4613
|
+
The `enableColorScheme` prop has been removed from `CssVarsProvider` and `getInitColorScheme` (both Material UI and Joy UI).
|
|
4462
4614
|
|
|
4463
4615
|
Migration:
|
|
4464
4616
|
|
|
4465
|
-
- **Material
|
|
4617
|
+
- **Material UI**: you can enable the CSS color scheme via `<CssBaseline enableColorScheme />`.
|
|
4466
4618
|
- **Joy UI**: it is enabled automatically if you use `<CssBaseline />`, [see the docs](https://mui.com/joy-ui/react-css-baseline/).
|
|
4467
4619
|
|
|
4468
4620
|
#### Changes
|
|
@@ -4480,7 +4632,7 @@ A big thanks to the 7 contributors who made this release possible. Here are some
|
|
|
4480
4632
|
### Docs
|
|
4481
4633
|
|
|
4482
4634
|
- ​<!-- 18 -->[docs] Revert #34541 (#34700) @michaldudak
|
|
4483
|
-
- ​<!-- 15 -->[blog] Blog post for MUI
|
|
4635
|
+
- ​<!-- 15 -->[blog] Blog post for MUI X v6 alpha zero (#34424) @joserodolfofreitas
|
|
4484
4636
|
- ​<!-- 09 -->[docs] Improve Joy UI tutorial demo (#34653) @oliviertassinari
|
|
4485
4637
|
- ​<!-- 08 -->[docs] Explain how SelectUnstyled renders a hidden input (#34638) @michaldudak
|
|
4486
4638
|
- ​<!-- 07 -->[docs] Fix Taiwan description (#34611) @oliviertassinari
|
|
@@ -4505,8 +4657,8 @@ _Oct 3, 2022_
|
|
|
4505
4657
|
|
|
4506
4658
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
4507
4659
|
|
|
4508
|
-
- 🚀 [SnackbarUnstyled](https://mui.com/base-ui/react-snackbar/) component & headless hook are added to Base
|
|
4509
|
-
- 📚 [CSS variables documentation](https://mui.com/material-ui/experimental-api/css-theme-variables/overview/) for Material
|
|
4660
|
+
- 🚀 [SnackbarUnstyled](https://mui.com/base-ui/react-snackbar/) component & headless hook are added to Base UI (#33227) @ZeeshanTamboli
|
|
4661
|
+
- 📚 [CSS variables documentation](https://mui.com/material-ui/experimental-api/css-theme-variables/overview/) for Material UI has been added by @siriwatknp (#33958)
|
|
4510
4662
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
4511
4663
|
|
|
4512
4664
|
### `@mui/material@5.10.8`
|
|
@@ -4536,7 +4688,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
4536
4688
|
- ​<!-- 20 -->[docs] Temporary remove date picker from home page (#34541) @siriwatknp
|
|
4537
4689
|
- ​<!-- 19 -->[docs] Revise and expand Joy UI "Tutorial" doc (#34569) @samuelsycamore
|
|
4538
4690
|
- ​<!-- 18 -->[docs] Fix SEO issues (#34537) @oliviertassinari
|
|
4539
|
-
- ​<!-- 17 -->[docs] Add CSS variables documentation for Material
|
|
4691
|
+
- ​<!-- 17 -->[docs] Add CSS variables documentation for Material UI (#33958) @siriwatknp
|
|
4540
4692
|
- ​<!-- 16 -->[docs] Capitalize Material Design on the Breakpoints page (#34481) @Dustin-Digitar
|
|
4541
4693
|
- ​<!-- 15 -->[docs] Able to load doc components inside markdown files (#34243) @flaviendelangle
|
|
4542
4694
|
- ​<!-- 14 -->[docs] Use mouse pointer on esc button in the search modal (#34485) @minkyngkm
|
|
@@ -4571,7 +4723,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
4571
4723
|
- [SvgIcon] Fix passing an ownerState to SvgIcon changes the font size (#34429) @ZeeshanTamboli
|
|
4572
4724
|
- [Stepper] Fix optional label is not centered when `alternativeLabel` is used (#34335) @ZeeshanTamboli
|
|
4573
4725
|
- [Tooltip] Add undefined, null or false in `title` (#34289) @abhinav-22-tech
|
|
4574
|
-
- Make @emotion/\* fully supported in all Material
|
|
4726
|
+
- Make @emotion/\* fully supported in all Material UI components (#34451) @garronej
|
|
4575
4727
|
|
|
4576
4728
|
### `@mui/system@5.10.7`
|
|
4577
4729
|
|
|
@@ -4607,7 +4759,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
4607
4759
|
|
|
4608
4760
|
### Docs
|
|
4609
4761
|
|
|
4610
|
-
- [blog] Base
|
|
4762
|
+
- [blog] Base UI announcement typo fixed (#34409) @prakhargupta1
|
|
4611
4763
|
- [blog] Fix typo in date-pickers v5 stable (#34386) @alexfauquette
|
|
4612
4764
|
- [blog] Update date on date pickers v5 release blog post (#34406) @joserodolfofreitas
|
|
4613
4765
|
- [docs] Update `useMenu` and `useMenuItem` hooks demo (#34166) @ZeeshanTamboli
|
|
@@ -4619,7 +4771,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
4619
4771
|
- [docs] Fix Select `onChange` call (#34408) @siriwatknp
|
|
4620
4772
|
- [docs] Notification for pickers blog - v5 stable (#34400) @joserodolfofreitas
|
|
4621
4773
|
- [docs] Improve social sharing of docs pages (#34346) @oliviertassinari
|
|
4622
|
-
- [docs] Refine the use of MUI vs. Material
|
|
4774
|
+
- [docs] Refine the use of MUI vs. Material UI (#34345) @oliviertassinari
|
|
4623
4775
|
- [docs] Send feedback directly to a dedicated slack channel (#34196) @alexfauquette
|
|
4624
4776
|
- [website] Adds Bilal to about page (#34412) @MBilalShafi
|
|
4625
4777
|
- [website] Add date range picker to pricing table (#34399) @joserodolfofreitas
|
|
@@ -4693,8 +4845,8 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
4693
4845
|
- [docs] Fix 301 link to external projects @oliviertassinari
|
|
4694
4846
|
- [docs] Move 12 component names to Title Case (#34188) @oliviertassinari
|
|
4695
4847
|
- [docs] Fix broken links (#34320) @alexfauquette
|
|
4696
|
-
- [docs] Add notification for Base
|
|
4697
|
-
- [website] Fix MUI
|
|
4848
|
+
- [docs] Add notification for Base UI announcement post (#34295) @samuelsycamore
|
|
4849
|
+
- [website] Fix MUI X subscribe email border style (#34330) @oliviertassinari
|
|
4698
4850
|
- [website] Improve security header @oliviertassinari
|
|
4699
4851
|
|
|
4700
4852
|
### Core
|
|
@@ -4714,7 +4866,7 @@ _Sep 12, 2022_
|
|
|
4714
4866
|
|
|
4715
4867
|
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
4716
4868
|
|
|
4717
|
-
- 🚀 [Blog post](https://mui.com/blog/introducing-base-ui/) for announcing the release of the Base
|
|
4869
|
+
- 🚀 [Blog post](https://mui.com/blog/introducing-base-ui/) for announcing the release of the Base UI package is out thanks to @michaldudak.
|
|
4718
4870
|
- 🚀 Added [`Alert`](https://mui.com/joy-ui/react-alert/), [`Modal`](https://mui.com/joy-ui/react-modal/), [`ListSubheader`](https://mui.com/joy-ui/react-list-subheader/), [`FormControl`](https://mui.com/joy-ui/react-form-control/), [`CircularProgress`](https://mui.com/joy-ui/react-circular-progress/) components to Joy UI (#33859) @hbjORbj @siriwatknp
|
|
4719
4871
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
4720
4872
|
|
|
@@ -4737,7 +4889,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
4737
4889
|
|
|
4738
4890
|
### Docs
|
|
4739
4891
|
|
|
4740
|
-
- ​<!-- 16 -->[blog] Introducing Base
|
|
4892
|
+
- ​<!-- 16 -->[blog] Introducing Base UI (#33778) @michaldudak
|
|
4741
4893
|
- ​<!-- 13 -->[docs] Fix spelling error (#34209) @ChrystianDeMatos
|
|
4742
4894
|
- ​<!-- 12 -->[docs] Improve link to the security policy (#34219) @oliviertassinari
|
|
4743
4895
|
- ​<!-- 11 -->[docs] Fix typo in Joy UI's `Usage` docs (#34200) @zillion504
|
|
@@ -4817,7 +4969,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
4817
4969
|
### `@mui/material@5.10.3`
|
|
4818
4970
|
|
|
4819
4971
|
- [Autocomplete][material] Fix value overflow when `disableClearable` is used (#34053) @mnajdova
|
|
4820
|
-
- [Autocomplete] Update unstyled demo to not import Material
|
|
4972
|
+
- [Autocomplete] Update unstyled demo to not import Material UI (#34060) @oliviertassinari
|
|
4821
4973
|
- [Slider] Remove SliderInput export from d.ts (#34055) @pieetrus
|
|
4822
4974
|
- [TablePagination] Fix select variant not working (#33974) @ZeeshanTamboli
|
|
4823
4975
|
|
|
@@ -4852,7 +5004,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
4852
5004
|
- [docs] Fixing Joy UI usage snippet (#34049) @JonathanAsbury-SPS
|
|
4853
5005
|
- [docs] Fix missing JSX closing tag in Tooltip docs (#34064) @hoangph271
|
|
4854
5006
|
- [website] Add Toolpad to Navigation (#33937) @bharatkashyap
|
|
4855
|
-
- [website] Improve SEO meta description for MUI
|
|
5007
|
+
- [website] Improve SEO meta description for MUI X @oliviertassinari
|
|
4856
5008
|
- [website] Improve visual look of code demos (#34070) @oliviertassinari
|
|
4857
5009
|
- [website] Fix `DatePicker` component demo on the home page (#34054) @NaveenPantra
|
|
4858
5010
|
|
|
@@ -4945,7 +5097,7 @@ A big thanks to the 18 contributors who made this release possible. This release
|
|
|
4945
5097
|
|
|
4946
5098
|
### Docs
|
|
4947
5099
|
|
|
4948
|
-
- ​<!-- 23 -->[docs] Expand on a11y section for Material
|
|
5100
|
+
- ​<!-- 23 -->[docs] Expand on a11y section for Material UI `Link` component (#32839) @TKrishnasamy
|
|
4949
5101
|
- ​<!-- 22 -->[docs] Fix typo in Joy UI's `AspectRatio` docs (#33895) @IsaacInsoll
|
|
4950
5102
|
- ​<!-- 21 -->[docs] Improve the Base Usage page (#33272) @samuelsycamore
|
|
4951
5103
|
- ​<!-- 20 -->[docs] Avoid refreshing the page when button on demo is clicked (#33852) @PunitSoniME
|
|
@@ -4987,7 +5139,7 @@ _Aug 8, 2022_
|
|
|
4987
5139
|
|
|
4988
5140
|
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
4989
5141
|
|
|
4990
|
-
- ✨ [Stack](https://mui.com/system/react-stack/) component is added to MUI
|
|
5142
|
+
- ✨ [Stack](https://mui.com/system/react-stack/) component is added to MUI System and Joy UI #33760 #33800 @mnajdova
|
|
4991
5143
|
- ✨ [Breadcrumbs](https://mui.com/joy-ui/react-breadcrumbs/) component is added to Joy UI (#32697) @hbjORbj
|
|
4992
5144
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
4993
5145
|
|
|
@@ -5048,7 +5200,7 @@ _Aug 1, 2022_
|
|
|
5048
5200
|
|
|
5049
5201
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
5050
5202
|
|
|
5051
|
-
- 🖼️ @garronej worked on improving the support of Emotion packages in
|
|
5203
|
+
- 🖼️ @garronej worked on improving the support of Emotion packages in MUI System (#33205)
|
|
5052
5204
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
5053
5205
|
|
|
5054
5206
|
### `@mui/material@5.9.3`
|
|
@@ -5060,7 +5212,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
5060
5212
|
|
|
5061
5213
|
### `@mui/system@5.9.3`
|
|
5062
5214
|
|
|
5063
|
-
- [system] Make @emotion/\* fully supported in
|
|
5215
|
+
- [system] Make @emotion/\* fully supported in MUI System (#33205) @garronej
|
|
5064
5216
|
|
|
5065
5217
|
### `@mui/codemod@5.9.3`
|
|
5066
5218
|
|
|
@@ -5210,8 +5362,8 @@ A big thanks to the 17 contributors who made this release possible. This release
|
|
|
5210
5362
|
- ​<!-- 14 -->[docs] Fix copy search false positives (#33438) @oliviertassinari
|
|
5211
5363
|
- ​<!-- 13 -->[docs] Fix typo (#33520) @aravindpanicker
|
|
5212
5364
|
- ​<!-- 12 -->[docs] Update Tailwind docs to include step about updating popover containers (#33315) @ajhenry
|
|
5213
|
-
- ​<!-- 11 -->[docs] Add yarn command for Roboto font in Material
|
|
5214
|
-
- ​<!-- 10 -->[docs] Add new community content to the Material
|
|
5365
|
+
- ​<!-- 11 -->[docs] Add yarn command for Roboto font in Material UI's typography.md (#33485) @anthonypz
|
|
5366
|
+
- ​<!-- 10 -->[docs] Add new community content to the Material UI Learn page (#32927) @Nikhilthadani
|
|
5215
5367
|
- ​<!-- 09 -->[examples] Change createEmotionCache to use `insertionPoint` (#32104) @ANTARES-KOR
|
|
5216
5368
|
- ​<!-- 08 -->[examples] Fix error in Next.js example with @mui/styles (#33456) @paustria
|
|
5217
5369
|
|
|
@@ -5231,8 +5383,8 @@ _Jul 12, 2022_
|
|
|
5231
5383
|
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
|
|
5232
5384
|
|
|
5233
5385
|
- 🧪 Exported Grid v2 as `Unstable_Grid2` (#33479) @siriwatknp
|
|
5234
|
-
- 📖 Added a guide for using Joy UI and Material
|
|
5235
|
-
- 🐛 Fixed a few bugs in Material
|
|
5386
|
+
- 📖 Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
|
|
5387
|
+
- 🐛 Fixed a few bugs in Material UI components. Thanks to @ZeeshanTamboli, @ivan-ngchakming, and @joebingham-wk.
|
|
5236
5388
|
- ⚠️ **[BREAKING CHANGE]** Date pickers were removed from the lab. Learn how to migrate by visiting the [migration guide](https://mui.com/x/migration/migration-pickers-lab/). (#33386) @flaviendelangle
|
|
5237
5389
|
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
5238
5390
|
- our documentation site is now running with React 18! (#33196) @mnajdova
|
|
@@ -5243,7 +5395,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
5243
5395
|
- [Autocomplete] Remove unnecessary `clsx` wrapper for single className (#33398) @ZeeshanTamboli
|
|
5244
5396
|
- [Grid] Export new grid as unstable (#33479) @siriwatknp
|
|
5245
5397
|
- [Tooltip] Fix children mouse over detection (#32321) @ivan-ngchakming
|
|
5246
|
-
- [TypeScript] getCssVar autocomplete for Material
|
|
5398
|
+
- [TypeScript] getCssVar autocomplete for Material UI (#33464) @siriwatknp
|
|
5247
5399
|
- [TypeScript] Fix theme options components types to use `Theme` (#33434) @siriwatknp
|
|
5248
5400
|
- [TypeScript] Reexports necessary types for module augmentation (#33397) @siriwatknp
|
|
5249
5401
|
- [ScopedCssBaseline] Add sx typings (#33474) @joebingham-wk
|
|
@@ -5259,7 +5411,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
5259
5411
|
|
|
5260
5412
|
- [lab] Remove the pickers (#33386) @flaviendelangle
|
|
5261
5413
|
|
|
5262
|
-
The pickers are moved to MUI
|
|
5414
|
+
The pickers are moved to MUI X, check out the [migration guide](https://mui.com/x/migration/migration-pickers-lab/).
|
|
5263
5415
|
|
|
5264
5416
|
**Changes**
|
|
5265
5417
|
|
|
@@ -5274,7 +5426,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
5274
5426
|
|
|
5275
5427
|
### `@mui/joy@5.0.0-alpha.36`
|
|
5276
5428
|
|
|
5277
|
-
- [Joy] Add guide about using Joy and Material
|
|
5429
|
+
- [Joy] Add guide about using Joy and Material UI together (#33396) @siriwatknp
|
|
5278
5430
|
- [Joy] Fix variants color palette regressions (#33394) @danilo-leal
|
|
5279
5431
|
|
|
5280
5432
|
### Docs
|
|
@@ -5286,14 +5438,14 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
5286
5438
|
- [docs] Cleanup the migration (#33463) @siriwatknp
|
|
5287
5439
|
- [docs] Fix broken Sponsoring services links @samuelsycamore
|
|
5288
5440
|
- [docs] Improve repo README with light/dark logos, relative links and more (#33356) @samuelsycamore
|
|
5289
|
-
- [docs] Update links to MUI
|
|
5441
|
+
- [docs] Update links to MUI X Overview and Introduction pages (#33201) @samuelsycamore
|
|
5290
5442
|
- [docs] Update to React 18 (#33196) @mnajdova
|
|
5291
5443
|
- [docs] Simplify "Upload button" demo (#33326) @baharalidurrani
|
|
5292
5444
|
- [docs] Add "refine" demo to showcase (#33240) @omeraplak
|
|
5293
5445
|
- [docs] Add webpack alias for legacy utils package (#33376) @jgbae
|
|
5294
5446
|
- [docs] Improve external link icons synonyms (#33257) @davidgarciab
|
|
5295
|
-
- [examples] Update Base
|
|
5296
|
-
- [examples] Add Base
|
|
5447
|
+
- [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
|
|
5448
|
+
- [examples] Add Base UI example (#33154) @siriwatknp
|
|
5297
5449
|
|
|
5298
5450
|
### Core
|
|
5299
5451
|
|
|
@@ -5312,8 +5464,8 @@ _Jul 4, 2022_
|
|
|
5312
5464
|
|
|
5313
5465
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
5314
5466
|
|
|
5315
|
-
- 🐛 Fixed an issue causing TypeScript errors when building a project with Material
|
|
5316
|
-
- 🐛 Fixed a few bugs in Material
|
|
5467
|
+
- 🐛 Fixed an issue causing TypeScript errors when building a project with Material UI v5.8.6 (@michaldudak)
|
|
5468
|
+
- 🐛 Fixed a few bugs in Material UI components. Thanks @henriqueholtz, @jake-collibra, @MattiasMartens and @TimoWilhelm!
|
|
5317
5469
|
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
5318
5470
|
|
|
5319
5471
|
### `@mui/material@5.8.7`
|
|
@@ -5337,7 +5489,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5337
5489
|
- [Joy] Add radio button documentation (#33254) @siriwatknp
|
|
5338
5490
|
- [Joy] Add switch documentation (#33302) @siriwatknp
|
|
5339
5491
|
- [Joy] Batch a couple of documentation refinements (#33158)
|
|
5340
|
-
- [Joy] Enable Joy and Material
|
|
5492
|
+
- [Joy] Enable Joy and Material UI compatibility (#33379) @siriwatknp
|
|
5341
5493
|
|
|
5342
5494
|
### `@mui/base@5.0.0-alpha.88`
|
|
5343
5495
|
|
|
@@ -5351,7 +5503,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5351
5503
|
- [docs] Add caveat about class components with Tooltip (#33325) @joshkel
|
|
5352
5504
|
- [docs] Fix SEO issues (#33288) @oliviertassinari
|
|
5353
5505
|
- [docs] Fix Slider's "player" demo (#33267) @xlianghang
|
|
5354
|
-
- [website] Link MUI
|
|
5506
|
+
- [website] Link MUI Toolpad in mui.com (#33287) @oliviertassinari
|
|
5355
5507
|
|
|
5356
5508
|
All contributors of this release in alphabetical order: @aaarichter, @aaronlademann-wf, @danilo-leal, @henriqueholtz, @jake-collibra, @joshkel, @MattiasMartens, @Methuselah96, @michaldudak, @oliviertassinari, @siriwatknp, @TimoWilhelm, @xlianghang
|
|
5357
5509
|
|
|
@@ -5376,7 +5528,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5376
5528
|
|
|
5377
5529
|
- ​<!-- 11 -->[OutlinedInput] Fix `ownerState` undefined in theme style overrides (#33241) @siriwatknp
|
|
5378
5530
|
- ​<!-- 08 -->[Tabs] Fix crash when used with React 18 & Suspense (#33277) @mnajdova
|
|
5379
|
-
- ​<!-- 05 -->[TypeScript] Add CSS vars type augmentation for Material
|
|
5531
|
+
- ​<!-- 05 -->[TypeScript] Add CSS vars type augmentation for Material UI (#33211) @siriwatknp
|
|
5380
5532
|
|
|
5381
5533
|
### `@mui/system@5.8.6`
|
|
5382
5534
|
|
|
@@ -5402,9 +5554,9 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5402
5554
|
|
|
5403
5555
|
### Docs
|
|
5404
5556
|
|
|
5405
|
-
- ​<!-- 23 -->[blog] Polish Why you should migrate to Material
|
|
5557
|
+
- ​<!-- 23 -->[blog] Polish Why you should migrate to Material UI v5 today (#33244) @oliviertassinari
|
|
5406
5558
|
- ​<!-- 21 -->[docs] Add note in docs about `componentsProps.root` taking precedence (#33097) @ZeeshanTamboli
|
|
5407
|
-
- ​<!-- 20 -->[docs] Remove a note about Base components being reexported from Material
|
|
5559
|
+
- ​<!-- 20 -->[docs] Remove a note about Base components being reexported from Material UI (#33265) @michaldudak
|
|
5408
5560
|
- ​<!-- 19 -->[docs] Update code snippet in docs for custom color palette (#32946) @ZeeshanTamboli
|
|
5409
5561
|
- ​<!-- 18 -->[docs] Fix the docs for production class generation (#31933) @Fafruch
|
|
5410
5562
|
- ​<!-- 17 -->[docs] Fix internal link in Box page (#33149) @davidgarciab
|
|
@@ -5466,7 +5618,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
5466
5618
|
- ​<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
|
|
5467
5619
|
- ​<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
|
|
5468
5620
|
- ​<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
|
|
5469
|
-
- ​<!-- 18 -->[docs] Add guide on how to use Base
|
|
5621
|
+
- ​<!-- 18 -->[docs] Add guide on how to use Base UI with Tailwind CSS (#33100) @mnajdova
|
|
5470
5622
|
- ​<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
|
|
5471
5623
|
- ​<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
|
|
5472
5624
|
- ​<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
|
|
@@ -5477,7 +5629,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
5477
5629
|
|
|
5478
5630
|
### Core
|
|
5479
5631
|
|
|
5480
|
-
- ​<!-- 31 -->[core] Add CSS variables support for Material
|
|
5632
|
+
- ​<!-- 31 -->[core] Add CSS variables support for Material UI components (#32835) @siriwatknp
|
|
5481
5633
|
- ​<!-- 23 -->[core] Add name to workspace root package.json (#33226) @Janpot
|
|
5482
5634
|
- ​<!-- 22 -->[core] Update bug template with generic instruction (#33153) @joserodolfofreitas
|
|
5483
5635
|
- ​<!-- 21 -->[core] Remove dead and redundant code (#33125) @oliviertassinari
|
|
@@ -5494,7 +5646,7 @@ _Jun 14, 2022_
|
|
|
5494
5646
|
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
|
|
5495
5647
|
|
|
5496
5648
|
- 🚀 Added support for custom breakpoints in the `Grid` component by @boutahlilsoufiane
|
|
5497
|
-
- 📚 Added guide on how to use Material
|
|
5649
|
+
- 📚 Added guide on how to use Material UI with Shadow DOM by @cherniavskii
|
|
5498
5650
|
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
5499
5651
|
|
|
5500
5652
|
### `@mui/material@5.8.4`
|
|
@@ -5543,8 +5695,8 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
5543
5695
|
- ​<!-- 32 -->[docs] Add responsive AppBar with drawer (#32769) @dvlprAlamin
|
|
5544
5696
|
- ​<!-- 31 -->[docs] Move codesandbox to MUI org (#33122) @oliviertassinari
|
|
5545
5697
|
- ​<!-- 30 -->[docs] Add Shadow DOM guide (#33007) @cherniavskii
|
|
5546
|
-
- ​<!-- 29 -->[docs] Fix typo in Material
|
|
5547
|
-
- ​<!-- 28 -->[docs] Miscellaneous fixes in `Base
|
|
5698
|
+
- ​<!-- 29 -->[docs] Fix typo in Material UI overview page (#33087) @oliviertassinari
|
|
5699
|
+
- ​<!-- 28 -->[docs] Miscellaneous fixes in `Base UI` docs (#33091) @ZeeshanTamboli
|
|
5548
5700
|
- ​<!-- 27 -->[docs] Fix GitHub capitalization (#33071) @oliviertassinari
|
|
5549
5701
|
- ​<!-- 26 -->[docs] Fix a typo in `InputUnstyled` docs (#33077) @ZeeshanTamboli
|
|
5550
5702
|
- ​<!-- 25 -->[docs] Add notification for Joy blog post (#33059) @siriwatknp
|
|
@@ -5618,10 +5770,10 @@ This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
|
5618
5770
|
- [docs] Fix icon color in `BadgeUnstyled` docs (#32976) @ZeeshanTamboli
|
|
5619
5771
|
- [docs] Improve product identifier (#32707) @danilo-leal
|
|
5620
5772
|
- [docs] Improve UX with back to top (#32896) @oliviertassinari
|
|
5621
|
-
- [docs] Polish overview page to Material
|
|
5773
|
+
- [docs] Polish overview page to Material UI (#32954) @oliviertassinari
|
|
5622
5774
|
- [docs] Redirect older URLs (#33037) @oliviertassinari
|
|
5623
5775
|
- [docs] Remove pickers page from the Lab section (#32961) @DanailH
|
|
5624
|
-
- [docs] Show product identifier on updated MUI
|
|
5776
|
+
- [docs] Show product identifier on updated MUI X Introduction pages (#32966) @samuelsycamore
|
|
5625
5777
|
- [docs] Throw on 301 links (#32939) @oliviertassinari
|
|
5626
5778
|
- [website] Add Gerda to the about page (#33038) @danilo-leal
|
|
5627
5779
|
- [website] Polish the pricing page (#32811) @oliviertassinari
|
|
@@ -5702,7 +5854,7 @@ _May 23, 2022_
|
|
|
5702
5854
|
|
|
5703
5855
|
A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
|
|
5704
5856
|
|
|
5705
|
-
- 💅 Added CSS variables support for two more Material
|
|
5857
|
+
- 💅 Added CSS variables support for two more Material UI components by @diggis00 and @alisasanib
|
|
5706
5858
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
5707
5859
|
|
|
5708
5860
|
### `@mui/material@5.8.1`
|
|
@@ -5757,7 +5909,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
5757
5909
|
|
|
5758
5910
|
### Core
|
|
5759
5911
|
|
|
5760
|
-
- ​<!-- 32 -->[core] Upgrade MUI
|
|
5912
|
+
- ​<!-- 32 -->[core] Upgrade MUI X dependency (#32824) @oliviertassinari
|
|
5761
5913
|
- ​<!-- 02 -->[typescript] Allow module augmentation for `Mixins` (#32798) @mnajdova
|
|
5762
5914
|
|
|
5763
5915
|
All contributors of this release in alphabetical order: @abriginets, @alexfauquette, @alisasanib, @apedroferreira, @danilo-leal, @diggis00, @flaviendelangle, @garronej, @JeanPetrov, @mbrookes, @mnajdova, @nate-summercook, @o-dubrovskyi, @oliviertassinari, @paales, @robertwt7, @SamuelMaddox, @siriwatknp, @veronikaslc, @VibhorJaiswal, @ZeeshanTamboli
|
|
@@ -5770,7 +5922,7 @@ _May 17, 2022_
|
|
|
5770
5922
|
|
|
5771
5923
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
5772
5924
|
|
|
5773
|
-
- 🚀 [Blog post](https://mui.com/blog/premium-plan-release/) for announcing the release of the Premium plan of MUI
|
|
5925
|
+
- 🚀 [Blog post](https://mui.com/blog/premium-plan-release/) for announcing the release of the Premium plan of MUI X is out thanks to @joserodolfofreitas.
|
|
5774
5926
|
- Codemod for `jss` to `tss-react` migration is out thanks to @ryancogswell
|
|
5775
5927
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
5776
5928
|
|
|
@@ -5804,7 +5956,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
5804
5956
|
|
|
5805
5957
|
### Docs
|
|
5806
5958
|
|
|
5807
|
-
- ​<!-- 34 -->[blog] Add release post for MUI
|
|
5959
|
+
- ​<!-- 34 -->[blog] Add release post for MUI X Premium (#32720) @joserodolfofreitas
|
|
5808
5960
|
- ​<!-- 29 -->[docs] Fix wrong code snippet for overriding styles in theme with a callback value (#32781) @ZeeshanTamboli
|
|
5809
5961
|
- ​<!-- 28 -->[docs] Update Crowdin logo (#32782) @andrii-bodnar
|
|
5810
5962
|
- ​<!-- 27 -->[docs] Improve callouts design (#32709) @danilo-leal
|
|
@@ -5820,9 +5972,9 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
5820
5972
|
- ​<!-- 17 -->[examples] Update remix example's tsconfig with required values (#32723) @michaldudak
|
|
5821
5973
|
- ​<!-- 16 -->[examples] Update to use React 18's createRoot (#32506) @mnajdova
|
|
5822
5974
|
- ​<!-- 10 -->[l10n] Fix typos and translations on arSD and arEG locales (#31848) @shadigaafar
|
|
5823
|
-
- ​<!-- 04 -->[website] Improve communication about MUI
|
|
5975
|
+
- ​<!-- 04 -->[website] Improve communication about MUI X components that are still wip (#32708) @danilo-leal
|
|
5824
5976
|
- ​<!-- 03 -->[website] Remove scrollbar on x-axis (#32291) @MrHBS
|
|
5825
|
-
- ​<!-- 02 -->[website] Update the pricing page for the MUI
|
|
5977
|
+
- ​<!-- 02 -->[website] Update the pricing page for the MUI X premium plan release (#32458) @joserodolfofreitas
|
|
5826
5978
|
- ​<!-- 01 -->[website] Update sponsors (#32725) @oliviertassinari
|
|
5827
5979
|
|
|
5828
5980
|
### Core
|
|
@@ -5842,7 +5994,7 @@ _May 10, 2022_
|
|
|
5842
5994
|
|
|
5843
5995
|
A big thanks to the 27 contributors who made this release possible. Here are some highlights ✨:
|
|
5844
5996
|
|
|
5845
|
-
🛠 This release is all about supporting CSS variables in many Material
|
|
5997
|
+
🛠 This release is all about supporting CSS variables in many Material UI components.
|
|
5846
5998
|
Kudos to all contributors!
|
|
5847
5999
|
|
|
5848
6000
|
### `@mui/material@5.7.0`
|
|
@@ -5908,7 +6060,7 @@ Kudos to all contributors!
|
|
|
5908
6060
|
- [docs] Correct links to prevent 301 redirects (#32692) @michaldudak
|
|
5909
6061
|
- [docs] Move, split, and revise "Unstyled components" page (#32562) @samuelsycamore
|
|
5910
6062
|
- [docs] Nest `ListItemButton` in `ListItem` in the Drawer examples (#31987) @stefanprobst
|
|
5911
|
-
- [docs] Apply callouts in the Material
|
|
6063
|
+
- [docs] Apply callouts in the Material UI docs (#32567) @danilo-leal
|
|
5912
6064
|
- [docs] Show product identifier on new X pages (#32657) @cherniavskii
|
|
5913
6065
|
- [docs] Fix copy button childNode not found (#32652) @siriwatknp
|
|
5914
6066
|
- [docs] Split install commands in isolated code blocks (#32566) @danilo-leal
|
|
@@ -5943,7 +6095,7 @@ _May 2, 2022_
|
|
|
5943
6095
|
|
|
5944
6096
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
5945
6097
|
|
|
5946
|
-
- 💅 5 Material
|
|
6098
|
+
- 💅 5 Material UI components were updated to support CSS variables by @ZeeshanTamboli & @vicasas
|
|
5947
6099
|
- And more 🐛 bug fixes and 📚 improvements.
|
|
5948
6100
|
|
|
5949
6101
|
### `@mui/material@5.6.4`
|
|
@@ -5974,18 +6126,18 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5974
6126
|
- ​<!-- 30 -->[docs] SEO fixes (#32515) @oliviertassinari
|
|
5975
6127
|
- ​<!-- 29 -->[docs] Replace `Overriding nested component styles` anchor link with text (#32487) @ZeeshanTamboli
|
|
5976
6128
|
- ​<!-- 28 -->[docs] Update the list of external domains (#32514) @oliviertassinari
|
|
5977
|
-
- ​<!-- 27 -->[docs] Update Material
|
|
6129
|
+
- ​<!-- 27 -->[docs] Update Material UI code snippets for React 18 (#32361) @samuelsycamore
|
|
5978
6130
|
- ​<!-- 26 -->[docs] Base TextareaAutosize style revisions and final review (#32481) @samuelsycamore
|
|
5979
6131
|
- ​<!-- 25 -->[docs] Base ClickAwayListener style revisions and final review (#32156) @samuelsycamore
|
|
5980
6132
|
- ​<!-- 24 -->[docs] Base Button style revisions and final review (#32380) @samuelsycamore
|
|
5981
6133
|
- ​<!-- 23 -->[docs] Base NoSsr style revisions and final review (#32254) @samuelsycamore
|
|
5982
6134
|
- ​<!-- 22 -->[docs] Correctly capitalize Ctrl @oliviertassinari
|
|
5983
|
-
- ​<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the Base
|
|
6135
|
+
- ​<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the Base UI docs (#32488) @ZeeshanTamboli
|
|
5984
6136
|
- ​<!-- 20 -->[docs] Add "Overview" page to Base docs (#32310) @samuelsycamore
|
|
5985
6137
|
- ​<!-- 19 -->[docs] Add copy button to code block (#32390) @siriwatknp
|
|
5986
6138
|
- ​<!-- 18 -->[docs] Base Tabs style revisions and final review (#32423) @samuelsycamore
|
|
5987
6139
|
- ​<!-- 17 -->[docs] Base Popper style revisions and final review (#32412) @samuelsycamore
|
|
5988
|
-
- ​<!-- 16 -->[docs] Improve sidenav for MUI
|
|
6140
|
+
- ​<!-- 16 -->[docs] Improve sidenav for MUI X (#32435) @oliviertassinari
|
|
5989
6141
|
- ​<!-- 15 -->[docs] Don't redirect on deploy preview (#32399) @m4theushw
|
|
5990
6142
|
- ​<!-- 14 -->[docs] A few SEO fixes (#32431) @oliviertassinari
|
|
5991
6143
|
- ​<!-- 13 -->[docs] Update links to the new Group & Pivot pages (#32410) @flaviendelangle
|
|
@@ -5996,7 +6148,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5996
6148
|
|
|
5997
6149
|
### Core
|
|
5998
6150
|
|
|
5999
|
-
- ​<!-- 08 -->[experiment] Add template for testing Material
|
|
6151
|
+
- ​<!-- 08 -->[experiment] Add template for testing Material UI components with CSS variables (#32500) @siriwatknp
|
|
6000
6152
|
|
|
6001
6153
|
All contributors of this release in alphabetical order: @b-novikov-ipersonality, @flaviendelangle, @hbjORbj, @HexM7, @m4theushw, @Martin005, @mongolyy, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas, @ZeeshanTamboli
|
|
6002
6154
|
|
|
@@ -6008,7 +6160,7 @@ _Apr 25, 2022_
|
|
|
6008
6160
|
|
|
6009
6161
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
6010
6162
|
|
|
6011
|
-
- 🛠 Fixed TypeScript issue when the `fill` CSS property is used in
|
|
6163
|
+
- 🛠 Fixed TypeScript issue when the `fill` CSS property is used in MUI System (#32355) @valerii15298
|
|
6012
6164
|
- And more 🐛 bug fixes and 📚 improvements.
|
|
6013
6165
|
|
|
6014
6166
|
### `@mui/material@5.6.3`
|
|
@@ -6152,7 +6304,7 @@ This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
|
6152
6304
|
- [docs] Remove notifications temporary (#32192) @siriwatknp
|
|
6153
6305
|
- [docs] Redirect to new urls (#32048) @siriwatknp
|
|
6154
6306
|
- [docs] Update Learn page copy and resource list (#31989) @samuelsycamore
|
|
6155
|
-
- [website] Fix wrong MUI
|
|
6307
|
+
- [website] Fix wrong MUI X installation instruction link @oliviertassinari
|
|
6156
6308
|
- [website] Revise homepage copy below the hero section (#31283) @samuelsycamore
|
|
6157
6309
|
- [website] Revise homepage Hero copy for more clarity (#31212) @samuelsycamore
|
|
6158
6310
|
- [website] Give up on promoting roles in our docs @oliviertassinari
|
|
@@ -6174,7 +6326,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
6174
6326
|
|
|
6175
6327
|
- 🧰 Update peer dependencies to support React 18 (#32063) @eps1lon
|
|
6176
6328
|
- 🚀 Added the experimental `CssVarsProvider` in `@mui/material` for generating theme CSS variables (#31138) @mnajdova
|
|
6177
|
-
- 📣 Moved date and time pickers from the lab to MUI
|
|
6329
|
+
- 📣 Moved date and time pickers from the lab to MUI X (#31984) @flaviendelangle
|
|
6178
6330
|
- Several 🐛 bug fixes and 📚 documentation improvements
|
|
6179
6331
|
|
|
6180
6332
|
### `@mui/material@5.6.0`
|
|
@@ -6234,7 +6386,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
6234
6386
|
|
|
6235
6387
|
- ​<!-- 28 -->[core] Update peer deps to support React 18 (#32063) @eps1lon
|
|
6236
6388
|
- ​<!-- 27 -->[core] Fix running docs:api on Windows (#32091) @michaldudak
|
|
6237
|
-
- ​<!-- 26 -->[core] Fix api build script for Base
|
|
6389
|
+
- ​<!-- 26 -->[core] Fix api build script for Base UI (#32081) @siriwatknp
|
|
6238
6390
|
|
|
6239
6391
|
All contributors of this release in alphabetical order: @apeltop, @eps1lon, @flaviendelangle, @garronej, @ivan-ngchakming, @m4theushw, @MatthijsMud, @michaldudak, @mnajdova, @oliviertassinari, @psjishnu, @raigoinabox, @samuelsycamore, @siriwatknp, @TkaczykAdam
|
|
6240
6392
|
|
|
@@ -6282,7 +6434,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
6282
6434
|
|
|
6283
6435
|
- ​<!-- 03 -->[FocusTrap] Move docs to Base and drop the Unstyled prefix (#31954) @michaldudak
|
|
6284
6436
|
|
|
6285
|
-
Removed the `Unstyled_` prefix from the Base export (it remains in the Material
|
|
6437
|
+
Removed the `Unstyled_` prefix from the Base export (it remains in the Material UI export, though).
|
|
6286
6438
|
|
|
6287
6439
|
```diff
|
|
6288
6440
|
-import { Unstyled_TrapFocus } from '@mui/base';
|
|
@@ -6427,7 +6579,7 @@ A big thanks to the 23 contributors who made this release possible. Here are som
|
|
|
6427
6579
|
- [docs] Refine the product identifier menu (#31262) @danilo-leal
|
|
6428
6580
|
- [docs] Fix Search crash (#31386) @reckter
|
|
6429
6581
|
- [docs] Update TextField multiline description (#31291) @jontewks
|
|
6430
|
-
- [docs] Add gap theme mapping in
|
|
6582
|
+
- [docs] Add gap theme mapping in MUI System properties table (#31382) @danilo-leal
|
|
6431
6583
|
- [docs] Test products search (#31351) @siriwatknp
|
|
6432
6584
|
- [docs] Fix GitHub source links in the demo toolbar (#31339) @PunitSoniME
|
|
6433
6585
|
- [docs] Add Algolia verification code to robot.txt (#31356) @siriwatknp
|
|
@@ -6461,7 +6613,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
6461
6613
|
|
|
6462
6614
|
- ​<!-- 24 -->[ClassNameGenerator] Prevent all `base` imports (#31297) @siriwatknp
|
|
6463
6615
|
|
|
6464
|
-
`unstable_ClassNameGenerator` has been moved from `utils` to `className` folder to prevent all Base
|
|
6616
|
+
`unstable_ClassNameGenerator` has been moved from `utils` to `className` folder to prevent all Base UI module imports. If you use the module, please update the import as suggested in the diff below:
|
|
6465
6617
|
|
|
6466
6618
|
```diff
|
|
6467
6619
|
-import { unstable_ClassNameGenerator } from '@mui/material/utils';
|
|
@@ -6626,7 +6778,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
6626
6778
|
- ​<!-- 12 -->[docs] Fix small typo in chips.md (#31092) @cameliaben
|
|
6627
6779
|
- ​<!-- 07 -->[l10n] Add it-IT translation for labelDisplayedRows (#31131) @frab90
|
|
6628
6780
|
- ​<!-- 06 -->[l10n] Add pl-PL translation for labelDisplayedRows (#31088) @ThomasTheHuman
|
|
6629
|
-
- ​<!-- 03 -->[website] Sync MUI
|
|
6781
|
+
- ​<!-- 03 -->[website] Sync MUI X table feature (#30913) @alexfauquette
|
|
6630
6782
|
- ​<!-- 02 -->[website] Prefill source in job application links (#31036) @oliviertassinari
|
|
6631
6783
|
- ​<!-- 01 -->[website] Fix a grammar mistake (#31099) @huyenltnguyen
|
|
6632
6784
|
|
|
@@ -6681,7 +6833,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
6681
6833
|
- [docs] Increase scroll affordance in wide tables (#30713) @danilo-leal
|
|
6682
6834
|
- [docs] Fix look & feel of the Masonry demos (#30971) @oliviertassinari
|
|
6683
6835
|
- [docs] Improve Base component demos (#30884) @danilo-leal
|
|
6684
|
-
- [docs] Use full product names (Material
|
|
6836
|
+
- [docs] Use full product names (Material UI, MUI System) (#30960) @oliviertassinari
|
|
6685
6837
|
- [docs] Prefer useEnhancedEffect to avoid server side warnings (#30977) @mnajdova
|
|
6686
6838
|
- [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
|
|
6687
6839
|
- [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
|
|
@@ -6698,7 +6850,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
6698
6850
|
- [core] Bump date-io version (#31016) @michaldudak
|
|
6699
6851
|
- [core] Fix typo in useSlider (#31061) @ryohey
|
|
6700
6852
|
- [core] Remove unused draft-js types package (#30993) @michaldudak
|
|
6701
|
-
- [test] Test if certain Base members are exported from Material
|
|
6853
|
+
- [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
|
|
6702
6854
|
- [core] Remove dead code (#31064) @oliviertassinari
|
|
6703
6855
|
|
|
6704
6856
|
All contributors of this release in alphabetical order: @agauravdev, @alisasanib, @DanailH, @danilo-leal, @huyenltnguyen, @l10nbot, @liradb2000, @mbrookes, @michaldudak, @mnajdova, @prakhargupta1, @oliviertassinari, @ryohey, @samuelsycamore, @siriwatknp, @sydneyjodon-wk
|
|
@@ -6783,7 +6935,7 @@ _Feb 1, 2022_
|
|
|
6783
6935
|
|
|
6784
6936
|
A big thanks to the 22 contributors who made this release possible. Here are some highlights ✨:
|
|
6785
6937
|
|
|
6786
|
-
- 🛠 @goncalovf added an example project using [Material
|
|
6938
|
+
- 🛠 @goncalovf added an example project using [Material UI with Vite.js](https://github.com/mui/material-ui/tree/master/examples/material-ui-vite) (#28241)
|
|
6787
6939
|
- Number of 🐛 bug fixes and 📚 documentation improvements.
|
|
6788
6940
|
|
|
6789
6941
|
### `@mui/material@5.4.0`
|
|
@@ -6846,7 +6998,7 @@ A big thanks to the 22 contributors who made this release possible. Here are som
|
|
|
6846
6998
|
|
|
6847
6999
|
### Core
|
|
6848
7000
|
|
|
6849
|
-
- ​<!-- 29 -->[core] Clarify the label, to match with MUI
|
|
7001
|
+
- ​<!-- 29 -->[core] Clarify the label, to match with MUI X (#30831) @oliviertassinari
|
|
6850
7002
|
- ​<!-- 26 -->[core] Remove none code related instructions from git (#30843) @oliviertassinari
|
|
6851
7003
|
- ​<!-- 25 -->[core] Fix typos in comments for scripts (#30809) @aefox
|
|
6852
7004
|
- ​<!-- 24 -->[core] Fix 301 link in the blog @oliviertassinari
|
|
@@ -6962,7 +7114,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
6962
7114
|
- [docs] Fix migration guides for versions older than v4 (#30595) @kkirsche
|
|
6963
7115
|
- [docs] Inform about specific files for DataGrid locales (#30411) @alexfauquette
|
|
6964
7116
|
- [docs] jss-to-tss migration advise to drop clsx in favor of cx (#30527) @garronej
|
|
6965
|
-
- [docs] Fix integration with MUI
|
|
7117
|
+
- [docs] Fix integration with MUI X (#30593) @oliviertassinari
|
|
6966
7118
|
- [docs] Adding peer dependencies explanation on @mui/lab README.md (#30532) @glaucoheitor
|
|
6967
7119
|
- [docs] Add missing quote in migration docs (#30587) @Atralbus
|
|
6968
7120
|
- [docs] Update link to Doit sponsor (#30586) @oliviertassinari
|
|
@@ -7113,7 +7265,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
7113
7265
|
|
|
7114
7266
|
### Core
|
|
7115
7267
|
|
|
7116
|
-
- ​<!-- 28 -->[core] Rename Material
|
|
7268
|
+
- ​<!-- 28 -->[core] Rename Material UI to MUI (#30338) @ZeeshanTamboli
|
|
7117
7269
|
- ​<!-- 23 -->[core] Fix warning in dev mode (#30368) @oliviertassinari
|
|
7118
7270
|
- ​<!-- 22 -->[core] Update `buildApi` script to support new structure (#30245) @siriwatknp
|
|
7119
7271
|
|
|
@@ -7405,13 +7557,13 @@ _Nov 25, 2021_
|
|
|
7405
7557
|
|
|
7406
7558
|
A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
7407
7559
|
|
|
7408
|
-
This is an early release to fix `export 'useId' (imported as 'React') was not found in 'react'` when bundling code depending on MUI
|
|
7560
|
+
This is an early release to fix `export 'useId' (imported as 'React') was not found in 'react'` when bundling code depending on MUI Core.
|
|
7409
7561
|
|
|
7410
7562
|
- ​<!-- 10 -->[AppBar][docs] Add a fully responsive demo to docs (#29829) @karakib2k18
|
|
7411
7563
|
- ​<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
|
|
7412
7564
|
- ​<!-- 8 -->[core] Move bundle size monitoring to CircleCI (#29876) @eps1lon
|
|
7413
7565
|
- ​<!-- 7 -->[docs] Add keys to Responsive AppBar demo (#29884) @mbrookes
|
|
7414
|
-
- ​<!-- 6 -->[docs] MUI's 2021 Developer
|
|
7566
|
+
- ​<!-- 6 -->[docs] MUI's 2021 Developer Survey (#29765) @prakhargupta1
|
|
7415
7567
|
- ​<!-- 5 -->[docs] Smoother image loading UX (#29858) @oliviertassinari
|
|
7416
7568
|
- ​<!-- 4 -->[Select] Fix select display value with React Nodes (#29836) @kegi
|
|
7417
7569
|
- ​<!-- 3 -->[system] Add `experimental_sx` utility (#29833) @mnajdova
|
|
@@ -7476,7 +7628,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
7476
7628
|
|
|
7477
7629
|
### Docs
|
|
7478
7630
|
|
|
7479
|
-
- [blog] MUI
|
|
7631
|
+
- [blog] MUI X v5 blog post (#29590) @DanailH
|
|
7480
7632
|
- [blog] Polish the Benny Joo joins MUI post (#29697) @oliviertassinari
|
|
7481
7633
|
- [changelog] Explain why we do breaking changes @oliviertassinari
|
|
7482
7634
|
- [core] Update latest issue template for codesandbox CI (#29783) @eps1lon
|
|
@@ -7528,7 +7680,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
7528
7680
|
|
|
7529
7681
|
- ​<!-- 27 -->[core] Rename mui/core to mui/base (#29585) @michaldudak
|
|
7530
7682
|
|
|
7531
|
-
Based on the results of the [poll](https://twitter.com/michaldudak/status/1452630484706635779) and our internal discussions, we decided to rename the `@mui/core` package to `@mui/base`. The main rationale for this is the fact that we use the term "Core" to refer to the core components product family, the one that includes Material Design components, unstyled components, System utilities, etc. Therefore, @mui/core was effectively a subset of MUI
|
|
7683
|
+
Based on the results of the [poll](https://twitter.com/michaldudak/status/1452630484706635779) and our internal discussions, we decided to rename the `@mui/core` package to `@mui/base`. The main rationale for this is the fact that we use the term "Core" to refer to the core components product family, the one that includes Material Design components, unstyled components, System utilities, etc. Therefore, @mui/core was effectively a subset of MUI Core. This was confusing.
|
|
7532
7684
|
|
|
7533
7685
|
The new name better reflects the purpose of the package: it contains unstyled components, hooks, and utilities that serve as a **base** to build on.
|
|
7534
7686
|
|
|
@@ -7544,7 +7696,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
7544
7696
|
|
|
7545
7697
|
### Docs
|
|
7546
7698
|
|
|
7547
|
-
- ​<!-- 25 -->[docs] Correct bundler configuration for using legacy
|
|
7699
|
+
- ​<!-- 25 -->[docs] Correct bundler configuration for using legacy Material UI build (#29146) @petermikitsh
|
|
7548
7700
|
- ​<!-- 24 -->[docs] Fix typo on autocomplete.md (#29570) @netizer
|
|
7549
7701
|
- ​<!-- 23 -->[docs] Fix dark mode on branding pages (#29611) @alexfauquette
|
|
7550
7702
|
- ​<!-- 22 -->[docs] Do not render CSS section in API docs navbar if there are no CSS classes (#29622) @ZeeshanTamboli
|
|
@@ -7556,7 +7708,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
7556
7708
|
- ​<!-- 16 -->[docs] Remove svg logos from the Support page (#29431) @oliviertassinari
|
|
7557
7709
|
- ​<!-- 15 -->[docs] Link UXPin integration (#29422) @oliviertassinari
|
|
7558
7710
|
- ​<!-- 14 -->[docs] Link to the new public roadmap for the design kits (#29433) @oliviertassinari
|
|
7559
|
-
- ​<!-- 28 -->[docs] correct bundler configuration for using legacy
|
|
7711
|
+
- ​<!-- 28 -->[docs] correct bundler configuration for using legacy Material UI build (#29146) @petermikitsh
|
|
7560
7712
|
- ​<!-- 01 -->[website] Fix premium plan release date (#29430) @oliviertassinari
|
|
7561
7713
|
- ​<!-- 02 -->[website] Add GitHub icon button to the navbar (#29640) @danilo-leal
|
|
7562
7714
|
- ​<!-- 39 -->[blog] Support many authors in markdown pages (#29633) @m4theushw
|
|
@@ -7670,7 +7822,7 @@ A big thanks to the 33 contributors who made this release possible. Here are som
|
|
|
7670
7822
|
- ​<!-- 61 -->[core] Convert a named color to lowercase (#29465) @ainatenhi
|
|
7671
7823
|
- ​<!-- 60 -->[core] Allow to reuse functions from `docs:api` (#28828) @m4theushw
|
|
7672
7824
|
- ​<!-- 59 -->[core] Commit new nextjs 12 tsconfig (#29458) @eps1lon
|
|
7673
|
-
- ​<!-- 58 -->[core] Settle on MUI
|
|
7825
|
+
- ​<!-- 58 -->[core] Settle on MUI X for the official name (#29420) @oliviertassinari
|
|
7674
7826
|
- ​<!-- 57 -->[core] Add mui as a npm keyword (#29427) @oliviertassinari
|
|
7675
7827
|
- ​<!-- 56 -->[core] Fix issue template redirection (#29432) @oliviertassinari
|
|
7676
7828
|
- ​<!-- 55 -->[core] Remove unecessary destructuration (#29354) @oliviertassinari
|
|
@@ -8030,7 +8182,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
8030
8182
|
- ​<!-- 30 -->[docs] Update caret position in comments to match npm scope (#28426) @eps1lon
|
|
8031
8183
|
- ​<!-- 29 -->[docs] Fix CONTRIBUTING to point out to master as targeted branch (#28396) @mnajdova
|
|
8032
8184
|
- ​<!-- 28 -->[docs] Update examples to remove 'beta' (#28475) @oliviertassinari
|
|
8033
|
-
- ​<!-- 27 -->[docs] Fix 404 links to MUI
|
|
8185
|
+
- ​<!-- 27 -->[docs] Fix 404 links to MUI X API (#28176) @oliviertassinari
|
|
8034
8186
|
- ​<!-- 26 -->[docs] Fix broken/incorrect attributes links in Avatar and NativeSelect API pages (#28417) @xenostar
|
|
8035
8187
|
- ​<!-- 25 -->[docs] Explain how `<Alert icon={false} />` behaves (#28348) @nguyenkhanhnam
|
|
8036
8188
|
- ​<!-- 24 -->[docs] Fix typo in /system/the-sx-prop (#28393) @danwoods
|
|
@@ -8074,7 +8226,7 @@ All contributors of this release in alphabetical order: @breitembach, @chetrit,
|
|
|
8074
8226
|
|
|
8075
8227
|
_Sep 16, 2021_
|
|
8076
8228
|
|
|
8077
|
-
After over 400 days of development and over 40 canary releases, we are excited to introduce [MUI
|
|
8229
|
+
After over 400 days of development and over 40 canary releases, we are excited to introduce [MUI Core v5.0.0](https://mui.com/blog/mui-core-v5/)!
|
|
8078
8230
|
|
|
8079
8231
|
Some statistics with the released of v5.0.0 compared to the one of v4.0.0:
|
|
8080
8232
|
|
|
@@ -8109,10 +8261,10 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
|
|
|
8109
8261
|
|
|
8110
8262
|
### Docs
|
|
8111
8263
|
|
|
8112
|
-
- ​<!-- 38 -->[blog] Introducing MUI
|
|
8264
|
+
- ​<!-- 38 -->[blog] Introducing MUI Core v5.0 (#27912) @oliviertassinari
|
|
8113
8265
|
- ​<!-- 08 -->[docs] Fix quotes in font-face literal (#28260) @Aurelain
|
|
8114
8266
|
- ​<!-- 07 -->[docs] Update redirects to X's docs (#28263) @m4theushw
|
|
8115
|
-
- ​<!-- 06 -->[docs] Change Material
|
|
8267
|
+
- ​<!-- 06 -->[docs] Change Material UI to MUI in the console (#28270) @mbrookes
|
|
8116
8268
|
- ​<!-- 05 -->[docs] Docs redesign adjustments (#28203) @mnajdova
|
|
8117
8269
|
- ​<!-- 04 -->[docs] How to compose theme in steps (#28246) @goncalovf
|
|
8118
8270
|
- ​<!-- 03 -->[docs] Fix DataGrid demo console warning in Table docs (#28235) @ZeeshanTamboli
|
|
@@ -8133,7 +8285,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
|
|
|
8133
8285
|
|
|
8134
8286
|
### Core
|
|
8135
8287
|
|
|
8136
|
-
- ​<!-- 12 -->[core] Replace Material
|
|
8288
|
+
- ​<!-- 12 -->[core] Replace Material UI with MUI (#28243) @mnajdova
|
|
8137
8289
|
- ​<!-- 11 -->[core] Prepare for v5 stable release (#28240) @mnajdova
|
|
8138
8290
|
- ​<!-- 10 -->[core] Mark lines that needs to be changed with a major release (#28238) @mnajdova
|
|
8139
8291
|
- ​<!-- 18 -->[core] Various updates to what we consider the default branch (#28328) @eps1lon
|
|
@@ -8194,7 +8346,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
8194
8346
|
- ​<!-- 29 -->[docs] Improve docs for creating dark theme (#28104) @mnajdova
|
|
8195
8347
|
- ​<!-- 28 -->[docs] Don't use Material theme in unstyled demos (#28073) @michaldudak
|
|
8196
8348
|
- ​<!-- 27 -->[docs] Fix api doc import example (#28199) @siriwatknp
|
|
8197
|
-
- ​<!-- 26 -->[docs] Remove demo for re-creating Material
|
|
8349
|
+
- ​<!-- 26 -->[docs] Remove demo for re-creating Material UI switches (#28042) @eps1lon
|
|
8198
8350
|
- ​<!-- 25 -->[docs] Improve legibility of CTA on landing page (#28124) @akashshyamdev
|
|
8199
8351
|
- ​<!-- 24 -->[docs] Fix Link outdated default underline prop (#28134) @outofgamut
|
|
8200
8352
|
- ​<!-- 23 -->[docs] Fix branding theme leaking on the templates (#28120) @mnajdova
|
|
@@ -8682,7 +8834,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
8682
8834
|
### Docs
|
|
8683
8835
|
|
|
8684
8836
|
- ​<!-- 56 -->[docs] Display Popper arrow correctly (#27339) @Patil2099
|
|
8685
|
-
- ​<!-- 53 -->[docs] Focus pickers introduction on Material
|
|
8837
|
+
- ​<!-- 53 -->[docs] Focus pickers introduction on Material UI (#27394) @eps1lon
|
|
8686
8838
|
- ​<!-- 51 -->[docs] Fix wrong import path in @material-ui/styles section (#27427) @WeldonTan
|
|
8687
8839
|
- ​<!-- 47 -->[docs] Update color imports (#27321) @siriwatknp
|
|
8688
8840
|
- ​<!-- 38 -->[docs] Sync params of callbacks between types and JSDoc description (#27366) @eps1lon
|
|
@@ -8825,7 +8977,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
8825
8977
|
- [test] Update tests with latest state of StrictMode compatibility (#27042) @eps1lon
|
|
8826
8978
|
- [test] Use DOM events instead of mocked, partial events (#27198) @eps1lon
|
|
8827
8979
|
- [website] Open 4 new roles (#27123) @oliviertassinari
|
|
8828
|
-
- [blog] Danilo Leal joins Material
|
|
8980
|
+
- [blog] Danilo Leal joins Material UI (#27231) @oliviertassinari
|
|
8829
8981
|
|
|
8830
8982
|
All contributors of this release in alphabetical order: @eps1lon, @mbrookes, @michal-perlakowski, @michaldudak, @mnajdova, @moshfeu, @oliviertassinari, @rajzik, @renovate[bot], @sahil-blulabs, @ShirasawaSama, @siriwatknp, @vimutti77
|
|
8831
8983
|
|
|
@@ -9262,7 +9414,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
|
|
|
9262
9414
|
|
|
9263
9415
|
### Docs
|
|
9264
9416
|
|
|
9265
|
-
- ​<!-- 20 -->[blog] Michał Dudak joins Material
|
|
9417
|
+
- ​<!-- 20 -->[blog] Michał Dudak joins Material UI (#26700) @oliviertassinari
|
|
9266
9418
|
- ​<!-- 27 -->[docs] Migrate onepirate premium template to emotion part2 (#26707) @vicasas
|
|
9267
9419
|
- ​<!-- 24 -->[docs] Fix TextField demo layout (#26710) @vicasas
|
|
9268
9420
|
- ​<!-- 19 -->[docs] Improve Paperbase demo (#26711) @oliviertassinari
|
|
@@ -9550,7 +9702,7 @@ We are progressively moving all modules that are relevant to styling custom desi
|
|
|
9550
9702
|
- [test] Move ClockPicker tests to ClockPicker.test (#26407) @eps1lon
|
|
9551
9703
|
- [test] setProps from createPickerRender should set props on the rendered element (#26405) @eps1lon
|
|
9552
9704
|
- [utils] Convert useId to TypeScript (#26491) @eps1lon
|
|
9553
|
-
- [website] Add Material
|
|
9705
|
+
- [website] Add Material UI X page (#25794) @DanailH
|
|
9554
9706
|
- [website] Add open application section (#26501) @oliviertassinari
|
|
9555
9707
|
- [website] Add Siriwat to team page (#26406) @siriwatknp
|
|
9556
9708
|
|
|
@@ -9809,7 +9961,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
9809
9961
|
|
|
9810
9962
|
- ​<!-- 51 -->[Box] Remove render prop (#26113) @m4theushw
|
|
9811
9963
|
|
|
9812
|
-
Its behavior can be obtained using the `sx` prop directly on the child if it's a Material
|
|
9964
|
+
Its behavior can be obtained using the `sx` prop directly on the child if it's a Material UI component. For non-Material UI components use the `sx` prop in conjunction with the `component` prop:
|
|
9813
9965
|
|
|
9814
9966
|
```diff
|
|
9815
9967
|
-<Box sx={{ border: '1px dashed grey' }}>
|
|
@@ -10425,7 +10577,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
10425
10577
|
- ​<!-- 03 -->[docs] Add interoperability section for Portal (#25575) @mnajdova
|
|
10426
10578
|
- ​<!-- 01 -->[docs] Fix side nav scroll position (#25619) @misaka3
|
|
10427
10579
|
- ​<!-- 30 -->[website] Q1 2021 Update (#25591) @oliviertassinari
|
|
10428
|
-
- ​<!-- 04 -->[website] Matheus Wichman joins Material
|
|
10580
|
+
- ​<!-- 04 -->[website] Matheus Wichman joins Material UI (#25590) @oliviertassinari
|
|
10429
10581
|
|
|
10430
10582
|
### Core
|
|
10431
10583
|
|
|
@@ -10929,7 +11081,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
10929
11081
|
2. @vicasas x5
|
|
10930
11082
|
3. @kodai3 x4
|
|
10931
11083
|
|
|
10932
|
-
- 📐 Add a subset of
|
|
11084
|
+
- 📐 Add a subset of MUI System as flattened props on `Typography` (#24496) @mnajdova.
|
|
10933
11085
|
Now, you can do:
|
|
10934
11086
|
|
|
10935
11087
|
```jsx
|
|
@@ -10946,7 +11098,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
10946
11098
|
- Increase the minimum version of TypeScript supported from v3.2 to v3.5. (#24795) @petyosi
|
|
10947
11099
|
|
|
10948
11100
|
We try to align with types released from [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) (i.e. packages published on npm under the `@types` namespace).
|
|
10949
|
-
We will not change the minimum supported version in a major version of Material
|
|
11101
|
+
We will not change the minimum supported version in a major version of Material UI.
|
|
10950
11102
|
However, we generally recommend to not use a TypeScript version older than the [lowest supported version of DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped#older-versions-of-typescript-33-and-earlier).
|
|
10951
11103
|
|
|
10952
11104
|
#### Changes
|
|
@@ -11096,7 +11248,7 @@ A big thanks to the 23 contributors who made this release possible. Here are som
|
|
|
11096
11248
|
- 👩🎤 Convert 31 components to emotion. Around 40% of the components have been migrated so far thanks to the help of the community.
|
|
11097
11249
|
- 🐛 Fix two long-standing issues with the Grid. Solve the horizontal scrollbar as well as dimensions when nesting (#24332) @greguintow.
|
|
11098
11250
|
- 📚 Fix various display issues on API documentation pages (#24526, #24503, #24504. #24517, #24417).
|
|
11099
|
-
- 📐 Add a subset of
|
|
11251
|
+
- 📐 Add a subset of MUI System as flatten props on the CSS utility components (`Grid` and `Box` so far, `Typography` and `Stack` coming later) (#24485, #24499) @mnajdova.
|
|
11100
11252
|
|
|
11101
11253
|
```jsx
|
|
11102
11254
|
<Box m={2}>
|
|
@@ -11179,7 +11331,7 @@ A big thanks to the 23 contributors who made this release possible. Here are som
|
|
|
11179
11331
|
- ​<!-- 70 -->[docs] Add API of picker components (#24497) @eps1lon
|
|
11180
11332
|
- ​<!-- 63 -->[examples] Add `locale` prop to the Nextjs Link component (#24596) @CyanoFresh
|
|
11181
11333
|
- ​<!-- 52 -->[docs] List required props first in /api/\* (#24526) @eps1lon
|
|
11182
|
-
- ​<!-- 45 -->[docs] Mention
|
|
11334
|
+
- ​<!-- 45 -->[docs] Mention MUI System props when available in the API pages (#24503) @mnajdova
|
|
11183
11335
|
- ​<!-- 43 -->[docs] Improve system properties page (#24524) @mnajdova
|
|
11184
11336
|
- ​<!-- 42 -->[docs] Fix malformed component API description (#24504) @eps1lon
|
|
11185
11337
|
- ​<!-- 41 -->[docs] Fix ToC "Component name" fragment link on /api/\* (#24517) @eps1lon
|
|
@@ -11662,7 +11814,7 @@ _Dec 3, 2020_
|
|
|
11662
11814
|
|
|
11663
11815
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
11664
11816
|
|
|
11665
|
-
- Fix most of the issues with
|
|
11817
|
+
- Fix most of the issues with MUI System (#23716, #23635, #23737, #23733, #23700, #23688) @mnajdova.
|
|
11666
11818
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
11667
11819
|
|
|
11668
11820
|
### `@material-ui/core@v5.0.0-alpha.18`
|
|
@@ -11755,7 +11907,7 @@ _Nov 23, 2020_
|
|
|
11755
11907
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
11756
11908
|
|
|
11757
11909
|
- 📚 Improve the IntelliSense support for the `sx` prop (#23599) @mnajdova.
|
|
11758
|
-
You should now get a description for each property of
|
|
11910
|
+
You should now get a description for each property of MUI System. For instance with `mx`:
|
|
11759
11911
|
|
|
11760
11912
|

|
|
11761
11913
|
|
|
@@ -11885,19 +12037,19 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
11885
12037
|
|
|
11886
12038
|
### Docs
|
|
11887
12039
|
|
|
11888
|
-
- [docs] Add advanced page for
|
|
12040
|
+
- [docs] Add advanced page for MUI System (#23596) @mnajdova
|
|
11889
12041
|
- [docs] Add docs for typography in system (#23510) @oliviertassinari
|
|
11890
12042
|
- [docs] API pages i18n (#23214) @mbrookes
|
|
11891
12043
|
- [docs] Create pickers migration guide (#23605) @dmtrKovalenko
|
|
11892
12044
|
- [docs] Enable TS language service for docs/src (#23576) @eps1lon
|
|
11893
|
-
- [docs] Explain the information listed on
|
|
12045
|
+
- [docs] Explain the information listed on MUI System properties page (#23566) @mnajdova
|
|
11894
12046
|
- [docs] Fix /api client-side routing (#23586) @eps1lon
|
|
11895
12047
|
- [docs] Fix the Box section title on migration-v4 guide (#23679) @claudioldf
|
|
11896
12048
|
- [docs] Generate default values for docs from the unstyled components (#23614) @mnajdova
|
|
11897
12049
|
- [docs] Increase printWidth from 80 to 85(#23512) @eps1lon
|
|
11898
12050
|
- [docs] Prevent layout jumps from img loading in system demo (#23504) @eps1lon
|
|
11899
12051
|
- [docs] Remove controlled Tooltip example in Slider (#23625) @micsidoruk
|
|
11900
|
-
- [docs] Remove dead demos in
|
|
12052
|
+
- [docs] Remove dead demos in MUI System basics page (#23565) @mnajdova
|
|
11901
12053
|
- [docs] Replace emotion-server packages with @emotion/server (#23557) @numToStr
|
|
11902
12054
|
- [docs] Sync translations (#23648) @l10nbot
|
|
11903
12055
|
|
|
@@ -11926,7 +12078,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
11926
12078
|
|
|
11927
12079
|
While the source code is currently hosted in the [main repository](https://github.com/mui/material-ui), we might move it to the [x repository](https://github.com/mui/mui-x) in the future, depending on what is easier for the commercial date range picker. The date picker will stay open source no matter what.
|
|
11928
12080
|
|
|
11929
|
-
- 📚 Revamp the documentation for [
|
|
12081
|
+
- 📚 Revamp the documentation for [MUI System](https://mui.com/system/getting-started/). The System contains CSS utilities. The documentation now promotes the use of the `sx` prop. It's ideal for adding one-off styles, e.g. padding, but when pushed to its limits, it can be used to implement quickly a complete page.
|
|
11930
12082
|
- 👩🎨 Upgrade emotion to v11 (#23007) @mnajdova.
|
|
11931
12083
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
11932
12084
|
|
|
@@ -11993,12 +12145,12 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
11993
12145
|
- [docs] Fix links being opened when dismissing context menus (#23491) @eps1lon
|
|
11994
12146
|
- [docs] Fix the Netlify proxy for localization of X (#23387) @oliviertassinari
|
|
11995
12147
|
- [docs] Fix usage of palette.type instead of palette.mode in docs (#23414) @hubgit
|
|
11996
|
-
- [docs] Improve documentation of
|
|
12148
|
+
- [docs] Improve documentation of MUI System (#23294) @mnajdova
|
|
11997
12149
|
- [docs] Improve feedback a11y (#23459) @eps1lon
|
|
11998
|
-
- [docs] Improve formatting of
|
|
12150
|
+
- [docs] Improve formatting of MUI System (#23509) @oliviertassinari
|
|
11999
12151
|
- [docs] Improve migration guide for theme.palette (#23416) @hubgit
|
|
12000
12152
|
- [docs] Mention delay instead of transition twice (#23393) @benmneb
|
|
12001
|
-
- [docs] Prepare Material
|
|
12153
|
+
- [docs] Prepare Material UI X (#1893) @oliviertassinari
|
|
12002
12154
|
- [docs] Redirect legacy GridList pages to ImageList (#23456) @eps1lon
|
|
12003
12155
|
- [docs] Remove redundant aria-label when wrapped in Tooltip (#23455) @eps1lon
|
|
12004
12156
|
- [docs] Sync translations (#23316) @l10nbot
|
|
@@ -12026,19 +12178,19 @@ _Nov 4, 2020_
|
|
|
12026
12178
|
A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
|
|
12027
12179
|
|
|
12028
12180
|
- ⚛️ Add support for React 17 (#23311) @eps1lon.
|
|
12029
|
-
React 17 release is unusual because it doesn't add any new developer-facing features. It was released a couple of days ago. You can learn more about it in the [introduction post](https://legacy.reactjs.org/blog/2020/10/20/react-v17.html). Material
|
|
12181
|
+
React 17 release is unusual because it doesn't add any new developer-facing features. It was released a couple of days ago. You can learn more about it in the [introduction post](https://legacy.reactjs.org/blog/2020/10/20/react-v17.html). Material UI now supports `^16.8.0 || ^17.0.0`.
|
|
12030
12182
|
- 🛠 Introduce a new `@material-ui/unstyled` package (#23270) @mnajdova.
|
|
12031
12183
|
This package will host the unstyled version of the components. In this first iteration, only the Slider is available. You can find it documented under the [same page](https://mui.com/components/slider-styled/#unstyled-slider) as the styled version.
|
|
12032
12184
|
|
|
12033
12185
|
**Why an unstyled package?**
|
|
12034
12186
|
|
|
12035
|
-
While engineering teams are successfully building custom design systems by wrapping Material
|
|
12187
|
+
While engineering teams are successfully building custom design systems by wrapping Material UI, we [occasionally hear](https://github.com/mui/material-ui/issues/6218) that Material Design or our styling solution are something they don't need. Some teams prefer SASS, others prefer to customize the components starting from a pristine state. What all these teams have in common is that they value the features coming from the components, such as accessibility.
|
|
12036
12188
|
|
|
12037
12189
|
The unstyled package goes one step down in the abstraction layer, providing more flexibility. Angular Material introduced this approach two years ago. Today their unstyled components account for [25% of the usage](https://npm-stat.com/charts.html?package=%40angular%2Fmaterial&package=%40angular%2Fcdk&from=2017-11-03&to=2020-11-03).
|
|
12038
12190
|
|
|
12039
12191
|
Another reason for introducing this package is to prepare the groundwork for a [second theme](https://github.com/mui/material-ui/issues/22485) (not Material Design based).
|
|
12040
12192
|
|
|
12041
|
-
A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material
|
|
12193
|
+
A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material UI also contains "headless" components that exposes a hook API, e.g. [useAutocomplete](https://mui.com/components/autocomplete/#useautocomplete) or [usePagination](https://mui.com/components/pagination/#usepagination).
|
|
12042
12194
|
|
|
12043
12195
|
This change is part of our strategy to iterate on the v5 architecture with the `Slider` first. In the next alpha release, we plan to replace the v4 slider with the v5 slider. Once the new approach is stress-tested and validated, we will roll it out to all the components.
|
|
12044
12196
|
|
|
@@ -12102,8 +12254,8 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
12102
12254
|
### Docs
|
|
12103
12255
|
|
|
12104
12256
|
- [Transition] Document default appear value (#23221) @GuilleDF
|
|
12105
|
-
- [blog] Danail Hadjiatanasov joins Material
|
|
12106
|
-
- [docs] Add Material
|
|
12257
|
+
- [blog] Danail Hadjiatanasov joins Material UI (#23223) @oliviertassinari
|
|
12258
|
+
- [docs] Add Material UI Builder to in-house ads (#23342) @mbrookes
|
|
12107
12259
|
- [docs] Fix a few typos and add comma (#23284) @reedanders
|
|
12108
12260
|
- [docs] Fix few propTypes in Inputs (#23331) @youknowhat
|
|
12109
12261
|
- [docs] Fix language cookie (#23324) @mbrookes
|
|
@@ -12139,8 +12291,8 @@ A big thanks to the 23 contributors who made this release possible.
|
|
|
12139
12291
|
Here are some highlights ✨:
|
|
12140
12292
|
|
|
12141
12293
|
- 💄 Introduce a new `sx` prop (#23053, #23205) @mnajdova
|
|
12142
|
-
We have resumed the work on Material
|
|
12143
|
-
You can read the [introduction blog post](https://medium.com/material-ui/introducing-material-ui-design-system-93e921beb8df) that we did for
|
|
12294
|
+
We have resumed the work on Material UI System. This is made possible by the latest progress on the new styling solution of v5.
|
|
12295
|
+
You can read the [introduction blog post](https://medium.com/material-ui/introducing-material-ui-design-system-93e921beb8df) that we did for MUI System two years ago.
|
|
12144
12296
|
|
|
12145
12297
|
The system is meant to solve the following problems:
|
|
12146
12298
|
|
|
@@ -12149,10 +12301,10 @@ Here are some highlights ✨:
|
|
|
12149
12301
|
3. Introducing a `makeStyles` for the first time in a component is daunting. For example, it's why https://github.com/vscodeshift/material-ui-codemorphs#add-usestyles-hook exists. What if we had less code to type, gaining velocity when writing styles?
|
|
12150
12302
|
4. Pulling values out from the theme can be cumbersome. How can we make it less painful to increase the usage of design tokens?
|
|
12151
12303
|
|
|
12152
|
-
This new iteration of
|
|
12304
|
+
This new iteration of MUI System brings two major improvements:
|
|
12153
12305
|
|
|
12154
12306
|
- It moves from the support of a subset of CSS to the support of a superset of CSS.
|
|
12155
|
-
Learning the shorthand is optional. It's no longer necessary to moving back to styled() when
|
|
12307
|
+
Learning the shorthand is optional. It's no longer necessary to moving back to styled() when MUI System doesn't support a specific CSS property.
|
|
12156
12308
|
- It moves from support on Box only to any core component (starting with the slider).
|
|
12157
12309
|
|
|
12158
12310
|
```jsx
|
|
@@ -12312,7 +12464,7 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
12312
12464
|
Here are some highlights ✨:
|
|
12313
12465
|
|
|
12314
12466
|
- 📦 Ship modern bundle (#22814) @eps1lon.
|
|
12315
|
-
This is a significant update to the [browsers supported](https://mui.com/material-ui/getting-started/supported-platforms/) by Material
|
|
12467
|
+
This is a significant update to the [browsers supported](https://mui.com/material-ui/getting-started/supported-platforms/) by Material UI.
|
|
12316
12468
|
The previous policy was defined 2 years ago, and the landscape has evolved since then. The package now includes 4 bundles:
|
|
12317
12469
|
|
|
12318
12470
|
1. `stable` (default, formerly `esm`) which targets a snapshot (on release) of `> 0.5%, last 2 versions, Firefox ESR, not dead, not IE 11"`
|
|
@@ -12862,7 +13014,7 @@ More documentation are coming.
|
|
|
12862
13014
|
- [docs] Add ui-schema in related projects (#22644) @elbakerino
|
|
12863
13015
|
- [docs] Avoid confusion between layout grid and data grid (#22681) @oliviertassinari
|
|
12864
13016
|
- [docs] Batch small changes (#22646) @oliviertassinari
|
|
12865
|
-
- [docs] Configuring redirects for MUI
|
|
13017
|
+
- [docs] Configuring redirects for MUI X (#22632) @dtassone
|
|
12866
13018
|
- [docs] Customized hook at Autocomplete issue in dark mode (#22605) @hmaddisb
|
|
12867
13019
|
- [docs] Encourage DataGrid in /components/tables/ over alternatives (#22637) @oliviertassinari
|
|
12868
13020
|
- [docs] Fix emotion broken in SSR (#22731) @mnajdova
|
|
@@ -12967,7 +13119,7 @@ Here are some highlights ✨:
|
|
|
12967
13119
|
|
|
12968
13120
|
- [theme] Remove palette.text.hint key (#22537) @mbrookes
|
|
12969
13121
|
|
|
12970
|
-
The `theme.palette.text.hint` key was available but unused in Material
|
|
13122
|
+
The `theme.palette.text.hint` key was available but unused in Material UI v4 components.
|
|
12971
13123
|
You can use `adaptV4Theme()` to restore the previous behavior.
|
|
12972
13124
|
|
|
12973
13125
|
#### Changes
|
|
@@ -13385,7 +13537,7 @@ A big thanks to the 26 contributors who made this release possible.
|
|
|
13385
13537
|
Here are some highlights ✨:
|
|
13386
13538
|
|
|
13387
13539
|
- 💅 Introduce a new dynamic variant API (#21648) @mnajdova.
|
|
13388
|
-
This API allows developers to add new variants on the Material
|
|
13540
|
+
This API allows developers to add new variants on the Material UI's components right from the theme, without having to wrap the components.
|
|
13389
13541
|
For instance with the Button:
|
|
13390
13542
|
|
|
13391
13543
|
```tsx
|