@mui/material-nextjs 5.15.11 → 5.16.2
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 +738 -169
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,574 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## v5.16.2
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.16.1..master -->
|
|
6
|
+
|
|
7
|
+
_Jul 16, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 2 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@5.16.2`
|
|
12
|
+
|
|
13
|
+
- ​<!-- 2 -->[material] Remove dependency to @mui/base (@mnajdova) (#42917) @mnajdova
|
|
14
|
+
|
|
15
|
+
### Core
|
|
16
|
+
|
|
17
|
+
- ​<!-- 1 -->[website] Sync /about page @oliviertassinari
|
|
18
|
+
|
|
19
|
+
All contributors of this release in alphabetical order: @mnajdova, @oliviertassinari
|
|
20
|
+
|
|
21
|
+
## v5.16.1
|
|
22
|
+
|
|
23
|
+
_Jul 11, 2024_
|
|
24
|
+
|
|
25
|
+
A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
|
|
26
|
+
|
|
27
|
+
- ⚛️ All packages, including Material UI, are now compatible with React 18.3.1
|
|
28
|
+
|
|
29
|
+
### `@mui/material@5.16.1`
|
|
30
|
+
|
|
31
|
+
- [AppBar] Fix inherit color is inconsistent between ThemeProvider and CssVarsProvider (#42713) @ZeeshanTamboli
|
|
32
|
+
|
|
33
|
+
### `@mui/joy@5.0.0-beta.48`
|
|
34
|
+
|
|
35
|
+
- [Autocomplete] Fix React spread key warning (#42856) @aarongarciah
|
|
36
|
+
|
|
37
|
+
### Docs
|
|
38
|
+
|
|
39
|
+
- [material-ui] Fix React 18.3 key spread warnings in Autocomplete demos (#42854) @aarongarciah
|
|
40
|
+
- [material-ui] Fix type error in virtualized table demo (#42852) @aarongarciah
|
|
41
|
+
- Fix typos (@omahs) (#42888) @omahs
|
|
42
|
+
- Fix 301 @oliviertassinari
|
|
43
|
+
|
|
44
|
+
### Core
|
|
45
|
+
|
|
46
|
+
- [core] Bump React to 18.3.1 (#42846) @aarongarciah
|
|
47
|
+
- [core] Remove react-test-renderer (#42853) @aarongarciah
|
|
48
|
+
- [core] Replace enzyme in describeConformance (#42847) @aarongarciah
|
|
49
|
+
- [test] Remove enzyme (#42850) @aarongarciah
|
|
50
|
+
- [test] Remove createMount test util (#42849) @aarongarciah
|
|
51
|
+
- [base-ui] Fix React spread key warning in test (#42855) @aarongarciah
|
|
52
|
+
- [styles][withStyles] Expect React defaultProps warning in test (#42752) (#42851) @aarongarciah
|
|
53
|
+
|
|
54
|
+
All contributors of this release in alphabetical order: @aarongarciah, @oliviertassinari, @omahs, @ZeeshanTamboli
|
|
55
|
+
|
|
56
|
+
## v5.16.0
|
|
57
|
+
|
|
58
|
+
<!-- generated comparing v5.15.21..master -->
|
|
59
|
+
|
|
60
|
+
_Jul 5, 2024_
|
|
61
|
+
|
|
62
|
+
A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
|
|
63
|
+
|
|
64
|
+
- 🚀 Added `InitColorSchemeScript` for Next.js App Router (#42829) @siriwatknp
|
|
65
|
+
|
|
66
|
+
### `@mui/material@5.16.0`
|
|
67
|
+
|
|
68
|
+
- [Alert] Add ability to override slot props (@alexey-kozlenkov) (#42808) @alexey-kozlenkov
|
|
69
|
+
- Add `InitColorSchemeScript` for Next.js App Router (#42829) @siriwatknp
|
|
70
|
+
- Add `DefaultPropsProvider` (#42820) @siriwatknp
|
|
71
|
+
- Support `CssVarsTheme` in `responsiveFontSizes` return type (@jxdp) (#42806) @jxdp
|
|
72
|
+
- Remove warning from `getInitColorSchemeScript` (#42838) @siriwatknp
|
|
73
|
+
|
|
74
|
+
### Docs
|
|
75
|
+
|
|
76
|
+
- [docs] Fix 301 MDN redirections @oliviertassinari
|
|
77
|
+
|
|
78
|
+
### Core
|
|
79
|
+
|
|
80
|
+
- [mui-utils][test] Remove usages of deprecated react-dom APIs (@aarongarciah) (#42813) @aarongarciah
|
|
81
|
+
|
|
82
|
+
All contributors of this release in alphabetical order: @aarongarciah, @alexey-kozlenkov, @jxdp, @oliviertassinari, @siriwatknp
|
|
83
|
+
|
|
84
|
+
## v5.15.21
|
|
85
|
+
|
|
86
|
+
<!-- generated comparing v5.15.20..master -->
|
|
87
|
+
|
|
88
|
+
_Jun 28, 2024_
|
|
89
|
+
|
|
90
|
+
A big thanks to the 7 contributors who made this release possible.
|
|
91
|
+
|
|
92
|
+
### `@mui/material@5.15.21`
|
|
93
|
+
|
|
94
|
+
- [Autocomplete] Fix renderOption props type (@DiegoAndai) (#42709) @DiegoAndai
|
|
95
|
+
- [Stepper] Generate class for `nonLinear` prop (@alexismo) (#42677) @alexismo
|
|
96
|
+
|
|
97
|
+
### Docs
|
|
98
|
+
|
|
99
|
+
- Use new email for sponsoring @oliviertassinari
|
|
100
|
+
- Fix 301 links (@alexfauquette) (#42700) @alexfauquette
|
|
101
|
+
- [material-ui][Select] Fix the `SelectAutoWidth` demo menu item value (@Danielkhakbaz) (#42696) @Danielkhakbaz
|
|
102
|
+
- [material-ui][Autocomplete] Fix more React 18.3 key spread warnings in demos (#42766) @wbt
|
|
103
|
+
- [material-ui] Fix sign in side image (#42708) @zanivan
|
|
104
|
+
- [website] Add Ale to team (#42769) @alelthomas
|
|
105
|
+
|
|
106
|
+
### Core
|
|
107
|
+
|
|
108
|
+
- [core] Cherry pick pnpm updates (#42763) @DiegoAndai
|
|
109
|
+
- [website] Add Armin to the team members (@arminmeh) (#42681) @arminmeh
|
|
110
|
+
- [website] Open Staff Engineer role for Pigment CSS (@mnajdova) (#42669) @mnajdova
|
|
111
|
+
|
|
112
|
+
All contributors of this release in alphabetical order: @alexfauquette, @alexismo, @arminmeh, @Danielkhakbaz, @DiegoAndai, @mnajdova, @oliviertassinari
|
|
113
|
+
|
|
114
|
+
## v5.15.20
|
|
115
|
+
|
|
116
|
+
<!-- generated comparing v5.15.19..master -->
|
|
117
|
+
|
|
118
|
+
_Jun 12, 2024_
|
|
119
|
+
|
|
120
|
+
A big thanks to the 9 contributors who made this release possible.
|
|
121
|
+
|
|
122
|
+
### `@mui/material@5.15.20`
|
|
123
|
+
|
|
124
|
+
- ​<!-- 17 -->[Autocomplete] Shouldn't resize when hovering (@ZeeshanTamboli) (#42535) @ZeeshanTamboli
|
|
125
|
+
- ​<!-- 07 -->[Tab] Fix applying `iconWrapper` styles from theme and update its description (@sai6855) (#42570) @sai6855
|
|
126
|
+
|
|
127
|
+
### `@mui/utils@5.15.15`
|
|
128
|
+
|
|
129
|
+
- ​<!-- 06 -->Allow passing `NaN` as `defaultValue` to `useControlled` (@iammminzzy) (#42571) @iammminzzy
|
|
130
|
+
- ​<!-- 17 -->Fix GitHub-reported prototype pollution vulnerability in `deepmerge` (#41652) (#42608) @DiegoAndai
|
|
131
|
+
|
|
132
|
+
### Docs
|
|
133
|
+
|
|
134
|
+
- ​<!-- 16 -->[docs] Add Pigment CSS and Base UI logos SVGs (#42513) @danilo-leal
|
|
135
|
+
- ​<!-- 15 -->[docs] Update twitter.com to x.com @oliviertassinari
|
|
136
|
+
- ​<!-- 14 -->[docs] Simplify Example projects page @oliviertassinari
|
|
137
|
+
- ​<!-- 13 -->[material-ui] Add docs for complementary stepper components (@anle9650) (#42613) @anle9650
|
|
138
|
+
- ​<!-- 12 -->[docs] Add changelog section to the design kits page (@danilo-leal) (#42463) @danilo-leal
|
|
139
|
+
- ​<!-- 11 -->[material-ui] Fix sentence in the All components page (@danilo-leal) (#42462) @danilo-leal
|
|
140
|
+
- ​<!-- 10 -->[material-ui] Update Figma design kit doc redirect link (@danilo-leal) (#42456) @danilo-leal
|
|
141
|
+
- ​<!-- 09 -->[system] Add "dynamic values" section to sx prop page (@aarongarciah) (#42453) @aarongarciah
|
|
142
|
+
|
|
143
|
+
### Core
|
|
144
|
+
|
|
145
|
+
- ​<!-- 18 -->[website] Move the `React Engineer - X` role to future roles (#42532) @DanailH
|
|
146
|
+
- ​<!-- 08 -->[examples] Remove Pigment CSS examples (#42538) @sai6855
|
|
147
|
+
- ​<!-- 05 -->[website] Close Developer Advocate / Content Engineer role @oliviertassinari
|
|
148
|
+
- ​<!-- 04 -->[website] Update DoiT description and link in Sponsors section (@erezstmn-doit) (#42511) @erezstmn-doit
|
|
149
|
+
- ​<!-- 03 -->[website] Clean up the docs-infra job ad (@danilo-leal) (#42509) @danilo-leal
|
|
150
|
+
- ​<!-- 02 -->[website] Open the Docs-infra engineer role (@danilo-leal) (#42496) @danilo-leal
|
|
151
|
+
- ​<!-- 01 -->[website] Fix locationCountry in about page @oliviertassinari
|
|
152
|
+
|
|
153
|
+
All contributors of this release in alphabetical order: @aarongarciah, @anle9650, @DanailH, @danilo-leal, @erezstmn-doit, @iammminzzy, @oliviertassinari, @sai6855, @ZeeshanTamboli
|
|
154
|
+
|
|
155
|
+
## v5.15.19
|
|
156
|
+
|
|
157
|
+
<!-- generated comparing v5.15.18..master -->
|
|
158
|
+
|
|
159
|
+
_May 29, 2024_
|
|
160
|
+
|
|
161
|
+
A big thanks to the 12 contributors who made this release possible.
|
|
162
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
163
|
+
|
|
164
|
+
### `@mui/material@5.15.19`
|
|
165
|
+
|
|
166
|
+
- ​<!-- 19 -->[AlertTitle] Enable extending Typography props (@lucasgmelo) (#42334) @github-actions[bot]
|
|
167
|
+
- ​<!-- 06 -->[responsiveFontSizes] Handled undefined variants (@brijeshb42) (#42419) @github-actions[bot]
|
|
168
|
+
- ​<!-- 05 -->[Slider] Fix wrong CSS value (@mnajdova) (#42373) @github-actions[bot]
|
|
169
|
+
|
|
170
|
+
### Docs
|
|
171
|
+
|
|
172
|
+
- ​<!-- 13 -->Link to pnpm installation docs (#42420) @aarongarciah
|
|
173
|
+
- ​<!-- 12 -->Remove LocalMonero (@oliviertassinari) (#42315) @github-actions[bot]
|
|
174
|
+
- ​<!-- 10 -->[material-ui] Fix typo in style interoperability with Tailwind CSS docs (@ZeeshanTamboli) (#42312) @github-actions[bot]
|
|
175
|
+
- ​<!-- 09 -->[material-ui][Pagination] Clarify pagination `page` prop API (@Mandar-Pandya) (#42265) @github-actions[bot]
|
|
176
|
+
- ​<!-- 08 -->[material-ui][Tabs] Improve the Basic Tabs demo (@MatheusEli) (#42426) @github-actions[bot]
|
|
177
|
+
- ​<!-- 07 -->[pigment-css] Fix duplication of content (#42410) @oliviertassinari
|
|
178
|
+
|
|
179
|
+
### Core
|
|
180
|
+
|
|
181
|
+
- ​<!-- 18 -->[blog] Add the "Product" tag to the Pigment CSS post (@danilo-leal) (#42366) @github-actions[bot]
|
|
182
|
+
- ​<!-- 17 -->[blog] Update blog post OG image (@danilo-leal) (#42306) @github-actions[bot]
|
|
183
|
+
- ​<!-- 16 -->[blog] Update Pigment CSS post (@danilo-leal) (#42267) @github-actions[bot]
|
|
184
|
+
- ​<!-- 15 -->[core] Fix React 18.3 warnings about spreading keys in the Material UI `Autocomplete` component (#42099) (#42241) @DiegoAndai
|
|
185
|
+
- ​<!-- 14 -->[core] Fix a few more key spread issues (@oliviertassinari) (#42318) @github-actions[bot]
|
|
186
|
+
- ​<!-- 11 -->[docs-infra] Allow JSDoc tags (#42327) @aarongarciah
|
|
187
|
+
- ​<!-- 04 -->[website] Add Nikita to the about page (@nikitaa24) (#42421) @github-actions[bot]
|
|
188
|
+
- ​<!-- 03 -->[website] Fix hero spacing changes applying at the wrong breakpoint (@KenanYusuf) (#42357) @github-actions[bot]
|
|
189
|
+
- ​<!-- 02 -->[website] Adds Kenan Yusuf to about page (@KenanYusuf) (#42330) @github-actions[bot]
|
|
190
|
+
- ​<!-- 01 -->[website] Improve about page @oliviertassinari
|
|
191
|
+
|
|
192
|
+
All contributors of this release in alphabetical order: @aarongarciah, @brijeshb42, @danilo-leal, @DiegoAndai, @KenanYusuf, @lucasgmelo, @Mandar-Pandya, @MatheusEli, @mnajdova, @nikitaa24, @oliviertassinari, @ZeeshanTamboli
|
|
193
|
+
|
|
194
|
+
## v5.15.18
|
|
195
|
+
|
|
196
|
+
<!-- generated comparing v5.15.17..master -->
|
|
197
|
+
|
|
198
|
+
_May 14, 2024_
|
|
199
|
+
|
|
200
|
+
A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
|
|
201
|
+
|
|
202
|
+
### `@mui/material@5.15.18`
|
|
203
|
+
|
|
204
|
+
- ​<!-- 6 -->[Autocomplete] Improve design when there's a start adornment for small autocomplete (@TahaRhidouani) (#42176) @github-actions[bot]
|
|
205
|
+
- ​<!-- 3 -->[ToggleButtonGroup] Add missing `selected` class in ToggleButtonGroupClasses type (@tarunrajput) (#42250) @github-actions[bot]
|
|
206
|
+
|
|
207
|
+
### Docs
|
|
208
|
+
|
|
209
|
+
- ​<!-- 4 -->[docs] Fix 301 to Figma @oliviertassinari
|
|
210
|
+
|
|
211
|
+
### Core
|
|
212
|
+
|
|
213
|
+
- ​<!-- 5 -->[blog] Introducing Pigment CSS blog post (#42198) (#42255) @samuelsycamore
|
|
214
|
+
- ​<!-- 2 -->[website] Add redirection for talk @oliviertassinari
|
|
215
|
+
- ​<!-- 1 -->[website] Adds Arthur Balduini team info (@arthurbalduini) (#42226) @github-actions[bot]
|
|
216
|
+
|
|
217
|
+
All contributors of this release in alphabetical order: @arthurbalduini, @oliviertassinari, @samuelsycamore, @TahaRhidouani, @tarunrajput
|
|
218
|
+
|
|
219
|
+
## v5.15.17
|
|
220
|
+
|
|
221
|
+
<!-- generated comparing v5.15.16..master -->
|
|
222
|
+
|
|
223
|
+
_May 8, 2024_
|
|
224
|
+
|
|
225
|
+
A big thanks to the 4 contributors who made this release possible.
|
|
226
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
227
|
+
|
|
228
|
+
### `@mui/material@5.15.17`
|
|
229
|
+
|
|
230
|
+
- [Slider] Move palette styles to the bottom (#41676) @siriwatknp
|
|
231
|
+
|
|
232
|
+
### Docs
|
|
233
|
+
|
|
234
|
+
- Fix SEO redirection issues @oliviertassinari
|
|
235
|
+
- [material-ui] Fix broken link (@aarongarciah) (#42143) @github-actions[bot]
|
|
236
|
+
- [material-ui] Fix link on the Sync page (@danilo-leal) (#42089) @github-actions[bot]
|
|
237
|
+
|
|
238
|
+
### Core
|
|
239
|
+
|
|
240
|
+
- [blog] Shorten title to fit @oliviertassinari
|
|
241
|
+
- [blog] Update Sync post OG image (@danilo-leal) (#42117) @github-actions[bot]
|
|
242
|
+
- [blog] A few tweaks in introducing-sync-plugin (@oliviertassinari) (#42094) @github-actions[bot]
|
|
243
|
+
- [docs-infra] Fix code block layout shift (#41917) @oliviertassinari
|
|
244
|
+
- [website] Fix home page slider's track position (@aarongarciah) (#42144) @github-actions[bot]
|
|
245
|
+
- [website] Closing the survey @oliviertassinari
|
|
246
|
+
- [website] Remove Survey banner from website and Core docs (#42104) @joserodolfofreitas
|
|
247
|
+
|
|
248
|
+
All contributors of this release in alphabetical order: @github-actions[bot], @joserodolfofreitas, @oliviertassinari, @siriwatknp
|
|
249
|
+
|
|
250
|
+
## v5.15.16
|
|
251
|
+
|
|
252
|
+
<!-- generated comparing v5.15.15..master -->
|
|
253
|
+
|
|
254
|
+
_May 1, 2024_
|
|
255
|
+
|
|
256
|
+
A big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
|
|
257
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
258
|
+
|
|
259
|
+
### `@mui/material@5.15.16`
|
|
260
|
+
|
|
261
|
+
- [material-ui][Dialog] Prevent onClick on the root element from being overwritten (@ryanburr) (#41914) @github-actions[bot]
|
|
262
|
+
- [material-ui][Select] Fix `muiName` property TypeScript error (@EyaOuenniche) (#41786) @github-actions[bot]
|
|
263
|
+
- —>[material-ui][l10n] Fix typo in is-IS locale (@magnimarels) (#41815) @github-actions[bot]
|
|
264
|
+
|
|
265
|
+
### Docs
|
|
266
|
+
|
|
267
|
+
- Fix small SEO issues @oliviertassinari
|
|
268
|
+
- Fix 301 Toolpad links @oliviertassinari
|
|
269
|
+
- Fix 301 Toolpad links @oliviertassinari
|
|
270
|
+
- Fix 301 image redirections @oliviertassinari
|
|
271
|
+
- Fix small SEO issues @oliviertassinari
|
|
272
|
+
- Fix 301 redirection @oliviertassinari
|
|
273
|
+
- Fix format git diff regression (#41882) @oliviertassinari
|
|
274
|
+
- Fix 301 links @oliviertassinari
|
|
275
|
+
- [material-ui] Fix import statement in migration guide (@sai6855) (#41864) @github-actions[bot]
|
|
276
|
+
- [material-ui] Update Figma plugin name (@danilo-leal) (#42057) @github-actions[bot]
|
|
277
|
+
- [material-ui] Fix minor spelling error in the "About the lab" page (@ryanhartwig) (#42075) @github-actions[bot]
|
|
278
|
+
- [material-ui] Add missing backticks to HTML tag in the installation page (@Miguelrom) (#42009) @github-actions[bot]
|
|
279
|
+
- [material-ui] Add Connect-related content (@danilo-leal) (#41924) @DiegoAndai
|
|
280
|
+
- [material-ui] Fix Material 3 message typo (@aarongarciah) (#41822) @github-actions[bot]
|
|
281
|
+
- [material-ui] Remove Data Grid v7 beta callout (@cherniavskii) (#41842) @github-actions[bot]
|
|
282
|
+
- [material-ui][templates] Fix input props attributes in Landing Page template (@5-tom) (#42034) @github-actions[bot]
|
|
283
|
+
- [system] Update typo on the sx prop page (@bricker) (#42078) @github-actions[bot]
|
|
284
|
+
|
|
285
|
+
### Core
|
|
286
|
+
|
|
287
|
+
- [blog] Add post to introduce the Connect plugin (@danilo-leal) (#41929) @DiegoAndai
|
|
288
|
+
- [core] Automate cherry-pick of PRs from `next` -> `master` (#41742) @aarongarciah
|
|
289
|
+
- [docs-infra] Improve Twitter OG:image (#41860) @oliviertassinari
|
|
290
|
+
- [docs-infra] Use edge function for card generation (#41188) @alexfauquette
|
|
291
|
+
- [docs-infra] Fix drawer performances (#41807) (#41820) @alexfauquette
|
|
292
|
+
- [docs-infra] Fix analytics about inline ads (#41474) @alexfauquette
|
|
293
|
+
- [website] Sync career roles (@oliviertassinari) (#42059) @github-actions[bot]
|
|
294
|
+
- [website] Add content about the Sync plugin in the Material UI page (@danilo-leal) (#42074) @github-actions[bot]
|
|
295
|
+
- [website] Add Nadja on the about page (#42054) @mnajdova
|
|
296
|
+
- [website] Close the `Design Engineer - X` role (#42014) @DanailH
|
|
297
|
+
- [website] Remove customer support agent role from website (@rluzists1) (#41996) @github-actions[bot]
|
|
298
|
+
- [website] Add Jose to About Us (#41759) @JCQuintas
|
|
299
|
+
|
|
300
|
+
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @DanailH, @DiegoAndai, @github-actions[bot], @JCQuintas, @mnajdova, @oliviertassinari
|
|
301
|
+
|
|
302
|
+
## v5.15.15
|
|
303
|
+
|
|
304
|
+
<!-- generated comparing v5.15.14..master -->
|
|
305
|
+
|
|
306
|
+
_Apr 4, 2024_
|
|
307
|
+
|
|
308
|
+
A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
309
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
310
|
+
|
|
311
|
+
### `@mui/material@5.15.15`
|
|
312
|
+
|
|
313
|
+
- [Autocomplete] Display options provided to the `options` prop even if loading is true (#41677) @ZeeshanTamboli
|
|
314
|
+
- [RadioGroup] Apply classnames (#41681) @ZeeshanTamboli
|
|
315
|
+
|
|
316
|
+
### `@mui/system@5.15.15`
|
|
317
|
+
|
|
318
|
+
- Fix typo to avoid infinite recursion in function call (#41678) @ZeeshanTamboli
|
|
319
|
+
|
|
320
|
+
### Docs
|
|
321
|
+
|
|
322
|
+
- [material-ui][Slider] Remove `valueLabelFormat` from restricted values demo so that the tooltip thumb label displays the same as the value text (#41679) @ZeeshanTamboli
|
|
323
|
+
- [material-ui] Remove deleted page from the sidenav (#41594) @danilo-leal
|
|
324
|
+
- [material-ui] Fix typo in CSS theme variables customization (#41680) @ZeeshanTamboli
|
|
325
|
+
- Continue migration of Base UI to sperate repository @oliviertassinari
|
|
326
|
+
- Add notification for MUI X v7 blog post (#41587) (#41605) @cherniavskii
|
|
327
|
+
- Update the versions dropdown to show v6 (#41557) @mnajdova
|
|
328
|
+
|
|
329
|
+
### Core
|
|
330
|
+
|
|
331
|
+
- [blog] Link to Romain's blog post in MUI X v7 announcement post (#41641) @cherniavskii
|
|
332
|
+
- [blog] Blog post with MUI X v7.0.0 annoucement (#41563) (#41604) @cherniavskii
|
|
333
|
+
- [blog] Add post about remote (#41565) @danilo-leal
|
|
334
|
+
- [core] Continue rename of Toolpad @oliviertassinari
|
|
335
|
+
- [docs-infra] Add Toolpad product/category IDs to types (#41551) @bharatkashyap
|
|
336
|
+
- [website] Add Aarón to About Us (#41747) @aarongarciah
|
|
337
|
+
- [website] Add stray design adjustments throughout the site (#41642) @mnajdova
|
|
338
|
+
- [website] Update pricing table (#41606) @cherniavskii
|
|
339
|
+
|
|
340
|
+
All contributors of this release in alphabetical order: @aarongarciah, @bharatkashyap, @cherniavskii, @danilo-leal, @mnajdova, @oliviertassinari, @ZeeshanTamboli
|
|
341
|
+
|
|
342
|
+
## v5.15.14
|
|
343
|
+
|
|
344
|
+
<!-- generated comparing v5.15.13..master -->
|
|
345
|
+
|
|
346
|
+
_Mar 18, 2024_
|
|
347
|
+
|
|
348
|
+
A big thanks to the 15 contributors who made this release possible.
|
|
349
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
350
|
+
|
|
351
|
+
### `@mui/material@5.15.13`
|
|
352
|
+
|
|
353
|
+
- [Accordion] Convert to support CSS extraction (#41221) @mnajdova
|
|
354
|
+
- ​<!-- 24 -->[Autocomplete] Convert to support CSS extraction (#40330) @mnajdova
|
|
355
|
+
- ​<!-- 06 -->[Slider] Convert to support CSS extraction (#41201) @mnajdova
|
|
356
|
+
- ​<!-- 07 -->[Select] Fix variant type (#41405) @sai6855
|
|
357
|
+
- ​<!-- 09 -->[typescript] Use interface instead of type for props (#41500) @siriwatknp
|
|
358
|
+
|
|
359
|
+
### `@pigment-css/react@0.0.3`
|
|
360
|
+
|
|
361
|
+
- ​<!-- 03 -->Add Box component (#41451) @brijeshb42
|
|
362
|
+
|
|
363
|
+
### `pigment-css/nextjs-plugin@0.0.3`
|
|
364
|
+
|
|
365
|
+
- ​<!-- 04 -->Fix alias resolver (#41494) @brijeshb42
|
|
366
|
+
- ​<!-- 05 -->Follow-up to #41494 (#41502) @brijeshb42
|
|
367
|
+
|
|
368
|
+
### Docs
|
|
369
|
+
|
|
370
|
+
- ​<!-- 12 -->[joy-ui] Add UI improvements to the side navigation demo (#41461) @cipherlogs
|
|
371
|
+
- ​<!-- 11 -->[pigment-css] Add media query guide (#41473) @siriwatknp
|
|
372
|
+
- ​<!-- 10 -->[pigment-css] Fixing location of the ExtendTheme type in the docs (#41499) @jherr
|
|
373
|
+
- ​<!-- 08 -->[material-ui][Progress] Add Circular progress gradient demo from Github comment (#40559) @DiegoAndai
|
|
374
|
+
|
|
375
|
+
### Core
|
|
376
|
+
|
|
377
|
+
- ​<!-- 23 -->[blog] Bringing consistency to Material UI customization APIs (#41040) @DiegoAndai
|
|
378
|
+
- ​<!-- 22 -->[code-infra] Rename @mui-internal/docs-utils to @mui/internal-docs-utils (#41498) @michaldudak
|
|
379
|
+
- ​<!-- 21 -->[code-infra] Copy translations.json to @mui/docs build folder (#41472) @Janpot
|
|
380
|
+
- ​<!-- 20 -->[core] Use Circle CI context (#41532) @oliviertassinari
|
|
381
|
+
- ​<!-- 19 -->[core] Fix CHANGELOG format and update date (#41481) @DiegoAndai
|
|
382
|
+
- ​<!-- 18 -->[docs] Fix useStorageState regressions (#41223) @Janpot
|
|
383
|
+
- ​<!-- 17 -->[docs] Fix some Vale errors (#41516) @oliviertassinari
|
|
384
|
+
- ​<!-- 15 -->[material-ui][docs] Fix landing page template's h1 size (#41543) @zanivan
|
|
385
|
+
- ​<!-- 14 -->[material-ui][docs] Apply new code header docs feature (#41508) @danilo-leal
|
|
386
|
+
- ​<!-- 11 -->[material-next] Drop the package (#41544) @mnajdova
|
|
387
|
+
- ​<!-- 16 -->[docs-infra] Fail CI on Vale error (#40944) @oliviertassinari
|
|
388
|
+
- ​<!-- 15 -->[docs-infra] Improve Vale config @oliviertassinari
|
|
389
|
+
- ​<!-- 14 -->[docs-infra] Add a feature list "component" (#41484) @danilo-leal
|
|
390
|
+
- ​<!-- 13 -->[docs-infra] Add code block header classes (#41487) @danilo-leal
|
|
391
|
+
- ​<!-- 21 -->[docs-infra] Make the Algolia search input label invisible (#41542) @danilo-leal
|
|
392
|
+
- ​<!-- 03 -->[website] Improve navbar's items hover state (#41535) @EyaOuenniche
|
|
393
|
+
- ​<!-- 02 -->[website] Split Toolpad documentation (#41316) @bharatkashyap
|
|
394
|
+
- ​<!-- 01 -->[website] Use MUI X Data Grid v7-beta (#41276) @cherniavskii
|
|
395
|
+
|
|
396
|
+
All contributors of this release in alphabetical order: @bharatkashyap, @brijeshb42, @cherniavskii, @cipherlogs, @danilo-leal, @DiegoAndai, @EyaOuenniche, @Janpot, @jherr, @michaldudak, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @zanivan
|
|
397
|
+
|
|
398
|
+
## v5.15.13
|
|
399
|
+
|
|
400
|
+
<!-- generated comparing v5.15.12..master -->
|
|
401
|
+
|
|
402
|
+
_Mar 13, 2024_
|
|
403
|
+
|
|
404
|
+
A big thanks to the 18 contributors who made this release possible. Here are some highights ✨
|
|
405
|
+
|
|
406
|
+
- The Material UI free Checkout template got a design uplift (#41447) @zanivan
|
|
407
|
+
|
|
408
|
+
### `@mui/material@5.15.13`
|
|
409
|
+
|
|
410
|
+
- [Alert] Add `slots` and `slotProps` type to theme (#41324) @sai6855
|
|
411
|
+
- [Autocomplete] Fix the options list being added to the DOM in `freeSolo` mode even when there are no options, causing style problems (#41300) @rakeshmusturi
|
|
412
|
+
- Add `paperChannel` token (#41447) @siriwatknp
|
|
413
|
+
- [Switch] Convert to support CSS extraction (#41367) @alexfauquette
|
|
414
|
+
- [Tooltip] Support event handlers with extra parameters (#41320) @LukasTy
|
|
415
|
+
|
|
416
|
+
### `@mui/system@5.15.13`
|
|
417
|
+
|
|
418
|
+
- [RtlProvider] Add component & hook (#41241) @mnajdova
|
|
419
|
+
|
|
420
|
+
### `@mui/utils@5.15.13`
|
|
421
|
+
|
|
422
|
+
- [utils] Fix visually hidden styles' margin unit (#41477) @michaldudak
|
|
423
|
+
|
|
424
|
+
### `@mui/codemod@5.15.13`
|
|
425
|
+
|
|
426
|
+
- Fix merging of slotProps and componentProps (#41323) @sai6855
|
|
427
|
+
|
|
428
|
+
### `@mui/base@5.0.0-beta.39`
|
|
429
|
+
|
|
430
|
+
- [material-ui][joy-ui][Autocomplete] Keep in sync highlighted index when the option still exists (#41306) @CGNonofr
|
|
431
|
+
- [FormControl] Export `FormControlOwnerState` type from index (#41287) @michaeldfoley
|
|
432
|
+
- [material-ui][TextareaAutosize] Fix inline style not getting applied (#41369) @ZeeshanTamboli
|
|
433
|
+
|
|
434
|
+
### `@pigment-css/react@0.0.2`
|
|
435
|
+
|
|
436
|
+
- Handle more scenarios while transforming sx prop (#41372) @brijeshb42
|
|
437
|
+
- Improve testing of fixtures (#41389) @brijeshb42
|
|
438
|
+
- Fix `keyframes` serialize styles error (#41395) @siriwatknp
|
|
439
|
+
- Use class selector instead of class value (#41442) @brijeshb42
|
|
440
|
+
- [next] Warn about unsupported turbo mode in Next.js (#41445) @brijeshb42
|
|
441
|
+
|
|
442
|
+
### Docs
|
|
443
|
+
|
|
444
|
+
- [material-ui] Refine checkout template (#40967) @zanivan
|
|
445
|
+
- [material-ui] Add docs for complementary List components (#41329) @anle9650
|
|
446
|
+
- [material-ui] Add docs for complementary Dialog components (#41313) @jwithington
|
|
447
|
+
- [material-ui] Fix Templates live preview link (#41467) @danilo-leal
|
|
448
|
+
- [material-ui] Polish out the templates page (#41468) @zanivan
|
|
449
|
+
- [material-ui] Adjust the Templates card design (#41450) @danilo-leal
|
|
450
|
+
- [joy-ui] Remove unnecessary styles in color inversion footer demo (#41419) @cipherlogs
|
|
451
|
+
- [joy-ui] Update case studies chip background color (#41413) @cipherlogs
|
|
452
|
+
- [joy-ui] Remove wrong CSS prop from the Sign-in-side template (#41383) @cipherlogs
|
|
453
|
+
- [joy-ui] Fix broken link on the Color Inversion page (#41407) @cipherlogs
|
|
454
|
+
- [pigment] Add example and guide section (#41249) @siriwatknp
|
|
455
|
+
- [pigment-css] Brand name nonbreaking space (#41438) @oliviertassinari
|
|
456
|
+
- [pigment-css] Fix import on the README (#41411) @danilo-leal
|
|
457
|
+
- [pigment-css] Edit starter template links on README (#41409) @danilo-leal
|
|
458
|
+
- [pigment-css] Tweak the examples and edit READMEs (#41408) @danilo-leal
|
|
459
|
+
- [pigment-css] Adjust the bit about CSS vars on the README (#41463) @danilo-leal
|
|
460
|
+
- Finish brand name fixes #41438 @oliviertassinari
|
|
461
|
+
- Remove noreferrer @oliviertassinari
|
|
462
|
+
- Fix v4 docs `<b>` appearing in notifications (#41390) @peterwangsc
|
|
463
|
+
- Update GitHub project links (#41370) @danilo-leal
|
|
464
|
+
|
|
465
|
+
### Core
|
|
466
|
+
|
|
467
|
+
- [pigment] Make all Pigment CSS packages public (#41404) @brijeshb42
|
|
468
|
+
- [pigment] Rename directories to match package names (#41453) @brijeshb42
|
|
469
|
+
- [pigment-css] Example fix leading spaces (#41439) @oliviertassinari
|
|
470
|
+
- [code-infra] Add short note about e2e-website workflow schedule (#41355) @Janpot
|
|
471
|
+
- [code-infra] Add alias for icon types (#41248) @Janpot
|
|
472
|
+
- [code-infra] Reduce concurrency of typescript:ci further (#41392) @Janpot
|
|
473
|
+
- [code-infra] Reduce concurrency for test_types ci job (#41385) @Janpot
|
|
474
|
+
- [code-infra] Adapt API code generator to Base UI repo needs (#41475) @michaldudak
|
|
475
|
+
- [docs-infra] Don't generate preview files for the templates (#41379) @mnajdova
|
|
476
|
+
- [docs-infra] Fix Pigment CSS apps path in the render mui demos script (#41476) @mnajdova
|
|
477
|
+
- [docs-infra] move feedback to ESM (#41381) @alexfauquette
|
|
478
|
+
- [docs-infra] Improve color contrast throughout (#41387) @danilo-leal
|
|
479
|
+
- [docs-infra] Simplify Algolia crawler config (#41312) @oliviertassinari
|
|
480
|
+
- [docs-infra] Adjust the tabs and layout selection design (#41084) @danilo-leal
|
|
481
|
+
- [blog] Update the Base UI post with links to dedicated repo (#41358) @danilo-leal
|
|
482
|
+
- [website] Update the Careers page role (#41384) @danilo-leal
|
|
483
|
+
- [website] Compress about images @oliviertassinari
|
|
484
|
+
- [website] Improve color contrast on the homepage (#41465) @danilo-leal
|
|
485
|
+
- [examples] Add pigment-css-vite-ts starter example (#41196) @siriwatknp
|
|
486
|
+
- [examples] Add pigment-css-nextjs-ts starter project (#41105) @siriwatknp
|
|
487
|
+
|
|
488
|
+
All contributors of this release in alphabetical order: @alexfauquette, @anle9650, @brijeshb42, @CGNonofr, @cipherlogs, @danilo-leal, @jwithington, @Janpot, @michaeldfoley, @michaldudak, @mnajdova, @oliviertassinari, @peterwangsc, @rakeshmusturi, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli
|
|
489
|
+
|
|
490
|
+
## v5.15.12
|
|
491
|
+
|
|
492
|
+
<!-- generated comparing v5.15.11..master -->
|
|
493
|
+
|
|
494
|
+
_Mar 5, 2024_
|
|
495
|
+
|
|
496
|
+
A big thanks to the 21 contributors who made this release possible.
|
|
497
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
498
|
+
|
|
499
|
+
### `@pigment-css/react@0.0.1`, `@pigment-css/nextjs-plugin@0.0.1`, `@pigment-css/vite-plugin@0.0.1`, & `@pigment-css/unplugin@0.0.1`
|
|
500
|
+
|
|
501
|
+
- This is the first public release of our new zero-runtime CSS-in-JS library, Pigment CSS.
|
|
502
|
+
|
|
503
|
+
### `@mui/material@5.15.12`
|
|
504
|
+
|
|
505
|
+
- ​<!-- 52 -->Support props callback type in theme variants (#40946) @ZeeshanTamboli
|
|
506
|
+
- ​<!-- 50 -->[Alert] Convert to support zero runtime (#41230) @siriwatknp
|
|
507
|
+
- ​<!-- 49 -->[Alert] Deprecate composed classes (#40688) @DiegoAndai
|
|
508
|
+
- ​<!-- 44 -->[Button] Deprecate classes for v6 (#40675) @sai6855
|
|
509
|
+
- ​<!-- 43 -->[Checkbox] `large` size added in type (#34909) @smox
|
|
510
|
+
- ​<!-- 42 -->[Chip] Deprecate composed classes (#41235) @sai6855
|
|
511
|
+
- ​<!-- 41 -->[Chip] Correct `deleteIconColorPrimary` and `deleteIconColorSecondary` class descriptions (#41231) @sai6855
|
|
512
|
+
- ​<!-- 17 -->Remove unused dev dependency on @mui/lab (#41198) @brijeshb42
|
|
513
|
+
- ​<!-- 15 -->[Slider] Deprecate components and componentProps props for v6 (#40777) @lhilgert9
|
|
514
|
+
|
|
515
|
+
### `@mui/system@5.15.12`
|
|
516
|
+
|
|
517
|
+
- ​<!-- 16 -->[pigment-css][material-ui] Render badge demos (#41353) @siriwatknp
|
|
518
|
+
- ​<!-- 14 -->[pigment-css] Update to latest wyw version (#41363) @brijeshb42
|
|
519
|
+
- ​<!-- 13 -->[pigment-css] Rename scope to @pigment-css (#41354) @brijeshb42
|
|
520
|
+
- ​<!-- 12 -->[pigment-css] Rename zero-runtime to pigmentcss (#41317) @brijeshb42
|
|
521
|
+
- ​<!-- 11 -->Fix createSpacing return type (#41318) @matystroia
|
|
522
|
+
- ​<!-- 06 -->[zero] Add support for styled tagged-template literals (#41268) @brijeshb42
|
|
523
|
+
- ​<!-- 05 -->[zero] Set up Material UI migration demos (#41267) @siriwatknp
|
|
524
|
+
- ​<!-- 04 -->[zero] Move extendTheme to already existing @mui/zero-runtime/utils (#41254) @brijeshb42
|
|
525
|
+
- ​<!-- 03 -->[zero] Remove `object` intersection from CSS Fallback (#41271) @siriwatknp
|
|
526
|
+
- ​<!-- 02 -->[zero] Minor wording changes in README (#41253) @brijeshb42
|
|
527
|
+
- ​<!-- 01 -->[zero] Prepare zero-runtime packages for public release (#41226) @brijeshb42
|
|
528
|
+
|
|
529
|
+
### `@mui/joy@5.0.0-beta.30`
|
|
530
|
+
|
|
531
|
+
- ​<!-- 48 -->[joy-ui][Autocomplete] Fix text overflow in Chip (#40229) @PunitSoniME
|
|
532
|
+
|
|
533
|
+
### Docs
|
|
534
|
+
|
|
535
|
+
- ​<!-- 47 -->[base-ui] Update the docs post repo separation (#41328) @danilo-leal
|
|
536
|
+
- ​<!-- 34 -->Fix missing partner link @oliviertassinari
|
|
537
|
+
- ​<!-- 33 -->Update links to GitHub projects (#41297) @danilo-leal
|
|
538
|
+
- ​<!-- 32 -->Standardize WAI-ARIA referencest @oliviertassinari
|
|
539
|
+
- ​<!-- 31 -->Fix image layout shift when loading @oliviertassinari
|
|
540
|
+
- ​<!-- 23 -->[joy-ui] Add stray adjustments throughout the docs (#41211) @danilo-leal
|
|
541
|
+
- ​<!-- 22 -->[material-ui] Remove duplicated text at FAQ page (#41326) @zanivan
|
|
542
|
+
- ​<!-- 21 -->[material-ui] Fix color mode toggle of the landing page template (#41293) @zanivan
|
|
543
|
+
- ​<!-- 20 -->[system] Tweak the Usage demos (#41242) @danilo-leal
|
|
544
|
+
- ​<!-- 19 -->[zero] Add a Why section on the README (#41284) @danilo-leal
|
|
545
|
+
|
|
546
|
+
### Core
|
|
547
|
+
|
|
548
|
+
- ​<!-- 51 -->Revert "[utils] Port `useLocalStorageState` hook from Toolpad (#41096)" @oliviertassinari
|
|
549
|
+
- ​<!-- 46 -->[blog] Add post about how MUI uses Toolpad (#40172) @prakhargupta1
|
|
550
|
+
- ​<!-- 45 -->[blog] No bundled demos in blog posts @oliviertassinari
|
|
551
|
+
- ​<!-- 40 -->[code-infra] Embed translations in the @mui/docs package (#41246) @Janpot
|
|
552
|
+
- ​<!-- 39 -->[code-infra] Prepare the markdown package for publishing (#41240) @michaldudak
|
|
553
|
+
- ​<!-- 38 -->[code-infra] Unpin the version of docs-utils in scripts (#41232) @michaldudak
|
|
554
|
+
- ​<!-- 37 -->[core] Use runtime agnostic setTimeout type @oliviertassinari
|
|
555
|
+
- ​<!-- 36 -->[core] Remove window. reference for common globals @oliviertassinari
|
|
556
|
+
- ​<!-- 35 -->[core] Add a script to build all packages (#40631) @michaldudak
|
|
557
|
+
- ​<!-- 30 -->[docs-infra] Fix missing non breaking spaces @oliviertassinari
|
|
558
|
+
- ​<!-- 29 -->[docs-infra] Add design customizations to the disclosure element (#41285) @danilo-leal
|
|
559
|
+
- ​<!-- 28 -->[docs-infra] Adjust headings dark mode color (#41292) @danilo-leal
|
|
560
|
+
- ​<!-- 27 -->[docs-infra] Fix Stack Overflow breaking space @oliviertassinari
|
|
561
|
+
- ​<!-- 26 -->[docs-infra] Fix product selector popup not closing on route change (#41166) @divyammadhok
|
|
562
|
+
- ​<!-- 25 -->[docs-infra] Improve fix blank links ad @oliviertassinari
|
|
563
|
+
- ​<!-- 24 -->[docs-infra] Support interfaces for X docs (#41069) @alexfauquette
|
|
564
|
+
- ​<!-- 18 -->[infra] Adjust the links to search for issues (#41008) @michelengelen
|
|
565
|
+
- ​<!-- 10 -->[website] Move the `React Engineer - xCharts` to `Next roles` section (#41368) @DanailH
|
|
566
|
+
- ​<!-- 09 -->[website] Add James to About Us (#41362) @atomiks
|
|
567
|
+
- ​<!-- 08 -->[website] Polish Button outline primary medium (#41298) @oliviertassinari
|
|
568
|
+
- ​<!-- 07 -->[website] Remove Heatmap chart from community plan on pricing table (#41081) @alexfauquette
|
|
569
|
+
|
|
570
|
+
All contributors of this release in alphabetical order: @alexfauquette, @atomiks, @brijeshb42, @DanailH, @danilo-leal, @DiegoAndai, @divyammadhok, @Janpot, @lhilgert9, @matystroia, @michaldudak, @michelengelen, @mj12albert, @oliviertassinari, @prakhargupta1, @PunitSoniME, @sai6855, @siriwatknp, @smox, @zanivan, @ZeeshanTamboli
|
|
571
|
+
|
|
3
572
|
## v5.15.11
|
|
4
573
|
|
|
5
574
|
<!-- generated comparing v5.15.10..master -->
|
|
@@ -49,7 +618,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
49
618
|
|
|
50
619
|
### Docs
|
|
51
620
|
|
|
52
|
-
- [base-ui] Fix focus state demo in Base
|
|
621
|
+
- [base-ui] Fix focus state demo in Base UI autocomplete (#41104) @oliviertassinari
|
|
53
622
|
- [base-ui] Update the Accessibility page demos design (#40995) @danilo-leal
|
|
54
623
|
- [joy-ui] Fix LinearProgressWithLabel example (#41194) @khgiddon
|
|
55
624
|
- [joy-ui] Fix 404 image on the docs @oliviertassinari
|
|
@@ -72,7 +641,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
72
641
|
|
|
73
642
|
- [blog] Add new product tags and stray adjustments (#41193) @danilo-leal
|
|
74
643
|
- [blog] Simplify `/base-ui-2024-plans/` page (#41171) @oliviertassinari
|
|
75
|
-
- [blog] Add link to Base
|
|
644
|
+
- [blog] Add link to Base UI API changes RFC (#41089) @michaldudak
|
|
76
645
|
- [blog] Remove the "News" tag (#41208) @danilo-leal
|
|
77
646
|
- [changelog] Remove @mui/system@5.15.10 (#41093) @michaldudak
|
|
78
647
|
- [code-infra] Move typescript-to-proptypes to internal-scripts package (#41079) @michaldudak
|
|
@@ -88,14 +657,14 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
88
657
|
- [core] Increase node memory limit on Netlify build (#41111) @michaldudak
|
|
89
658
|
- [core][Tooltip] Remove incorrect code comment (#41179) @ZeeshanTamboli
|
|
90
659
|
- [core] Fix missing context display names (#41168) @oliviertassinari
|
|
91
|
-
- [core][base-ui] Remove `@mui/base` dev dependency from Base
|
|
660
|
+
- [core][base-ui] Remove `@mui/base` dev dependency from Base UI workspace (#41216) @ZeeshanTamboli
|
|
92
661
|
- [zero][demo] Fix sample next app build (#41197) @brijeshb42
|
|
93
662
|
- [docs-infra] Simplify copy logic (#41167) @oliviertassinari
|
|
94
663
|
- [docs-infra] New way of providing API layout config (#41106) @alexfauquette
|
|
95
664
|
- [docs-infra] Reduce scrollbar width on ROC (#41148) @oliviertassinari
|
|
96
665
|
- [docs-infra] Add external link arrow (#41129) @siriwatknp
|
|
97
666
|
- [docs-infra] Fix external link arrow (#41181) @alexfauquette
|
|
98
|
-
- [docs-infra] Flag
|
|
667
|
+
- [docs-infra] Flag npm and GitHub as wrong spellings @oliviertassinari
|
|
99
668
|
- [docs-infra] Fix display when the default props is undefined (#41114) @oliviertassinari
|
|
100
669
|
- [docs-infra] Remove random layout assignment (#40862) @alexfauquette
|
|
101
670
|
- [docs-infra] Add spacing and contrast improvements (#41191) @danilo-leal
|
|
@@ -104,7 +673,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
104
673
|
- [typescript-to-proptypes] Support using `Omit` on types with conditional properties (#41033) @flaviendelangle
|
|
105
674
|
- [website] Match chart component names @oliviertassinari
|
|
106
675
|
- [website] Add Marblism diamond sponsor (#41097) @rluzists1
|
|
107
|
-
- [website] Add overall improvements to the Material
|
|
676
|
+
- [website] Add overall improvements to the Material UI page (#41075) @danilo-leal
|
|
108
677
|
- [website] Fix responsive breakpoints @oliviertassinari
|
|
109
678
|
- [website] Fix overloading of footer JS files @oliviertassinari
|
|
110
679
|
- [website] Improve the footer's chip contrast (#41209) @danilo-leal
|
|
@@ -138,12 +707,12 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
138
707
|
|
|
139
708
|
- [Button][material-ui] Fix 'File upload' demo a11y (#40943) @oliviertassinari
|
|
140
709
|
- [TableRow][material-ui] Escape markup in `children` prop so docgen tools don't parse it as HTML (#40992) @millerized
|
|
141
|
-
- [material-ui] Remove outdated example projects link (it uses Joy
|
|
710
|
+
- [material-ui] Remove outdated example projects link (it uses Joy UI now) (#40913) @oliviertassinari
|
|
142
711
|
- [material-ui] Fix the "Intro to the MUI ecosystem" link placement (#40988) @danilo-leal
|
|
143
712
|
- Fix 301 redirection to StackBlitz @oliviertassinari
|
|
144
|
-
- Fix h1 on Joy
|
|
713
|
+
- Fix h1 on Joy UI templates @oliviertassinari
|
|
145
714
|
- Have MUI workspace own the CodeSandbox @oliviertassinari
|
|
146
|
-
- Add notification for
|
|
715
|
+
- Add notification for MUI X v7 beta (#41001) @joserodolfofreitas
|
|
147
716
|
- Fix 301 links @oliviertassinari
|
|
148
717
|
- Fix Next.js v13.5.1 <title> SEO regression (#40302) @oliviertassinari
|
|
149
718
|
- Add a 404 page (#40884) @danilo-leal
|
|
@@ -588,7 +1157,7 @@ A big thanks to the 22 contributors who made this release possible. Here are som
|
|
|
588
1157
|
- Fix strange italic style @oliviertassinari
|
|
589
1158
|
- Fix references to ESLint @oliviertassinari
|
|
590
1159
|
- Fix 301 redirections @oliviertassinari
|
|
591
|
-
- Right-to-left revision and addition to Joy
|
|
1160
|
+
- Right-to-left revision and addition to Joy UI (#39158) @danilo-leal
|
|
592
1161
|
|
|
593
1162
|
### Core
|
|
594
1163
|
|
|
@@ -680,7 +1249,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
680
1249
|
- ​<!-- 23 -->[docs-infra] Add stray design adjustments (#40347) @danilo-leal
|
|
681
1250
|
- ​<!-- 04 -->[website] Fix Base UI page's component section imports & styles (#40231) @danilo-leal
|
|
682
1251
|
- ​<!-- 03 -->[website] Fix outdated Nhost image link @oliviertassinari
|
|
683
|
-
- ​<!-- 02 -->[website] Shorten Joy
|
|
1252
|
+
- ​<!-- 02 -->[website] Shorten Joy UI description, 7 chars too long @oliviertassinari
|
|
684
1253
|
- ​<!-- 01 -->[website] Update some social preview images (#40282) @danilo-leal
|
|
685
1254
|
|
|
686
1255
|
All contributors of this release in alphabetical order: @aacevski, @anle9650, @danilo-leal, @DiegoAndai, @Kamino0, @lhilgert9, @michaldudak, @oliviertassinari, @sai6855, @siriwatknp, @Super-Kenil
|
|
@@ -949,7 +1518,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
949
1518
|
- ​<!-- 31 -->Fix nested CSS warning (#39932) @mnajdova
|
|
950
1519
|
- ​<!-- 30 -->Make integration searchable (#39967) @oliviertassinari
|
|
951
1520
|
- ​<!-- 29 -->Fix use of quote in markdown (#39953) @oliviertassinari
|
|
952
|
-
- ​<!-- 28 -->Show design links on Joy
|
|
1521
|
+
- ​<!-- 28 -->Show design links on Joy UI (#39955) @oliviertassinari
|
|
953
1522
|
- ​<!-- 27 -->Restore Algolia results when searching for "Figma" (#39956) @oliviertassinari
|
|
954
1523
|
- ​<!-- 26 -->Fix two tone icon dark mode color (#39868) @mnajdova
|
|
955
1524
|
|
|
@@ -980,7 +1549,7 @@ _Nov 14, 2023_
|
|
|
980
1549
|
|
|
981
1550
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
982
1551
|
|
|
983
|
-
- 💫 Introduced new [Stepper](https://mui.com/joy-ui/react-stepper/) component in Joy
|
|
1552
|
+
- 💫 Introduced new [Stepper](https://mui.com/joy-ui/react-stepper/) component in Joy UI (#39688) @siriwatknp
|
|
984
1553
|
- other 🐛 bug fixes and 📚 documentation improvements
|
|
985
1554
|
|
|
986
1555
|
### `@mui/material@5.14.18`
|
|
@@ -1020,7 +1589,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
1020
1589
|
## Core
|
|
1021
1590
|
|
|
1022
1591
|
- ​<!-- 27 -->[blog] MUI X late v6 blog post (#39700) @joserodolfofreitas
|
|
1023
|
-
- ​<!-- 25 -->[CHANGELOG] Correct the Joy
|
|
1592
|
+
- ​<!-- 25 -->[CHANGELOG] Correct the Joy UI version in the changelog (#39788) @michaldudak
|
|
1024
1593
|
- ​<!-- 23 -->[core] Remove legacy docs files (#39860) @oliviertassinari
|
|
1025
1594
|
- ​<!-- 22 -->[core] Fix GitHub title tag consistency @oliviertassinari
|
|
1026
1595
|
- ​<!-- 21 -->[core] Make the API docs builder configurable per project (#39772) @michaldudak
|
|
@@ -1102,7 +1671,7 @@ _Oct 31, 2023_
|
|
|
1102
1671
|
|
|
1103
1672
|
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
|
|
1104
1673
|
|
|
1105
|
-
- ✨ New highly requested Joy
|
|
1674
|
+
- ✨ New highly requested Joy UI component: [Snackbar](https://mui.com/joy-ui/react-snackbar) (#38801) @ZeeshanTamboli
|
|
1106
1675
|
|
|
1107
1676
|
### `@mui/material@5.14.16`
|
|
1108
1677
|
|
|
@@ -1193,7 +1762,7 @@ A big thanks to the 17 contributors who made this release possible.
|
|
|
1193
1762
|
|
|
1194
1763
|
- ​<!-- 09 -->Update peer dep of @mui/material (#39398) @brijeshb42
|
|
1195
1764
|
|
|
1196
|
-
### `@
|
|
1765
|
+
### `@pigment-css/react@0.0.1-alpha.0`
|
|
1197
1766
|
|
|
1198
1767
|
- ​<!-- 06 -->Implement typings for public runtime API (#39215) @brijeshb42
|
|
1199
1768
|
|
|
@@ -1374,7 +1943,7 @@ _Oct 3, 2023_
|
|
|
1374
1943
|
|
|
1375
1944
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
1376
1945
|
|
|
1377
|
-
- 🎨 Introduced color inversion utilities to Joy
|
|
1946
|
+
- 🎨 Introduced color inversion utilities to Joy UI (#38916) @siriwatknp
|
|
1378
1947
|
- 🚀 Added Chip and related TextField components to Material You @DiegoAndai, @mj12albert
|
|
1379
1948
|
- 🏗️ Improve the Select's component a11y by adding the combobox role and aria-controls attribute (#38785) @xulingzhihou. If your tests require selecting the trigger element by the "button" role, then you'll have to change it to use the "combobox" role instead
|
|
1380
1949
|
|
|
@@ -1420,7 +1989,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1420
1989
|
- [docs] Update Autocomplete demo for React 18 (#39162) @oliviertassinari
|
|
1421
1990
|
- [docs-infra] Tweak feedback footer section design (#36556) @danilo-leal
|
|
1422
1991
|
- [docs-infra] Improve code syntax highlight (#39181) @oliviertassinari
|
|
1423
|
-
- [docs][base] Add Tailwind
|
|
1992
|
+
- [docs][base] Add Tailwind CSS + plain CSS demo on the TextArea page (#39046) @alisasanib
|
|
1424
1993
|
- [docs][base-ui] Fix style for root div of multiline input (#39182) @ttlpta
|
|
1425
1994
|
- [docs][base-ui] Improve Select's country select demo (#38983) @oliviertassinari
|
|
1426
1995
|
- [docs][joy-ui] Add scrollable tabs example (#39260) @siriwatknp
|
|
@@ -1490,7 +2059,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
1490
2059
|
### Docs
|
|
1491
2060
|
|
|
1492
2061
|
- Improve focus trap demo (#38985) @oliviertassinari
|
|
1493
|
-
- Add Tailwind
|
|
2062
|
+
- Add Tailwind CSS + plain CSS demo on the Tabs page (#39000) @alisasanib
|
|
1494
2063
|
- Improve the default theme viewer design (#39049) @danilo-leal
|
|
1495
2064
|
- Add live demo with CssVarsProvider (#38792) @oliviertassinari
|
|
1496
2065
|
- Fix wrong hash on Card's page (#39151) @mnajdova
|
|
@@ -1556,7 +2125,7 @@ A big thanks to the 16 contributors who made this release possible. This release
|
|
|
1556
2125
|
|
|
1557
2126
|
### Docs
|
|
1558
2127
|
|
|
1559
|
-
- ​<!-- 21 -->[docs][base] Add Tailwind
|
|
2128
|
+
- ​<!-- 21 -->[docs][base] Add Tailwind CSS + plain CSS demo on the NumberInput page (#38928) @alisasanib
|
|
1560
2129
|
- ​<!-- 13 -->[docs][Dialog] Add non-modal dialog docs & demo (#38684) @mnajdova
|
|
1561
2130
|
- ​<!-- 12 -->[docs] Fix number input wrong demo @oliviertassinari
|
|
1562
2131
|
- ​<!-- 11 -->[docs] Exclude joy-ui LinearProgressCountup from visual regression (#38969) @siriwatknp
|
|
@@ -1589,7 +2158,7 @@ _Sep 13, 2023_
|
|
|
1589
2158
|
|
|
1590
2159
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
1591
2160
|
|
|
1592
|
-
- 🎉 Added the [`Drawer` component](https://mui.com/joy-ui/react-drawer/) to Joy
|
|
2161
|
+
- 🎉 Added the [`Drawer` component](https://mui.com/joy-ui/react-drawer/) to Joy UI (#38169) @mnajdova
|
|
1593
2162
|
- ✨ Material UI's [`ButtonGroup` component](https://mui.com/material-ui/react-button-group/) now styles button elements within it correctly (#38520) @ZeeshanTamboli
|
|
1594
2163
|
|
|
1595
2164
|
### `@mui/material@5.14.9`
|
|
@@ -1663,7 +2232,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1663
2232
|
### Examples
|
|
1664
2233
|
|
|
1665
2234
|
- ​<!-- 14 -->[examples] Add shortcut to open example in online IDE (#38572) @oliviertassinari
|
|
1666
|
-
- ​<!-- 61 -->[examples][base-ui] Add Base UI + Vite + Tailwind
|
|
2235
|
+
- ​<!-- 61 -->[examples][base-ui] Add Base UI + Vite + Tailwind CSS example in TypeScript (#37595) @dvkam
|
|
1667
2236
|
|
|
1668
2237
|
### Core
|
|
1669
2238
|
|
|
@@ -1732,9 +2301,9 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
1732
2301
|
- ​<!-- 52 -->Update changelog (#38704) @mj12albert
|
|
1733
2302
|
- ​<!-- 49 -->[docs][Autocomplete] Require referentially stable value (#38734) @michaldudak
|
|
1734
2303
|
- ​<!-- 48 -->[docs][base-ui] Add type parameter to the button in prepareForSlot demo (#38640) @michaldudak
|
|
1735
|
-
- ​<!-- 47 -->[docs][base-ui] Fix the broken image in the Tailwind
|
|
2304
|
+
- ​<!-- 47 -->[docs][base-ui] Fix the broken image in the Tailwind CSS guide (#38721) @michaldudak
|
|
1736
2305
|
- ​<!-- 46 -->[docs][base-ui]: Working With Tailwind Guide - revises example code to avoid import errors (#38693) @christophermorin
|
|
1737
|
-
- ​<!-- 45 -->[docs][base] Add Tailwind
|
|
2306
|
+
- ​<!-- 45 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Menu page (#38618) @alisasanib
|
|
1738
2307
|
- ​<!-- 44 -->[blog] Clearer blog release title @oliviertassinari
|
|
1739
2308
|
- ​<!-- 43 -->[blog] Add a post for the Tree View migration (#38407) @flaviendelangle
|
|
1740
2309
|
- ​<!-- 34 -->[docs] Fix broken links to Next.js docs (#38764) @ruflair
|
|
@@ -1743,7 +2312,7 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
1743
2312
|
- ​<!-- 31 -->[docs] Clean up not used Usage files (#38715) @danilo-leal
|
|
1744
2313
|
- ​<!-- 30 -->[docs] Improve theme builder exceptions (#38709) @jyash97
|
|
1745
2314
|
- ​<!-- 29 -->[docs] Polish Slider demos (#38759) @oliviertassinari
|
|
1746
|
-
- ​<!-- 28 -->[docs] Fix Joy
|
|
2315
|
+
- ​<!-- 28 -->[docs] Fix Joy UI docs link regression (#38761) @oliviertassinari
|
|
1747
2316
|
- ​<!-- 27 -->[docs] Fix typo @oliviertassinari
|
|
1748
2317
|
- ​<!-- 26 -->[docs] Fix e.g. typo (#38748) @oliviertassinari
|
|
1749
2318
|
- ​<!-- 25 -->[docs] Fix Next.js pages router example redirect link (#38750) @sai6855
|
|
@@ -1794,7 +2363,7 @@ A big thanks to the 11 contributors who made this release possible. This release
|
|
|
1794
2363
|
|
|
1795
2364
|
- [useButton][base-ui] Accept arbitrary props in getRootProps and forward them (#38475) @DiegoAndai
|
|
1796
2365
|
|
|
1797
|
-
### `@
|
|
2366
|
+
### `@pigment-css/react@0.0.1-alpha.1`
|
|
1798
2367
|
|
|
1799
2368
|
- [system][zero][tag] Add support for sx prop (#38535) @brijeshb42
|
|
1800
2369
|
|
|
@@ -1830,7 +2399,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1830
2399
|
|
|
1831
2400
|
- 🚀 Added the [Popup](https://mui.com/base-ui/react-popup/) component to Base UI (#37960) @michaldudak
|
|
1832
2401
|
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.
|
|
1833
|
-
- 🚀 Added the [Accordion](https://mui.com/joy-ui/react-accordion/) component to Joy
|
|
2402
|
+
- 🚀 Added the [Accordion](https://mui.com/joy-ui/react-accordion/) component to Joy UI (#38164) @siriwatknp
|
|
1834
2403
|
- 🚀 Added InputBase and ButtonBase components to `material-next` (#38319) @DiegoAndai @mj12albert
|
|
1835
2404
|
- 🔋 First iteration on the zero-runtime styling engine compatible with Server Components (#38378) @brijeshb42
|
|
1836
2405
|
|
|
@@ -1848,7 +2417,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1848
2417
|
|
|
1849
2418
|
### `@mui/joy@5.0.0-beta.3`
|
|
1850
2419
|
|
|
1851
|
-
- [Accordion] Add Joy
|
|
2420
|
+
- [Accordion] Add Joy UI Accordion components (#38164) @siriwatknp
|
|
1852
2421
|
- [Select] Add `required` prop (#38167) @siriwatknp
|
|
1853
2422
|
- Miscellaneous fixes (#38462) @siriwatknp
|
|
1854
2423
|
|
|
@@ -1857,7 +2426,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1857
2426
|
- [ButtonBase] Add ButtonBase component (#38319) @DiegoAndai
|
|
1858
2427
|
- [Input] Add InputBase component (#38392) @mj12albert
|
|
1859
2428
|
|
|
1860
|
-
### `@
|
|
2429
|
+
### `@pigment-css/react@0.0.1-alpha.0`
|
|
1861
2430
|
|
|
1862
2431
|
- Implementation of styled tag processor for linaria (#38378) @brijeshb42
|
|
1863
2432
|
|
|
@@ -1869,10 +2438,10 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1869
2438
|
- [docs][base-ui] Fix Menu Hooks demo (#38479) @homerchen19
|
|
1870
2439
|
- [docs][base-ui] Correct the MUI System quickstart example (#38496) @michaldudak
|
|
1871
2440
|
- [docs][base-ui] Add Tailwind & plain CSS demos for Autocomplete page (#38157) @mj12albert
|
|
1872
|
-
- [docs][base-ui] Add Tailwind
|
|
1873
|
-
- [docs][base-ui] Add Tailwind
|
|
1874
|
-
- [docs][base-ui] Add Tailwind
|
|
1875
|
-
- [docs][base-ui] Add Tailwind
|
|
2441
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Input page (#38302) @alisasanib
|
|
2442
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Snackbar, Badge, Switch pages (#38425) @alisasanib
|
|
2443
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Slider page (#38413) @alisasanib
|
|
2444
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Select page (#38367) @alisasanib
|
|
1876
2445
|
- [docs][joy-ui] Fix typo: Classname -> Class name for consistency (#38510) @alexfauquette
|
|
1877
2446
|
- [docs][joy-ui] Revise the theme color page (#38402) @danilo-leal
|
|
1878
2447
|
- [docs][joy-ui] Sort templates by popularity (#38490) @oliviertassinari
|
|
@@ -1897,13 +2466,13 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1897
2466
|
- [docs] Fix typo in Base UI @oliviertassinari
|
|
1898
2467
|
- [docs] Update the backers page (#38505) @danilo-leal
|
|
1899
2468
|
- [docs] Add stray design adjustments to the docs (#38501) @danilo-leal
|
|
1900
|
-
- [docs] Use IBM Plex Sans in Tailwind
|
|
2469
|
+
- [docs] Use IBM Plex Sans in Tailwind CSS demos (#38464) @mnajdova
|
|
1901
2470
|
- [docs] Fix SEO issues reported by ahrefs (#38423) @oliviertassinari
|
|
1902
2471
|
|
|
1903
2472
|
### Examples
|
|
1904
2473
|
|
|
1905
2474
|
- [examples] Start to remove Gatsby (#38567) @oliviertassinari
|
|
1906
|
-
- [examples][joy-ui] Fix Joy
|
|
2475
|
+
- [examples][joy-ui] Fix Joy UI example CLI (#38531) @oliviertassinari
|
|
1907
2476
|
- [examples][joy-ui] Improve example when using Next Font (#38540) @mwskwong
|
|
1908
2477
|
|
|
1909
2478
|
### Core
|
|
@@ -1984,11 +2553,11 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1984
2553
|
- ​<!-- 14 -->[docs][material-ui] Remove incorrect `aria-label`s in extended variant examples of Floating Action Button (#37170) @ashleykolodziej
|
|
1985
2554
|
- ​<!-- 13 -->[docs][material-ui] Adjust slightly the installation page content (#38380) @danilo-leal
|
|
1986
2555
|
- ​<!-- 12 -->[docs][Switch] Fix the readOnly class name in docs (#38277) @michaldudak
|
|
1987
|
-
- ​<!-- 11 -->[docs][TablePagination] Add Tailwind
|
|
2556
|
+
- ​<!-- 11 -->[docs][TablePagination] Add Tailwind CSS & plain CSS introduction demo (#38286) @mnajdova
|
|
1988
2557
|
|
|
1989
2558
|
### Examples
|
|
1990
2559
|
|
|
1991
|
-
- ​<!-- 10 -->[examples] Add Joy
|
|
2560
|
+
- ​<!-- 10 -->[examples] Add Joy UI + Vite.js + TypeScript example app (#37406) @nithins1
|
|
1992
2561
|
|
|
1993
2562
|
### Core
|
|
1994
2563
|
|
|
@@ -2070,10 +2639,10 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
2070
2639
|
### Docs
|
|
2071
2640
|
|
|
2072
2641
|
- ​<!-- 33 -->[docs][AppBar] Fix `ResponsiveAppBar` demo logo href (#38346) @iownthegame
|
|
2073
|
-
- ​<!-- 30 -->[docs][base] Add Tailwind
|
|
2642
|
+
- ​<!-- 30 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Button page (#38240) @alisasanib
|
|
2074
2643
|
- ​<!-- 29 -->[docs][Menu][base] Remove `Unstyled` prefix from demos' function names (#38270) @sai6855
|
|
2075
2644
|
- ​<!-- 22 -->[docs] Add themeable component guide (#37908) @siriwatknp
|
|
2076
|
-
- ​<!-- 21 -->[docs] Fix Joy
|
|
2645
|
+
- ​<!-- 21 -->[docs] Fix Joy UI demo background color (#38307) @oliviertassinari
|
|
2077
2646
|
- ​<!-- 20 -->[docs] Update API docs for Number Input component (#38301) @ZeeshanTamboli
|
|
2078
2647
|
- ​<!-- 14 -->[docs][joy-ui] Revise the theme typography page (#38285) @danilo-leal
|
|
2079
2648
|
- ​<!-- 13 -->[docs][joy-ui] Add TS demo for Menu Bar (#38308) @sai6855
|
|
@@ -2114,8 +2683,8 @@ _Jul 31, 2023_
|
|
|
2114
2683
|
|
|
2115
2684
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
2116
2685
|
|
|
2117
|
-
- 🚀 [Joy
|
|
2118
|
-
- ✨ Refine [Joy
|
|
2686
|
+
- 🚀 [Joy UI](https://mui.com/joy-ui/getting-started/) is now in Beta
|
|
2687
|
+
- ✨ Refine [Joy UI](https://mui.com/joy-ui/getting-started/)'s default theme @siriwatknp @zanivan
|
|
2119
2688
|
- 🎉 Added Dropdown higher-level menu component [Base UI](https://mui.com/base-ui/getting-started/) @michaldudak
|
|
2120
2689
|
- 💫 Added Material You [Badge](https://mui.com/material-ui/react-badge/#material-you-version) to `material-next` (#37850) @DiegoAndai
|
|
2121
2690
|
|
|
@@ -2155,7 +2724,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2155
2724
|
|
|
2156
2725
|
### Docs
|
|
2157
2726
|
|
|
2158
|
-
- ​<!-- 49 -->[docs] Update Joy
|
|
2727
|
+
- ​<!-- 49 -->[docs] Update Joy UI's package README (#38262) @ZeeshanTamboli
|
|
2159
2728
|
- ​<!-- 48 -->[docs][base-ui] Add new batch of coming soon pages (#38025) @danilo-leal
|
|
2160
2729
|
- ​<!-- 44 -->[docs] fix links to standardized examples (#38193) @emmanuel-ferdman
|
|
2161
2730
|
- ​<!-- 43 -->[docs-infra] Small design polish to the Diamond Sponsor container (#38257) @danilo-leal
|
|
@@ -2165,7 +2734,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2165
2734
|
- ​<!-- 39 -->[docs][material] Revise and update Examples doc (#38205) @samuelsycamore
|
|
2166
2735
|
- ​<!-- 38 -->[docs] Fix typo in notifications.json @mbrookes
|
|
2167
2736
|
- ​<!-- 37 -->[docs-infra] Remove leftover standardNavIcon (#38252) @DiegoAndai
|
|
2168
|
-
- ​<!-- 34 -->[docs][base] Add Tailwind
|
|
2737
|
+
- ​<!-- 34 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Popper page (#37953) @zanivan
|
|
2169
2738
|
- ​<!-- 31 -->[docs][Button][joy] Improve `loading` prop documentation (#38156) @sai6855
|
|
2170
2739
|
- ​<!-- 25 -->[docs] Prepare docs infra for Tree View migration to X (#38202) @flaviendelangle
|
|
2171
2740
|
- ​<!-- 24 -->[docs] Fix SEO issues reported by ahrefs @oliviertassinari
|
|
@@ -2220,21 +2789,21 @@ A big thanks to the 23 contributors who made this release possible.
|
|
|
2220
2789
|
### Docs
|
|
2221
2790
|
|
|
2222
2791
|
- ​<!-- 37 -->[docs] Add listbox placement demo for Select (#38130) @sai6855
|
|
2223
|
-
- ​<!-- 36 -->[docs][base] Add Tailwind
|
|
2224
|
-
- ​<!-- 35 -->[docs][base] Add Tailwind
|
|
2225
|
-
- ​<!-- 29 -->[docs] Fix Joy
|
|
2792
|
+
- ​<!-- 36 -->[docs][base] Add Tailwind CSS & plain CSS demo on the Tabs page (#37910) @mnajdova
|
|
2793
|
+
- ​<!-- 35 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Textarea page (#37943) @zanivan
|
|
2794
|
+
- ​<!-- 29 -->[docs] Fix Joy UI menu example (#38140) @harikrishnanp
|
|
2226
2795
|
- ​<!-- 28 -->[docs] Remove translations section from contributing guide (#38125) @nikohoffren
|
|
2227
|
-
- ​<!-- 27 -->[docs] Fix Base UI Button Tailwind
|
|
2796
|
+
- ​<!-- 27 -->[docs] Fix Base UI Button Tailwind CSS padding @oliviertassinari
|
|
2228
2797
|
- ​<!-- 26 -->[docs] Mention in hompage hero that Core is free (#38075) @mbrookes
|
|
2229
2798
|
- ​<!-- 25 -->[docs] Fix a typo in notifications.json (#38078) @mbrookes
|
|
2230
|
-
- ​<!-- 24 -->[docs] Add Tailwind
|
|
2799
|
+
- ​<!-- 24 -->[docs] Add Tailwind CSS & plain CSS demo on the table pagination page (#37937) @mnajdova
|
|
2231
2800
|
- ​<!-- 23 -->[docs] Implement the new API display design (#37405) @alexfauquette
|
|
2232
2801
|
- ​<!-- 22 -->[docs] Update migration installation code blocks (#38028) @danilo-leal
|
|
2233
|
-
- ​<!-- 21 -->[docs][joy] Revise the Joy
|
|
2802
|
+
- ​<!-- 21 -->[docs][joy] Revise the Joy UI Link page (#37829) @danilo-leal
|
|
2234
2803
|
- ​<!-- 20 -->[docs][joy] Add playground for Card component (#37820) @Studio384
|
|
2235
2804
|
- ​<!-- 19 -->[docs][joy] Add adjustments to the color inversion page (#37143) @danilo-leal
|
|
2236
2805
|
- ​<!-- 18 -->[docs][material] Improve documentation about adding custom colors (#37743) @DiegoAndai
|
|
2237
|
-
- ​<!-- 17 -->[examples] Fix Joy
|
|
2806
|
+
- ​<!-- 17 -->[examples] Fix Joy UI Next.js App Router font loading (#38095) @IgnacioUtrilla
|
|
2238
2807
|
- ​<!-- 16 -->[examples] Fix material-next Font Usage with next/font (#38026) @onderonur
|
|
2239
2808
|
|
|
2240
2809
|
### Core
|
|
@@ -2265,7 +2834,7 @@ _Jul 19, 2023_
|
|
|
2265
2834
|
|
|
2266
2835
|
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
|
|
2267
2836
|
|
|
2268
|
-
- 💫 Introducing some new components for Joy
|
|
2837
|
+
- 💫 Introducing some new components for Joy UI:
|
|
2269
2838
|
- [Skeleton](https://mui.com/joy-ui/react-skeleton/) component (#37893) @siriwatknp
|
|
2270
2839
|
- [ToggleButton](https://mui.com/joy-ui/react-toggle-button-group/) (#37716) @siriwatknp
|
|
2271
2840
|
- 🎉 Base UI has its own [landing page](https://www.mui.com/base-ui)!
|
|
@@ -2291,7 +2860,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
2291
2860
|
|
|
2292
2861
|
- ​<!-- 13 -->[Joy][Select] Fix type error caused by custom variant (#37996) @OmPr366
|
|
2293
2862
|
- ​<!-- 12 -->[ToggleButton][Joy] Add `ToggleButton` component (#37716) @siriwatknp
|
|
2294
|
-
- ​<!-- 07 -->[Skeleton] Add Joy
|
|
2863
|
+
- ​<!-- 07 -->[Skeleton] Add Joy UI `Skeleton` component (#37893) @siriwatknp
|
|
2295
2864
|
|
|
2296
2865
|
### `@mui/utils@5.14.1`
|
|
2297
2866
|
|
|
@@ -2299,7 +2868,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
2299
2868
|
|
|
2300
2869
|
### Docs
|
|
2301
2870
|
|
|
2302
|
-
- ​<!-- 52 -->[docs][base] Add Tailwind
|
|
2871
|
+
- ​<!-- 52 -->[docs][base] Add Tailwind CSS & plain CSS demo on the form control page (#37914) @mnajdova
|
|
2303
2872
|
- ​<!-- 51 -->[docs][base] Make Base UI Select demos denser (#37836) @zanivan
|
|
2304
2873
|
- ​<!-- 38 -->[docs] Link Material UI from the landing page (#37971) @oliviertassinari
|
|
2305
2874
|
- ​<!-- 37 -->[docs] Fix the empty /components page (#38010) @brijeshb42
|
|
@@ -2311,7 +2880,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
2311
2880
|
- ​<!-- 31 -->[docs] Link charts in the roadmap (#37944) @oliviertassinari
|
|
2312
2881
|
- ​<!-- 30 -->[docs] Improve changelog @oliviertassinari
|
|
2313
2882
|
- ​<!-- 29 -->[docs] Improve the Select docs (#37279) @michaldudak
|
|
2314
|
-
- ​<!-- 16 -->[docs][menu] Add Tailwind
|
|
2883
|
+
- ​<!-- 16 -->[docs][menu] Add Tailwind CSS & plain CSS demo on the Menu page (#37856) @mnajdova
|
|
2315
2884
|
- ​<!-- 15 -->[example] Update EmotionCacheProvider to work with GlobalStyles (#37962) @siriwatknp
|
|
2316
2885
|
|
|
2317
2886
|
### Core
|
|
@@ -2356,10 +2925,10 @@ _Jul 11, 2023_
|
|
|
2356
2925
|
|
|
2357
2926
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
2358
2927
|
|
|
2359
|
-
- 💫 Material UI, Joy
|
|
2928
|
+
- 💫 Material UI, Joy UI, and Base UI are compatible with [Next.js App Router](https://nextjs.org/docs/app) (#37656) @mj12albert
|
|
2360
2929
|
- 📚 Added new guides for integrating with Next.js 13 App Router (#37656) @mj12albert
|
|
2361
2930
|
- Ⓜ️ [Material UI guide](https://mui.com/material-ui/guides/next-js-app-router/)
|
|
2362
|
-
- 🅙 [Joy
|
|
2931
|
+
- 🅙 [Joy UI guide](https://mui.com/joy-ui/integrations/next-js-app-router/)
|
|
2363
2932
|
- 🅱️ [Base UI guide](https://mui.com/base-ui/guides/next-js-app-router/)
|
|
2364
2933
|
- 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
2365
2934
|
|
|
@@ -2385,15 +2954,15 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
2385
2954
|
- [docs] Polish Ukraine banner (#37905) @oliviertassinari
|
|
2386
2955
|
- [docs] Reduce Ukraine banner size (#34795) @oliviertassinari
|
|
2387
2956
|
- [docs] Add callouts about controlled vs uncontrolled components in Core docs (#37849) @samuelsycamore
|
|
2388
|
-
- [docs] Add missing Portal elements to Tailwind
|
|
2957
|
+
- [docs] Add missing Portal elements to Tailwind CSS interoperability guide (#37807) @enrique-ramirez
|
|
2389
2958
|
- [docs] Small pickers migration improvement (#37815) @alexfauquette
|
|
2390
2959
|
- [docs] Fix pickers product name (#37825) @LukasTy
|
|
2391
2960
|
- [docs][Joy][Link] Set `variant` and `color` defaults for the playground (#37817) @Studio384
|
|
2392
2961
|
- [docs][Joy][Table] Add `undefined` as an option to `stripe` (#37816) @Studio384
|
|
2393
|
-
- [docs][base] Add Tailwind
|
|
2394
|
-
- [docs][base] Add Tailwind
|
|
2962
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on the Snackbar page (#37812) @mnajdova
|
|
2963
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on Badge page (#37768) @mnajdova
|
|
2395
2964
|
- [docs][base] Fix Nested modal demo positioning (#37506) @gitstart
|
|
2396
|
-
- [docs][base] Add Tailwind
|
|
2965
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on the Switch page (#37728) @mnajdova
|
|
2397
2966
|
- [docs-infra] Remove code tags in ToC (#37834) @cherniavskii
|
|
2398
2967
|
- [docs-infra] Fixes in API pages generation (#37813) @mnajdova
|
|
2399
2968
|
- [docs-infra] Add test case when using sh (#37818) @oliviertassinari
|
|
@@ -2401,7 +2970,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
2401
2970
|
- [docs-infra] Fix code parser (#37828) @alexfauquette
|
|
2402
2971
|
- [docs-infra] Fix `marked` deprecation warning (#37769) @alexfauquette
|
|
2403
2972
|
- [docs-infra] Allows to use codeblock in the docs (#37643) @alexfauquette
|
|
2404
|
-
- [docs-infra][joy] Change Joy
|
|
2973
|
+
- [docs-infra][joy] Change Joy UI's playground variant selector (#37821) @danilo-leal
|
|
2405
2974
|
|
|
2406
2975
|
### Core
|
|
2407
2976
|
|
|
@@ -2454,10 +3023,10 @@ This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️
|
|
|
2454
3023
|
### Docs
|
|
2455
3024
|
|
|
2456
3025
|
- [docs][base] Add demo for using the Button as a link (#37317) @AdamSundberg
|
|
2457
|
-
- [docs][base] Add Tailwind
|
|
3026
|
+
- [docs][base] Add Tailwind CSS + plain CSS demo on the Select page (#37725) @mnajdova
|
|
2458
3027
|
- [docs][base] Make Base UI input demos denser (#37750) @zanivan
|
|
2459
3028
|
- [docs][base] Make Base UI button demos denser (#37689) @zanivan
|
|
2460
|
-
- [docs][base] Add Tailwind
|
|
3029
|
+
- [docs][base] Add Tailwind CSS & plain CSS demos on the Input page (#37685) @mnajdova
|
|
2461
3030
|
- [docs][base] Fix horizontal scrolling on the mobile input page (#37688) @zanivan
|
|
2462
3031
|
- [docs] Improve Base UI index page (#37761) @oliviertassinari
|
|
2463
3032
|
- [docs] Fix incorrect package URL in README of example material-vite (#37755) @Dlouxgit
|
|
@@ -2466,7 +3035,7 @@ This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️
|
|
|
2466
3035
|
- [docs][material] Rename custom tab panel in Tabs demo to prevent confusion with @mui/lab (#37638) @MUK-Dev
|
|
2467
3036
|
- [docs][tabs] Document how to use routing with Tabs in Base UI (#37369) @michaldudak
|
|
2468
3037
|
- [docs] Rename product to productId (#37801) @siriwatknp
|
|
2469
|
-
- [docs][base] Add Tailwind
|
|
3038
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on the Slider page (#37736) @mnajdova
|
|
2470
3039
|
|
|
2471
3040
|
### Core
|
|
2472
3041
|
|
|
@@ -2512,7 +3081,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
2512
3081
|
### `@mui/material@5.13.6`
|
|
2513
3082
|
|
|
2514
3083
|
- ​<!-- 45 -->[Autocomplete] Fixed autocomplete's existing option selection (#37012) @bencevoros
|
|
2515
|
-
- ​<!-- 44 -->[Autocomplete] Add hint demos to Material UI and Joy
|
|
3084
|
+
- ​<!-- 44 -->[Autocomplete] Add hint demos to Material UI and Joy UI docs (#37496) @sai6855
|
|
2516
3085
|
- ​<!-- 13 -->[Masonry] Fix ResizeObserver loop limit exceeded error (#37208) @hbjORbj
|
|
2517
3086
|
- ​<!-- 11 -->[Tooltip][material] Improve warning when Tooltip receives string child (#37530) @DiegoAndai
|
|
2518
3087
|
- ​<!-- 10 -->[Modal] Add missing members to ModalOwnProps (#37568) @ivp-dev
|
|
@@ -2549,7 +3118,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
2549
3118
|
- ​<!-- 40 -->[docs][base] Add page for all Base UI components (#37536) @danilo-leal
|
|
2550
3119
|
- ​<!-- 33 -->[docs] Fix scrollbar on snackbar page (#37657) @oliviertassinari
|
|
2551
3120
|
- ​<!-- 32 -->[docs] Switch order of snackbar buttons in demos (#37389) @Primajin
|
|
2552
|
-
- ​<!-- 31 -->[docs] Add support for Tailwind
|
|
3121
|
+
- ​<!-- 31 -->[docs] Add support for Tailwind CSS and plain CSS demos (#37319) @mnajdova
|
|
2553
3122
|
- ​<!-- 30 -->[docs] Tree view color fix for dark mode in Gmail example (#37051) @PunitSoniME
|
|
2554
3123
|
- ​<!-- 29 -->[docs] Inline the Base UI demo (#37603) @oliviertassinari
|
|
2555
3124
|
- ​<!-- 28 -->[docs] Fix typo in themed components page (#37598) @vinayr
|
|
@@ -2561,7 +3130,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
2561
3130
|
- ​<!-- 22 -->[docs] Improve release guide (#37547) @DiegoAndai
|
|
2562
3131
|
- ​<!-- 21 -->[docs] Review fixes to the Material UI's "Example projects" page (#37444) @danilo-leal
|
|
2563
3132
|
- ​<!-- 17 -->[docs][joy] Add a messages template (#37546) @sernstberger
|
|
2564
|
-
- ​<!-- 16 -->[docs][joy] Add pages for coming soon Joy
|
|
3133
|
+
- ​<!-- 16 -->[docs][joy] Add pages for coming soon Joy UI components (#36920) @danilo-leal
|
|
2565
3134
|
- ​<!-- 15 -->[docs][joy] Add design and consistency tweaks to the Playground (#37580) @danilo-leal
|
|
2566
3135
|
- ​<!-- 37 -->[docs] Add and revise Base UI + Create React App examples (#36825) @samuelsycamore
|
|
2567
3136
|
- ​<!-- 20 -->[docs-infra] Fix demos border radius (#37658) @oliviertassinari
|
|
@@ -2577,7 +3146,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
2577
3146
|
- ​<!-- 39 -->[core] Add priority support issue template (#37671) @DanailH
|
|
2578
3147
|
- ​<!-- 03 -->[website] Update roadmap page (#37587) @cherniavskii
|
|
2579
3148
|
- ​<!-- 02 -->[website] Add CSP to limit iframes to self @oliviertassinari
|
|
2580
|
-
- ​<!-- 01 -->[website] Link mui-x Stack
|
|
3149
|
+
- ​<!-- 01 -->[website] Link mui-x Stack Overflow in footer link (#37509) @richbustos
|
|
2581
3150
|
|
|
2582
3151
|
All contributors of this release in alphabetical order: @abhinavkmrru, @alexfauquette, @bencevoros, @cherniavskii, @danilo-leal, @DiegoAndai, @DIWAKARKASHYAP, @flaviendelangle, @gitstart, @hbjORbj, @ivp-dev, @Janpot, @michaldudak, @mnajdova, @oliviertassinari, @Primajin, @PunitSoniME, @richbustos, @romgrk, @sai6855, @sernstberger, @siriwatknp, @SuperKXT, @vinayr, @ZeeshanTamboli
|
|
2583
3152
|
|
|
@@ -2587,7 +3156,7 @@ _Jun 12, 2023_
|
|
|
2587
3156
|
|
|
2588
3157
|
A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
|
|
2589
3158
|
|
|
2590
|
-
- 💫 Added `ButtonGroup` component in Joy
|
|
3159
|
+
- 💫 Added `ButtonGroup` component in Joy UI (#37407) @siriwatknp.
|
|
2591
3160
|
- 🐛 bug fixes and 📚 documentation improvements.
|
|
2592
3161
|
|
|
2593
3162
|
### `@mui/material@5.13.5`
|
|
@@ -2805,7 +3374,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
2805
3374
|
- [docs] Remove upload button (#36844) @Bastian
|
|
2806
3375
|
- [docs] Update link to overriding component structure guide (#36870) @hbjORbj
|
|
2807
3376
|
- [docs] Fix Material Design templates (#37187) @oliviertassinari
|
|
2808
|
-
- [docs] Fix link to Joy
|
|
3377
|
+
- [docs] Fix link to Joy UI GitHub issues @oliviertassinari
|
|
2809
3378
|
- [docs] Show default value for `filterOptions` prop in Autocomplete's API docs (#37230) @ZeeshanTamboli
|
|
2810
3379
|
- [docs] Add summary and improve `test_static` CI doc in CONTRIBUTING readme file (#36711) @kriskw1999
|
|
2811
3380
|
- [docs] Update theme customization TypeScript (#35551) @siriwatknp
|
|
@@ -2834,7 +3403,7 @@ _May 10, 2023_
|
|
|
2834
3403
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
2835
3404
|
|
|
2836
3405
|
- 🚀 Base UI is now in beta - all planned breaking changes are now complete!
|
|
2837
|
-
- 🗺 We have
|
|
3406
|
+
- 🗺 We have new [project boards](https://github.com/mui/material-ui/projects?query=is%3Aopen) on GitHub where you can learn about what's coming next.
|
|
2838
3407
|
- 🐛 Various bug fixes, 📚 documentation and 🧪 testing improvements
|
|
2839
3408
|
|
|
2840
3409
|
### `@mui/material@5.13.0`
|
|
@@ -3053,7 +3622,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
3053
3622
|
### Docs
|
|
3054
3623
|
|
|
3055
3624
|
- ​<!-- 21 -->[docs] Fix console error introduced by #36408 (#36980) @alexfauquette
|
|
3056
|
-
- ​<!-- 20 -->[docs] Add stray Joy
|
|
3625
|
+
- ​<!-- 20 -->[docs] Add stray Joy UI documentation improvements (#36921) @danilo-leal
|
|
3057
3626
|
- ​<!-- 19 -->[docs] Add Joy profile dashboard template (#36931) @siriwatknp
|
|
3058
3627
|
- ​<!-- 18 -->[docs] Fix 404 links (#36969) @oliviertassinari
|
|
3059
3628
|
- ​<!-- 17 -->[docs] Clarify when bundle size optimization is needed (#36823) @oliviertassinari
|
|
@@ -3136,7 +3705,7 @@ A big thanks to the 16 contributors who made this release possible. This release
|
|
|
3136
3705
|
- ​<!-- 18 -->[docs][base] Move styles to the bottom of demos code for `TablePagination` (#36593) @gitstart
|
|
3137
3706
|
- ​<!-- 13 -->[docs] Remove the incorrect info about useButton's ref parameter (#36883) @michaldudak
|
|
3138
3707
|
- ​<!-- 12 -->[docs] Sync <Stack> between projects (#36785) @oliviertassinari
|
|
3139
|
-
- ​<!-- 11 -->[docs] Add guides to overriding component structure in Base UI and Joy
|
|
3708
|
+
- ​<!-- 11 -->[docs] Add guides to overriding component structure in Base UI and Joy UI docs (#34990) @samuelsycamore
|
|
3140
3709
|
- ​<!-- 10 -->[docs] Content changed from 'row' to 'orientation=horizontal' (#36858) @navedqb
|
|
3141
3710
|
- ​<!-- 09 -->[docs][Joy] `component`, `slots`, `slotProps` must be visible in Prop table in API docs (#36666) @hbjORbj
|
|
3142
3711
|
- ​<!-- 08 -->[docs][Select] Fix duplicate ID in small size Select demo (#36792) @sai6855
|
|
@@ -3242,15 +3811,15 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
3242
3811
|
- [docs] Introduce markdown permalink to source (#36729) @oliviertassinari
|
|
3243
3812
|
- [docs] Tabs API add slots section (#36769) @mnajdova
|
|
3244
3813
|
- [docs] Update feedbacks management on slack (#36705) @alexfauquette
|
|
3245
|
-
- [docs] Fix Joy
|
|
3814
|
+
- [docs] Fix Joy UI URL to tokens (#36742) @oliviertassinari
|
|
3246
3815
|
- [docs] Add toggle-button coming soon page (#36618) @siriwatknp
|
|
3247
|
-
- [docs] Fix typo on the Joy
|
|
3816
|
+
- [docs] Fix typo on the Joy UI theme builder (#36734) @danilo-leal
|
|
3248
3817
|
- [docs] Fix small typo (#36727) @RBerthier
|
|
3249
|
-
- [docs] Fix Joy
|
|
3818
|
+
- [docs] Fix Joy UI template broken image loading @oliviertassinari
|
|
3250
3819
|
- [docs] Hide the default API column if it's empty (#36715) @mnajdova
|
|
3251
3820
|
- [docs] Update Material UI Related Projects page (#34203) @viclafouch
|
|
3252
|
-
- [docs] Revise Joy
|
|
3253
|
-
- [docs] Revise Joy
|
|
3821
|
+
- [docs] Revise Joy UI "Circular Progress" page (#36126) @LadyBluenotes
|
|
3822
|
+
- [docs] Revise Joy UI "Radio" page (#35893) @DevinCLane
|
|
3254
3823
|
- [docs] Support Google Analytics 4 (#36123) @alexfauquette
|
|
3255
3824
|
- [docs][material] Keep consistency in description of classes (#36631) @hbjORbj
|
|
3256
3825
|
- [docs] Remove redundant files and fix regression (#36775) @ZeeshanTamboli
|
|
@@ -3270,7 +3839,7 @@ _Mar 28, 2023_
|
|
|
3270
3839
|
|
|
3271
3840
|
A big thanks to the 10 contributors who made this release possible. We have one big highlight this week ✨:
|
|
3272
3841
|
|
|
3273
|
-
- @siriwatknp made a [Theme Builder](https://mui.com/joy-ui/customization/theme-builder) for Joy
|
|
3842
|
+
- @siriwatknp made a [Theme Builder](https://mui.com/joy-ui/customization/theme-builder) for Joy UI 🎨 (#35741)
|
|
3274
3843
|
|
|
3275
3844
|
### `@mui/material@5.11.15`
|
|
3276
3845
|
|
|
@@ -3415,7 +3984,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
3415
3984
|
- ​<!-- 09 -->[docs] Add blog post notification for v6 release (#36446) @joserodolfofreitas
|
|
3416
3985
|
- ​<!-- 08 -->[docs] Update link to v5 docs (#36421) @m4theushw
|
|
3417
3986
|
- ​<!-- 07 -->[docs] Fix 404 in the API page links (#36419) @oliviertassinari
|
|
3418
|
-
- ​<!-- 08 -->[docs][joy] Error in the exemplary Codesandbox of using Material UI and Joy
|
|
3987
|
+
- ​<!-- 08 -->[docs][joy] Error in the exemplary Codesandbox of using Material UI and Joy UI together (#36462) @hbjORbj
|
|
3419
3988
|
- ​<!-- 06 -->[examples] Refactor to have better types in the Next.js + TypeScript examples (#36355) @erikian
|
|
3420
3989
|
- ​<!-- 02 -->[website] Fix layout shift when loading /blog/mui-x-v6/ @oliviertassinari
|
|
3421
3990
|
- ​<!-- 01 -->[website] Update stats (#36477) @hrutik7
|
|
@@ -3431,7 +4000,7 @@ _Mar 6, 2023_
|
|
|
3431
4000
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
3432
4001
|
|
|
3433
4002
|
- @michaldudak added the multiselect functionality to SelectUnstyled (#36274)
|
|
3434
|
-
- @mnajdova updated `extendTheme` so that it can generate CSS variables with default values. This means that the `CssVarsProvider` is no longer required for Joy
|
|
4003
|
+
- @mnajdova updated `extendTheme` so that it can generate CSS variables with default values. This means that the `CssVarsProvider` is no longer required for Joy UI when using the default theme (#35739)
|
|
3435
4004
|
- other 🐛 bug fixes and 📚 documentation improvements.
|
|
3436
4005
|
|
|
3437
4006
|
### `@mui/material@5.11.12`
|
|
@@ -3451,7 +4020,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
3451
4020
|
|
|
3452
4021
|
- ​<!-- 26 -->[core] Generate vars in `extendTheme` (#35739) @mnajdova
|
|
3453
4022
|
|
|
3454
|
-
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
|
|
4023
|
+
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:
|
|
3455
4024
|
|
|
3456
4025
|
```diff
|
|
3457
4026
|
import {
|
|
@@ -3523,7 +4092,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
3523
4092
|
|
|
3524
4093
|
- ​<!-- 09 -->[Joy] Change CSS variables naming for components (#36282) @hbjORbj
|
|
3525
4094
|
|
|
3526
|
-
Joy
|
|
4095
|
+
Joy UI has new naming standards of the CSS variables for its components. Below is an example of how the migration should look like:
|
|
3527
4096
|
|
|
3528
4097
|
```diff
|
|
3529
4098
|
-<List sx={{ py: 'var(--List-divider-gap)' }}>
|
|
@@ -3574,7 +4143,7 @@ _Feb 27, 2023_
|
|
|
3574
4143
|
|
|
3575
4144
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
3576
4145
|
|
|
3577
|
-
- 📚 added API documentation for the slots in Base UI and Joy
|
|
4146
|
+
- 📚 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)
|
|
3578
4147
|
- other 🐛 bug fixes and 📚 documentation improvements.
|
|
3579
4148
|
|
|
3580
4149
|
### `@mui/material@5.11.11`
|
|
@@ -3637,7 +4206,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3637
4206
|
- ​<!-- 27 -->[docs][base] List slots in API documentation (#36104) @hbjORbj
|
|
3638
4207
|
- ​<!-- 26 -->[docs] Add missing sandbox adapter deps resolving (#36291) @LukasTy
|
|
3639
4208
|
- ​<!-- 25 -->[docs] Allow to pass navigation bar banner from outside (#36299) @MBilalShafi
|
|
3640
|
-
- ​<!-- 24 -->[docs] Fix code on the Working with Tailwind
|
|
4209
|
+
- ​<!-- 24 -->[docs] Fix code on the Working with Tailwind CSS guide (#36090) @mnajdova
|
|
3641
4210
|
- ​<!-- 23 -->[docs] Remove See Slots Section text from Material UI slots description (#36284) @hbjORbj
|
|
3642
4211
|
- ​<!-- 22 -->[docs] Fix emotion warning `:first-child` (#36263) @siriwatknp
|
|
3643
4212
|
- ​<!-- 21 -->[docs][joy] Improve the descriptions of props in API docs (#36307) @hbjORbj
|
|
@@ -3754,8 +4323,8 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
3754
4323
|
- [docs] Fix demos showing TypeScript instead of JavaScript (#35850) @mj12albert
|
|
3755
4324
|
- [docs] Update release instructions (#36113) @mj12albert
|
|
3756
4325
|
- [docs] Rename `v6-alpha` to `v6-next` in navigation (#36102) @LukasTy
|
|
3757
|
-
- [docs] Revise Joy
|
|
3758
|
-
- [docs] Revise Joy
|
|
4326
|
+
- [docs] Revise Joy UI "Input" page (#35970) @LadyBluenotes
|
|
4327
|
+
- [docs] Revise Joy UI "Typography" page (#35868) @LadyBluenotes
|
|
3759
4328
|
|
|
3760
4329
|
### Examples
|
|
3761
4330
|
|
|
@@ -3781,7 +4350,7 @@ _Feb 7, 2023_
|
|
|
3781
4350
|
|
|
3782
4351
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
3783
4352
|
|
|
3784
|
-
- @siriwatknp added a new [`Sign In` template](https://mui.com/joy-ui/getting-started/templates/sign-in-side/) to Joy
|
|
4353
|
+
- @siriwatknp added a new [`Sign In` template](https://mui.com/joy-ui/getting-started/templates/sign-in-side/) to Joy UI (#36019)
|
|
3785
4354
|
- 📚 Documentation improvements and 🐛 bug fixes as usual
|
|
3786
4355
|
|
|
3787
4356
|
### `@mui/material@5.11.8`
|
|
@@ -3835,7 +4404,7 @@ _Jan 31, 2023_
|
|
|
3835
4404
|
|
|
3836
4405
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
3837
4406
|
|
|
3838
|
-
- @siriwatknp added `Table` component to Joy
|
|
4407
|
+
- @siriwatknp added `Table` component to Joy UI (#35872)
|
|
3839
4408
|
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
3840
4409
|
|
|
3841
4410
|
### `@mui/material@5.11.7`
|
|
@@ -3855,7 +4424,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3855
4424
|
|
|
3856
4425
|
- ​<!-- 05 -->[Joy] Replace `Joy[Component]` classname with `Mui[Component]` classname for all slots of components (#35718) @hbjORbj
|
|
3857
4426
|
|
|
3858
|
-
- Renames the classname prefix of all Joy
|
|
4427
|
+
- Renames the classname prefix of all Joy UI components from `'Joy'` to `'Mui'`.
|
|
3859
4428
|
|
|
3860
4429
|
```diff
|
|
3861
4430
|
<Button
|
|
@@ -3866,9 +4435,9 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3866
4435
|
|
|
3867
4436
|
You can use this [codemod](https://github.com/mui/material-ui/blob/master/packages/mui-codemod/README.md#joy-rename-classname-prefix) to help with the migration.
|
|
3868
4437
|
|
|
3869
|
-
- ​<!-- 04 -->[Joy] Replace `row` prop with `orientation` prop in all Joy
|
|
4438
|
+
- ​<!-- 04 -->[Joy] Replace `row` prop with `orientation` prop in all Joy UI components (#35721) @hbjORbj
|
|
3870
4439
|
|
|
3871
|
-
- Transforms `row` prop to `orientation` prop across `Card`, `List` and `RadioGroup` components in Joy
|
|
4440
|
+
- Transforms `row` prop to `orientation` prop across `Card`, `List` and `RadioGroup` components in Joy UI.
|
|
3872
4441
|
|
|
3873
4442
|
```diff
|
|
3874
4443
|
<Card
|
|
@@ -3891,11 +4460,11 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3891
4460
|
- ​<!-- 27 -->[blog] Prevent horizontal scroll on blog posts (#35948) @oliviertassinari
|
|
3892
4461
|
- ​<!-- 23 -->[docs] Add to codemod README about an added script (#35999) @hbjORbj
|
|
3893
4462
|
- ​<!-- 22 -->[docs] Add a warning about to clear the local storage when `defaultMode` changes (#35937) @ArthurPedroti
|
|
3894
|
-
- ​<!-- 21 -->[docs] Fix Joy
|
|
4463
|
+
- ​<!-- 21 -->[docs] Fix Joy UI variables playground (#35950) @siriwatknp
|
|
3895
4464
|
- ​<!-- 20 -->[docs] Fix typos in base components docs (#35985) @HeVictor
|
|
3896
4465
|
- ​<!-- 19 -->[docs] Fix event's label reported to GA (#35930) @oliviertassinari
|
|
3897
4466
|
- ​<!-- 18 -->[docs] Standardize "no longer" / "not documented" callouts in Material UI docs (#35957) @samuelsycamore
|
|
3898
|
-
- ​<!-- 17 -->[docs] Revise and expand Joy
|
|
4467
|
+
- ​<!-- 17 -->[docs] Revise and expand Joy UI Checkbox doc (#35817) @samuelsycamore
|
|
3899
4468
|
- ​<!-- 16 -->[docs] Add docs notification to Date and Time Pickers revamped (#35935) @joserodolfofreitas
|
|
3900
4469
|
- ​<!-- 15 -->[docs] Update community theme builder to forked updated one (#35928) @idebeijer
|
|
3901
4470
|
- ​<!-- 14 -->[docs] Add Joy default theme viewer (#35554) @siriwatknp
|
|
@@ -3974,7 +4543,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
3974
4543
|
- ​<!-- 10 -->[docs] Fix incorrect breakpoint use (#34948) @rosita-dmello
|
|
3975
4544
|
- ​<!-- 09 -->[docs] Replace react-virtualized with react-virtuoso in Table (#35700) @petyosi
|
|
3976
4545
|
- ​<!-- 08 -->[docs] Fix account menu demo not closing with keyboard. (#35870) @mj12albert
|
|
3977
|
-
- ​<!-- 07 -->[docs] Fix typos in the docs of Joy
|
|
4546
|
+
- ​<!-- 07 -->[docs] Fix typos in the docs of Joy UI (#35876) @HeVictor
|
|
3978
4547
|
- ​<!-- 06 -->[docs] Fix wording in `Color` page (#35873) @oliv37
|
|
3979
4548
|
|
|
3980
4549
|
### Core
|
|
@@ -4029,7 +4598,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
4029
4598
|
- [docs] Fix incorrectly named AccessibleTable demo component (#35832) @HeVictor
|
|
4030
4599
|
- [docs] Clarify where to find docs for Base UI components in Material UI (#35799) @samuelsycamore
|
|
4031
4600
|
- [docs] Fix typos (#35814) @alexfauquette
|
|
4032
|
-
- [docs] Revise and expand the Joy
|
|
4601
|
+
- [docs] Revise and expand the Joy UI Card page (#35745) @samuelsycamore
|
|
4033
4602
|
- [docs] Fix navigation layout shift (#35679) @oliviertassinari
|
|
4034
4603
|
- [docs] Fix typo in the Composition page (#35774) @msoyka
|
|
4035
4604
|
- [docs][joy] Update Customization section code example to use the correct API (#35765) @pupudu
|
|
@@ -4076,10 +4645,10 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
4076
4645
|
|
|
4077
4646
|
### Docs
|
|
4078
4647
|
|
|
4079
|
-
- [docs] Revise and expand Joy
|
|
4648
|
+
- [docs] Revise and expand Joy UI Button doc (#35737) @samuelsycamore
|
|
4080
4649
|
- [docs] Document the workaround for crashing a translated page (#35720) @michaldudak
|
|
4081
4650
|
- [docs] Fix API page for `MenuItem` to list all valid props (#35561) @mnajdova
|
|
4082
|
-
- [docs] Fix ad exception in Joy
|
|
4651
|
+
- [docs] Fix ad exception in Joy UI (#35685) @oliviertassinari
|
|
4083
4652
|
- [docs] Fix content wider than screen regression @oliviertassinari
|
|
4084
4653
|
- [examples] Add `Vite.js with TypeScript` example (#35683) @miha53cevic
|
|
4085
4654
|
|
|
@@ -4176,7 +4745,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
4176
4745
|
|
|
4177
4746
|
- ​<!-- 35 -->[docs] Fix GoogleMaps demo (#35545) @hbjORbj
|
|
4178
4747
|
- ​<!-- 25 -->[docs] Remove flow, its legacy (#35624) @oliviertassinari
|
|
4179
|
-
- ​<!-- 24 -->[docs] Add a guide on using icon libraries with Joy
|
|
4748
|
+
- ​<!-- 24 -->[docs] Add a guide on using icon libraries with Joy UI (#35377) @siriwatknp
|
|
4180
4749
|
- ​<!-- 23 -->[docs] Clarify comment about `sortStability()` use case (#35570) @frontendlane
|
|
4181
4750
|
- ​<!-- 22 -->[docs] Improve the experimental API demos on the button page (#35560) @mnajdova
|
|
4182
4751
|
- ​<!-- 21 -->[docs] Force `light` theme mode when `activePage` is null (#35575) @LukasTy
|
|
@@ -4340,7 +4909,7 @@ _Dec 6, 2022_
|
|
|
4340
4909
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
4341
4910
|
|
|
4342
4911
|
- ✨ @mnajdova added a [Material You Button playground](https://mui.com/material-ui/react-button/#material-you-version) (#35222)
|
|
4343
|
-
- 🔧 @hbjORbj renamed `components` / `componentProps` to `slots` / `slotProps` prop in Joy
|
|
4912
|
+
- 🔧 @hbjORbj renamed `components` / `componentProps` to `slots` / `slotProps` prop in Joy UI to create consistency across products (#34997)
|
|
4344
4913
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
4345
4914
|
|
|
4346
4915
|
### `@mui/material@5.10.17`
|
|
@@ -4361,7 +4930,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
4361
4930
|
|
|
4362
4931
|
- ​<!-- 08 -->[Joy] Add `slots`/`slotProps` props to the typing of all components and apply `useSlot` to all components (#34997) @hbjORbj
|
|
4363
4932
|
|
|
4364
|
-
- Change all occurrences of `components` and `componentsProps` props in Joy
|
|
4933
|
+
- Change all occurrences of `components` and `componentsProps` props in Joy UI components to `slots` and `slotProps`, respectively.
|
|
4365
4934
|
|
|
4366
4935
|
```diff
|
|
4367
4936
|
-<Autocomplete components={{listbox: CustomListbox}} componentsProps={{listbox: { className: 'custom-listbox' }}} />
|
|
@@ -4381,7 +4950,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
4381
4950
|
- ​<!-- 23 -->[docs] Correct grammatically incorrect sentences in CONTRIBUTING.md (#34949) @Pandey-utkarsh
|
|
4382
4951
|
- ​<!-- 22 -->[docs] Move the demo higher in the API TOC (#35202) @oliviertassinari
|
|
4383
4952
|
- ​<!-- 21 -->[docs] Fix incorrect link in minimizing-bundle-size (#35297) @Juneezee
|
|
4384
|
-
- ​<!-- 20 -->[docs] Revise and expand Joy
|
|
4953
|
+
- ​<!-- 20 -->[docs] Revise and expand Joy UI "Breadcrumbs" page (#35292) @samuelsycamore
|
|
4385
4954
|
- ​<!-- 19 -->[docs] Fix wrong import in the unstyled tabs page (#35310) @guotie
|
|
4386
4955
|
- ​<!-- 18 -->[docs] Disable translations (#34820) @mnajdova
|
|
4387
4956
|
- ​<!-- 17 -->[docs] Fix typo (#35312) @flaviendelangle
|
|
@@ -4389,7 +4958,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
4389
4958
|
- ​<!-- 15 -->[docs] Fix experimental API page duplication (#35213) @oliviertassinari
|
|
4390
4959
|
- ​<!-- 14 -->[docs] Improve the autogenerated "Unstyled" and "API" text (#35185) @samuelsycamore
|
|
4391
4960
|
- ​<!-- 13 -->[docs] Fix ad margin on API pages (#35201) @oliviertassinari
|
|
4392
|
-
- ​<!-- 12 -->[docs] Revise and expand the Joy
|
|
4961
|
+
- ​<!-- 12 -->[docs] Revise and expand the Joy UI "Badge" page (#35199) @samuelsycamore
|
|
4393
4962
|
- ​<!-- 11 -->[docs] Update Base UI docs with latest style conventions (#35034) @samuelsycamore
|
|
4394
4963
|
- ​<!-- 09 -->[l10n] Improve Chinese (Taiwan) zh-TW locale (#35328) @happyincent
|
|
4395
4964
|
- ​<!-- 02 -->[website] Update stats: GitHub stars, Twitter followers, etc. (#35318) @nomandhoni-cs
|
|
@@ -4489,13 +5058,13 @@ A big thanks to the 9 contributors who made this release possible. Here are some
|
|
|
4489
5058
|
- [docs] Fix confusion in TOCs when reaching scroll bottom (#35214) @oliviertassinari
|
|
4490
5059
|
- [docs] Fix typos in section titles (#35025) @iamxukai
|
|
4491
5060
|
- [docs] Fix typo in legacy date picker migration guide @oliviertassinari
|
|
4492
|
-
- [docs] Iterating on recent Joy
|
|
5061
|
+
- [docs] Iterating on recent Joy UI Component page updates (#35162) @samuelsycamore
|
|
4493
5062
|
- [docs] Inform that pickers are in X repository (#35189) @alexfauquette
|
|
4494
5063
|
- [docs] Explain how the `error` prop works in the Unstyled Input (#35171) @michaldudak
|
|
4495
5064
|
- [docs] Hotfix missing styles in dark mode (#35179) @siriwatknp
|
|
4496
|
-
- [docs] Add Joy
|
|
5065
|
+
- [docs] Add Joy UI theme typography page (#34811) @siriwatknp
|
|
4497
5066
|
- [docs] Fix undo/redo in live editor (#35163) @oliviertassinari
|
|
4498
|
-
- [docs] Revise the Joy
|
|
5067
|
+
- [docs] Revise the Joy UI "Avatar" component page (#35152) @samuelsycamore
|
|
4499
5068
|
- [docs] Make navbar backdrop filter consistent with website (#35157) @danilo-leal
|
|
4500
5069
|
- [docs] Host CodeSandbox on MUI org (#35110) @oliviertassinari
|
|
4501
5070
|
- [docs] Uplift introduction demos & make consistent with Base (#34316) @danilo-leal
|
|
@@ -4521,7 +5090,7 @@ _Nov 14, 2022_
|
|
|
4521
5090
|
|
|
4522
5091
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
4523
5092
|
|
|
4524
|
-
- 🚀 @siriwatknp added the Autocomplete component to the Joy
|
|
5093
|
+
- 🚀 @siriwatknp added the Autocomplete component to the Joy UI (#34315)
|
|
4525
5094
|
- ♿ @sfavello improved the accessibility of the Material UI's Autocomplete by adding support for the Delete key (#33822)
|
|
4526
5095
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
4527
5096
|
|
|
@@ -4558,7 +5127,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
4558
5127
|
- [docs] Improve code font family v2 (#35053) @oliviertassinari
|
|
4559
5128
|
- [docs] Upgrade to Next.js 13 (#35001) @mnajdova
|
|
4560
5129
|
- [docs] Fix typo in changelog @oliviertassinari
|
|
4561
|
-
- [docs] Update Joy
|
|
5130
|
+
- [docs] Update Joy UI templates to use latest components (#35058) @siriwatknp
|
|
4562
5131
|
- [website] Fix design kits showcase throwing an error (#35093) @cherniavskii
|
|
4563
5132
|
- [website] Fix margin bug on CTA @oliviertassinari
|
|
4564
5133
|
- [website] Link respective repositories in product pages (#35046) @sidtohan
|
|
@@ -4614,7 +5183,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
4614
5183
|
|
|
4615
5184
|
- ​<!-- 20 -->[docs] Add a guide for setting dark mode by default (#34839) @siriwatknp
|
|
4616
5185
|
- ​<!-- 19 -->[docs] Improve code font family (#35027) @oliviertassinari
|
|
4617
|
-
- ​<!-- 18 -->[docs] Revise and expand Joy
|
|
5186
|
+
- ​<!-- 18 -->[docs] Revise and expand Joy UI "Alert" page (#34838) @samuelsycamore
|
|
4618
5187
|
- ​<!-- 17 -->[docs] Live demos v2 (#34870) @oliviertassinari
|
|
4619
5188
|
- ​<!-- 16 -->[docs] Fix 301 links in the docs @oliviertassinari
|
|
4620
5189
|
- ​<!-- 15 -->[docs] Fix code display in RTL (#34951) @oliviertassinari
|
|
@@ -4647,7 +5216,7 @@ _Oct 31, 2022_
|
|
|
4647
5216
|
|
|
4648
5217
|
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
4649
5218
|
|
|
4650
|
-
- 🚀 The LinearProgress component has been added to Joy
|
|
5219
|
+
- 🚀 The LinearProgress component has been added to Joy UI by @hbjORbj (#34514).
|
|
4651
5220
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
4652
5221
|
|
|
4653
5222
|
### `@mui/material@5.10.12`
|
|
@@ -4671,7 +5240,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
4671
5240
|
|
|
4672
5241
|
- ​<!-- 40 -->[blog] Add blog post for high-level overview of all MUI products (#34325) @samuelsycamore
|
|
4673
5242
|
- ​<!-- 39 -->[blog] Fix hydration mistmatch (#34857) @oliviertassinari
|
|
4674
|
-
- ​<!-- 21 -->[docs] Revise the Joy
|
|
5243
|
+
- ​<!-- 21 -->[docs] Revise the Joy UI "Aspect Ratio" page (#34858) @samuelsycamore
|
|
4675
5244
|
- ​<!-- 20 -->[docs] Fix Safari code font size (#34859) @oliviertassinari
|
|
4676
5245
|
- ​<!-- 19 -->[docs] Fix spelling mistake (#34955) @punithnayak
|
|
4677
5246
|
- ​<!-- 18 -->[docs] Fix 404 link of supported Material UI components @oliviertassinari
|
|
@@ -4748,7 +5317,7 @@ A big thanks to the 10 contributors who made this release possible. Here are som
|
|
|
4748
5317
|
- [base] Make CSS class prefixes consistent (#33411) @michaldudak
|
|
4749
5318
|
|
|
4750
5319
|
**This is a breaking change for anyone who depends on the class names applied to Base components.**
|
|
4751
|
-
If you use the `<component>UnstyledClasses` objects, you won't notice a difference. Only if you depend on the resulting class names (
|
|
5320
|
+
If you use the `<component>UnstyledClasses` objects, you won't notice a difference. Only if you depend on the resulting class names (for example in CSS stylesheets), you'll have to adjust your code.
|
|
4752
5321
|
|
|
4753
5322
|
```diff
|
|
4754
5323
|
-.ButtonUnstyled-root { ... };
|
|
@@ -4804,7 +5373,7 @@ _Oct 18, 2022_
|
|
|
4804
5373
|
A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
|
|
4805
5374
|
|
|
4806
5375
|
- 🖌 Thanks to the efforts of @bharatkashyap and @nihgwu, we now have editable demos across our docs (#34454)!
|
|
4807
|
-
- 🚀 The Tooltip component has been added to Joy
|
|
5376
|
+
- 🚀 The Tooltip component has been added to Joy UI by @hbjORbj (#34509).
|
|
4808
5377
|
- ⚙️ We started converting the remaining JS components in Base UI to TypeScript.
|
|
4809
5378
|
@mbayucot finished the first PR with the conversion of the NoSsr code (#34735).
|
|
4810
5379
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
@@ -4836,14 +5405,14 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
4836
5405
|
### Docs
|
|
4837
5406
|
|
|
4838
5407
|
- [docs] Fix the Autocomplete Highlighting example (#34184) @hayawata3626
|
|
4839
|
-
- [docs] Fix typos in Base (Menu, Tabs) and Joy
|
|
5408
|
+
- [docs] Fix typos in Base (Menu, Tabs) and Joy UI (Chip) (#34803) @rvrvrv
|
|
4840
5409
|
- [docs] Use new editing API in homepage demos (#34220) @m4theushw
|
|
4841
5410
|
- [docs] Live demos (#34454) @bharatkashyap
|
|
4842
|
-
- [docs] Fix typos in Joy
|
|
5411
|
+
- [docs] Fix typos in Joy UI Switch (#34728) @ndresx
|
|
4843
5412
|
- [docs] Avoid scrollbar in the code demos (#34741) @oliviertassinari
|
|
4844
|
-
- [docs] Revise the Joy
|
|
4845
|
-
- [docs] Revise and rename the Joy
|
|
4846
|
-
- [docs] Revise the Joy
|
|
5413
|
+
- [docs] Revise the Joy UI "Automatic adjustment" page (#34614) @samuelsycamore
|
|
5414
|
+
- [docs] Revise and rename the Joy UI "Perfect dark mode" page (#34613) @samuelsycamore
|
|
5415
|
+
- [docs] Revise the Joy UI "Global variants" page (#34595) @samuelsycamore
|
|
4847
5416
|
- [docs] Basic link verification at PR level (#34588) @alexfauquette
|
|
4848
5417
|
- [docs] Add a missing comma in the customization example (#34617) @AbayKinayat
|
|
4849
5418
|
- [website] Clarify Pro/Premium support (#34607) @oliviertassinari
|
|
@@ -4889,12 +5458,12 @@ A big thanks to the 7 contributors who made this release possible. Here are some
|
|
|
4889
5458
|
|
|
4890
5459
|
- ​<!-- 17 -->[system] Fix color-scheme implementation (#34639) @siriwatknp
|
|
4891
5460
|
|
|
4892
|
-
The `enableColorScheme` prop has been removed from `CssVarsProvider` and `getInitColorScheme` (both Material UI and Joy
|
|
5461
|
+
The `enableColorScheme` prop has been removed from `CssVarsProvider` and `getInitColorScheme` (both Material UI and Joy UI).
|
|
4893
5462
|
|
|
4894
5463
|
Migration:
|
|
4895
5464
|
|
|
4896
5465
|
- **Material UI**: you can enable the CSS color scheme via `<CssBaseline enableColorScheme />`.
|
|
4897
|
-
- **Joy
|
|
5466
|
+
- **Joy UI**: it is enabled automatically if you use `<CssBaseline />`, [see the docs](https://mui.com/joy-ui/react-css-baseline/).
|
|
4898
5467
|
|
|
4899
5468
|
#### Changes
|
|
4900
5469
|
|
|
@@ -4912,7 +5481,7 @@ A big thanks to the 7 contributors who made this release possible. Here are some
|
|
|
4912
5481
|
|
|
4913
5482
|
- ​<!-- 18 -->[docs] Revert #34541 (#34700) @michaldudak
|
|
4914
5483
|
- ​<!-- 15 -->[blog] Blog post for MUI X v6 alpha zero (#34424) @joserodolfofreitas
|
|
4915
|
-
- ​<!-- 09 -->[docs] Improve Joy
|
|
5484
|
+
- ​<!-- 09 -->[docs] Improve Joy UI tutorial demo (#34653) @oliviertassinari
|
|
4916
5485
|
- ​<!-- 08 -->[docs] Explain how SelectUnstyled renders a hidden input (#34638) @michaldudak
|
|
4917
5486
|
- ​<!-- 07 -->[docs] Fix Taiwan description (#34611) @oliviertassinari
|
|
4918
5487
|
- ​<!-- 06 -->[docs] Fix codesandbox export with dayjs (#34619) @oliviertassinari
|
|
@@ -4965,7 +5534,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
4965
5534
|
- ​<!-- 27 -->[blog] Fix 404 link in base introduction @oliviertassinari
|
|
4966
5535
|
- ​<!-- 21 -->[docs] Fix CI build (#34589) @mnajdova
|
|
4967
5536
|
- ​<!-- 20 -->[docs] Temporary remove date picker from home page (#34541) @siriwatknp
|
|
4968
|
-
- ​<!-- 19 -->[docs] Revise and expand Joy
|
|
5537
|
+
- ​<!-- 19 -->[docs] Revise and expand Joy UI "Tutorial" doc (#34569) @samuelsycamore
|
|
4969
5538
|
- ​<!-- 18 -->[docs] Fix SEO issues (#34537) @oliviertassinari
|
|
4970
5539
|
- ​<!-- 17 -->[docs] Add CSS variables documentation for Material UI (#33958) @siriwatknp
|
|
4971
5540
|
- ​<!-- 16 -->[docs] Capitalize Material Design on the Breakpoints page (#34481) @Dustin-Digitar
|
|
@@ -4992,7 +5561,7 @@ _Sep 26, 2022_
|
|
|
4992
5561
|
|
|
4993
5562
|
A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
|
|
4994
5563
|
|
|
4995
|
-
- 🚀 [Divider](https://mui.com/joy-ui/react-divider/) component is added to Joy
|
|
5564
|
+
- 🚀 [Divider](https://mui.com/joy-ui/react-divider/) component is added to Joy UI (#34403) @siriwatknp
|
|
4996
5565
|
|
|
4997
5566
|
### `@mui/material@5.10.7`
|
|
4998
5567
|
|
|
@@ -5104,7 +5673,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
5104
5673
|
|
|
5105
5674
|
The SelectUnstyled and MultiSelectUnstyled `onChange` callbacks did not have event as the first parameter, leading to inconsistency with other components and native HTML elements.
|
|
5106
5675
|
This PR adds the event parameter as the first one and moves the newly selected value to the second position. Because of this, it's a breaking change.
|
|
5107
|
-
This also affects Select from Joy
|
|
5676
|
+
This also affects Select from Joy UI.
|
|
5108
5677
|
|
|
5109
5678
|
```jsx
|
|
5110
5679
|
// before
|
|
@@ -5146,7 +5715,7 @@ _Sep 12, 2022_
|
|
|
5146
5715
|
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
5147
5716
|
|
|
5148
5717
|
- 🚀 [Blog post](https://mui.com/blog/introducing-base-ui/) for announcing the release of the Base UI package is out thanks to @michaldudak.
|
|
5149
|
-
- 🚀 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
|
|
5718
|
+
- 🚀 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
|
|
5150
5719
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
5151
5720
|
|
|
5152
5721
|
### `@mui/material@5.10.5`
|
|
@@ -5156,10 +5725,10 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
5156
5725
|
|
|
5157
5726
|
### `@mui/joy@5.0.0-alpha.45`
|
|
5158
5727
|
|
|
5159
|
-
- ​<!-- 20 -->[Joy
|
|
5160
|
-
- ​<!-- 19 -->[Joy
|
|
5161
|
-
- ​<!-- 18 -->[Joy
|
|
5162
|
-
- ​<!-- 17 -->[Joy
|
|
5728
|
+
- ​<!-- 20 -->[Joy UI] Add `CircularProgress` component (#33869) @hbjORbj
|
|
5729
|
+
- ​<!-- 19 -->[Joy UI] Add `FormControl` component (#34187) @siriwatknp
|
|
5730
|
+
- ​<!-- 18 -->[Joy UI] Add `ListSubheader` component (#34191) @siriwatknp
|
|
5731
|
+
- ​<!-- 17 -->[Joy UI] Add `Modal` component (#34043) @siriwatknp
|
|
5163
5732
|
- ​<!-- 10 -->[Joy] Fix list value of false or 0 (zero) text is incorrectly grey (#34255) @kushagra010
|
|
5164
5733
|
- ​<!-- 09 -->[Joy] Adjust typography decorator margin (#34257) @siriwatknp
|
|
5165
5734
|
- ​<!-- 08 -->[Joy] Miscellaneous fixes (#34193) @siriwatknp
|
|
@@ -5171,7 +5740,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
5171
5740
|
- ​<!-- 16 -->[blog] Introducing Base UI (#33778) @michaldudak
|
|
5172
5741
|
- ​<!-- 13 -->[docs] Fix spelling error (#34209) @ChrystianDeMatos
|
|
5173
5742
|
- ​<!-- 12 -->[docs] Improve link to the security policy (#34219) @oliviertassinari
|
|
5174
|
-
- ​<!-- 11 -->[docs] Fix typo in Joy
|
|
5743
|
+
- ​<!-- 11 -->[docs] Fix typo in Joy UI's `Usage` docs (#34200) @zillion504
|
|
5175
5744
|
- ​<!-- 02 -->[website] Add Lukas to the about page (#34284) @LukasTy
|
|
5176
5745
|
- ​<!-- 01 -->[website] Update diamond sponsor URL (#34256) @oliviertassinari
|
|
5177
5746
|
|
|
@@ -5191,7 +5760,7 @@ _Sep 5, 2022_
|
|
|
5191
5760
|
|
|
5192
5761
|
A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
|
|
5193
5762
|
|
|
5194
|
-
- 🚀 Added [`Alert`](https://mui.com/joy-ui/react-alert/) component to Joy
|
|
5763
|
+
- 🚀 Added [`Alert`](https://mui.com/joy-ui/react-alert/) component to Joy UI (#33859) @hbjORbj
|
|
5195
5764
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
5196
5765
|
|
|
5197
5766
|
### `@mui/material@5.10.4`
|
|
@@ -5218,7 +5787,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
|
|
|
5218
5787
|
- ​<!-- 12 -->[docs] Fix the color contrast on optional API methods (#34127) @oliviertassinari
|
|
5219
5788
|
- ​<!-- 11 -->[docs] Fix crash due to using wrong variable (#34171) @siriwatknp
|
|
5220
5789
|
- ​<!-- 10 -->[docs] Fix a few Base typos (#33986) @ropereraLK
|
|
5221
|
-
- ​<!-- 09 -->[docs] Revise Joy
|
|
5790
|
+
- ​<!-- 09 -->[docs] Revise Joy UI "Overview" page copy (#34087) @samuelsycamore
|
|
5222
5791
|
- ​<!-- 20 -->[blog] Fix social cards (#34160) @oliviertassinari
|
|
5223
5792
|
- ​<!-- 03 -->[website] Allow deep linking to sponsors @oliviertassinari
|
|
5224
5793
|
- ​<!-- 02 -->[website] Update job descriptions (#34134) @DanailH
|
|
@@ -5280,7 +5849,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
5280
5849
|
- [docs] Fix 404 link from Joy to React Router (#34115) @oliviertassinari
|
|
5281
5850
|
- [docs] Fix typo in `Select` component (#34091) @HexM7
|
|
5282
5851
|
- [docs] Fix 301 links to tss's docs @oliviertassinari
|
|
5283
|
-
- [docs] Fixing Joy
|
|
5852
|
+
- [docs] Fixing Joy UI usage snippet (#34049) @JonathanAsbury-SPS
|
|
5284
5853
|
- [docs] Fix missing JSX closing tag in Tooltip docs (#34064) @hoangph271
|
|
5285
5854
|
- [website] Add Toolpad to Navigation (#33937) @bharatkashyap
|
|
5286
5855
|
- [website] Improve SEO meta description for MUI X @oliviertassinari
|
|
@@ -5332,12 +5901,12 @@ A big thanks to the 11 contributors who made this release possible. Here are som
|
|
|
5332
5901
|
|
|
5333
5902
|
- ​<!-- 21 -->[docs] Fix typo in using-joy-ui-and-material-ui.md (#33997) @djohalo2 @danilo-leal
|
|
5334
5903
|
- ​<!-- 20 -->[docs] Fix typo in the Transition docs (#34040) @alirezahekmati
|
|
5335
|
-
- ​<!-- 19 -->[docs] Typo fix in Joy
|
|
5336
|
-
- ​<!-- 15 -->[docs] Fix broken Joy
|
|
5904
|
+
- ​<!-- 19 -->[docs] Typo fix in Joy UI Aspect Ratio doc (#33984) @AjeetSingh2016
|
|
5905
|
+
- ​<!-- 15 -->[docs] Fix broken Joy UI codesandbox export (#34007) @oliviertassinari
|
|
5337
5906
|
- ​<!-- 14 -->[docs] Fix typos in `test` folder's README (#33976) @ropereraLK
|
|
5338
5907
|
- ​<!-- 13 -->[docs] Fix interior section links in Base docs that feature hooks (#33948) @samuelsycamore
|
|
5339
|
-
- ​<!-- 12 -->[docs] Fix typo in Joy
|
|
5340
|
-
- ​<!-- 11 -->[docs] Fix typo in Joy
|
|
5908
|
+
- ​<!-- 12 -->[docs] Fix typo in Joy UI's List Component docs (#33956) @Cerebro92
|
|
5909
|
+
- ​<!-- 11 -->[docs] Fix typo in Joy UI's docs (#33938) @AjeetSingh2016
|
|
5341
5910
|
|
|
5342
5911
|
### Core
|
|
5343
5912
|
|
|
@@ -5377,7 +5946,7 @@ A big thanks to the 18 contributors who made this release possible. This release
|
|
|
5377
5946
|
### Docs
|
|
5378
5947
|
|
|
5379
5948
|
- ​<!-- 23 -->[docs] Expand on a11y section for Material UI `Link` component (#32839) @TKrishnasamy
|
|
5380
|
-
- ​<!-- 22 -->[docs] Fix typo in Joy
|
|
5949
|
+
- ​<!-- 22 -->[docs] Fix typo in Joy UI's `AspectRatio` docs (#33895) @IsaacInsoll
|
|
5381
5950
|
- ​<!-- 21 -->[docs] Improve the Base Usage page (#33272) @samuelsycamore
|
|
5382
5951
|
- ​<!-- 20 -->[docs] Avoid refreshing the page when button on demo is clicked (#33852) @PunitSoniME
|
|
5383
5952
|
- ​<!-- 19 -->[docs] Improve the HorizontalNonLinearStepper demo styling (#33886) @hayawata3626
|
|
@@ -5418,8 +5987,8 @@ _Aug 8, 2022_
|
|
|
5418
5987
|
|
|
5419
5988
|
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
5420
5989
|
|
|
5421
|
-
- ✨ [Stack](https://mui.com/system/react-stack/) component is added to MUI System and Joy
|
|
5422
|
-
- ✨ [Breadcrumbs](https://mui.com/joy-ui/react-breadcrumbs/) component is added to Joy
|
|
5990
|
+
- ✨ [Stack](https://mui.com/system/react-stack/) component is added to MUI System and Joy UI #33760 #33800 @mnajdova
|
|
5991
|
+
- ✨ [Breadcrumbs](https://mui.com/joy-ui/react-breadcrumbs/) component is added to Joy UI (#32697) @hbjORbj
|
|
5423
5992
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
5424
5993
|
|
|
5425
5994
|
### `@mui/material@5.10.0`
|
|
@@ -5453,7 +6022,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
5453
6022
|
- [docs] Fix typo in the ClickAwayListerner name (#33813) @pawelsmigielski
|
|
5454
6023
|
- [docs] Fix link to `Basics` section in `Trap Focus` docs (#33772) @ZeeshanTamboli
|
|
5455
6024
|
- [docs] z-index added in popper when used by split button (#33763) @PunitSoniME
|
|
5456
|
-
- [docs] Improve the guide for using @mui/base with Tailwind
|
|
6025
|
+
- [docs] Improve the guide for using @mui/base with Tailwind CSS (#33670) @mnajdova
|
|
5457
6026
|
- [docs] Fix warnings related to Next.js' links (#33693) @mnajdova
|
|
5458
6027
|
- [docs] Add notification to aggregation blogpost (#33745) @joserodolfofreitas
|
|
5459
6028
|
- [docs] Add Grid version 2 docs (#33554) @siriwatknp
|
|
@@ -5535,7 +6104,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
5535
6104
|
- [core] Remove thenify version override from package.json resolutions (#33638) @michaldudak
|
|
5536
6105
|
- [core] Update Node.js to 14 on CircleCI, CodeSandbox, and Netlify (#33642) @michaldudak
|
|
5537
6106
|
- [test] Replace istanbul-instrumenter-loader with babel-plugin-istanbul (#33666) @michaldudak
|
|
5538
|
-
- [test] Run TypeScript module augmentation tests for Joy
|
|
6107
|
+
- [test] Run TypeScript module augmentation tests for Joy UI in CI (#33667) @ZeeshanTamboli
|
|
5539
6108
|
|
|
5540
6109
|
All contributors of this release in alphabetical order: @cherniavskii, @danilo-leal, @fullstackzach, @garronej, @hbjORbj, @husseinsaad98, @joserodolfofreitas, @michaldudak, @mnajdova, @MonstraG, @mracette, @oliviertassinari, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
|
|
5541
6110
|
|
|
@@ -5581,7 +6150,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
5581
6150
|
- ​<!-- 28 -->[docs] Add accessibility tips (#33633) @siriwatknp
|
|
5582
6151
|
- ​<!-- 27 -->[docs] Fix production deploy of codesandboxes (#33608) @oliviertassinari
|
|
5583
6152
|
- ​<!-- 26 -->[docs] Show border on `palette.background.paper` in dark mode docs (#33611) @ZeeshanTamboli
|
|
5584
|
-
- ​<!-- 25 -->[docs] Fix typo in Joy
|
|
6153
|
+
- ​<!-- 25 -->[docs] Fix typo in Joy UI dark mode page (#33620) @bairamau
|
|
5585
6154
|
- ​<!-- 24 -->[docs] Final polish on Base docs - formatting and style consistency (#33156) @samuelsycamore
|
|
5586
6155
|
- ​<!-- 23 -->[docs] Fix `CssBaseline` import in example code (#33614) @dd-ssc
|
|
5587
6156
|
- ​<!-- 22 -->[docs] Fix Toolpad docs redirection (#33524) @bharatkashyap
|
|
@@ -5662,7 +6231,7 @@ _Jul 12, 2022_
|
|
|
5662
6231
|
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
|
|
5663
6232
|
|
|
5664
6233
|
- 🧪 Exported Grid v2 as `Unstable_Grid2` (#33479) @siriwatknp
|
|
5665
|
-
- 📖 Added a guide for using Joy
|
|
6234
|
+
- 📖 Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
|
|
5666
6235
|
- 🐛 Fixed a few bugs in Material UI components. Thanks to @ZeeshanTamboli, @ivan-ngchakming, and @joebingham-wk.
|
|
5667
6236
|
- ⚠️ **[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
|
|
5668
6237
|
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
@@ -5723,7 +6292,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
5723
6292
|
- [docs] Add "refine" demo to showcase (#33240) @omeraplak
|
|
5724
6293
|
- [docs] Add Webpack alias for legacy utils package (#33376) @jgbae
|
|
5725
6294
|
- [docs] Improve external link icons synonyms (#33257) @davidgarciab
|
|
5726
|
-
- [examples] Update Base UI with Tailwind
|
|
6295
|
+
- [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
|
|
5727
6296
|
- [examples] Add Base UI example (#33154) @siriwatknp
|
|
5728
6297
|
|
|
5729
6298
|
### Core
|
|
@@ -5782,7 +6351,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5782
6351
|
- [docs] Add caveat about class components with Tooltip (#33325) @joshkel
|
|
5783
6352
|
- [docs] Fix SEO issues (#33288) @oliviertassinari
|
|
5784
6353
|
- [docs] Fix Slider's "player" demo (#33267) @xlianghang
|
|
5785
|
-
- [website] Link
|
|
6354
|
+
- [website] Link Toolpad in mui.com (#33287) @oliviertassinari
|
|
5786
6355
|
|
|
5787
6356
|
All contributors of this release in alphabetical order: @aaarichter, @aaronlademann-wf, @danilo-leal, @henriqueholtz, @jake-collibra, @joshkel, @MattiasMartens, @Methuselah96, @michaldudak, @oliviertassinari, @siriwatknp, @TimoWilhelm, @xlianghang
|
|
5788
6357
|
|
|
@@ -5897,7 +6466,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
5897
6466
|
- ​<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
|
|
5898
6467
|
- ​<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
|
|
5899
6468
|
- ​<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
|
|
5900
|
-
- ​<!-- 18 -->[docs] Add guide on how to use Base UI with Tailwind
|
|
6469
|
+
- ​<!-- 18 -->[docs] Add guide on how to use Base UI with Tailwind CSS (#33100) @mnajdova
|
|
5901
6470
|
- ​<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
|
|
5902
6471
|
- ​<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
|
|
5903
6472
|
- ​<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
|
|
@@ -5984,7 +6553,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
5984
6553
|
- ​<!-- 23 -->[docs] Fix typo in Autocomplete CSS API (#32838) @KeaghanKennedy
|
|
5985
6554
|
- ​<!-- 22 -->[docs] Improvements for Radio Group Rating Docs (#32843) @Kai-W
|
|
5986
6555
|
- ​<!-- 21 -->[docs] Enable Joy pages (#33064) @siriwatknp
|
|
5987
|
-
- ​<!-- 02 -->[website] Add Joy
|
|
6556
|
+
- ​<!-- 02 -->[website] Add Joy UI to the pricing page (#33099) @danilo-leal
|
|
5988
6557
|
- ​<!-- 01 -->[website] Clarify the pricing a bit (#33069) @oliviertassinari
|
|
5989
6558
|
|
|
5990
6559
|
### Core
|
|
@@ -6175,7 +6744,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
6175
6744
|
- ​<!-- 31 -->[docs] Simplify header DOM structure (#32844) @oliviertassinari
|
|
6176
6745
|
- ​<!-- 30 -->[docs] Fix CodeSandbox & StackBlitz generation (#32726) @siriwatknp
|
|
6177
6746
|
- ​<!-- 29 -->[docs] Fix urls to columns pages in pricing table (#32842) @alexfauquette
|
|
6178
|
-
- ​<!-- 28 -->[docs] Fix Tailwind
|
|
6747
|
+
- ​<!-- 28 -->[docs] Fix Tailwind CSS integration docs (#32512) @robertwt7
|
|
6179
6748
|
- ​<!-- 27 -->[docs] Fixed wrong command for the `link-underline-hover` codemod (#32793) @veronikaslc
|
|
6180
6749
|
- ​<!-- 26 -->[docs] Fixed broken link on the icons page (#32780) @SamuelMaddox
|
|
6181
6750
|
- ​<!-- 25 -->[docs] Add "back to top" button (#30441) @VibhorJaiswal
|
|
@@ -6746,7 +7315,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
6746
7315
|
- ​<!-- 21 -->[docs] Fix in-house ad for the design kits (#31965) @oliviertassinari
|
|
6747
7316
|
- ​<!-- 20 -->[docs] Fix the documentation for filterOptions in Autocomplete API page (#31416) @santhoshbala0178
|
|
6748
7317
|
- ​<!-- 19 -->[docs] Update href for 'TypeScript guide on theme customization' (#31880) @NickFoden
|
|
6749
|
-
- ​<!-- 18 -->[docs] Fix the CSS
|
|
7318
|
+
- ​<!-- 18 -->[docs] Fix the CSS Modules example in the Interoperability page (#31935) @WilsonNet
|
|
6750
7319
|
- ​<!-- 17 -->[docs] Fix small typo in the `styled()` utility page (#31967) @jason1985
|
|
6751
7320
|
- ​<!-- 16 -->[docs] Update mui-x on material-ui navigation (#31810) @siriwatknp
|
|
6752
7321
|
- ​<!-- 15 -->[docs] Copy ClickAwayListener docs to Base (#31878) @michaldudak
|
|
@@ -7115,7 +7684,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
7115
7684
|
- [docs] Use full product names (Material UI, MUI System) (#30960) @oliviertassinari
|
|
7116
7685
|
- [docs] Prefer useEnhancedEffect to avoid server side warnings (#30977) @mnajdova
|
|
7117
7686
|
- [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
|
|
7118
|
-
- [docs] Add live Tailwind
|
|
7687
|
+
- [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
|
|
7119
7688
|
- [website] Add banner for promoting priority open roles (#31076) @danilo-leal
|
|
7120
7689
|
- [website] Open Full-stack Engineer role for studio (#31038) @prakhargupta1
|
|
7121
7690
|
- [website] Minor security improvements (#31062) @oliviertassinari
|
|
@@ -7298,7 +7867,7 @@ _Jan 24, 2022_
|
|
|
7298
7867
|
|
|
7299
7868
|
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
7300
7869
|
|
|
7301
|
-
- 🛠 @mnajdova added interoperability guide for using Tailwind
|
|
7870
|
+
- 🛠 @mnajdova added interoperability guide for using Tailwind CSS (#30700)
|
|
7302
7871
|
- A meaningful number of 🐛 bug fixes and 📚 documentation improvements.
|
|
7303
7872
|
|
|
7304
7873
|
### `@mui/icons-material@5.3.1`
|
|
@@ -7324,7 +7893,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
7324
7893
|
- ​<!-- 21 -->[docs] Fix SEO crawl errors (#30733) @oliviertassinari
|
|
7325
7894
|
- ​<!-- 20 -->[docs] Update migration-v4.md (#30721) @ddecrulle
|
|
7326
7895
|
- ​<!-- 19 -->[docs] Fix migration issues detected by `ahrefs` (#30751) @siriwatknp
|
|
7327
|
-
- ​<!-- 18 -->[docs] Add interoprability guide for using Tailwind
|
|
7896
|
+
- ​<!-- 18 -->[docs] Add interoprability guide for using Tailwind CSS (#30700) @mnajdova
|
|
7328
7897
|
- ​<!-- 17 -->[docs] Fix typo in containedSizeMedium class (#30723) @aaneitchik
|
|
7329
7898
|
- ​<!-- 16 -->[docs] Hotfix the wrong URL in X marketing page (#30729) @siriwatknp
|
|
7330
7899
|
- ​<!-- 15 -->[docs] Post migration preparation fix (#30716) @siriwatknp
|
|
@@ -7538,7 +8107,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
7538
8107
|
- ​<!-- 08 -->[docs] Fix incorrect number of breakpoint helpers (#30353) @chwallen
|
|
7539
8108
|
- ​<!-- 07 -->[docs] Update outdated links (#30260) @oliviertassinari
|
|
7540
8109
|
- ​<!-- 06 -->[docs] Support redirects from old urls to /material/\* (#30286) @siriwatknp
|
|
7541
|
-
- ​<!-- 05 -->[examples] Fix CSS
|
|
8110
|
+
- ​<!-- 05 -->[examples] Fix CSS Modules integration (#30381) @oliviertassinari
|
|
7542
8111
|
- ​<!-- 02 -->[website] Fix SEO issues (#30372) @oliviertassinari
|
|
7543
8112
|
- ​<!-- 01 -->[website] Sync sponsors (#30259) @oliviertassinari
|
|
7544
8113
|
|
|
@@ -7666,7 +8235,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
7666
8235
|
- ​<!-- 19 -->[docs] Sync translations with Crowdin (#30067) @l10nbot
|
|
7667
8236
|
- ​<!-- 18 -->[docs] Fix link on "Custom variables" section in the Theming page #30100 @danilo-leal
|
|
7668
8237
|
- ​<!-- 17 -->[docs] Fix justifyContent option in the Grid interactive demo (#30117) @danilo-leal
|
|
7669
|
-
- ​<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in Stack
|
|
8238
|
+
- ​<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in Stack Overflow (#30101) @danilo-leal
|
|
7670
8239
|
- ​<!-- 15 -->[docs] Fix import example inside Unstyled Backdrop section (#30098) @TheodosiouTh
|
|
7671
8240
|
- ​<!-- 01 -->[website] Column pinning and Tree data are out (#30136) @oliviertassinari
|
|
7672
8241
|
- ​<!-- 07 -->[survey] Remove survey promotion items (#30122) @danilo-leal
|
|
@@ -7692,7 +8261,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
7692
8261
|
|
|
7693
8262
|
<a href="https://mui.com/components/tables/#unstyled-table"><img width="800" alt="unstyled table" src="https://user-images.githubusercontent.com/4512430/144862194-584356ef-7d9d-462c-a631-186a7e716193.png"></a>
|
|
7694
8263
|
|
|
7695
|
-
You can follow our progress with unstyled components at https://github.com/mui/
|
|
8264
|
+
You can follow our progress with unstyled components at https://github.com/mui/base-ui/issues/10.
|
|
7696
8265
|
|
|
7697
8266
|
- 🎉 We have added an example of how to use MUI with [Remix](https://remix.run/) (#29952) @mnajdova
|
|
7698
8267
|
|
|
@@ -7747,7 +8316,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
7747
8316
|
- ​<!-- 21 -->[docs] Update nextjs-typescript-example (#29974) @huydhoang
|
|
7748
8317
|
- ​<!-- 20 -->[docs] Add missing global state classes to API docs generator (#29945) @michaldudak
|
|
7749
8318
|
- ​<!-- 19 -->[docs] Fix benchmarks folder link (#29981) @fourjr
|
|
7750
|
-
- ​<!-- 18 -->[docs] Improve wording in Stack
|
|
8319
|
+
- ​<!-- 18 -->[docs] Improve wording in Stack Overflow section of support page (#29956) @ronwarner
|
|
7751
8320
|
- ​<!-- 17 -->[docs] Remove Black Friday sale notification (#29936) @mbrookes
|
|
7752
8321
|
- ​<!-- 16 -->[examples] Fix typos in the Remix example (#30071) @MichaelDeBoey
|
|
7753
8322
|
- ​<!-- 15 -->[examples] Add Remix example (#29952) @mnajdova
|
|
@@ -7760,7 +8329,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
7760
8329
|
### Core
|
|
7761
8330
|
|
|
7762
8331
|
- ​<!-- 31 -->[core] Batch small changes (#30042) @oliviertassinari
|
|
7763
|
-
- ​<!-- 28 -->[core] Transition to a new Stack
|
|
8332
|
+
- ​<!-- 28 -->[core] Transition to a new Stack Overflow tag (#29967) @oliviertassinari
|
|
7764
8333
|
|
|
7765
8334
|
All contributors of this release in alphabetical order: @chao813, @daniel-sachs, @danilo-leal, @Domino987, @eduardomcv, @flaviendelangle, @fourjr, @genzyy, @hbjORbj, @huydhoang, @jayeclark, @jonathanrtuck, @kkorach, @l10nbot, @mbrookes, @MichaelDeBoey, @michaldudak, @mnajdova, @oliviertassinari, @ronwarner, @Semigradsky, @siriwatknp, @tasugi, @ThewBear, @ZeeshanTamboli
|
|
7766
8335
|
|
|
@@ -7959,7 +8528,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
7959
8528
|
|
|
7960
8529
|
- ​<!-- 27 -->[core] Rename mui/core to mui/base (#29585) @michaldudak
|
|
7961
8530
|
|
|
7962
|
-
Based on the results of the [poll](https://
|
|
8531
|
+
Based on the results of the [poll](https://x.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.
|
|
7963
8532
|
|
|
7964
8533
|
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.
|
|
7965
8534
|
|
|
@@ -9036,7 +9605,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
9036
9605
|
- ​<!-- 37 -->[website] Add spicefactory as gold sponsor @oliviertassinari
|
|
9037
9606
|
- ​<!-- 30 -->[website] Homepage rebranding (#27488) @siriwatknp
|
|
9038
9607
|
- ​<!-- 24 -->[website] Add Flavien to team and about pages (#27575) @flaviendelangle
|
|
9039
|
-
- ​<!-- 17 -->[website] Add Ryan to Community contributors for Stack
|
|
9608
|
+
- ​<!-- 17 -->[website] Add Ryan to Community contributors for Stack Overflow contributions (#27529) @ryancogswell
|
|
9040
9609
|
- ​<!-- 02 -->[website] Add references section to home (#27444) @siriwatknp
|
|
9041
9610
|
|
|
9042
9611
|
### Core
|
|
@@ -9162,7 +9731,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
9162
9731
|
|
|
9163
9732
|
<a href="https://mui.com/components/switches/#unstyled"><img width="832" alt="switch" src="https://user-images.githubusercontent.com/3165635/125192249-236f8a80-e247-11eb-9df9-17d476379a32.png"></a>
|
|
9164
9733
|
|
|
9165
|
-
You can follow our progress at https://github.com/mui/
|
|
9734
|
+
You can follow our progress at https://github.com/mui/base-ui/issues/10.
|
|
9166
9735
|
|
|
9167
9736
|
- 💄 We have updated the default `info` `success` `warning` color to be more accessible (#26817) @siriwatknp.
|
|
9168
9737
|
You can find the new [default values](https://mui.com/material-ui/customization/palette/#default-values) in the documentation.
|
|
@@ -9908,7 +10477,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
9908
10477
|
- [ButtonBase] Fix role="button" attribute (#26271) @Gautam-Arora24
|
|
9909
10478
|
- [Dialog] Fix support for custom breakpoints (#26331) @jeferson-sb
|
|
9910
10479
|
- [Select] Open popup below button (#26200) @oliviertassinari
|
|
9911
|
-
- [TextField] Add variants support,
|
|
10480
|
+
- [TextField] Add variants support, for example custom sizes (#26468) @siriwatknp
|
|
9912
10481
|
- [Tooltip] Improve handling of small vs. touch screens (#26097) @oliviertassinari
|
|
9913
10482
|
|
|
9914
10483
|
### `@material-ui/codemod@5.0.0-alpha.35`
|
|
@@ -11433,7 +12002,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
11433
12002
|
|
|
11434
12003
|
- ​<!-- 78 -->[system] Use spacing unit in `gap`, `rowGap`, and `columnGap` (#24794) @ruppysuppy
|
|
11435
12004
|
|
|
11436
|
-
If you were using a number previously, you need to provide the value in `px` to bypass the new transformation with `theme.spacing`. The change was done for consistency with the Grid spacing prop and the other system spacing properties,
|
|
12005
|
+
If you were using a number previously, you need to provide the value in `px` to bypass the new transformation with `theme.spacing`. The change was done for consistency with the Grid spacing prop and the other system spacing properties, for example `<Box padding={2}>`.
|
|
11437
12006
|
|
|
11438
12007
|
```diff
|
|
11439
12008
|
<Box
|
|
@@ -11451,7 +12020,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
11451
12020
|
#### Breaking changes
|
|
11452
12021
|
|
|
11453
12022
|
- ​<!-- 91 -->[types] Rename the exported `Omit` type in `@material-ui/types`. (#24795) @petyosi
|
|
11454
|
-
The module is now called `DistributiveOmit`. The change removes the confusion with the built-in `Omit` helper introduced in TypeScript v3.5. The built-in `Omit`, while similar, is non-distributive. This leads to differences when applied to union types. [See this Stack
|
|
12023
|
+
The module is now called `DistributiveOmit`. The change removes the confusion with the built-in `Omit` helper introduced in TypeScript v3.5. The built-in `Omit`, while similar, is non-distributive. This leads to differences when applied to union types. [See this Stack Overflow answer for further details](https://stackoverflow.com/a/57103940/1009797).
|
|
11455
12024
|
|
|
11456
12025
|
```diff
|
|
11457
12026
|
-import { Omit } from '@material-ui/types';
|
|
@@ -11817,7 +12386,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
11817
12386
|
- 👩🎤 Migrate the Avatar to emotion (#24114) @oliviertassinari
|
|
11818
12387
|
- 👩🎤 Migrate the Button to emotion (#24107, #24100) @mnajdova
|
|
11819
12388
|
- ♿️ Improve TrapFocus behavior, ignore the container as a tabbable element (#23364) @gregnb
|
|
11820
|
-
In rare cases, an element might not longer be tabbable when looping,
|
|
12389
|
+
In rare cases, an element might not longer be tabbable when looping, for example overflow container in Firefox.
|
|
11821
12390
|
You can work around the problem by adding a `tabIndex={0}` or customizing the `getTabbable` prop.
|
|
11822
12391
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
11823
12392
|
|
|
@@ -12357,7 +12926,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
12357
12926
|
|
|
12358
12927
|
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.
|
|
12359
12928
|
|
|
12360
|
-
- 📚 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,
|
|
12929
|
+
- 📚 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, for example padding, but when pushed to its limits, it can be used to implement quickly a complete page.
|
|
12361
12930
|
- 👩🎨 Upgrade emotion to v11 (#23007) @mnajdova.
|
|
12362
12931
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
12363
12932
|
|
|
@@ -12376,7 +12945,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
12376
12945
|
```
|
|
12377
12946
|
|
|
12378
12947
|
- [Autocomplete] Remove `debug` in favor of `open` and dev tools (#23377) @eps1lon
|
|
12379
|
-
There are a couple of simpler alternatives: `open={true}`, Chrome devtools ["Emulate focused"](https://
|
|
12948
|
+
There are a couple of simpler alternatives: `open={true}`, Chrome devtools ["Emulate focused"](https://x.com/sulco/status/1305841873945272321), or React devtools props.
|
|
12380
12949
|
|
|
12381
12950
|
#### Changes
|
|
12382
12951
|
|
|
@@ -12469,7 +13038,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
12469
13038
|
|
|
12470
13039
|
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).
|
|
12471
13040
|
|
|
12472
|
-
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,
|
|
13041
|
+
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, for example [useAutocomplete](https://mui.com/components/autocomplete/#useautocomplete) or [usePagination](https://mui.com/components/pagination/#usepagination).
|
|
12473
13042
|
|
|
12474
13043
|
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.
|
|
12475
13044
|
|
|
@@ -12496,7 +13065,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
12496
13065
|
- [Avatar] Fix usage of srcset property (#23286) @matheuspiment
|
|
12497
13066
|
- [ClickAwayListener] Fix mounting behavior in Portals in React 17 (#23315) @eps1lon
|
|
12498
13067
|
- [core] Allow React 17 (#23311) @eps1lon
|
|
12499
|
-
- [Icon] Fix translation,
|
|
13068
|
+
- [Icon] Fix translation, for example Google Translate (#23237) @cbeltrangomez84
|
|
12500
13069
|
- [LinearProgress] Fix Safari's bug during composition of different paint (#23293) @montogeek
|
|
12501
13070
|
- [Radio] Fix dot misalignment in Safari (#23239) @anasufana
|
|
12502
13071
|
- [styled-engine] Fix tagged template syntax with multiple expressions (#23269) @eps1lon
|
|
@@ -14178,7 +14747,7 @@ A big thanks to the 11 contributors who made this release possible.
|
|
|
14178
14747
|
- [core] Drop support for non-ref-forwarding class components (#21811) @eps1lon
|
|
14179
14748
|
Support for non-ref-forwarding class components in the `component` prop or as an immediate `children` has been dropped. If you were using `unstable_createStrictModeTheme` or didn't see any warnings related to `findDOMNode` in `React.StrictMode` then you don't need to do anything.
|
|
14180
14749
|
Otherwise check out the ["Caveat with refs" section in our composition guide](/guides/composition/#caveat-with-refs) to find out how to migrate.
|
|
14181
|
-
This change affects almost all components where you're using the `component` prop or passing `children` to components that require `children` to be elements (
|
|
14750
|
+
This change affects almost all components where you're using the `component` prop or passing `children` to components that require `children` to be elements (for example `<MenuList><CustomMenuItem /></MenuList>`)
|
|
14182
14751
|
- [Stepper] Use context API (#21613) @baterson
|
|
14183
14752
|
Rely on the context over the `React.cloneElement()` API.
|
|
14184
14753
|
This change makes composition easier.
|