@mui/styled-engine-sc 6.0.0-alpha.2 → 6.0.0-alpha.20
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 +2066 -403
- package/README.md +1 -1
- package/index.d.ts +81 -35
- package/index.js +1 -1
- package/legacy/index.js +1 -1
- package/modern/index.js +1 -1
- package/node/index.js +3 -3
- package/package.json +7 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,1669 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## v6.0.0-alpha.1
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.0.0-alpha.0..next -->
|
|
6
|
+
|
|
7
|
+
_Apr 5, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 🔥 Converted 3 more Material UI components to use Pigment CSS. Current progress is 36%!
|
|
12
|
+
- 🚀 Added a spacing CSS variable to the Material UI and Joy UI themes.
|
|
13
|
+
- 💫 Added 3 redesigned free Material UI templates: [Sign-in](https://next.mui.com/material-ui/getting-started/templates/sign-in/), [Sign-in side](https://next.mui.com/material-ui/getting-started/templates/sign-in-side/), and [Sign-up](https://next.mui.com/material-ui/getting-started/templates/sign-up/).
|
|
14
|
+
|
|
15
|
+
### `@mui/material@6.0.0-alpha.1`
|
|
16
|
+
|
|
17
|
+
- [AppBar] Convert to support CSS extraction (#41247) @mnajdova
|
|
18
|
+
- [Badge] Deprecate components and componentsProps (#41655) @skmanoj322
|
|
19
|
+
- [Button] Convert to support CSS extraction (#41378) @siriwatknp
|
|
20
|
+
- [ButtonGroup] Convert to support CSS extraction (#41666) @zanivan
|
|
21
|
+
- [RadioGroup] Apply classnames (#41610) @ZeeshanTamboli
|
|
22
|
+
- [Slider] Move palette styles to the bottom (#41676) @siriwatknp
|
|
23
|
+
- Add the `spacing` theme token (#40224) @siriwatknp
|
|
24
|
+
|
|
25
|
+
### `@mui/system@6.0.0-alpha.1`
|
|
26
|
+
|
|
27
|
+
- Add the `spacing` theme token to be used in `theme.spacing()` (#40224) @siriwatknp
|
|
28
|
+
|
|
29
|
+
### `@mui/codemod@6.0.0-alpha.1`
|
|
30
|
+
|
|
31
|
+
- [codemod] Setup v6 codemod structure (#41668) @DiegoAndai
|
|
32
|
+
|
|
33
|
+
### `@mui/lab@6.0.0-alpha.1`
|
|
34
|
+
|
|
35
|
+
- [TabPanel] Add keepMounted prop to match Joy UI (#41651) @ppaskaris-plooto
|
|
36
|
+
|
|
37
|
+
### `@mui/joy@5.0.0-beta.34`
|
|
38
|
+
|
|
39
|
+
- Add `spacing` theme token (#40224) @siriwatknp
|
|
40
|
+
|
|
41
|
+
### `@pigment-css/react@0.0.5`
|
|
42
|
+
|
|
43
|
+
- Improve sx prop support (#41589) @brijeshb42
|
|
44
|
+
- Fix Emotion styled error (#41699) @siriwatknp
|
|
45
|
+
- Fix propTypes removal during eval stage (#41695) @brijeshb42
|
|
46
|
+
- Fix props forwarding (#41688) @siriwatknp
|
|
47
|
+
- Fix sx prop transformation on Box (#41705) @brijeshb42
|
|
48
|
+
|
|
49
|
+
### `@pigment-css/vite-plugin@0.0.5`
|
|
50
|
+
|
|
51
|
+
- Use constant filename for pigment styles (#41667) @brijeshb42
|
|
52
|
+
|
|
53
|
+
### `@pigment-css/nextjs-plugin@0.0.5`
|
|
54
|
+
|
|
55
|
+
- Add missing RTL implementation (#41751) @brijeshb42
|
|
56
|
+
|
|
57
|
+
### Docs
|
|
58
|
+
|
|
59
|
+
- [pigment-css] Update README.md installation to use the next tag (#41649) @mnajdova
|
|
60
|
+
- [pigment-css] Add "Building design system components" guide with Pigment CSS (#41635) @siriwatknp
|
|
61
|
+
- Continue migration of Base UI to sperate repository @oliviertassinari
|
|
62
|
+
- Stick to one way to write IE 11 @oliviertassinari
|
|
63
|
+
- Fix typo in CONTRIBUTING.md (#41670) @adriancuadrado
|
|
64
|
+
- Drop IE 11 official support (#41611) @iammminzzy
|
|
65
|
+
- [material-ui] Fix typo on the Accordion page (#41687) @connorshea
|
|
66
|
+
- [pigment-css] Add small edits on the README (#41646) @danilo-leal
|
|
67
|
+
- [pigment-css] Edit the example app's README files (#41639) @danilo-leal
|
|
68
|
+
|
|
69
|
+
### Core
|
|
70
|
+
|
|
71
|
+
- [code-infra] Move BrandingProvider/brandingTheme/InfoCard to @mui/docs (#41206) @Janpot
|
|
72
|
+
- [core] Automate cherry-pick of PRs from `next` -> `master` (#41741) @aarongarciah
|
|
73
|
+
- [core] Update the prettier script to use the next branch (#41637) @mnajdova
|
|
74
|
+
- [docs-infra] Skip loading source for non-editable modules (#41588) @bharatkashyap
|
|
75
|
+
- [docs-infra] Vale rule for M3 (#41737) @oliviertassinari
|
|
76
|
+
- [docs-infra] Allows to remove edit button (#41702) @alexfauquette
|
|
77
|
+
- [pigment-css][examples] Add example project with Remix (#41700) @brijeshb42
|
|
78
|
+
- [examples] Update MUI's packages to the next version (#41701) @mnajdova
|
|
79
|
+
- [material-ui] Refine the Sign-in and Sign-up templates (#41192) @zanivan
|
|
80
|
+
- [test] Add test to display options provided to the options prop even if loading is true. (#41675) @ZeeshanTamboli
|
|
81
|
+
- [blog] Refresh the design slightly (#41697) @danilo-leal
|
|
82
|
+
- [website] Use en-US over en-UK for career link @oliviertassinari
|
|
83
|
+
- [website] Add Aarón to About Us (#41736) @aarongarciah
|
|
84
|
+
- [website] Refine button design and other details (#41686) @danilo-leal
|
|
85
|
+
- [website] Improve job og image (#41672) @oliviertassinari
|
|
86
|
+
- [website] Page <title> should have no dots @oliviertassinari
|
|
87
|
+
|
|
88
|
+
All contributors of this release in alphabetical order: @aarongarciah, @adriancuadrado, @alexfauquette, @bharatkashyap, @brijeshb42, @connorshea, @danilo-leal, @DiegoAndai, @iammminzzy, @Janpot, @JCQuintas, @levigunz, @mnajdova, @oliviertassinari, @ppaskaris-plooto, @siriwatknp, @skmanoj322, @zanivan, @ZeeshanTamboli
|
|
89
|
+
|
|
90
|
+
## v6.0.0-alpha.0
|
|
91
|
+
|
|
92
|
+
<!-- generated comparing v5.15.14..next -->
|
|
93
|
+
|
|
94
|
+
_Mar 26, 2024_
|
|
95
|
+
|
|
96
|
+
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
97
|
+
|
|
98
|
+
- 🔥 Converted 10+ Material UI components to support static CSS extraction
|
|
99
|
+
- ⬅️ Added RTL support in Pigment CSS (#41570) @brijeshb42
|
|
100
|
+
|
|
101
|
+
### `@mui/material@6.0.0-alpha.0`
|
|
102
|
+
|
|
103
|
+
- [BottomNavigation] Convert to support CSS extraction (#41612) @aacevski
|
|
104
|
+
- [AvatarGroup] Convert to support CSS extraction (#41485) @zanivan
|
|
105
|
+
- [Backdrop] Convert to support CSS extraction (#41581) @aacevski
|
|
106
|
+
- [Breadcrumbs] Convert to support CSS extraction (#41496) @aacevski
|
|
107
|
+
- [Card] Convert to support CSS extraction (#41580) @aacevski
|
|
108
|
+
- [Divider] Convert to support CSS extraction (#41366) @sai6855
|
|
109
|
+
- [FormControl] Convert to support CSS extraction (#41613) @aacevski
|
|
110
|
+
- [FormGroup] Convert to support CSS extraction (#41614) @aacevski
|
|
111
|
+
- [MobileStepper] Convert to support CSS extraction (#41533) @aacevski
|
|
112
|
+
- [Modal] Support CSS extraction (#41483) @sai6855
|
|
113
|
+
- [Popover] Convert to support CSS extraction (#41564) @aacevski
|
|
114
|
+
- [Stepper] Convert to support CSS extraction (#41546) @aacevski
|
|
115
|
+
- [Autocomplete] Display options provided to the `options` prop even if loading is true (#41634) @nekoya
|
|
116
|
+
- [Backdrop] Deprecate TransitionComponent (#40677) @harry-whorlow
|
|
117
|
+
- [ButtonGroup] Deprecate composed classes (#41259) @sai6855
|
|
118
|
+
- [StepLabel] Deprecate `componentProps` prop (#41321) @sai6855
|
|
119
|
+
- [Chip] Convert to support CSS extraction (#41592) @DiegoAndai
|
|
120
|
+
|
|
121
|
+
### `@pigment-css/react@0.0.4`
|
|
122
|
+
|
|
123
|
+
- Fix evaluation of undefined variables (#41569) @siriwatknp
|
|
124
|
+
- Fix react-modal demos location (#41560) @sai6855
|
|
125
|
+
- [react] RTL Support (#41570) @brijeshb42
|
|
126
|
+
|
|
127
|
+
### `@mui/system@6.0.0-alpha.0`
|
|
128
|
+
|
|
129
|
+
- [core] Standardize index pattern (#41574) @DiegoAndai
|
|
130
|
+
- Fix typo to avoid infinite recursion in function call (#41616) @michael-land
|
|
131
|
+
- Move stylesheet generator to `extendTheme` (#41446) @siriwatknp
|
|
132
|
+
|
|
133
|
+
### Docs
|
|
134
|
+
|
|
135
|
+
- [joy-ui] Refresh the marketing example on the Color Inversion page (#41497) @cipherlogs
|
|
136
|
+
- [material-ui] Add v5 to v6 migration guide (#41561) @DiegoAndai
|
|
137
|
+
- [system] Add v5 to v6 migration guide (#41575) @DiegoAndai
|
|
138
|
+
- [material-ui][Slider] Remove `valueLabelFormat` from restricted values demo so that the tooltip thumb label displays the same as the value text (#41567) @StylesTrip
|
|
139
|
+
- [pigment-css] Update the RTL section on the readme (#41576) @danilo-leal
|
|
140
|
+
|
|
141
|
+
### Core
|
|
142
|
+
|
|
143
|
+
- [blog] Update the callout (#41645) @cherniavskii
|
|
144
|
+
- [blog] Link to Romain's blog post in MUI X v7 announcement post (#41640) @cherniavskii
|
|
145
|
+
- [blog] Blog post with MUI X v7.0.0 annoucement (#41563) @joserodolfofreitas
|
|
146
|
+
- [blog] Add post about remote (#41565) @danilo-leal
|
|
147
|
+
- [core] Restore the pnpm-lock.yaml (#41643) @mnajdova
|
|
148
|
+
- [core] Fix failing CI steps (#41636) @mnajdova
|
|
149
|
+
- [core] Update browser support versions (#41568) @siriwatknp
|
|
150
|
+
- [core] Add instructions to deploying docs guide (#41582) @DiegoAndai
|
|
151
|
+
- [core] Add comment explaining the frequency of no-response action runs (#41555) @michaldudak
|
|
152
|
+
- [core] Init the next branch (#41552) @mnajdova
|
|
153
|
+
- [core] Lower the frequency of no-response action runs (#41553) @michaldudak
|
|
154
|
+
- [core] Update peerDependencies ranges to include v6 packages (#41662) @michaldudak
|
|
155
|
+
- [core] Run pnpm dedupe (#41658) @michaldudak
|
|
156
|
+
- [core] Fix dedupe check (#41657) @Janpot
|
|
157
|
+
- [pigment-css][demo] Add index page for material-ui (#41577) @brijeshb42
|
|
158
|
+
- [pigment-css][demo] Remove app specific pnpm workspace (#41393) @brijeshb42
|
|
159
|
+
- [docs] Add notification for MUI X v7 blog post (#41587) @cherniavskii
|
|
160
|
+
- [docs] MUI X v7 blog post annoucement followup (#41601) @joserodolfofreitas
|
|
161
|
+
- [docs] Update the installation guides to use the next tag (#41558) @mnajdova
|
|
162
|
+
- [docs][material-ui] Fix typo in CSS theme variables customization (#41632) @ZeeshanTamboli
|
|
163
|
+
- [material-ui][docs] Remove deleted page from the sidenav (#41594) @danilo-leal
|
|
164
|
+
- [website] Update pricing table (#41595) @cherniavskii
|
|
165
|
+
- [website] Add stray design adjustments throughout the site (#41547) @danilo-leal
|
|
166
|
+
|
|
167
|
+
All contributors of this release in alphabetical order: @aacevski, @brijeshb42, @cherniavskii, @cipherlogs, @danilo-leal, @DiegoAndai, @harry-whorlow, @Janpot, @joserodolfofreitas, @michael-land, @michaldudak, @mnajdova, @nekoya, @sai6855, @siriwatknp, @StylesTrip, @zanivan, @ZeeshanTamboli
|
|
168
|
+
|
|
169
|
+
## v5.15.15
|
|
170
|
+
|
|
171
|
+
<!-- generated comparing v5.15.14..master -->
|
|
172
|
+
|
|
173
|
+
_Apr 4, 2024_
|
|
174
|
+
|
|
175
|
+
A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
176
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
177
|
+
|
|
178
|
+
### `@mui/material@5.15.15`
|
|
179
|
+
|
|
180
|
+
- [Autocomplete] Display options provided to the `options` prop even if loading is true (#41677) @ZeeshanTamboli
|
|
181
|
+
- [RadioGroup] Apply classnames (#41681) @ZeeshanTamboli
|
|
182
|
+
|
|
183
|
+
### `@mui/system@5.15.15`
|
|
184
|
+
|
|
185
|
+
- Fix typo to avoid infinite recursion in function call (#41678) @ZeeshanTamboli
|
|
186
|
+
|
|
187
|
+
### Docs
|
|
188
|
+
|
|
189
|
+
- [material-ui][Slider] Remove `valueLabelFormat` from restricted values demo so that the tooltip thumb label displays the same as the value text (#41679) @ZeeshanTamboli
|
|
190
|
+
- [material-ui] Remove deleted page from the sidenav (#41594) @danilo-leal
|
|
191
|
+
- [material-ui] Fix typo in CSS theme variables customization (#41680) @ZeeshanTamboli
|
|
192
|
+
- Continue migration of Base UI to sperate repository @oliviertassinari
|
|
193
|
+
- Add notification for MUI X v7 blog post (#41587) (#41605) @cherniavskii
|
|
194
|
+
- Update the versions dropdown to show v6 (#41557) @mnajdova
|
|
195
|
+
|
|
196
|
+
### Core
|
|
197
|
+
|
|
198
|
+
- [blog] Link to Romain's blog post in MUI X v7 announcement post (#41641) @cherniavskii
|
|
199
|
+
- [blog] Blog post with MUI X v7.0.0 annoucement (#41563) (#41604) @cherniavskii
|
|
200
|
+
- [blog] Add post about remote (#41565) @danilo-leal
|
|
201
|
+
- [core] Continue rename of Toolpad @oliviertassinari
|
|
202
|
+
- [docs-infra] Add Toolpad product/category IDs to types (#41551) @bharatkashyap
|
|
203
|
+
- [website] Add Aarón to About Us (#41747) @aarongarciah
|
|
204
|
+
- [website] Add stray design adjustments throughout the site (#41642) @mnajdova
|
|
205
|
+
- [website] Update pricing table (#41606) @cherniavskii
|
|
206
|
+
|
|
207
|
+
All contributors of this release in alphabetical order: @aarongarciah, @bharatkashyap, @cherniavskii, @danilo-leal, @mnajdova, @oliviertassinari, @ZeeshanTamboli
|
|
208
|
+
|
|
209
|
+
## v5.15.14
|
|
210
|
+
|
|
211
|
+
<!-- generated comparing v5.15.13..master -->
|
|
212
|
+
|
|
213
|
+
_Mar 18, 2024_
|
|
214
|
+
|
|
215
|
+
A big thanks to the 15 contributors who made this release possible.
|
|
216
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
217
|
+
|
|
218
|
+
### `@mui/material@5.15.14`
|
|
219
|
+
|
|
220
|
+
- [Accordion] Convert to support CSS extraction (#41221) @mnajdova
|
|
221
|
+
- ​<!-- 24 -->[Autocomplete] Convert to support CSS extraction (#40330) @mnajdova
|
|
222
|
+
- ​<!-- 06 -->[Slider] Convert to support CSS extraction (#41201) @mnajdova
|
|
223
|
+
- ​<!-- 07 -->[Select] Fix variant type (#41405) @sai6855
|
|
224
|
+
- ​<!-- 09 -->[typescript] Use interface instead of type for props (#41500) @siriwatknp
|
|
225
|
+
|
|
226
|
+
### `@pigment-css/react@0.0.3`
|
|
227
|
+
|
|
228
|
+
- ​<!-- 03 -->Add Box component (#41451) @brijeshb42
|
|
229
|
+
|
|
230
|
+
### `pigment-css/nextjs-plugin@0.0.3`
|
|
231
|
+
|
|
232
|
+
- ​<!-- 04 -->Fix alias resolver (#41494) @brijeshb42
|
|
233
|
+
- ​<!-- 05 -->Follow-up to #41494 (#41502) @brijeshb42
|
|
234
|
+
|
|
235
|
+
### Docs
|
|
236
|
+
|
|
237
|
+
- ​<!-- 12 -->[joy-ui] Add UI improvements to the side navigation demo (#41461) @cipherlogs
|
|
238
|
+
- ​<!-- 11 -->[pigment-css] Add media query guide (#41473) @siriwatknp
|
|
239
|
+
- ​<!-- 10 -->[pigment-css] Fixing location of the ExtendTheme type in the docs (#41499) @jherr
|
|
240
|
+
- ​<!-- 08 -->[material-ui][Progress] Add Circular progress gradient demo from Github comment (#40559) @DiegoAndai
|
|
241
|
+
|
|
242
|
+
### Core
|
|
243
|
+
|
|
244
|
+
- ​<!-- 23 -->[blog] Bringing consistency to Material UI customization APIs (#41040) @DiegoAndai
|
|
245
|
+
- ​<!-- 22 -->[code-infra] Rename @mui-internal/docs-utils to @mui/internal-docs-utils (#41498) @michaldudak
|
|
246
|
+
- ​<!-- 21 -->[code-infra] Copy translations.json to @mui/docs build folder (#41472) @Janpot
|
|
247
|
+
- ​<!-- 20 -->[core] Use Circle CI context (#41532) @oliviertassinari
|
|
248
|
+
- ​<!-- 19 -->[core] Fix CHANGELOG format and update date (#41481) @DiegoAndai
|
|
249
|
+
- ​<!-- 18 -->[docs] Fix useStorageState regressions (#41223) @Janpot
|
|
250
|
+
- ​<!-- 17 -->[docs] Fix some Vale errors (#41516) @oliviertassinari
|
|
251
|
+
- ​<!-- 15 -->[material-ui][docs] Fix landing page template's h1 size (#41543) @zanivan
|
|
252
|
+
- ​<!-- 14 -->[material-ui][docs] Apply new code header docs feature (#41508) @danilo-leal
|
|
253
|
+
- ​<!-- 11 -->[material-next] Drop the package (#41544) @mnajdova
|
|
254
|
+
- ​<!-- 16 -->[docs-infra] Fail CI on Vale error (#40944) @oliviertassinari
|
|
255
|
+
- ​<!-- 15 -->[docs-infra] Improve Vale config @oliviertassinari
|
|
256
|
+
- ​<!-- 14 -->[docs-infra] Add a feature list "component" (#41484) @danilo-leal
|
|
257
|
+
- ​<!-- 13 -->[docs-infra] Add code block header classes (#41487) @danilo-leal
|
|
258
|
+
- ​<!-- 21 -->[docs-infra] Make the Algolia search input label invisible (#41542) @danilo-leal
|
|
259
|
+
- ​<!-- 03 -->[website] Improve navbar's items hover state (#41535) @EyaOuenniche
|
|
260
|
+
- ​<!-- 02 -->[website] Split Toolpad documentation (#41316) @bharatkashyap
|
|
261
|
+
- ​<!-- 01 -->[website] Use MUI X Data Grid v7-beta (#41276) @cherniavskii
|
|
262
|
+
|
|
263
|
+
All contributors of this release in alphabetical order: @bharatkashyap, @brijeshb42, @cherniavskii, @cipherlogs, @danilo-leal, @DiegoAndai, @EyaOuenniche, @Janpot, @jherr, @michaldudak, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @zanivan
|
|
264
|
+
|
|
265
|
+
## v5.15.13
|
|
266
|
+
|
|
267
|
+
<!-- generated comparing v5.15.12..master -->
|
|
268
|
+
|
|
269
|
+
_Mar 13, 2024_
|
|
270
|
+
|
|
271
|
+
A big thanks to the 18 contributors who made this release possible. Here are some highights ✨
|
|
272
|
+
|
|
273
|
+
- The Material UI free Checkout template got a design uplift (#41447) @zanivan
|
|
274
|
+
|
|
275
|
+
### `@mui/material@5.15.13`
|
|
276
|
+
|
|
277
|
+
- [Alert] Add `slots` and `slotProps` type to theme (#41324) @sai6855
|
|
278
|
+
- [Autocomplete] Fix the options list being added to the DOM in `freeSolo` mode even when there are no options, causing style problems (#41300) @rakeshmusturi
|
|
279
|
+
- Add `paperChannel` token (#41447) @siriwatknp
|
|
280
|
+
- [Switch] Convert to support CSS extraction (#41367) @alexfauquette
|
|
281
|
+
- [Tooltip] Support event handlers with extra parameters (#41320) @LukasTy
|
|
282
|
+
|
|
283
|
+
### `@mui/system@5.15.13`
|
|
284
|
+
|
|
285
|
+
- [RtlProvider] Add component & hook (#41241) @mnajdova
|
|
286
|
+
|
|
287
|
+
### `@mui/utils@5.15.13`
|
|
288
|
+
|
|
289
|
+
- [utils] Fix visually hidden styles' margin unit (#41477) @michaldudak
|
|
290
|
+
|
|
291
|
+
### `@mui/codemod@5.15.13`
|
|
292
|
+
|
|
293
|
+
- Fix merging of slotProps and componentProps (#41323) @sai6855
|
|
294
|
+
|
|
295
|
+
### `@mui/base@5.0.0-beta.39`
|
|
296
|
+
|
|
297
|
+
- [material-ui][joy-ui][Autocomplete] Keep in sync highlighted index when the option still exists (#41306) @CGNonofr
|
|
298
|
+
- [FormControl] Export `FormControlOwnerState` type from index (#41287) @michaeldfoley
|
|
299
|
+
- [material-ui][TextareaAutosize] Fix inline style not getting applied (#41369) @ZeeshanTamboli
|
|
300
|
+
|
|
301
|
+
### `@pigment-css/react@0.0.2`
|
|
302
|
+
|
|
303
|
+
- Handle more scenarios while transforming sx prop (#41372) @brijeshb42
|
|
304
|
+
- Improve testing of fixtures (#41389) @brijeshb42
|
|
305
|
+
- Fix `keyframes` serialize styles error (#41395) @siriwatknp
|
|
306
|
+
- Use class selector instead of class value (#41442) @brijeshb42
|
|
307
|
+
- [next] Warn about unsupported turbo mode in Next.js (#41445) @brijeshb42
|
|
308
|
+
|
|
309
|
+
### Docs
|
|
310
|
+
|
|
311
|
+
- [material-ui] Refine checkout template (#40967) @zanivan
|
|
312
|
+
- [material-ui] Add docs for complementary List components (#41329) @anle9650
|
|
313
|
+
- [material-ui] Add docs for complementary Dialog components (#41313) @jwithington
|
|
314
|
+
- [material-ui] Fix Templates live preview link (#41467) @danilo-leal
|
|
315
|
+
- [material-ui] Polish out the templates page (#41468) @zanivan
|
|
316
|
+
- [material-ui] Adjust the Templates card design (#41450) @danilo-leal
|
|
317
|
+
- [joy-ui] Remove unnecessary styles in color inversion footer demo (#41419) @cipherlogs
|
|
318
|
+
- [joy-ui] Update case studies chip background color (#41413) @cipherlogs
|
|
319
|
+
- [joy-ui] Remove wrong CSS prop from the Sign-in-side template (#41383) @cipherlogs
|
|
320
|
+
- [joy-ui] Fix broken link on the Color Inversion page (#41407) @cipherlogs
|
|
321
|
+
- [pigment] Add example and guide section (#41249) @siriwatknp
|
|
322
|
+
- [pigment-css] Brand name nonbreaking space (#41438) @oliviertassinari
|
|
323
|
+
- [pigment-css] Fix import on the README (#41411) @danilo-leal
|
|
324
|
+
- [pigment-css] Edit starter template links on README (#41409) @danilo-leal
|
|
325
|
+
- [pigment-css] Tweak the examples and edit READMEs (#41408) @danilo-leal
|
|
326
|
+
- [pigment-css] Adjust the bit about CSS vars on the README (#41463) @danilo-leal
|
|
327
|
+
- Finish brand name fixes #41438 @oliviertassinari
|
|
328
|
+
- Remove noreferrer @oliviertassinari
|
|
329
|
+
- Fix v4 docs `<b>` appearing in notifications (#41390) @peterwangsc
|
|
330
|
+
- Update GitHub project links (#41370) @danilo-leal
|
|
331
|
+
|
|
332
|
+
### Core
|
|
333
|
+
|
|
334
|
+
- [pigment] Make all Pigment CSS packages public (#41404) @brijeshb42
|
|
335
|
+
- [pigment] Rename directories to match package names (#41453) @brijeshb42
|
|
336
|
+
- [pigment-css] Example fix leading spaces (#41439) @oliviertassinari
|
|
337
|
+
- [code-infra] Add short note about e2e-website workflow schedule (#41355) @Janpot
|
|
338
|
+
- [code-infra] Add alias for icon types (#41248) @Janpot
|
|
339
|
+
- [code-infra] Reduce concurrency of typescript:ci further (#41392) @Janpot
|
|
340
|
+
- [code-infra] Reduce concurrency for test_types ci job (#41385) @Janpot
|
|
341
|
+
- [code-infra] Adapt API code generator to Base UI repo needs (#41475) @michaldudak
|
|
342
|
+
- [docs-infra] Don't generate preview files for the templates (#41379) @mnajdova
|
|
343
|
+
- [docs-infra] Fix Pigment CSS apps path in the render mui demos script (#41476) @mnajdova
|
|
344
|
+
- [docs-infra] move feedback to ESM (#41381) @alexfauquette
|
|
345
|
+
- [docs-infra] Improve color contrast throughout (#41387) @danilo-leal
|
|
346
|
+
- [docs-infra] Simplify Algolia crawler config (#41312) @oliviertassinari
|
|
347
|
+
- [docs-infra] Adjust the tabs and layout selection design (#41084) @danilo-leal
|
|
348
|
+
- [blog] Update the Base UI post with links to dedicated repo (#41358) @danilo-leal
|
|
349
|
+
- [website] Update the Careers page role (#41384) @danilo-leal
|
|
350
|
+
- [website] Compress about images @oliviertassinari
|
|
351
|
+
- [website] Improve color contrast on the homepage (#41465) @danilo-leal
|
|
352
|
+
- [examples] Add pigment-css-vite-ts starter example (#41196) @siriwatknp
|
|
353
|
+
- [examples] Add pigment-css-nextjs-ts starter project (#41105) @siriwatknp
|
|
354
|
+
|
|
355
|
+
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
|
|
356
|
+
|
|
357
|
+
## v5.15.12
|
|
358
|
+
|
|
359
|
+
<!-- generated comparing v5.15.11..master -->
|
|
360
|
+
|
|
361
|
+
_Mar 5, 2024_
|
|
362
|
+
|
|
363
|
+
A big thanks to the 21 contributors who made this release possible.
|
|
364
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
365
|
+
|
|
366
|
+
### `@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`
|
|
367
|
+
|
|
368
|
+
- This is the first public release of our new zero-runtime CSS-in-JS library, Pigment CSS.
|
|
369
|
+
|
|
370
|
+
### `@mui/material@5.15.12`
|
|
371
|
+
|
|
372
|
+
- ​<!-- 52 -->Support props callback type in theme variants (#40946) @ZeeshanTamboli
|
|
373
|
+
- ​<!-- 50 -->[Alert] Convert to support zero runtime (#41230) @siriwatknp
|
|
374
|
+
- ​<!-- 49 -->[Alert] Deprecate composed classes (#40688) @DiegoAndai
|
|
375
|
+
- ​<!-- 44 -->[Button] Deprecate classes for v6 (#40675) @sai6855
|
|
376
|
+
- ​<!-- 43 -->[Checkbox] `large` size added in type (#34909) @smox
|
|
377
|
+
- ​<!-- 42 -->[Chip] Deprecate composed classes (#41235) @sai6855
|
|
378
|
+
- ​<!-- 41 -->[Chip] Correct `deleteIconColorPrimary` and `deleteIconColorSecondary` class descriptions (#41231) @sai6855
|
|
379
|
+
- ​<!-- 17 -->Remove unused dev dependency on @mui/lab (#41198) @brijeshb42
|
|
380
|
+
- ​<!-- 15 -->[Slider] Deprecate components and componentProps props for v6 (#40777) @lhilgert9
|
|
381
|
+
|
|
382
|
+
### `@mui/system@5.15.12`
|
|
383
|
+
|
|
384
|
+
- ​<!-- 16 -->[pigment-css][material-ui] Render badge demos (#41353) @siriwatknp
|
|
385
|
+
- ​<!-- 14 -->[pigment-css] Update to latest wyw version (#41363) @brijeshb42
|
|
386
|
+
- ​<!-- 13 -->[pigment-css] Rename scope to @pigment-css (#41354) @brijeshb42
|
|
387
|
+
- ​<!-- 12 -->[pigment-css] Rename zero-runtime to pigmentcss (#41317) @brijeshb42
|
|
388
|
+
- ​<!-- 11 -->Fix createSpacing return type (#41318) @matystroia
|
|
389
|
+
- ​<!-- 06 -->[zero] Add support for styled tagged-template literals (#41268) @brijeshb42
|
|
390
|
+
- ​<!-- 05 -->[zero] Set up Material UI migration demos (#41267) @siriwatknp
|
|
391
|
+
- ​<!-- 04 -->[zero] Move extendTheme to already existing @mui/zero-runtime/utils (#41254) @brijeshb42
|
|
392
|
+
- ​<!-- 03 -->[zero] Remove `object` intersection from CSS Fallback (#41271) @siriwatknp
|
|
393
|
+
- ​<!-- 02 -->[zero] Minor wording changes in README (#41253) @brijeshb42
|
|
394
|
+
- ​<!-- 01 -->[zero] Prepare zero-runtime packages for public release (#41226) @brijeshb42
|
|
395
|
+
|
|
396
|
+
### `@mui/joy@5.0.0-beta.30`
|
|
397
|
+
|
|
398
|
+
- ​<!-- 48 -->[joy-ui][Autocomplete] Fix text overflow in Chip (#40229) @PunitSoniME
|
|
399
|
+
|
|
400
|
+
### Docs
|
|
401
|
+
|
|
402
|
+
- ​<!-- 47 -->[base-ui] Update the docs post repo separation (#41328) @danilo-leal
|
|
403
|
+
- ​<!-- 34 -->Fix missing partner link @oliviertassinari
|
|
404
|
+
- ​<!-- 33 -->Update links to GitHub projects (#41297) @danilo-leal
|
|
405
|
+
- ​<!-- 32 -->Standardize WAI-ARIA referencest @oliviertassinari
|
|
406
|
+
- ​<!-- 31 -->Fix image layout shift when loading @oliviertassinari
|
|
407
|
+
- ​<!-- 23 -->[joy-ui] Add stray adjustments throughout the docs (#41211) @danilo-leal
|
|
408
|
+
- ​<!-- 22 -->[material-ui] Remove duplicated text at FAQ page (#41326) @zanivan
|
|
409
|
+
- ​<!-- 21 -->[material-ui] Fix color mode toggle of the landing page template (#41293) @zanivan
|
|
410
|
+
- ​<!-- 20 -->[system] Tweak the Usage demos (#41242) @danilo-leal
|
|
411
|
+
- ​<!-- 19 -->[zero] Add a Why section on the README (#41284) @danilo-leal
|
|
412
|
+
|
|
413
|
+
### Core
|
|
414
|
+
|
|
415
|
+
- ​<!-- 51 -->Revert "[utils] Port `useLocalStorageState` hook from Toolpad (#41096)" @oliviertassinari
|
|
416
|
+
- ​<!-- 46 -->[blog] Add post about how MUI uses Toolpad (#40172) @prakhargupta1
|
|
417
|
+
- ​<!-- 45 -->[blog] No bundled demos in blog posts @oliviertassinari
|
|
418
|
+
- ​<!-- 40 -->[code-infra] Embed translations in the @mui/docs package (#41246) @Janpot
|
|
419
|
+
- ​<!-- 39 -->[code-infra] Prepare the markdown package for publishing (#41240) @michaldudak
|
|
420
|
+
- ​<!-- 38 -->[code-infra] Unpin the version of docs-utils in scripts (#41232) @michaldudak
|
|
421
|
+
- ​<!-- 37 -->[core] Use runtime agnostic setTimeout type @oliviertassinari
|
|
422
|
+
- ​<!-- 36 -->[core] Remove window. reference for common globals @oliviertassinari
|
|
423
|
+
- ​<!-- 35 -->[core] Add a script to build all packages (#40631) @michaldudak
|
|
424
|
+
- ​<!-- 30 -->[docs-infra] Fix missing non breaking spaces @oliviertassinari
|
|
425
|
+
- ​<!-- 29 -->[docs-infra] Add design customizations to the disclosure element (#41285) @danilo-leal
|
|
426
|
+
- ​<!-- 28 -->[docs-infra] Adjust headings dark mode color (#41292) @danilo-leal
|
|
427
|
+
- ​<!-- 27 -->[docs-infra] Fix Stack Overflow breaking space @oliviertassinari
|
|
428
|
+
- ​<!-- 26 -->[docs-infra] Fix product selector popup not closing on route change (#41166) @divyammadhok
|
|
429
|
+
- ​<!-- 25 -->[docs-infra] Improve fix blank links ad @oliviertassinari
|
|
430
|
+
- ​<!-- 24 -->[docs-infra] Support interfaces for X docs (#41069) @alexfauquette
|
|
431
|
+
- ​<!-- 18 -->[infra] Adjust the links to search for issues (#41008) @michelengelen
|
|
432
|
+
- ​<!-- 10 -->[website] Move the `React Engineer - xCharts` to `Next roles` section (#41368) @DanailH
|
|
433
|
+
- ​<!-- 09 -->[website] Add James to About Us (#41362) @atomiks
|
|
434
|
+
- ​<!-- 08 -->[website] Polish Button outline primary medium (#41298) @oliviertassinari
|
|
435
|
+
- ​<!-- 07 -->[website] Remove Heatmap chart from community plan on pricing table (#41081) @alexfauquette
|
|
436
|
+
|
|
437
|
+
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
|
|
438
|
+
|
|
439
|
+
## v5.15.11
|
|
440
|
+
|
|
441
|
+
<!-- generated comparing v5.15.10..master -->
|
|
442
|
+
|
|
443
|
+
_Feb 21, 2024_
|
|
444
|
+
|
|
445
|
+
A big thanks to the 26 contributors who made this release possible.
|
|
446
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
447
|
+
|
|
448
|
+
### `@mui/material@5.15.11`
|
|
449
|
+
|
|
450
|
+
- [Alert] Deprecate components and componentsProps props (#40681) @DiegoAndai
|
|
451
|
+
- [Autocomplete] Caret transformation issue with font size change (#41066) @dpertsin
|
|
452
|
+
- [StepLabel] Add type for StepIconComponent (#41082) @harrydigos
|
|
453
|
+
- [TablePagination] Fix type error in Select props (#39137) @PaulKristoffersson
|
|
454
|
+
- [Transitions] External ownerState is incorrectly forwarded to inner components (#41187) @gitstart
|
|
455
|
+
- Use direct import (#40851) @siriwatknp
|
|
456
|
+
|
|
457
|
+
### `@mui/material-nextjs@5.15.11`
|
|
458
|
+
|
|
459
|
+
- Fix missing babel/runtime dependency in material-ui-nextjs (#41077) @siriwatknp
|
|
460
|
+
|
|
461
|
+
### `@mui/system@5.15.11`
|
|
462
|
+
|
|
463
|
+
- Use direct import (#40851) @siriwatknp
|
|
464
|
+
- Move useMediaQuery to system (#39463) @justintoman
|
|
465
|
+
- Consolidate the variants props callback arguments (#41222) @mnajdova
|
|
466
|
+
- Merge props and ownerState in the variants props callback (#41219) @mnajdova
|
|
467
|
+
|
|
468
|
+
### `@mui/codemod@5.15.11`
|
|
469
|
+
|
|
470
|
+
- [AccordionSummary] Add contentGutters deprecation codemods (#41006) @DiegoAndai
|
|
471
|
+
- [PaginationItem] Add codemod for deprecated classes (#41145) @sai6855
|
|
472
|
+
|
|
473
|
+
### `@mui/utils@5.15.11`
|
|
474
|
+
|
|
475
|
+
- Port `useLocalStorageState` hook from Toolpad (#41096) @Janpot
|
|
476
|
+
|
|
477
|
+
### `@mui/base@5.0.0-beta.37`
|
|
478
|
+
|
|
479
|
+
- [Switch] Add missing role attribute (#40907) @KirankumarAmbati
|
|
480
|
+
- [TextareaAutosize] Improve implementation (#40789) @ZeeshanTamboli
|
|
481
|
+
|
|
482
|
+
### `@mui/lab@5.0.0-alpha.164`
|
|
483
|
+
|
|
484
|
+
- [Masonry] Ability to sort elements from left to right (#39904) @Rishi556
|
|
485
|
+
|
|
486
|
+
### Docs
|
|
487
|
+
|
|
488
|
+
- [base-ui] Fix focus state demo in Base UI autocomplete (#41104) @oliviertassinari
|
|
489
|
+
- [base-ui] Update the Accessibility page demos design (#40995) @danilo-leal
|
|
490
|
+
- [joy-ui] Fix LinearProgressWithLabel example (#41194) @khgiddon
|
|
491
|
+
- [joy-ui] Fix 404 image on the docs @oliviertassinari
|
|
492
|
+
- [material-ui] Add a "start now" section on the Overview page (#41137) @danilo-leal
|
|
493
|
+
- [material-ui] Inform about deprecated TablePagination SelectProps usage (#41186) @gitstart
|
|
494
|
+
- [material-ui] Update the Testing page's Argos link (#41170) @gregberge
|
|
495
|
+
- [material-ui] Remove Masonry component and Material Design icon from the landing page template (#41080) @zanivan
|
|
496
|
+
- [material-ui] Standardize all references to Material Design 3 (M3) (#40903) @samuelsycamore
|
|
497
|
+
- [material-ui] Add stray fixes around a few pages (#41038) @danilo-leal
|
|
498
|
+
- [material-ui][joy-ui][system] Restore and revise the Box docs (#40622) @samuelsycamore
|
|
499
|
+
- [material-ui] Add simpler demo for default behavior (#40980) @zanivan
|
|
500
|
+
- [system] Explain why AppRouterCacheProvider (#40909) @oliviertassinari
|
|
501
|
+
- Link to react-transition group with https @oliviertassinari
|
|
502
|
+
- Update broken URL hashes (#41185) @LukasTy
|
|
503
|
+
- Prefer https links @oliviertassinari
|
|
504
|
+
- Fix MUI Treasury link @oliviertassinari
|
|
505
|
+
- Migrate the last > quotes to ::: callouts @oliviertassinari
|
|
506
|
+
|
|
507
|
+
### Core
|
|
508
|
+
|
|
509
|
+
- [blog] Add new product tags and stray adjustments (#41193) @danilo-leal
|
|
510
|
+
- [blog] Simplify `/base-ui-2024-plans/` page (#41171) @oliviertassinari
|
|
511
|
+
- [blog] Add link to Base UI API changes RFC (#41089) @michaldudak
|
|
512
|
+
- [blog] Remove the "News" tag (#41208) @danilo-leal
|
|
513
|
+
- [changelog] Remove @mui/system@5.15.10 (#41093) @michaldudak
|
|
514
|
+
- [code-infra] Move typescript-to-proptypes to internal-scripts package (#41079) @michaldudak
|
|
515
|
+
- [code-infra] Move Link to @mui/docs (#40889) @Janpot
|
|
516
|
+
- [code-infra] Use `experimental.cpus` to control amount of export workers in Next.js (#41132) @Janpot
|
|
517
|
+
- [code-infra] Load commonjs files in next.config.mjs with require (#41108) @Janpot
|
|
518
|
+
- [code-infra] Prepare babel macros package for publishing to npm (#41178) @michaldudak
|
|
519
|
+
- [code-infra] Build internal packages before publishing (#41210) @michaldudak
|
|
520
|
+
- [core] Improve the release instructions (#40973) @mnajdova
|
|
521
|
+
- [core] Simplify Next.js Demo Zero Runtime guide @oliviertassinari
|
|
522
|
+
- [core] Fix TypeScript spelling in changelog @oliviertassinari
|
|
523
|
+
- [core] Fix small detail in the autocomplete demo @oliviertassinari
|
|
524
|
+
- [core] Increase node memory limit on Netlify build (#41111) @michaldudak
|
|
525
|
+
- [core][Tooltip] Remove incorrect code comment (#41179) @ZeeshanTamboli
|
|
526
|
+
- [core] Fix missing context display names (#41168) @oliviertassinari
|
|
527
|
+
- [core][base-ui] Remove `@mui/base` dev dependency from Base UI workspace (#41216) @ZeeshanTamboli
|
|
528
|
+
- [zero][demo] Fix sample next app build (#41197) @brijeshb42
|
|
529
|
+
- [docs-infra] Simplify copy logic (#41167) @oliviertassinari
|
|
530
|
+
- [docs-infra] New way of providing API layout config (#41106) @alexfauquette
|
|
531
|
+
- [docs-infra] Reduce scrollbar width on ROC (#41148) @oliviertassinari
|
|
532
|
+
- [docs-infra] Add external link arrow (#41129) @siriwatknp
|
|
533
|
+
- [docs-infra] Fix external link arrow (#41181) @alexfauquette
|
|
534
|
+
- [docs-infra] Flag npm and GitHub as wrong spellings @oliviertassinari
|
|
535
|
+
- [docs-infra] Fix display when the default props is undefined (#41114) @oliviertassinari
|
|
536
|
+
- [docs-infra] Remove random layout assignment (#40862) @alexfauquette
|
|
537
|
+
- [docs-infra] Add spacing and contrast improvements (#41191) @danilo-leal
|
|
538
|
+
- [docs-infra] Share vale-config (#41176) @alexfauquette
|
|
539
|
+
- [test] Generalize test utils (#41175) @michaldudak
|
|
540
|
+
- [typescript-to-proptypes] Support using `Omit` on types with conditional properties (#41033) @flaviendelangle
|
|
541
|
+
- [website] Match chart component names @oliviertassinari
|
|
542
|
+
- [website] Add Marblism diamond sponsor (#41097) @rluzists1
|
|
543
|
+
- [website] Add overall improvements to the Material UI page (#41075) @danilo-leal
|
|
544
|
+
- [website] Fix responsive breakpoints @oliviertassinari
|
|
545
|
+
- [website] Fix overloading of footer JS files @oliviertassinari
|
|
546
|
+
- [website] Improve the footer's chip contrast (#41209) @danilo-leal
|
|
547
|
+
- [zero] Update to latest version of wyw-in-js (#41182) @brijeshb42
|
|
548
|
+
- [zero] Setup basic testing framework (#40986) @brijeshb42
|
|
549
|
+
- [zero] Fix wrong CSS order by moving import to last (#41002) @siriwatknp
|
|
550
|
+
- [zero] Export `extendTheme` for creating a zero-runtime theme (#40897) @siriwatknp
|
|
551
|
+
- [zero] Move extendTheme to its own subpath (#41204) @brijeshb42
|
|
552
|
+
|
|
553
|
+
All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @danilo-leal, @DiegoAndai, @dpertsin, @flaviendelangle, @gitstart, @gregberge, @harrydigos, @Janpot, @justintoman, @khgiddon, @KirankumarAmbati, @LukasTy, @michaldudak, @mnajdova, @nikosgavalas, @oliviertassinari, @PaulKristoffersson, @Rishi556, @rluzists1, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli
|
|
554
|
+
|
|
555
|
+
## v5.15.10
|
|
556
|
+
|
|
557
|
+
<!-- generated comparing v5.15.9..master -->
|
|
558
|
+
|
|
559
|
+
_Feb 12, 2024_
|
|
560
|
+
|
|
561
|
+
A big thanks to the 8 contributors who made this release possible.
|
|
562
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
563
|
+
|
|
564
|
+
### `@mui/material@5.15.10`
|
|
565
|
+
|
|
566
|
+
- [Avatar] Add props deprecation with a codemod (#40853) @siriwatknp
|
|
567
|
+
|
|
568
|
+
### `@mui/joy@5.0.0-beta.28`
|
|
569
|
+
|
|
570
|
+
- [Button] Fix `disabled` prop priority when inside button group (#41000) @Smileek
|
|
571
|
+
- [IconButton] Support loading prop (#40949) @Smileek
|
|
572
|
+
|
|
573
|
+
### Docs
|
|
574
|
+
|
|
575
|
+
- [Button][material-ui] Fix 'File upload' demo a11y (#40943) @oliviertassinari
|
|
576
|
+
- [TableRow][material-ui] Escape markup in `children` prop so docgen tools don't parse it as HTML (#40992) @millerized
|
|
577
|
+
- [material-ui] Remove outdated example projects link (it uses Joy UI now) (#40913) @oliviertassinari
|
|
578
|
+
- [material-ui] Fix the "Intro to the MUI ecosystem" link placement (#40988) @danilo-leal
|
|
579
|
+
- Fix 301 redirection to StackBlitz @oliviertassinari
|
|
580
|
+
- Fix h1 on Joy UI templates @oliviertassinari
|
|
581
|
+
- Have MUI workspace own the CodeSandbox @oliviertassinari
|
|
582
|
+
- Add notification for MUI X v7 beta (#41001) @joserodolfofreitas
|
|
583
|
+
- Fix 301 links @oliviertassinari
|
|
584
|
+
- Fix Next.js v13.5.1 <title> SEO regression (#40302) @oliviertassinari
|
|
585
|
+
- Add a 404 page (#40884) @danilo-leal
|
|
586
|
+
- Fix missing GitHub label when opening new issue @oliviertassinari
|
|
587
|
+
- [Stack] Update import statement for Stack component (#41032) @sai6855
|
|
588
|
+
|
|
589
|
+
### Core
|
|
590
|
+
|
|
591
|
+
- [blog] Add post about upcoming plans for Base UI (#40882) @danilo-leal
|
|
592
|
+
- [core] Simplify CodeSandbox reproduction @oliviertassinari
|
|
593
|
+
- [core] Missing redirection @oliviertassinari
|
|
594
|
+
- [core] Export functions from `copyFiles` script to reuse in MUI X repo (#40970) @cherniavskii
|
|
595
|
+
- [core] Avoid variable shorthands @oliviertassinari
|
|
596
|
+
- [docs-infra] Fix search icon issue (#40957) @oliviertassinari
|
|
597
|
+
- [docs-infra] Ignore classes tagged with `@ignore` (#41009) @cherniavskii
|
|
598
|
+
- [docs-infra] Fix selected tab on codeblocks (#41036) @danilo-leal
|
|
599
|
+
- [website] Polish Customer Support Agent role @oliviertassinari
|
|
600
|
+
|
|
601
|
+
All contributors of this release in alphabetical order: @cherniavskii, @danilo-leal, @joserodolfofreitas, @millerized, @oliviertassinari, @sai6855, @siriwatknp, @Smileek
|
|
602
|
+
|
|
603
|
+
## v5.15.9<!-- generated comparing v5.15.8..master -->
|
|
604
|
+
|
|
605
|
+
_Feb 8, 2024_
|
|
606
|
+
|
|
607
|
+
A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
608
|
+
|
|
609
|
+
- 🐛 A critical fix to remove non-published library usage in `@mui/material` peerDependencies.
|
|
610
|
+
|
|
611
|
+
### `@mui/material@5.15.9`
|
|
612
|
+
|
|
613
|
+
- ​<!-- 11 -->[autocomplete] Avoid spread operator (#40968) @oliviertassinari
|
|
614
|
+
- ​<!-- 05 -->[material] Remove zero-runtime from peer dep (#41003) @brijeshb42
|
|
615
|
+
|
|
616
|
+
### `@mui/base@5.0.0-beta.36`
|
|
617
|
+
|
|
618
|
+
- ​<!-- 10 -->[base-ui] Update props using Array to ReadonlyArray type (#40754) @RaghavenderSingh
|
|
619
|
+
|
|
620
|
+
### `@mui/system@5.15.9`
|
|
621
|
+
|
|
622
|
+
- ​<!-- 02 -->[system] use `ReadonlyArray` for CSS related types (#40972) @siriwatknp
|
|
623
|
+
- ​<!-- 01 -->[zero] Migrate to use wyw-in-js instead of linaria (#40866) @brijeshb42
|
|
624
|
+
|
|
625
|
+
### Docs
|
|
626
|
+
|
|
627
|
+
- ​<!-- 06 -->[docs] Polish codemod git diff format @oliviertassinari
|
|
628
|
+
- ​<!-- 05 -->[material-ui][docs] Migrating from deprecated apis follow up (#40981) @DiegoAndai
|
|
629
|
+
|
|
630
|
+
### Core
|
|
631
|
+
|
|
632
|
+
- ​<!-- 09 -->[code-infra] Move next config to ESM (#40869) @Janpot
|
|
633
|
+
- ​<!-- 08 -->[code-infra] Update prettier (#40772) @Janpot
|
|
634
|
+
- ​<!-- 07 -->[code-infra] Add codemod for `light` prop removal (#40947) @sai6855
|
|
635
|
+
|
|
636
|
+
All contributors of this release in alphabetical order: @brijeshb42, @DiegoAndai, @Janpot, @oliviertassinari, @RaghavenderSingh, @sai6855, @siriwatknp
|
|
637
|
+
|
|
638
|
+
## v5.15.8<!-- generated comparing v5.15.7..master -->
|
|
639
|
+
|
|
640
|
+
_Feb 6, 2024_
|
|
641
|
+
|
|
642
|
+
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
643
|
+
|
|
644
|
+
- 💫 Added a redesigned [landing page template](https://mui.com/material-ui/getting-started/templates/landing-page/) (#37557) @zanivan
|
|
645
|
+
- ✨ Added support for Arrow Down/Up + Shift and Page Up/Down keys for faster stepping in the Slider component (#40676) @mnajdova
|
|
646
|
+
- many 🐛 bug fixes and 📚 documentation improvements
|
|
647
|
+
|
|
648
|
+
### `@mui/material@5.15.8`
|
|
649
|
+
|
|
650
|
+
- ​<!-- 36 -->[Avatar] Simplify valid children assertion (#40834) @oliviertassinari
|
|
651
|
+
|
|
652
|
+
### `@mui/codemod@5.15.8`
|
|
653
|
+
|
|
654
|
+
- ​<!-- 37 -->[Accordion] Update props actual.js test case (#40879) @DiegoAndai
|
|
655
|
+
- ​<!-- 12 -->Fix `findComponentJSX` util (#40855) @sai6855
|
|
656
|
+
|
|
657
|
+
### `@mui/system@5.15.8`
|
|
658
|
+
|
|
659
|
+
- ​<!-- 10 -->Add blend color manipulator (#40258) @romgrk
|
|
660
|
+
- ​<!-- 38 -->Support variants in `theme.styleOverrides` (#40690) @siriwatknp
|
|
661
|
+
- ​<!-- 02 -->[zero] Always replace the `createUseThemeProps` call (#40885) @siriwatknp
|
|
662
|
+
- ​<!-- 01 -->[zero] Add README with installation and basic usage (#40761) @brijeshb42
|
|
663
|
+
|
|
664
|
+
### `@mui/base@5.0.0-beta.34`
|
|
665
|
+
|
|
666
|
+
- ​<!-- 35 -->[Button] Add support for `hostElementName` prop to improve SSR (#40507) @mj12albert
|
|
667
|
+
- ​<!-- 30 -->[Menu] Use Popup instead of Popper (#40731) @michaldudak
|
|
668
|
+
- ​<!-- 29 -->[useNumberInput] Integrate useNumberInput with useControllableReducer (#40206) @mj12albert
|
|
669
|
+
- ​<!-- 11 -->[Slider] Add support for Arrow Down/Up + Shift and Page Up/Down keys (#40676) @mnajdova
|
|
670
|
+
|
|
671
|
+
### Docs
|
|
672
|
+
|
|
673
|
+
- ​<!-- 34 -->[base-ui] Update usage.md (#40916) @adebiyial
|
|
674
|
+
- ​<!-- 33 -->[base-ui] Improve Base UI traffic from Material UI (#40875) @oliviertassinari
|
|
675
|
+
- ​<!-- 32 -->[base-ui] Change Radio component terminology from Button to Group (#40888) @danilo-leal
|
|
676
|
+
- ​<!-- 42 -->[base-ui] Remove redundant "Styled" prefix (#40478) @oliviertassinari
|
|
677
|
+
- ​<!-- 48 -->[base-ui] Update listbox slot style in demo (#40952) @sai6855
|
|
678
|
+
- ​<!-- 14 -->[material-ui] Fix createTheme import and markdown format in the Next.js guide (#40895) @hsmtkk
|
|
679
|
+
- ​<!-- 13 -->[material-ui] Correct Google font CDN URL as Roboto 600 weight is not used (#40852) @xuhdev
|
|
680
|
+
- ​<!-- 14 -->[material-ui] Replace the Album template with a landing page (#37557) @zanivan
|
|
681
|
+
- ​<!-- 21 -->[material-ui] Add deprecations migration guide (#40767) @DiegoAndai
|
|
682
|
+
- ​<!-- 22 -->[material-ui] Improve aria-label throughout the Button Group demos (#40892) @danilo-leal
|
|
683
|
+
- ​<!-- 17 -->[joy-ui] Update the Overview callout (#40900) @danilo-leal
|
|
684
|
+
- ​<!-- 22 -->Fix image size and dark mode @oliviertassinari
|
|
685
|
+
- ​<!-- 21 -->Migrate links from legacy.reactjs.org to react.dev @oliviertassinari
|
|
686
|
+
- ​<!-- 20 -->Fix 301 links @oliviertassinari
|
|
687
|
+
- ​<!-- 19 -->Fix outdated link @oliviertassinari
|
|
688
|
+
- ​<!-- 18 -->Fix URL and typo in CONTRIBUTING.md (#40899) @Smileek
|
|
689
|
+
|
|
690
|
+
### Core
|
|
691
|
+
|
|
692
|
+
- ​<!-- 28 -->[blog] Optimize images for /blog/mui-x-v7-beta/ @oliviertassinari
|
|
693
|
+
- ​<!-- 27 -->[blog] Clarify barrel index tree-shaking @oliviertassinari
|
|
694
|
+
- ​<!-- 26 -->[code-infra] Simplify bug reproduction (#40833) @oliviertassinari
|
|
695
|
+
- ​<!-- 25 -->[code-infra] Prepare publishing @mui-internal/typescript-to-proptypes to npm (#40842) @michaldudak
|
|
696
|
+
- ​<!-- 40 -->[code-infra] Remove babel alias from the docs (#40792) @Janpot
|
|
697
|
+
- ​<!-- 24 -->[core] Use Google Font v2 API @oliviertassinari
|
|
698
|
+
- ​<!-- 23 -->[core] Add missing change to v5.15.7 changelog (#40872) @DiegoAndai
|
|
699
|
+
- ​<!-- 31 -->[core] Normalize `<meta name="viewport" />`` @oliviertassinari
|
|
700
|
+
- ​<!-- 28 -->[dependencies] Do not update envinfo test dependencies (#40950) @michaldudak
|
|
701
|
+
- ​<!-- 17 -->[docs-infra] Fix arbitrary gap between paragraphs in callouts (#40911) @oliviertassinari
|
|
702
|
+
- ​<!-- 16 -->[docs-infra] Allow developers to build their CodeSandbox export (#40878) @oliviertassinari
|
|
703
|
+
- ​<!-- 15 -->[docs-infra] Improve StackBlitz support (#40832) @oliviertassinari
|
|
704
|
+
- ​<!-- 21 -->[docs-infra] Improve support for absolute locale URL (#40940) @oliviertassinari
|
|
705
|
+
- ​<!-- 31 -->[Menu][base-ui] Fix improperly merged tests (#40896) @michaldudak
|
|
706
|
+
- ​<!-- 09 -->[utils] Use consistent build approach (#40837) @siriwatknp
|
|
707
|
+
- ​<!-- 08 -->[website] Fix React missing key console error @oliviertassinari
|
|
708
|
+
- ​<!-- 07 -->[website] Fix broken link @oliviertassinari
|
|
709
|
+
- ​<!-- 06 -->[website] Fix heading structure (#40912) @oliviertassinari
|
|
710
|
+
- ​<!-- 05 -->[website] Add Customer Support Agent role to careers page (#40890) @rluzists1
|
|
711
|
+
- ​<!-- 04 -->[website] Refine the Material UI homepage demo (#40881) @danilo-leal
|
|
712
|
+
- ​<!-- 03 -->[website] Use em-dash when relevant over hyphen @oliviertassinari
|
|
713
|
+
- ​<!-- 03 -->[zero] Fix build for demo next.js app (#40854) @brijeshb42
|
|
714
|
+
|
|
715
|
+
All contributors of this release in alphabetical order: @adebiyial, @brijeshb42, @danilo-leal, @DiegoAndai, @hsmtkk, @Janpot, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @rluzists1, @romgrk, @sai6855, @siriwatknp, @Smileek, @xuhdev, @zanivan
|
|
716
|
+
|
|
717
|
+
## v5.15.7
|
|
718
|
+
|
|
719
|
+
<!-- generated comparing v5.15.6..master -->
|
|
720
|
+
|
|
721
|
+
_Jan 31, 2024_
|
|
722
|
+
|
|
723
|
+
A big thanks to the 21 contributors who made this release possible.
|
|
724
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
725
|
+
|
|
726
|
+
### `@mui/material@5.15.7`
|
|
727
|
+
|
|
728
|
+
- ​<!-- 55 -->[Select] Fix to show notched outline when `displayEmpty` (#40865) @ZeeshanTamboli
|
|
729
|
+
- ​<!-- 51 -->[Avatar] Improve fallback when `children` is empty string or boolean (#40766) @mirus-ua
|
|
730
|
+
- ​<!-- 50 -->[AvatarGroup] Refactor component thereby fixing custom spacing logic (#40686) @ZeeshanTamboli
|
|
731
|
+
|
|
732
|
+
### `@mui/codemod@5.15.7`
|
|
733
|
+
|
|
734
|
+
- ​<!-- 38 -->Add accordion props deprecation (#40771) @siriwatknp
|
|
735
|
+
|
|
736
|
+
### `@mui/system@5.15.7`
|
|
737
|
+
|
|
738
|
+
- ​<!-- 56 -->[zero-runtime] Use lodash instead of its subpackages (#40868) @michaldudak
|
|
739
|
+
- ​<!-- 19 -->Add `applyStyles()` to theme (#40667) @siriwatknp
|
|
740
|
+
- ​<!-- 02 -->[zero] Use `theme.applyStyles` in the demo app (#40787) @siriwatknp
|
|
741
|
+
- ​<!-- 01 -->[zero] Add `useThemeProps` processor (#40648) @siriwatknp
|
|
742
|
+
|
|
743
|
+
### `@mui/utils@5.15.7`
|
|
744
|
+
|
|
745
|
+
- ​<!-- 16 -->[core] Remove unnecessary default export (#40788) @siriwatknp
|
|
746
|
+
- ​<!-- 15 -->[core] Convert all exports to modules (#39882) @mnajdova
|
|
747
|
+
- ​<!-- 20 -->[perf] Prevent unneeded `clearTimeout` calls (#39060) @romgrk
|
|
748
|
+
|
|
749
|
+
### `@mui/base@5.0.0-beta.34`
|
|
750
|
+
|
|
751
|
+
- ​<!-- 48 -->[Input] Add OTP input demo (#40539) @sai6855
|
|
752
|
+
- ​<!-- 47 -->[Menu] Focus last item after opening a menu using up arrow (#40764) @Jaswanth-Sriram-Veturi
|
|
753
|
+
- ​<!-- 46 -->[Menu] Focus Menu Items on hover (#40755) @michaldudak
|
|
754
|
+
|
|
755
|
+
### `@mui/joy@5.0.0-beta.25`
|
|
756
|
+
|
|
757
|
+
- ​<!-- 22 -->Change the color scheme type to `SupportedColorScheme` (#40776) @Nikhilh26
|
|
758
|
+
|
|
759
|
+
### `@mui/lab@5.0.0-alpha.163`
|
|
760
|
+
|
|
761
|
+
- ​<!-- 21 -->[TabContext] Support number type in `value` (#40829) @srinidhi9831
|
|
762
|
+
|
|
763
|
+
### Docs
|
|
764
|
+
|
|
765
|
+
- ​<!-- 57 -->[material-ui] Fix the icon preview dialog (#40863) @danilo-leal
|
|
766
|
+
- ​<!-- 53 -->[material-ui] Fix typo on styled-components guide (#40858) @dancielos
|
|
767
|
+
- ​<!-- 49 -->[base-ui] Fix CSS vars from the plain CSS theme stylesheet (#40762) @zanivan
|
|
768
|
+
- ​<!-- 31 -->[material-ui][Divider] Remove light prop references from docs (#40782) @sai6855
|
|
769
|
+
- ​<!-- 30 -->Fix build @oliviertassinari
|
|
770
|
+
- ​<!-- 29 -->Add support pages for each product @oliviertassinari
|
|
771
|
+
- ​<!-- 28 -->Add survey banner to docs and website (#40553) @joserodolfofreitas
|
|
772
|
+
- ​<!-- 24 -->[Menu] Fix hydration mismatch error on Base UI's Menu docs (#40758) @michaldudak
|
|
773
|
+
- ​<!-- 25 -->[material-nextjs] Add theming and configuration content to the page (#40626) @siriwatknp
|
|
774
|
+
|
|
775
|
+
### Core
|
|
776
|
+
|
|
777
|
+
- ​<!-- 54 -->[website] Move `React Engineer - X` into the future roles section (#40867) @DanailH
|
|
778
|
+
- ​<!-- 52 -->[material-ui][test][Alert] Add action, icon, and iconMapping tests (#40682) @DiegoAndai
|
|
779
|
+
- ​<!-- 45 -->[blog] Lint duplicate h1 on the page (#40835) @oliviertassinari
|
|
780
|
+
- ​<!-- 44 -->[blog] MUI X v7 beta announcement blogpost (#40784) @joserodolfofreitas
|
|
781
|
+
- ​<!-- 43 -->[code-infra] Remove custom TS installation script (#40636) @michaldudak
|
|
782
|
+
- ​<!-- 42 -->[code-infra] Correct API Docs Builder dependencies (#40775) @michaldudak
|
|
783
|
+
- ​<!-- 41 -->[code-infra] Migrate to prettier async APIs (#40668) @Janpot
|
|
784
|
+
- ​<!-- 40 -->[code-infra] Refined docs generation (#40603) @alexfauquette
|
|
785
|
+
- ​<!-- 39 -->[code-infra] Explain how to install the browsers (#40474) @oliviertassinari
|
|
786
|
+
- ​<!-- 37 -->`missingKeyGenerator` do no longer exist (#40830) @oliviertassinari
|
|
787
|
+
- ​<!-- 36 -->Rely on immutable ref when possible (#40831) @oliviertassinari
|
|
788
|
+
- ​<!-- 35 -->Remove deprecated `@types/markdown-to-jsx` package from docs (#40828) @ZeeshanTamboli
|
|
789
|
+
- ​<!-- 34 -->Remove unneeded `@slack/web-api` package (#40840) @ZeeshanTamboli
|
|
790
|
+
- ​<!-- 33 -->Clarify TODO instruction @oliviertassinari
|
|
791
|
+
- ​<!-- 32 -->Remove unneeded use-clients (#40663) @oliviertassinari
|
|
792
|
+
- ​<!-- 27 -->[docs-infra] Fix anchor link hook (#40836) @oliviertassinari
|
|
793
|
+
- ​<!-- 26 -->[docs-infra] Avoid layout shift on docs-pages (#40749) @oliviertassinari
|
|
794
|
+
- ​<!-- 23 -->[examples] Fix build on Next.js Pages Router examples (#40665) @oliviertassinari
|
|
795
|
+
- ​<!-- 18 -->[test] Speed up the envinfo test (#40669) @michaldudak
|
|
796
|
+
- ​<!-- 17 -->[typescript-to-proptypes] Allow to represent dates as `PropTypes.object` (#40774) @flaviendelangle
|
|
797
|
+
- ​<!-- 14 -->[website] Add new Base UI role (#40773) @colmtuite
|
|
798
|
+
- ​<!-- 13 -->[website] Fix a couple of rough edges (#40849) @danilo-leal
|
|
799
|
+
- ​<!-- 12 -->[website] Small polishing after latest changes to the theme (#40846) @zanivan
|
|
800
|
+
- ​<!-- 11 -->[website] Polish some pages and stray components (#40797) @danilo-leal
|
|
801
|
+
- ​<!-- 10 -->[website] Refine the careers page slightly (#40793) @danilo-leal
|
|
802
|
+
- ​<!-- 09 -->[website] Fix missing key on the Testimonials section (#40791) @Janpot
|
|
803
|
+
- ​<!-- 08 -->[website] Fix Footer layout shift (#40786) @oliviertassinari
|
|
804
|
+
- ​<!-- 07 -->[website] Revamp the testimonial section in the homepage (#40752) @danilo-leal
|
|
805
|
+
- ​<!-- 06 -->[website] Fix pricing license model toggle style (#40747) @oliviertassinari
|
|
806
|
+
- ​<!-- 05 -->[website] Fine-tune colors and styles on the branding theme (#40751) @danilo-leal
|
|
807
|
+
- ​<!-- 04 -->[website] Fix Toggle Button styles in the homepage demos (#40744) @mohamedsaiedd
|
|
808
|
+
- ​<!-- 03 -->[website] Update stats on the testimonials section (#40769) @EyaOuenniche
|
|
809
|
+
|
|
810
|
+
All contributors of this release in alphabetical order: @alexfauquette, @colmtuite, @danilo-leal, @DiegoAndai, @EyaOuenniche, @flaviendelangle, @Janpot, @Jaswanth-Sriram-Veturi, @joserodolfofreitas, @michaldudak, @mirus-ua, @mnajdova, @mohamedsaiedd, @Nikhilh26, @oliviertassinari, @romgrk, @sai6855, @siriwatknp, @srinidhi9831, @zanivan, @ZeeshanTamboli
|
|
811
|
+
|
|
812
|
+
## v5.15.6
|
|
813
|
+
|
|
814
|
+
<!-- generated comparing v5.15.5..master -->
|
|
815
|
+
|
|
816
|
+
_Jan 22, 2024_
|
|
817
|
+
|
|
818
|
+
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
819
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
820
|
+
|
|
821
|
+
### `@mui/material@5.15.6`
|
|
822
|
+
|
|
823
|
+
- ​<!-- 29 -->[Avatar] Use variants api (#40324) @mnajdova
|
|
824
|
+
- ​<!-- 27 -->[TablePagination] Accept readonly array for `rowsPerPageOptions` prop (#40481) @pcorpet
|
|
825
|
+
- ​<!-- 06 -->[PaginationItem] Deprecate classes for v6 (#40673) @sai6855
|
|
826
|
+
- ​<!-- 05 -->[Rating] Fix rating width via min-content (#40503) @devhik0
|
|
827
|
+
|
|
828
|
+
### `@mui/base@5.0.0-beta.33`
|
|
829
|
+
|
|
830
|
+
- ​<!-- 26 -->[Select] Fix display of selected Options with rich content (#40689) @michaldudak
|
|
831
|
+
- ​<!-- 25 -->[Select] Use Popup instead of Popper (#40524) @michaldudak
|
|
832
|
+
- ​<!-- 26 -->[useMenuButton] Fix non native button triggers (#40645) @DiegoAndai
|
|
833
|
+
|
|
834
|
+
### `@mui/system@5.15.6`
|
|
835
|
+
|
|
836
|
+
- ​<!-- 02 -->[zero] Fix theme token import in source file (#40691) @brijeshb42
|
|
837
|
+
- ​<!-- 01 -->[zero] Add support for css import (#40541) @brijeshb42
|
|
838
|
+
|
|
839
|
+
### `@mui/icons-material@5.15.6`
|
|
840
|
+
|
|
841
|
+
- ​<!-- 07 -->[icons-material] Fix icons package.json version (#40655) @mj12albert
|
|
842
|
+
|
|
843
|
+
### Docs
|
|
844
|
+
|
|
845
|
+
- ​<!-- 28 -->[base-ui] Polish the Slider demos (#40332) @danilo-leal
|
|
846
|
+
- ​<!-- 24 -->[base-ui][Slider] Fix plain CSS demo's wrong keyboard behavior (#40652) @mnajdova
|
|
847
|
+
- ​<!-- 23 -->[base-ui][TextareaAutosize] Add border-box to demo (#40646) @ANUGLYPLUGIN
|
|
848
|
+
- ​<!-- 16 -->Fix brand name non-breaking space (#40701) @oliviertassinari
|
|
849
|
+
- ​<!-- 15 -->Improve error message for MUI Vale rule @oliviertassinari
|
|
850
|
+
- ​<!-- 14 -->Add notification to publish the survey (#40552) @joserodolfofreitas
|
|
851
|
+
- ​<!-- 04 -->[system] Explain a bit more how AppRouterCacheProvider works @oliviertassinari
|
|
852
|
+
- ​<!-- 12 -->[joy-ui] Move tutorial to iframe (#40567) @oliviertassinari
|
|
853
|
+
- ​<!-- 10 -->[material-ui][Slider] Remove custom divs from new demo (#40674) @zanivan
|
|
854
|
+
- ​<!-- 11 -->[material-ui] Improve TabContext, TabList, and TabPanel documentation (#40587) @anle9650
|
|
855
|
+
- ​<!-- 09 -->[material-ui][Slider] Added custom mark labels demo (#40647) @DonikaV
|
|
856
|
+
|
|
857
|
+
### Core
|
|
858
|
+
|
|
859
|
+
- ​<!-- 30 -->[core] Fix RXDB-logo Url (#40724) @mohamedsaiedd
|
|
860
|
+
- ​<!-- 24 -->[code-infra] Improve proptypes-generation (#40617) @alexfauquette
|
|
861
|
+
- ​<!-- 22 -->[code-infra] Disable pnpm package cache on CircleCI (#40670) @michaldudak
|
|
862
|
+
- ​<!-- 21 -->[code-infra] Add missing package to CodeSandbox CI config (#40657) @michaldudak
|
|
863
|
+
- ​<!-- 20 -->[code-infra] Remove unnecessary @mui/utils dependency from api-docs-builder (#40632) @michaldudak
|
|
864
|
+
- ​<!-- 19 -->[core] Polish issue templates @oliviertassinari
|
|
865
|
+
- ​<!-- 13 -->[docs-infra] Support markdown link in slots descriptions (#40679) @alexfauquette
|
|
866
|
+
- ​<!-- 08 -->[examples] Simplify Next.js example (#40661) @oliviertassinari
|
|
867
|
+
- ​<!-- 03 -->[website] Fix broken styles on Base UI page (#40683) @michaldudak
|
|
868
|
+
|
|
869
|
+
All contributors of this release in alphabetical order: @alexfauquette, @anle9650, @ANUGLYPLUGIN, @brijeshb42, @danilo-leal, @devhik0, @DiegoAndai, @DonikaV, @joserodolfofreitas, @michaldudak, @mj12albert, @mnajdova, @mohamedsaiedd, @oliviertassinari, @pcorpet, @sai6855, @zanivan
|
|
870
|
+
|
|
871
|
+
## v5.15.5
|
|
872
|
+
|
|
873
|
+
<!-- generated comparing v5.15.4..master -->
|
|
874
|
+
|
|
875
|
+
_Jan 17, 2024_
|
|
876
|
+
|
|
877
|
+
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
878
|
+
|
|
879
|
+
- Base UI's CSS class prefix is now `base-` (#40205) @michaldudak
|
|
880
|
+
- Bug fixes, and a lot of improvements to code and docs infra
|
|
881
|
+
|
|
882
|
+
### `@mui/material@5.15.5`
|
|
883
|
+
|
|
884
|
+
- ​<!-- 42 -->[Accordion] Deprecate \*Props props and classes for v6 (#40418) @DiegoAndai
|
|
885
|
+
- ​<!-- 41 -->[Alert] Update TypeScript types to allow color override types to be added to `iconMapping` and `severity` props (#40551) @2metres
|
|
886
|
+
- ​<!-- 27 -->[Dialog] Remove deprecated onBackdropClick from Dialog tests (#40505) @sai6855
|
|
887
|
+
- ​<!-- 26 -->[Divider] Deprecate props and classes for v6 (#40563) @sai6855
|
|
888
|
+
|
|
889
|
+
### `@mui/material-next@6.0.0-alpha.118`
|
|
890
|
+
|
|
891
|
+
- ​<!-- 36 -->[ButtonGroup] Apply MD3 style to `ButtonGroup` (#40124) @lhilgert9
|
|
892
|
+
|
|
893
|
+
### `@mui/base@5.0.0-beta.32`
|
|
894
|
+
|
|
895
|
+
#### Breaking changes
|
|
896
|
+
|
|
897
|
+
- ​<!-- 40 -->Change the CSS class prefix to `base-` (#40205) @michaldudak
|
|
898
|
+
|
|
899
|
+
The class prefix of Base UI components have been changed from `Mui-` to `base-`. This only affects codebases that uses class names verbatim, i.e. not exposed by JS objects such as `buttonClasses`, but as plain strings or in CSS stylesheets (`.MuiButton.root`)
|
|
900
|
+
|
|
901
|
+
To adapt your code to the new pattern:
|
|
902
|
+
|
|
903
|
+
- replace all occurrences of the regex `.Mui([A-Z][A-Za-z]*)-` with `.base-$1-` (so `MuiButton-root` becomes `base-Button-root`, etc.),
|
|
904
|
+
- replace all occurrences of the regex `.Mui-([a-z]*)` with `.base--$1` (so `Mui-disabled` becomes `base--disabled`, etc.).
|
|
905
|
+
|
|
906
|
+
#### Changes
|
|
907
|
+
|
|
908
|
+
- ​<!-- 39 -->[Select] Fix screen-reader CSS to avoid body scrollbar (#40599) @brijeshb42
|
|
909
|
+
- ​<!-- 38 -->[Switch] Add border-box to demos (#40638) @zanivan
|
|
910
|
+
|
|
911
|
+
### `@mui/joy@5.0.0-beta.23`
|
|
912
|
+
|
|
913
|
+
- ​<!-- 11 -->[ModalDialog] Fix ModalDialog layout prop override (#40512) @maakcode
|
|
914
|
+
- ​<!-- 10 -->[RadioGroup] Allow zero number as a value (#40344) @aacevski
|
|
915
|
+
|
|
916
|
+
### `@mui/codemod@5.15.5`
|
|
917
|
+
|
|
918
|
+
- ​<!-- 31 -->Allow `json` files to be transformed (#40536) @ZeeshanTamboli
|
|
919
|
+
|
|
920
|
+
### `@mui/lab@5.0.0-alpha.161`
|
|
921
|
+
|
|
922
|
+
- ​<!-- 09 -->Update `@mui/material` peer dependency version (#40528) @ZeeshanTamboli
|
|
923
|
+
|
|
924
|
+
### `@mui/material-nextjs@5.15.5`
|
|
925
|
+
|
|
926
|
+
- ​<!-- 08 -->Fix release script (#40519) @petrovmiroslav
|
|
927
|
+
- ​<!-- 07 -->Support Nonces in the App Router Provider (#40269) @josh-feldman
|
|
928
|
+
- ​<!-- 06 -->Polish @mui/material-nextjs (#40473) @oliviertassinari
|
|
929
|
+
|
|
930
|
+
### `@mui/system@5.15.5`
|
|
931
|
+
|
|
932
|
+
- ​<!-- 05 -->Fix import path for @mui/system in vite apps (#40490) @brijeshb42
|
|
933
|
+
- ​<!-- 02 -->Fix css vars generation and simplify the code (#40530) @siriwatknp
|
|
934
|
+
- ​<!-- 01 -->Identify zero runtime styled path (#40555) @brijeshb42
|
|
935
|
+
|
|
936
|
+
### Docs
|
|
937
|
+
|
|
938
|
+
- ​<!-- 35 -->[joy-ui][Card] Fix text alignment in horizontal aligned card demo (#40562) @ZeeshanTamboli
|
|
939
|
+
- ​<!-- 25 -->Improve instructions about peer dependencies (#40621) @danilo-leal
|
|
940
|
+
- ​<!-- 24 -->Solve page description length @oliviertassinari
|
|
941
|
+
- ​<!-- 23 -->Fix MUI Treasury links (#40561) @siriwatknp
|
|
942
|
+
- ​<!-- 17 -->[material-ui] Update <ListItem button/> to ListItemButton in demos (#40564) @sai6855
|
|
943
|
+
- ​<!-- 16 -->[material-ui] Revise the Snackbar page (#39298) @danilo-leal
|
|
944
|
+
- ​<!-- 15 -->[material-ui] Sharpen Material 3 copy on demo pages (#40546) @samuelsycamore
|
|
945
|
+
- ​<!-- 14 -->[material-ui] Fix typo on Next.js integration guide (#40538) @zanivan
|
|
946
|
+
- ​<!-- 13 -->[material-ui][Snackbar] Remove unused `State` interface from Consecutive Snackbars demo (#40410)
|
|
947
|
+
@zinoroman
|
|
948
|
+
- ​<!-- 12 -->[website] Resolve broken links reported by `docs:link-check` (#40547) @samuelsycamore
|
|
949
|
+
|
|
950
|
+
### Core
|
|
951
|
+
|
|
952
|
+
- ​<!-- 37 -->[blog] Fix 404 link to MUI Treasury @oliviertassinari
|
|
953
|
+
- ​<!-- 34 -->[code-infra] Add `run` command to deploy docs (#40513) @siriwatknp
|
|
954
|
+
- ​<!-- 32 -->[core] Update the lockfile (#40628) @michaldudak
|
|
955
|
+
- ​<!-- 31 -->[core] Remove dead code and follow standard @oliviertassinari
|
|
956
|
+
- ​<!-- 30 -->[core] Simplify server detection (#40471) @oliviertassinari
|
|
957
|
+
- ​<!-- 29 -->[core] Sync playwright cache between MUI X and Material UI (#40475) @oliviertassinari
|
|
958
|
+
- ​<!-- 28 -->[dependencies] Bump tough-cookie (#40437) @michaldudak
|
|
959
|
+
- ​<!-- 22 -->[docs-infra] Enforce brand name rules (#40525) @oliviertassinari
|
|
960
|
+
- ​<!-- 21 -->[docs-infra] Minimize ad layout shift on mobile (#40582) @oliviertassinari
|
|
961
|
+
- ​<!-- 20 -->[docs-infra] Improve API page deprecation info (#40440) @DiegoAndai
|
|
962
|
+
- ​<!-- 19 -->[docs-infra] Remove old tocs banners (#40537) @oliviertassinari
|
|
963
|
+
- ​<!-- 18 -->[docs-infra] Remove dead code aria-label sponsors (#40526) @oliviertassinari
|
|
964
|
+
- ​<!-- 04 -->[utils] Centralize clamp implementation in utils (#40267) @Kamino0
|
|
965
|
+
- ​<!-- 03 -->[website] Polish the Base UI page demos (#40504) @danilo-leal
|
|
966
|
+
|
|
967
|
+
All contributors of this release in alphabetical order: @2metres, @aacevski, @brijeshb42, @danilo-leal, @DiegoAndai, @josh-feldman, @Kamino0, @lhilgert9, @maakcode, @michaldudak, @oliviertassinari, @petrovmiroslav, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli, @zinoroman
|
|
968
|
+
|
|
969
|
+
## 5.15.4
|
|
970
|
+
|
|
971
|
+
<!-- generated comparing v5.15.3..master -->
|
|
972
|
+
|
|
973
|
+
_Jan 10, 2024_
|
|
974
|
+
|
|
975
|
+
A big thanks to the 22 contributors who made this release possible. Here are some highlights:
|
|
976
|
+
|
|
977
|
+
- ✨ Material UI's [ToggleButtonGroup](https://mui.com/material-ui/react-toggle-button/) now supports non-button element as a child (e.g., showing a Tooltip on a disabled ToggleButton) (#40220) @Methuselah96
|
|
978
|
+
|
|
979
|
+
### `@mui/material@5.15.4`
|
|
980
|
+
|
|
981
|
+
- [TextField][FormLabel][InputLabel][FormControl] Use exact children type to allow React children type augmentation (#38872) @nicegamer7
|
|
982
|
+
- [Select] Add form submission regression test (#40176) @mj12albert
|
|
983
|
+
- [ToggleButtonGroup] Support different elements under it (#40220) @Methuselah96
|
|
984
|
+
- [ClickAwayListener] Fix export of types (#40485) @illume
|
|
985
|
+
|
|
986
|
+
### `@mui/material-nextjs@5.15.4`
|
|
987
|
+
|
|
988
|
+
- Improve build size issue (#40436) @siriwatknp
|
|
989
|
+
|
|
990
|
+
### `@mui/icons-material@5.15.4`
|
|
991
|
+
|
|
992
|
+
- Update the icons (#40365) @michaldudak
|
|
993
|
+
|
|
994
|
+
### `@mui/system@5.15.4`
|
|
995
|
+
|
|
996
|
+
- [zero] Move zero runtime related packages (#40426) @brijeshb42
|
|
997
|
+
- Fix all use of styled(Box) (#40449) @oliviertassinari
|
|
998
|
+
|
|
999
|
+
### `@mui/utils@5.15.4`
|
|
1000
|
+
|
|
1001
|
+
- Fix `isPlainObject` to work across realm (#39981) @brijeshb42
|
|
1002
|
+
|
|
1003
|
+
### `@mui/base@5.0.0-beta.31`
|
|
1004
|
+
|
|
1005
|
+
- [base-ui][NumberInput] Remove inputId and inputRef types from NumberInput component (#40425) @sai6855
|
|
1006
|
+
|
|
1007
|
+
### `@mui/joy@5.0.0-beta.22`
|
|
1008
|
+
|
|
1009
|
+
- [Badge] Shouldn't crash when using custom size (#39986) @iamsaumya
|
|
1010
|
+
- [ToggleButtonGroup] Add `JoyToggleButtonGroup` to extendTheme's components type export (#40407) @RiceCrisp
|
|
1011
|
+
|
|
1012
|
+
### Docs
|
|
1013
|
+
|
|
1014
|
+
- [base-ui] Visual tweaks to the plain CSS theme stylesheet (#40487) @zanivan
|
|
1015
|
+
- [base-ui] Add tokens to plain CSS theme stylesheet (#40113) @zanivan
|
|
1016
|
+
- [base-ui] Update the overview page (#40412) @danilo-leal
|
|
1017
|
+
- [material-ui][Drawer] Resolve flickering when double-clicking on the backdrop to close it (#40343) @aacevski
|
|
1018
|
+
- [material-ui] Refactor form submission in FormDialog component (#40470) @sai6855
|
|
1019
|
+
- [material-ui] Replace recharts with MUI X charts on the Dashboard template (#40107) @alexfauquette
|
|
1020
|
+
- [material-ui] Revise the Alert demo page (#34892) @samuelsycamore
|
|
1021
|
+
- [material-ui] Revise the Accordion page (#40284) @anle9650
|
|
1022
|
+
- [material-ui] Add docs for complementary Card components (#40346) @anle9650
|
|
1023
|
+
- [material-ui] Add Material Design 3 components page (#40350) @DiegoAndai
|
|
1024
|
+
- Fix strange italic style @oliviertassinari
|
|
1025
|
+
- Fix references to ESLint @oliviertassinari
|
|
1026
|
+
- Fix 301 redirections @oliviertassinari
|
|
1027
|
+
- Right-to-left revision and addition to Joy UI (#39158) @danilo-leal
|
|
1028
|
+
|
|
1029
|
+
### Core
|
|
1030
|
+
|
|
1031
|
+
- [examples] Use material-nextjs integration package (#40199) @siriwatknp
|
|
1032
|
+
- [code-infra] Configure build dependencies in nx (#40482) @michaldudak
|
|
1033
|
+
- [code-infra] Don't require noreferrer on target link (#40447) @oliviertassinari
|
|
1034
|
+
- [code-infra] Use tsx instead of ts-node (#40428) @michaldudak
|
|
1035
|
+
- [code-infra] Add options to docs-api generation to support X code structure (#40111) @alexfauquette
|
|
1036
|
+
- [docs-infra] Add types for withDocsInfra (#40301) @oliviertassinari
|
|
1037
|
+
- [docs-infra] Fix anchor links in API pages (#40450) @oliviertassinari
|
|
1038
|
+
- [docs-infra] Fix API table full-width (#40476) @oliviertassinari
|
|
1039
|
+
- [docs-infra] Fix the copy button overlapping with the scrollbar (#40405) @danilo-leal
|
|
1040
|
+
- [docs-infra] Remove explicit `mui-x` dependency resolving (#40257) @LukasTy
|
|
1041
|
+
- [docs-infra] Update the outlined Demo container dark mode color (#40488) @danilo-leal
|
|
1042
|
+
- [core] Lock file maintenance (#34538) @renovate[bot]
|
|
1043
|
+
- [core] Remove duplicate devDependencies (#40438) @michaldudak
|
|
1044
|
+
- [core] Remove issue emoji @oliviertassinari
|
|
1045
|
+
- [core] Move prefetch at the core, will propagate to MUI X @oliviertassinari
|
|
1046
|
+
- [core] Change package manager to pnpm (#36287) @Janpot
|
|
1047
|
+
- [core][docs] Remove the "Understand MUI packages" page (#39835) @savalaram-redkar
|
|
1048
|
+
- [website] Evolve the Developer Advocate role (#40337) @oliviertassinari
|
|
1049
|
+
- [website] Fix default social card @oliviertassinari
|
|
1050
|
+
- [test] Restore the `t` command (#40430) @michaldudak
|
|
1051
|
+
|
|
1052
|
+
All contributors of this release in alphabetical order: @aacevski, @alexfauquette, @anle9650, @brijeshb42, @danilo-leal, @DiegoAndai, @iamsaumya, @illume, @Janpot, @LukasTy, @Methuselah96, @michaldudak, @mj12albert, @nicegamer7, @oliviertassinari, @renovate[bot], @RiceCrisp, @sai6855, @samuelsycamore, @savalaram-redkar, @siriwatknp, @zanivan
|
|
1053
|
+
|
|
1054
|
+
## 5.15.3
|
|
1055
|
+
|
|
1056
|
+
<!-- generated comparing v5.15.2..master -->
|
|
1057
|
+
|
|
1058
|
+
_Jan 3, 2024_
|
|
1059
|
+
|
|
1060
|
+
A big thanks to the 11 contributors who made this release possible.
|
|
1061
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
1062
|
+
|
|
1063
|
+
### `@mui/material-nextjs@5.15.3`
|
|
1064
|
+
|
|
1065
|
+
- ​<!-- 06 -->[material-nextjs] Fix order of emotion server (#40409) @siriwatknp
|
|
1066
|
+
|
|
1067
|
+
### `@mui/base@5.0.0-beta.30`
|
|
1068
|
+
|
|
1069
|
+
- ​<!-- 40 -->[useSlider] Rearrange passive option in eventlisteners (#40235) @Kamino0
|
|
1070
|
+
|
|
1071
|
+
### `@mui/lab@5.0.0-alpha.159`
|
|
1072
|
+
|
|
1073
|
+
- ​<!-- 14 -->Add use client directive (#40358) @DiegoAndai
|
|
1074
|
+
|
|
1075
|
+
### `@mui/material-next@6.0.0-alpha.116`
|
|
1076
|
+
|
|
1077
|
+
- ​<!-- 13 -->[List] Copy all List\* components to material-next package (#40367) @sai6855
|
|
1078
|
+
- ​<!-- 12 -->Update CONTRIBUTING guide given v6/v7 rescheduling (#40363) @DiegoAndai
|
|
1079
|
+
- ​<!-- 11 -->[MenuItem] Fix spec import (#40271) @DiegoAndai
|
|
1080
|
+
- ​<!-- 10 -->[Option] Add Option component (#40270) @DiegoAndai
|
|
1081
|
+
- ​<!-- 09 -->[Slider] Replace lodash with internal utils (#40261) @DiegoAndai
|
|
1082
|
+
- ​<!-- 08 -->[Switch] Change files to TypeScript (#39894) @lhilgert9
|
|
1083
|
+
- ​<!-- 07 -->[theme] Move ref palette out of color schemes (#40341) @DiegoAndai
|
|
1084
|
+
|
|
1085
|
+
### Docs
|
|
1086
|
+
|
|
1087
|
+
- ​<!-- 41 -->[base-ui] Polish the Table Pagination demos (#40281) @danilo-leal
|
|
1088
|
+
- ​<!-- 22 -->[joy-ui] Fix dashboard template console errors (#40316) @oliviertassinari
|
|
1089
|
+
- ​<!-- 21 -->[joy-ui] Fix image size on the Files template (#40315) @oliviertassinari
|
|
1090
|
+
- ​<!-- 20 -->[material-ui] Revise the Divider page (#40356) @danilo-leal
|
|
1091
|
+
- ​<!-- 19 -->[material-ui] Polish the Next.js integration page (#40317) @oliviertassinari
|
|
1092
|
+
- ​<!-- 18 -->[material-ui] Adding autoFocus on Virtual Popover (#40239) @aacevski
|
|
1093
|
+
- ​<!-- 17 -->[material-ui] Revise the Roadmap page (#40054) @danilo-leal
|
|
1094
|
+
- ​<!-- 16 -->[material-ui] Update the "showing and hiding" section on the Tooltip page (#40283) @anle9650
|
|
1095
|
+
- ​<!-- 05 -->[material-ui] Fix Slider's customized iOS demo to use updated official colors (#39813) @Super-Kenil
|
|
1096
|
+
- ​<!-- 15 -->[examples] Simplify Next.js example (#40318) @oliviertassinari
|
|
1097
|
+
|
|
1098
|
+
### Core
|
|
1099
|
+
|
|
1100
|
+
- ​<!-- 39 -->[blog] Update open-graph cards for all posts (#40328) @danilo-leal
|
|
1101
|
+
- ​<!-- 38 -->[blog] Correct git diff @oliviertassinari
|
|
1102
|
+
- ​<!-- 37 -->[code-infra] Update lerna and unpin its version (#40399) @michaldudak
|
|
1103
|
+
- ​<!-- 36 -->[code-infra] Break package dependency cycle between @mui/material and @mui/icons-material (#40400) @michaldudak
|
|
1104
|
+
- ​<!-- 35 -->[code-infra] Break package dependency cycles (#40398) @michaldudak
|
|
1105
|
+
- ​<!-- 34 -->[code-infra] Sync bug issue template (#40305) @oliviertassinari
|
|
1106
|
+
- ​<!-- 33 -->[docs] Fix 301 link to Base UI (#40396) @oliviertassinari
|
|
1107
|
+
- ​<!-- 32 -->[docs] Link new MUI X components in sidnav (#40345) @oliviertassinari
|
|
1108
|
+
- ​<!-- 31 -->[docs] Fix 301 links to Toolpad @oliviertassinari
|
|
1109
|
+
- ​<!-- 30 -->[docs] Remove old notifications @oliviertassinari
|
|
1110
|
+
- ​<!-- 29 -->[docs] Always mention the npm tag with npx (#40335) @oliviertassinari
|
|
1111
|
+
- ​<!-- 28 -->[docs] Reduce network use on the All Components pages (#40313) @oliviertassinari
|
|
1112
|
+
- ​<!-- 27 -->[docs-infra] Fix missing button aria-label (#40394) @oliviertassinari
|
|
1113
|
+
- ​<!-- 26 -->[docs-infra] Fix a11y violation rule (#40393) @oliviertassinari
|
|
1114
|
+
- ​<!-- 25 -->[docs-infra] Prefetch pages on hover (#40314) @oliviertassinari
|
|
1115
|
+
- ​<!-- 24 -->[docs-infra] Fix footer links to link to the main domain (#40373) @oliviertassinari
|
|
1116
|
+
- ​<!-- 23 -->[docs-infra] Add stray design adjustments (#40347) @danilo-leal
|
|
1117
|
+
- ​<!-- 04 -->[website] Fix Base UI page's component section imports & styles (#40231) @danilo-leal
|
|
1118
|
+
- ​<!-- 03 -->[website] Fix outdated Nhost image link @oliviertassinari
|
|
1119
|
+
- ​<!-- 02 -->[website] Shorten Joy UI description, 7 chars too long @oliviertassinari
|
|
1120
|
+
- ​<!-- 01 -->[website] Update some social preview images (#40282) @danilo-leal
|
|
1121
|
+
|
|
1122
|
+
All contributors of this release in alphabetical order: @aacevski, @anle9650, @danilo-leal, @DiegoAndai, @Kamino0, @lhilgert9, @michaldudak, @oliviertassinari, @sai6855, @siriwatknp, @Super-Kenil
|
|
1123
|
+
|
|
1124
|
+
## 5.15.2
|
|
1125
|
+
|
|
1126
|
+
<!-- generated comparing v5.15.1..master -->
|
|
1127
|
+
|
|
1128
|
+
_Dec 25, 2023_
|
|
1129
|
+
|
|
1130
|
+
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
1131
|
+
|
|
1132
|
+
- 🚀 Added support for callbacks in the [variant's props definition](https://mui.com/material-ui/customization/theme-components/#creating-new-component-variants) (#40094) @mnajdova
|
|
1133
|
+
- 💫 Published a [blogpost](https://mui.com/blog/2023-material-ui-v6-and-beyond/) for the 2024's plan about Material UI
|
|
1134
|
+
|
|
1135
|
+
### `@mui/material@5.15.2`
|
|
1136
|
+
|
|
1137
|
+
- ​<!-- 31 -->[Badge] Use the variants API in the styled call (#40213) @mnajdova
|
|
1138
|
+
- ​<!-- 04 -->[Paper] Add missing Paper classes descriptions (#40300) @sai6855
|
|
1139
|
+
|
|
1140
|
+
### `@mui/system@5.15.2`
|
|
1141
|
+
|
|
1142
|
+
- ​<!-- 03 -->Support props callback in the variant's definition (#40094) @mnajdova
|
|
1143
|
+
|
|
1144
|
+
### `@mui/base@5.0.0-beta.29`
|
|
1145
|
+
|
|
1146
|
+
- ​<!-- 29 -->[Popup] Use context-based transition API (#39326) @michaldudak
|
|
1147
|
+
- ​<!-- 28 -->[Popup] Popup no longer opens outside viewport (#39827) @adamhylander
|
|
1148
|
+
- ​<!-- 27 -->[useSelect] Refactor to use DOM focus management instead of active descendant (#39675) @DiegoAndai
|
|
1149
|
+
|
|
1150
|
+
### `@mui/material-next@6.0.0-alpha.115`
|
|
1151
|
+
|
|
1152
|
+
- ​<!-- 15 -->[material-next][Divider]Divider ts support (#40307) @sai6855
|
|
1153
|
+
|
|
1154
|
+
### Docs
|
|
1155
|
+
|
|
1156
|
+
- ​<!-- 30 -->[base-ui] Fix form submission Select demo (#40014) @ZeeshanTamboli
|
|
1157
|
+
- ​<!-- 24 -->[blog] Add Material UI v6 and beyond blog post (#40242) @mnajdova
|
|
1158
|
+
- ​<!-- 10 -->[material-ui] Fix broken links in the All components page (#40303) @muazaqdas
|
|
1159
|
+
- ​<!-- 09 -->[material-ui] Fix broken links on the All components page (#40279) @danilo-leal
|
|
1160
|
+
- ​<!-- 08 -->[material-ui] Add aria-current for nav tabs demo (#39594) @Kimzify
|
|
1161
|
+
- ​<!-- 07 -->[material-ui] Add an "All components" page (#40256) @danilo-leal
|
|
1162
|
+
- ​<!-- 06 -->[material-ui][Tooltip] Add demo to show how to change distance between tooltip and its anchor (#40087) @anle9650
|
|
1163
|
+
|
|
1164
|
+
### Core
|
|
1165
|
+
|
|
1166
|
+
- ​<!-- 26 -->[blog] Fix 301 redirection @oliviertassinari
|
|
1167
|
+
- ​<!-- 25 -->[blog] Reduce max image size @oliviertassinari
|
|
1168
|
+
- ​<!-- 23 -->[code-infra] Extract Babel macro from mui-utils (#40262) @michaldudak
|
|
1169
|
+
- ​<!-- 22 -->[core] Simplify a bit the release instructions @oliviertassinari
|
|
1170
|
+
- ​<!-- 21 -->[core] Push force to deploy is not unexpected @oliviertassinari
|
|
1171
|
+
- ​<!-- 20 -->[core] Fix CSS2 vs. CSS3 ::after syntax @oliviertassinari
|
|
1172
|
+
- ​<!-- 19 -->[core] Fix CSS2 vs. CSS3 ::before syntax @oliviertassinari
|
|
1173
|
+
- ​<!-- 05 -->[core] Use direct import from utils package (#40254) @siriwatknp
|
|
1174
|
+
- ​<!-- 18 -->[core] Yaml format match most common convention @oliviertassinari
|
|
1175
|
+
- ​<!-- 17 -->[core] Polish docs-feedback issue template @oliviertassinari
|
|
1176
|
+
- ​<!-- 16 -->[core] Pin Node version on GitHub Actions to 18.18 (#40187) @michaldudak
|
|
1177
|
+
- ​<!-- 14 -->[docs] Fix SEO regression (#40306) @oliviertassinari
|
|
1178
|
+
- ​<!-- 13 -->[docs] Fix docs redirections @oliviertassinari
|
|
1179
|
+
- ​<!-- 12 -->[docs] Update the Contributing guide to give more guidance on documentation (#40274) @samuelsycamore
|
|
1180
|
+
- ​<!-- 11 -->[docs-infra] Add polish to the inline code block (#40260) @danilo-leal
|
|
1181
|
+
- ​<!-- 02 -->[website] Update Gold sponsors: add RxDB, standardize formatting (#40273) @samuelsycamore
|
|
1182
|
+
- ​<!-- 01 -->[website] Revert change to homepage SEO attributes @oliviertassinari
|
|
1183
|
+
|
|
1184
|
+
All contributors of this release in alphabetical order: @adamhylander, @anle9650, @danilo-leal, @DiegoAndai, @Kimzify, @michaldudak, @mnajdova, @muazaqdas, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
|
|
1185
|
+
|
|
1186
|
+
## 5.15.1
|
|
1187
|
+
|
|
1188
|
+
<!-- generated comparing v5.15.0..master -->
|
|
1189
|
+
|
|
1190
|
+
_Dec 19, 2023_
|
|
1191
|
+
|
|
1192
|
+
A big thanks to the 15 contributors who made this release possible.
|
|
1193
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
1194
|
+
|
|
1195
|
+
### `@mui/material@5.15.1`
|
|
1196
|
+
|
|
1197
|
+
- ​<!-- 13 -->[CardActions][DialogActions] Apply margin for all children except for 1st child (#40168) @sai6855
|
|
1198
|
+
- ​<!-- 03 -->[TablePagination] Add ability to change icons in TablePaginationActions using `slots` and `slotProps` (#33797) @pratikkarad
|
|
1199
|
+
- ​<!-- 13 -->[CssVarsProvider] Fix HSL breaking button styles (#39869) @gitstart
|
|
1200
|
+
|
|
1201
|
+
### `@mui/joy@5.0.0-beta.19`
|
|
1202
|
+
|
|
1203
|
+
- ​<!-- 05 -->[FormControl] Fix issue with the conditional setting of `htmlFor` and `id` attributes not functioning properly for form labels (#40180) @ReaZzy
|
|
1204
|
+
- ​<!-- 04 -->[typescript] Address TypeScript issue with custom zIndex not functioning (#40133) @qiweiii
|
|
1205
|
+
|
|
1206
|
+
### `@mui/styled-engine-sc@6.0.0-alpha.9`
|
|
1207
|
+
|
|
1208
|
+
- ​<!-- 02 -->[typescript] Fix `theme` being of type any (#40200) @mnajdova
|
|
1209
|
+
|
|
1210
|
+
### Docs
|
|
1211
|
+
|
|
1212
|
+
- ​<!-- 09 -->[joy-ui] Fix typo in the CSS baseline page (#40222) @possibilities
|
|
1213
|
+
- ​<!-- 08 -->[joy-ui] Document missing Autocomplete props (#39979) @ZeeshanTamboli
|
|
1214
|
+
- ​<!-- 10 -->[joy-ui] Fix typo about Typography levels (#40230) @zanivan
|
|
1215
|
+
- ​<!-- 07 -->[material-ui] Update the related projects page to list `mui-tiptap` for rich text (#40216) @sjdemartini
|
|
1216
|
+
- ​<!-- 06 -->[material-ui] Fix typo in the Next.js integration page (#40209) @s8990
|
|
1217
|
+
|
|
1218
|
+
### Core
|
|
1219
|
+
|
|
1220
|
+
- ​<!-- 14 -->[blog] Fix access to Notion without an account @oliviertassinari
|
|
1221
|
+
- ​<!-- 12 -->[core] Update workflows and issue templates to reflect the updated label (#40197) @MBilalShafi
|
|
1222
|
+
- ​<!-- 11 -->[docs] Replace Twitter with X (#40193) @mbrookes
|
|
1223
|
+
- ​<!-- 10 -->[docs-infra] Uplift the Algolia search modal design (#40186) @danilo-leal
|
|
1224
|
+
- ​<!-- 01 -->[website] Update product descriptions and social preview images (#32181) @danilo-leal
|
|
1225
|
+
|
|
1226
|
+
All contributors of this release in alphabetical order: @danilo-leal, @gitstart, @MBilalShafi, @mbrookes, @mnajdova, @oliviertassinari, @possibilities, @pratikkarad, @qiweiii, @ReaZzy, @s8990, @sai6855, @sjdemartini, @zanivan, @ZeeshanTamboli
|
|
1227
|
+
|
|
1228
|
+
## 5.15.0
|
|
1229
|
+
|
|
1230
|
+
<!-- generated comparing v5.14.20..master -->
|
|
1231
|
+
|
|
1232
|
+
_Dec 11, 2023_
|
|
1233
|
+
|
|
1234
|
+
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
1235
|
+
|
|
1236
|
+
- 🚀 Added [a new package for a better Material UI integration with Next.js](https://mui.com/material-ui/guides/nextjs) (#39947) @siriwatknp
|
|
1237
|
+
|
|
1238
|
+
### `@mui/material@5.15.0`
|
|
1239
|
+
|
|
1240
|
+
- ​<!-- 12 -->Revert "[Select][material-ui] Add name to hidden input element" (#40174) @mj12albert
|
|
1241
|
+
- ​<!-- 02 -->[material-ui] Refactor ComponentsVariants type into a generic (#39623) @blakenetz
|
|
1242
|
+
|
|
1243
|
+
### `@mui/material-nextjs@5.15.0`
|
|
1244
|
+
|
|
1245
|
+
- ​<!-- 01 -->[material-ui] Add new Next.js integration package (#39947) @siriwatknp
|
|
1246
|
+
|
|
1247
|
+
### `@mui/material-next@6.0.0-alpha.113`
|
|
1248
|
+
|
|
1249
|
+
- ​<!-- 11 -->[Badge][material-next] Apply new OwnerState type to Badge (#40119) @lhilgert9
|
|
1250
|
+
- ​<!-- 06 -->[material-next][ButtonGroup] Change `ButtonGroup` files to ts (#39794) @lhilgert9
|
|
1251
|
+
|
|
1252
|
+
### `@mui/icons-material@5.15.0`
|
|
1253
|
+
|
|
1254
|
+
- ​<!-- 05 -->[icons] Add X logo (#38811) @abreel
|
|
1255
|
+
|
|
1256
|
+
### `@mui/base@5.0.0-beta.27`
|
|
1257
|
+
|
|
1258
|
+
- ​<!-- 10 -->[base-ui] useControllableReducer warns when controlled props become uncontrolled (and vice versa) (#39096) @mj12albert
|
|
1259
|
+
|
|
1260
|
+
### `@mui/joy@5.0.0-beta.18`
|
|
1261
|
+
|
|
1262
|
+
- ​<!-- 04 -->[joy-ui][Radio][Input] Fix inheritance of disabled prop (#39934) @sai6855
|
|
1263
|
+
|
|
1264
|
+
### `@mui/lab@5.0.0-alpha.156`
|
|
1265
|
+
|
|
1266
|
+
- ​<!-- 03 -->[lab][LoadingButton] LoadingButton now inherits props from ButtonGroup (#39679) @lhilgert9
|
|
1267
|
+
|
|
1268
|
+
### Docs
|
|
1269
|
+
|
|
1270
|
+
- ​<!-- 09 -->[docs] Fix reference to non-existent checkmark in supported-components.md (#40056) @mbrookes
|
|
1271
|
+
- ​<!-- 09 -->[docs][base-ui] Add copy button & primary color picker to the component gallery page (#39884) @mnajdova
|
|
1272
|
+
- ​<!-- 08 -->[docs-infra] Update CodeSandbox links (#39992) @anle9650
|
|
1273
|
+
- ​<!-- 04 -->[material-ui][docs] Fix wrong root element for emotion styles in shadow DOM (#35326) @EloB
|
|
1274
|
+
- ​<!-- 03 -->[material-ui][docs] Move the responsive font charts from recharts to MUI X (#40097) @alexfauquette
|
|
1275
|
+
- ​<!-- 02 -->[joy-ui][templates] Remove outdated code (#40095) @zanivan
|
|
1276
|
+
- ​<!-- 05 -->[material-ui][docs][Popper] Update Positioned Popper demo styles (#40170) @sai6855
|
|
1277
|
+
|
|
1278
|
+
### Core
|
|
1279
|
+
|
|
1280
|
+
- ​<!-- 08 -->[blog] Add a Phuket retreat blog post (#40055) @mikailaread
|
|
1281
|
+
- ​<!-- 07 -->[blog] Adjust the latest MUI X blog post (#40046) @danilo-leal
|
|
1282
|
+
- ​<!-- 05 -->[core] Migrate from tslint to eslint (#40020) @ZeeshanTamboli
|
|
1283
|
+
|
|
1284
|
+
All contributors of this release in alphabetical order: @abreel, @alexfauquette, @anle9650, @blakenetz, @danilo-leal, @EloB, @lhilgert9, @mbrookes, @mikailaread, @mj12albert, @mnajdova, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli
|
|
1285
|
+
|
|
1286
|
+
## 5.14.20
|
|
1287
|
+
|
|
1288
|
+
<!-- generated comparing v5.14.19..master -->
|
|
1289
|
+
|
|
1290
|
+
_Dec 5, 2023_
|
|
1291
|
+
|
|
1292
|
+
A big thanks to the 14 contributors who made this release possible.
|
|
1293
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
1294
|
+
|
|
1295
|
+
### `@mui/material-next@6.0.0-alpha.112`
|
|
1296
|
+
|
|
1297
|
+
- ​<!-- 07 -->[Menu] Enable again the usage of the autoFocus prop (#39960) @mnajdova
|
|
1298
|
+
- ​<!-- 06 -->[ProgressIndicator] Apply MD3 style to `CircularProgress` (#39825) @lhilgert9
|
|
1299
|
+
|
|
1300
|
+
### Docs
|
|
1301
|
+
|
|
1302
|
+
- ​<!-- 15 -->Remove outdated showcase (#40063) @oliviertassinari
|
|
1303
|
+
- ​<!-- 14 -->Support yaml as prism language (#40044) @Janpot
|
|
1304
|
+
- ​<!-- 12 -->[material-ui] Fix SearchAppBar width on `sm` screens (#40049) @DiegoAndai
|
|
1305
|
+
- ​<!-- 11 -->[material-ui] Update the basic Grid section copy (#40035) @REX500
|
|
1306
|
+
- ​<!-- 10 -->[material-ui] Add a react-admin example project (#39972) @fzaninotto
|
|
1307
|
+
- ​<!-- 09 -->[material-ui][TextField] Add a performance section (#39692) @anle9650
|
|
1308
|
+
- ​<!-- 05 -->[material-ui][tabs] Refine scrollable tabs description (#40037) @zanivan
|
|
1309
|
+
- ​<!-- 08 -->[system] Fix typo on the CSS theme variables page (#40040) @caweidmann
|
|
1310
|
+
|
|
1311
|
+
### Core
|
|
1312
|
+
|
|
1313
|
+
- ​<!-- 17 -->[blog] Fix scrollbar on mobile (#40057) @oliviertassinari
|
|
1314
|
+
- ​<!-- 16 -->[blog] Fix link to charts getting started page (#40043) @alexfauquette
|
|
1315
|
+
- ​<!-- 13 -->[docs-infra] Simplify CSS classes extraction in API docs generator (#39808) @michaldudak
|
|
1316
|
+
- ​<!-- 04 -->[website] Polish dark mode colors (#40052) @danilo-leal
|
|
1317
|
+
- ​<!-- 03 -->[website] Add why Design Engineer for data grid (#40016) @oliviertassinari
|
|
1318
|
+
- ​<!-- 02 -->[website] Add stray fixes to the Base UI page (#40051) @danilo-leal
|
|
1319
|
+
- ​<!-- 01 -->[website] Revise the Developer Advocate job posting (#39210) @samuelsycamore
|
|
1320
|
+
|
|
1321
|
+
All contributors of this release in alphabetical order: @alexfauquette, @anle9650, @caweidmann, @danilo-leal, @DiegoAndai, @fzaninotto, @Janpot, @lhilgert9, @michaldudak, @mnajdova, @oliviertassinari, @REX500, @samuelsycamore, @zanivan
|
|
1322
|
+
|
|
1323
|
+
## 5.14.19
|
|
1324
|
+
|
|
1325
|
+
<!-- generated comparing v5.14.18..master -->
|
|
1326
|
+
|
|
1327
|
+
_Nov 29, 2023_
|
|
1328
|
+
|
|
1329
|
+
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
1330
|
+
|
|
1331
|
+
- 🐛 Fix Material UI Autocomplete behavior when there are duplicate labels (#36426) @islandryu
|
|
1332
|
+
- 🚀 Added Material You Linear Progress to `material-next` package (#39807) @lhilgert9
|
|
1333
|
+
|
|
1334
|
+
### `@mui/material@5.14.19`
|
|
1335
|
+
|
|
1336
|
+
- ​<!-- 44 -->[Autocomplete] Fix behavior when there are duplicate labels (#36426) @islandryu
|
|
1337
|
+
- ​<!-- 37 -->[Box] Added boxClasses (#39889) @sadik-malik
|
|
1338
|
+
- ​<!-- 18 -->[FilledInput] Fix slot props deepmerge order (#38922) @dhaub-exelixis
|
|
1339
|
+
- ​<!-- 12 -->[Select] Add id to hidden input element (#39414) @DarhkVoyd
|
|
1340
|
+
- ​<!-- 11 -->[Select] Remove unnecessary picking of `onChange` type from SelectInputProps (#39891) @ZeeshanTamboli
|
|
1341
|
+
|
|
1342
|
+
### `@mui/base@5.0.0-beta.25`
|
|
1343
|
+
|
|
1344
|
+
- ​<!-- 46 -->[Menu] Fix navigation of items when 1st item is disabled (#39828) @sai6855
|
|
1345
|
+
- ​<!-- 42 -->[Modal] Refine demos (#39824) @zanivan
|
|
1346
|
+
- ​<!-- 41 -->[NumberInput] Implement `numberInputReducer` (#38723) @mj12albert
|
|
1347
|
+
- ​<!-- 40 -->[useNumberInput] Fix change handlers passed through slotProps (#39407) @mj12albert
|
|
1348
|
+
|
|
1349
|
+
### `@mui/joy@5.0.0-beta.16`
|
|
1350
|
+
|
|
1351
|
+
- ​<!-- 38 -->[Box] Added boxClasses (#39895) @sadik-malik
|
|
1352
|
+
|
|
1353
|
+
### `@mui/system@5.14.19`
|
|
1354
|
+
|
|
1355
|
+
- ​<!-- 36 -->[Box] Added boxClasses (#39896) @sadik-malik
|
|
1356
|
+
- ​<!-- 09 -->Add outlineColor to defaultSxConfig (#39962) @brijeshb42
|
|
1357
|
+
|
|
1358
|
+
### `@mui/types@7.2.10`
|
|
1359
|
+
|
|
1360
|
+
- ​<!-- 08 -->Add `PartiallyRequired` type (#39939) @lhilgert9
|
|
1361
|
+
|
|
1362
|
+
### `@mui/material-next@6.0.0-alpha.111`
|
|
1363
|
+
|
|
1364
|
+
- ​<!-- 47 -->[ProgressIndicator] Apply MD3 style to `LinearProgress` (#39807) @lhilgert9
|
|
1365
|
+
- ​<!-- 17 -->[FormHelperText] Add FormHelperText component (#39503) @mj12albert
|
|
1366
|
+
- ​<!-- 16 -->[IconButton] Copy IconButton to material-next (#39945) @mj12albert
|
|
1367
|
+
- ​<!-- 13 -->[Switch] Copy `Switch` to material next (#39887) @lhilgert9
|
|
1368
|
+
|
|
1369
|
+
### Docs
|
|
1370
|
+
|
|
1371
|
+
- ​<!-- 19 -->[material-ui] Fix theme prop in v5 migration guide (#39976) @sai6855
|
|
1372
|
+
- ​<!-- 43 -->[base-ui] Improve Next.js Link docs (#39838) @oliviertassinari
|
|
1373
|
+
- ​<!-- 39 -->[base-ui] Export Base UI theme in stylesheet (#39694) @mnajdova
|
|
1374
|
+
- ​<!-- 52 -->[joy-ui] Fix the date min & max slot props values on the Input demo (#40018) @avikalpg
|
|
1375
|
+
- ​<!-- 35 -->[joy-ui][ButtonGroup] Fix orientation prop description (#39876) @sai6855
|
|
1376
|
+
- ​<!-- 25 -->[joy-ui] Update gif from the Dark Mode Optimization page (#39726) @danilo-leal
|
|
1377
|
+
- ​<!-- 24 -->[joy-ui] Fix h1 template (#40017) @oliviertassinari
|
|
1378
|
+
- ​<!-- 23 -->[joy-ui] Fix wrong product id @oliviertassinari
|
|
1379
|
+
- ​<!-- 22 -->[joy-ui] Fixes in theme scoping documentation (#39899) @ZeeshanTamboli
|
|
1380
|
+
- ​<!-- 21 -->[joy-ui] Refine the Email, Teams and Files templates (#39579) @zanivan
|
|
1381
|
+
- ​<!-- 15 -->[joy-ui][templates] Fix layout shift on Profile template (#40022) @zanivan
|
|
1382
|
+
- ​<!-- 14 -->[joy-ui][Templates] Update thumbnails (#39938) @zanivan
|
|
1383
|
+
- ​<!-- 20 -->[material-next] Add contributing guide (#39944) @mj12albert
|
|
1384
|
+
- ​<!-- 51 -->End v6 blogpost notification (#39879) @joserodolfofreitas
|
|
1385
|
+
- ​<!-- 31 -->Fix nested CSS warning (#39932) @mnajdova
|
|
1386
|
+
- ​<!-- 30 -->Make integration searchable (#39967) @oliviertassinari
|
|
1387
|
+
- ​<!-- 29 -->Fix use of quote in markdown (#39953) @oliviertassinari
|
|
1388
|
+
- ​<!-- 28 -->Show design links on Joy UI (#39955) @oliviertassinari
|
|
1389
|
+
- ​<!-- 27 -->Restore Algolia results when searching for "Figma" (#39956) @oliviertassinari
|
|
1390
|
+
- ​<!-- 26 -->Fix two tone icon dark mode color (#39868) @mnajdova
|
|
1391
|
+
|
|
1392
|
+
### Core
|
|
1393
|
+
|
|
1394
|
+
- ​<!-- 45 -->Improve lerna's renovate package rules (#40029) @DiegoAndai
|
|
1395
|
+
- ​<!-- 34 -->Downgrade lerna to 7.2.0 (#40026) @DiegoAndai
|
|
1396
|
+
- ​<!-- 32 -->Rename OpenCollective @oliviertassinari
|
|
1397
|
+
- ​<!-- 48 -->[docs-infra] Env variables should be string (#39991) @oliviertassinari
|
|
1398
|
+
- ​<!-- 10 -->[Portal] Improve docs for container prop (#39180) @oliviertassinari
|
|
1399
|
+
- ​<!-- 50 -->[website] Update pricing table (#40023) @cherniavskii
|
|
1400
|
+
- ​<!-- 49 -->[website][docs] Update the product identifier menu and X page (#39832) @danilo-leal
|
|
1401
|
+
- ​<!-- 07 -->[website] Mark TreeView and Charts as stable (#39975) @flaviendelangle
|
|
1402
|
+
- ​<!-- 06 -->[website] Update career page (#40015) @oliviertassinari
|
|
1403
|
+
- ​<!-- 05 -->[website] Sync about dataset @oliviertassinari
|
|
1404
|
+
- ​<!-- 04 -->[website] Fix 301 redirection to X tree-view @oliviertassinari
|
|
1405
|
+
- ​<!-- 03 -->[website] Change redirection prefixes @oliviertassinari
|
|
1406
|
+
- ​<!-- 02 -->[website] Fix 301 link @oliviertassinari
|
|
1407
|
+
- ​<!-- 01 -->[website] Fix modal not being closed with the escape key on the Base UI page (#39880) @ZeeshanTamboli
|
|
1408
|
+
|
|
1409
|
+
All contributors of this release in alphabetical order: @avikalpg, @brijeshb42, @cherniavskii, @danilo-leal, @DarhkVoyd, @dhaub-exelixis, @DiegoAndai, @flaviendelangle, @islandryu, @joserodolfofreitas, @lhilgert9, @mj12albert, @mnajdova, @oliviertassinari, @sadik-malik, @sai6855, @zanivan, @ZeeshanTamboli
|
|
1410
|
+
|
|
1411
|
+
## 5.14.18
|
|
1412
|
+
|
|
1413
|
+
<!-- generated comparing v5.14.17..master -->
|
|
1414
|
+
|
|
1415
|
+
_Nov 14, 2023_
|
|
1416
|
+
|
|
1417
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
1418
|
+
|
|
1419
|
+
- 💫 Introduced new [Stepper](https://mui.com/joy-ui/react-stepper/) component in Joy UI (#39688) @siriwatknp
|
|
1420
|
+
- other 🐛 bug fixes and 📚 documentation improvements
|
|
1421
|
+
|
|
1422
|
+
### `@mui/material@5.14.18`
|
|
1423
|
+
|
|
1424
|
+
- ​<!-- 32 -->[Autocomplete] Add `defaultMuiPrevented` to onKeyDown type (#39820) @sai6855
|
|
1425
|
+
- ​<!-- 31 -->[Autocomplete] Fix React key warning in Next.js (#39795) @mj12albert
|
|
1426
|
+
- ​<!-- 24 -->[Checkbox] Asterisk placement aligned correctly (#39721) @axelbostrom
|
|
1427
|
+
- ​<!-- 04 -->[Rating] Fix the hover highlighting for spaced icons (#39775) @ZeeshanTamboli
|
|
1428
|
+
- ​<!-- 03 -->[TablePagination] Implement `slotProps` pattern for the actions and the select slots (#39353) @anle9650
|
|
1429
|
+
- ​<!-- 02 -->[TextField] Fix padding on small filled multiline TextField (#39769) @mj12albert
|
|
1430
|
+
|
|
1431
|
+
### `@mui/joy@5.0.0-beta.15`
|
|
1432
|
+
|
|
1433
|
+
- ​<!-- 11 -->[Stepper] Add new `Stepper` component (#39688) @siriwatknp
|
|
1434
|
+
- ​<!-- 12 -->[Select] Fix displaying placeholder when multiple is true (#39806) @sai6855
|
|
1435
|
+
|
|
1436
|
+
### `@mui/material-next@6.0.0-alpha.110`
|
|
1437
|
+
|
|
1438
|
+
- ​<!-- 26 -->[ButtonGroup] Copy `ButtonGroup` to material next (#39739) @lhilgert9
|
|
1439
|
+
- ​<!-- 09 -->[ProgressIndicator] Change `CircularProgress` files to ts (#39791) @lhilgert9
|
|
1440
|
+
- ​<!-- 08 -->[ProgressIndicator] Change `LinearProgress` files to ts (#39793) @lhilgert9
|
|
1441
|
+
- ​<!-- 07 -->[ProgressIndicator] Copy `LinearProgress` to material next (#39779) @lhilgert9
|
|
1442
|
+
- ​<!-- 06 -->[ProgressIndicator] Copy `CircularProgress` to material next (#39780) @lhilgert9
|
|
1443
|
+
- ​<!-- 05 -->[TextField] Add FormLabel and InputLabel components (#39483) @mj12albert
|
|
1444
|
+
|
|
1445
|
+
## Docs
|
|
1446
|
+
|
|
1447
|
+
- ​<!-- 30 -->[base-ui][NumberInput] Fix inconsistent demo component names (#39786) @mnajdova
|
|
1448
|
+
- ​<!-- 29 -->[base-ui][Menu] Refine demos (#39823) @zanivan
|
|
1449
|
+
- ​<!-- 28 -->[base-ui][Switch] Refine demos (#39822) @zanivan
|
|
1450
|
+
- ​<!-- 16 -->[joy-ui] Fix API generation for Grid (#39861) @oliviertassinari
|
|
1451
|
+
- ​<!-- 15 -->[joy-ui] Fix menu in color inversion header demo (#39785) @sai6855
|
|
1452
|
+
- ​<!-- 14 -->[joy-ui] Change the design kit link on the Overview page (#39725) @danilo-leal
|
|
1453
|
+
- ​<!-- 13 -->[joy-ui] Add `CssBaseline` to integration with Material UI page (#39790) @swillianc
|
|
1454
|
+
- ​<!-- 10 -->[joy-ui][Tabs] Add wordBreak style to demo (#39821) @sai6855
|
|
1455
|
+
|
|
1456
|
+
## Core
|
|
1457
|
+
|
|
1458
|
+
- ​<!-- 27 -->[blog] MUI X late v6 blog post (#39700) @joserodolfofreitas
|
|
1459
|
+
- ​<!-- 25 -->[CHANGELOG] Correct the Joy UI version in the changelog (#39788) @michaldudak
|
|
1460
|
+
- ​<!-- 23 -->[core] Remove legacy docs files (#39860) @oliviertassinari
|
|
1461
|
+
- ​<!-- 22 -->[core] Fix GitHub title tag consistency @oliviertassinari
|
|
1462
|
+
- ​<!-- 21 -->[core] Make the API docs builder configurable per project (#39772) @michaldudak
|
|
1463
|
+
- ​<!-- 20 -->[docs] Fix the default theme viewer font family (#39782) @danilo-leal
|
|
1464
|
+
- ​<!-- 19 -->[docs-infra] Fix hydration api (#39706) @oliviertassinari
|
|
1465
|
+
- ​<!-- 18 -->[docs-infra] Adjust the website & docs footer (#39810) @danilo-leal
|
|
1466
|
+
- ​<!-- 17 -->[docs-infra] Fix bug on API prop copy experience (#39707) @oliviertassinari
|
|
1467
|
+
- ​<!-- 01 -->[website] Change roadmap link destination (#39639) @danilo-leal
|
|
1468
|
+
|
|
1469
|
+
All contributors of this release in alphabetical order: @anle9650, @axelbostrom, @danilo-leal, @joserodolfofreitas, @lhilgert9, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @swillianc, @zanivan, @ZeeshanTamboli
|
|
1470
|
+
|
|
1471
|
+
## 5.14.17
|
|
1472
|
+
|
|
1473
|
+
<!-- generated comparing v5.14.16..master -->
|
|
1474
|
+
|
|
1475
|
+
_Nov 6, 2023_
|
|
1476
|
+
|
|
1477
|
+
A big thanks to the 12 contributors who made this release possible.
|
|
1478
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
1479
|
+
|
|
1480
|
+
### `@mui/material@5.14.17`
|
|
1481
|
+
|
|
1482
|
+
- [Dialog] Should not close until the IME is cancelled (#39713) @megos
|
|
1483
|
+
- [InputBase] Add `sx` type to `input` and `root` slot (#39569) @sai6855
|
|
1484
|
+
|
|
1485
|
+
### `@mui/joy@5.0.0-beta.14`
|
|
1486
|
+
|
|
1487
|
+
- [ModalDialog] Remove redundant code (#39719) @sai6855
|
|
1488
|
+
- [ToggleButtonGroup] Fix toggling button state when `Button` is not immediate children (#39571) @sai6855
|
|
1489
|
+
|
|
1490
|
+
### `@mui/base@5.0.0-beta.23`
|
|
1491
|
+
|
|
1492
|
+
- Make list components more reliable (#39380) @michaldudak
|
|
1493
|
+
|
|
1494
|
+
### `@mui/material-next@6.0.0-alpha.109`
|
|
1495
|
+
|
|
1496
|
+
- [InputBase] InputBase slotProps accepts sx type (#39714) @mj12albert
|
|
1497
|
+
- [OutlinedInput] Copy v5 OutlinedInput (#39698) @mj12albert
|
|
1498
|
+
|
|
1499
|
+
### `@mui/lab@5.0.0-alpha.152`
|
|
1500
|
+
|
|
1501
|
+
- [TreeView] Remove tree view import from @mui/lab (#39685) @alexfauquette
|
|
1502
|
+
|
|
1503
|
+
### Docs
|
|
1504
|
+
|
|
1505
|
+
- Update Taiwan country name in demos (#39729) @chiahao
|
|
1506
|
+
- Update release doc for unchanged packages (#39487) @brijeshb42
|
|
1507
|
+
- [joy-ui] Make code readable to set next color in color inversion demos (#39669) @ZeeshanTamboli
|
|
1508
|
+
- [material-ui] Remove numeric input workaround from TextField docs (#39629) @mj12albert
|
|
1509
|
+
- [material-ui] Add comment about code to be removed from Drawer demo (#39678) @samuelsycamore
|
|
1510
|
+
|
|
1511
|
+
### Core
|
|
1512
|
+
|
|
1513
|
+
- [docs-infra] Fix path bloat client-side (#39708) @oliviertassinari
|
|
1514
|
+
- [docs-infra] Render footer in SSR (#39710) @oliviertassinari
|
|
1515
|
+
- [docs-infra] Simplify footer (#39709) @oliviertassinari
|
|
1516
|
+
- [docs-infra] Fix dark theme color (#39720) @alexfauquette
|
|
1517
|
+
- [docs-infra] Remove the design feedback alert (#39691) @danilo-leal
|
|
1518
|
+
- [docs-infra] Bring back scroll gradient in API page with table (#39689) @alexfauquette
|
|
1519
|
+
- [docs-infra] Clarify the content of the ads @oliviertassinari
|
|
1520
|
+
- [docs-infra] Link to ScaffoldHub v2 @oliviertassinari
|
|
1521
|
+
- [docs-infra] Improve access to the component demos via the API page (#39690) @danilo-leal
|
|
1522
|
+
- [docs-infra] Add appropriate aria-label to docs buttons (#39638) @danilo-leal
|
|
1523
|
+
- [docs-infra] Fix crawler on API pages (#39490) @alexfauquette
|
|
1524
|
+
- [docs–infra] Small polish on API toggle (#39704) @oliviertassinari
|
|
1525
|
+
- [core] Speed up the CI by removing the second build (#39684) @michaldudak
|
|
1526
|
+
- [core][docs] Fix broken MUI System link in README.md (#39734) @samuelsycamore
|
|
1527
|
+
- [website] List benefits for sponsors (#39640) @oliviertassinari
|
|
1528
|
+
- [website] Add Vadym teamMember card to 'About' (#39701) @hasdfa
|
|
1529
|
+
- [test] Fix flaky screenshot (#39711) @oliviertassinari
|
|
1530
|
+
|
|
1531
|
+
All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @chiahao, @danilo-leal, @hasdfa, @megos, @michaldudak, @mj12albert, @oliviertassinari, @sai6855, @samuelsycamore, @ZeeshanTamboli
|
|
1532
|
+
|
|
1533
|
+
## 5.14.16
|
|
1534
|
+
|
|
1535
|
+
<!-- generated comparing v5.14.15..master -->
|
|
1536
|
+
|
|
1537
|
+
_Oct 31, 2023_
|
|
1538
|
+
|
|
1539
|
+
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
|
|
1540
|
+
|
|
1541
|
+
- ✨ New highly requested Joy UI component: [Snackbar](https://mui.com/joy-ui/react-snackbar) (#38801) @ZeeshanTamboli
|
|
1542
|
+
|
|
1543
|
+
### `@mui/material@5.14.16`
|
|
1544
|
+
|
|
1545
|
+
- ​<!-- 03 -->Fix ownerstate being propagated to DOM node when using styled-components v6 (#39586) @mnajdova
|
|
1546
|
+
|
|
1547
|
+
### `@mui/base@5.0.0-beta.22`
|
|
1548
|
+
|
|
1549
|
+
- ​<!-- 28 -->[Autocomplete] Standardize box shadow on demos (#39519) @zanivan
|
|
1550
|
+
- ​<!-- 27 -->[useSelect] Support browser autofill (#39595) @DiegoAndai
|
|
1551
|
+
- ​<!-- 30 -->[base-ui] Fix mergeSlotProps className join order (#39616) @mj12albert
|
|
1552
|
+
|
|
1553
|
+
### `@mui/joy@5.0.0-beta.13`
|
|
1554
|
+
|
|
1555
|
+
- ​<!-- 29 -->[Accordion] Add type button to accordion
|
|
1556
|
+
- ​<!-- 28 -->[Card] Fix CardOverflow in nested cards (#39668) @siriwatknp summary (#39532) @Popppins
|
|
1557
|
+
- ​<!-- 08 -->[Menu] Fix closing of listbox in `MenuList` demo (#39459) @sai6855
|
|
1558
|
+
- ​<!-- 07 -->[Progress] Revamp Linear and Circular progress variants (#39492) @zanivan
|
|
1559
|
+
- ​<!-- 06 -->[Select] Support selection of `multiple` options (#39454) @sai6855
|
|
1560
|
+
- ​<!-- 05 -->[Textarea] Add ref usage instructions (#39615) @danilo-leal
|
|
1561
|
+
- ​<!-- 10 --> Fix sticky hover media query issue on mobile (#37467) @gitstart
|
|
1562
|
+
- ​<!-- 09 --> Add Snackbar component (#38801) @ZeeshanTamboli
|
|
1563
|
+
|
|
1564
|
+
### `@mui/material-next@6.0.0-alpha.108`
|
|
1565
|
+
|
|
1566
|
+
- ​<!-- 04 -->[theme] Update Material You typescale tokens (#39514) @mj12albert
|
|
1567
|
+
|
|
1568
|
+
### Docs
|
|
1569
|
+
|
|
1570
|
+
- ​<!-- 22 -->Fix 301 link to Primer design system @oliviertassinari
|
|
1571
|
+
- ​<!-- 19 -->[joy-ui] Revise the CSS vars page (#39335) @danilo-leal
|
|
1572
|
+
- ​<!-- 18 -->[joy-ui] Add docs for changing styles based on states (#39597) @siriwatknp
|
|
1573
|
+
- ​<!-- 17 -->[joy-ui] Fix wrong messages (#39602) @siriwatknp
|
|
1574
|
+
- ​<!-- 16 -->[material-ui] Include link to bundler how-to for Styled Components users (#39620) @jcoyle37
|
|
1575
|
+
- ​<!-- 15 -->[material-ui] Improve Dialog demos (#39642) @ZeeshanTamboli
|
|
1576
|
+
- ​<!-- 14 -->[material-ui] Add stray design fine-tuning to the example collection (#39581) @danilo-leal
|
|
1577
|
+
- ​<!-- 13 -->[system] Clean up `@mui/styles` docs and discourage users from installing it (#39644) @samuelsycamore
|
|
1578
|
+
- ​<!-- 12 -->[examples] Upgrade Remix to v2 (#39229) @Nkzn
|
|
1579
|
+
- ​<!-- 11 -->[examples][material-ui] Remove hardcoded `color="black"` from Next.js App Router layout (#39577) @samuelsycamore
|
|
1580
|
+
|
|
1581
|
+
### Core
|
|
1582
|
+
|
|
1583
|
+
- ​<!-- 26 -->[core] Setup vale for enforcing style guides (#39633) @alexfauquette
|
|
1584
|
+
- ​<!-- 25 -->[core] Remove unused use client (#38967) @oliviertassinari
|
|
1585
|
+
- ​<!-- 24 -->[core] Remove duplicate export (#39346) @oliviertassinari
|
|
1586
|
+
- ​<!-- 23 -->[core] Remove not used `@types/loader-utils` package from `zero-next-plugin` (#39609) @ZeeshanTamboli
|
|
1587
|
+
- ​<!-- 21 -->[docs-infra] Add meta charset in codesandbox examples (#39424) @Janpot
|
|
1588
|
+
- ​<!-- 20 -->[docs-infra] Fix settings drawer accessibility issues (#39589) @emamoah
|
|
1589
|
+
- ​<!-- 02 -->[website] Add stray adjustments and clean-ups (#39673) @danilo-leal
|
|
1590
|
+
- ​<!-- 01 -->[website] Open the `Design Engineer - xGrid` role (#39375) @DanailH
|
|
1591
|
+
|
|
1592
|
+
All contributors of this release in alphabetical order: @alexfauquette, @Best-Sardar, @DanailH, @danilo-leal, @DiegoAndai, @emamoah, @gitstart, @Janpot, @jcoyle37, @mj12albert, @mnajdova, @Nkzn, @oliviertassinari, @Popppins, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli
|
|
1593
|
+
|
|
1594
|
+
## 5.14.15
|
|
1595
|
+
|
|
1596
|
+
<!-- generated comparing v5.14.14..master -->
|
|
1597
|
+
|
|
1598
|
+
_Oct 24, 2023_
|
|
1599
|
+
|
|
1600
|
+
A big thanks to the 17 contributors who made this release possible.
|
|
1601
|
+
|
|
1602
|
+
### `@mui/material@5.14.15`
|
|
1603
|
+
|
|
1604
|
+
- ​<!-- 24 -->[Checkbox][Radio] Fix theme style overrides not working for different sizes (#39377) @gitstart
|
|
1605
|
+
- ​<!-- 12 -->[InputLabel] InputLabel supports ownerState.focused for styleOverrides (#39470) @mj12albert
|
|
1606
|
+
- ​<!-- 07 -->[ToggleButton] Add `fullWidth` to `toggleButtonClasses` and `toggleButtonGroupClasses` (#39536) @Semigradsky
|
|
1607
|
+
|
|
1608
|
+
### `@mui/base@5.0.0-beta.21`
|
|
1609
|
+
|
|
1610
|
+
- ​<!-- 29 -->[useAutocomplete] Correct keyboard navigation with multiple disabled options (#38788) @VadimZvf
|
|
1611
|
+
- ​<!-- 28 -->[Select] Standardize box shadow on demos (#39509) @zanivan
|
|
1612
|
+
- ​<!-- 27 -->[Slider] Refine demos (#39526) @zanivan
|
|
1613
|
+
- ​<!-- 34 -->[Input] Update and port additional tests from material-ui (#39584) @mj12albert
|
|
1614
|
+
|
|
1615
|
+
### `@mui/material-next@6.0.0-alpha.107`
|
|
1616
|
+
|
|
1617
|
+
- ​<!-- 16 -->[FilledInput] Add FilledInput component (#39307) @mj12albert
|
|
1618
|
+
- ​<!-- 13 -->[InputAdornment] Fix unstable_capitalize import (#39510) @DiegoAndai
|
|
1619
|
+
- ​<!-- 08 -->[Snackbar] copy files to mui-material-next (#39232) @Best-Sardar
|
|
1620
|
+
- ​<!-- 33 -->[Menu] Use useMenu hook (#38934) @mnajdova
|
|
1621
|
+
|
|
1622
|
+
### `@mui/joy@5.0.0-beta.12`
|
|
1623
|
+
|
|
1624
|
+
- ​<!-- 26 -->[Button] Fix button size being a decorator (#39529) @siriwatknp
|
|
1625
|
+
- ​<!-- 25 -->[CardOverflow] Remove conditional CSS to support Next.js App dir (#39101) @siriwatknp
|
|
1626
|
+
- ​<!-- 11 -->[Link] Apply `userSelect: none` only when it's a button (#39486) @mwskwong
|
|
1627
|
+
|
|
1628
|
+
### `@mui/lab@5.0.0-alpha.150`
|
|
1629
|
+
|
|
1630
|
+
- ​<!-- 09 -->Update peer dep of @mui/material (#39398) @brijeshb42
|
|
1631
|
+
|
|
1632
|
+
### `@pigment-css/react@0.0.1-alpha.0`
|
|
1633
|
+
|
|
1634
|
+
- ​<!-- 06 -->Implement typings for public runtime API (#39215) @brijeshb42
|
|
1635
|
+
|
|
1636
|
+
### `@mui/zero-vite-plugin@0.0.1-alpha.0`
|
|
1637
|
+
|
|
1638
|
+
- ​<!-- 05 -->Modify plugin to transform node_modules (#39517) @brijeshb42
|
|
1639
|
+
|
|
1640
|
+
### Docs
|
|
1641
|
+
|
|
1642
|
+
- ​<!-- 31 -->[base-ui] Standardize grey palette across demos (#39504) @zanivan
|
|
1643
|
+
- ​<!-- 30 -->[base-ui] Overall demos design review (#38820) @zanivan
|
|
1644
|
+
- ​<!-- 19 -->[joy-ui] Adjust the responsiveness of the template card (#39534) @danilo-leal
|
|
1645
|
+
- ​<!-- 18 -->[material-ui] Typo fixes in overview page (#39540) @Evan151
|
|
1646
|
+
- ​<!-- 35 -->[material-ui] Add stray design tweaks to the templates collection (#39583) @danilo-leal
|
|
1647
|
+
- ​<!-- 17 -->[system] Revise the Box page (#39159) @danilo-leal
|
|
1648
|
+
- ​<!-- 22 -->Fix git diff format @oliviertassinari
|
|
1649
|
+
- ​<!-- 15 -->[I10n] Add Norwegian (nynorsk) (nn-NO) locale (#39481) @hjalti-lifekeys
|
|
1650
|
+
- ​<!-- 10 -->[l10n] Fix double space typo in ar-EG @oliviertassinari
|
|
1651
|
+
- ​<!-- 14 -->[I10n] Additions to Icelandic (is-IS) locale (#39480) @hjalti-lifekeys
|
|
1652
|
+
|
|
1653
|
+
### Core
|
|
1654
|
+
|
|
1655
|
+
- ​<!-- 23 -->[core] Replace a `useCallback` by `useRef` in useEventCallback (#39078) @romgrk
|
|
1656
|
+
- ​<!-- 21 -->[docs-infra] Prevent docs crash (#39214) @alexfauquette
|
|
1657
|
+
- ​<!-- 20 -->[docs-infra] Fix no-op autoprefixer warning (#39385) @oliviertassinari
|
|
1658
|
+
- ​<!-- 32 -->[docs-infra] Refine the API page design (#39520) @alexfauquette
|
|
1659
|
+
- ​<!-- 25 -->[docs-infra] Fix cut-off sponsors (#39572) @oliviertassinari
|
|
1660
|
+
- ​<!-- 04 -->[website] Add missing h1 on page @oliviertassinari
|
|
1661
|
+
- ​<!-- 03 -->[website] Fix unrecognized prop warning @oliviertassinari
|
|
1662
|
+
- ​<!-- 02 -->[website] Store Engineer role filled @oliviertassinari
|
|
1663
|
+
- ​<!-- 01 -->[website] Add stray design adjustments (#39496) @danilo-leal
|
|
1664
|
+
|
|
1665
|
+
All contributors of this release in alphabetical order: @alexfauquette, @Best-Sardar, @brijeshb42, @danilo-leal, @DiegoAndai, @Evan151, @gitstart, @hjalti-lifekeys, @mj12albert, @mnajdova, @mwskwong, @oliviertassinari, @romgrk, @Semigradsky, @siriwatknp, @VadimZvf, @zanivan
|
|
1666
|
+
|
|
3
1667
|
## 5.14.14
|
|
4
1668
|
|
|
5
1669
|
<!-- generated comparing v5.14.13..master -->
|
|
@@ -46,9 +1710,9 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
46
1710
|
### Docs
|
|
47
1711
|
|
|
48
1712
|
- ​<!-- 27 -->[docs][base-ui] Renaming demos to BaseXxx (#39104) @christophermorin
|
|
49
|
-
- ​<!-- 26 -->[docs] Accessibility in Base
|
|
1713
|
+
- ​<!-- 26 -->[docs] Accessibility in Base UI (#39264) @michaldudak
|
|
50
1714
|
- ​<!-- 22 -->[docs] Fix 301 redirection @oliviertassinari
|
|
51
|
-
- ​<!-- 21 -->[docs] Improve Base
|
|
1715
|
+
- ​<!-- 21 -->[docs] Improve Base UI table of contents for APIs (#39412) @ZeeshanTamboli
|
|
52
1716
|
- ​<!-- 20 -->[docs] Adjust design kits-related content (#39367) @danilo-leal
|
|
53
1717
|
- ​<!-- 19 -->[docs] Revise the Contributing Guide (#39190) @samuelsycamore
|
|
54
1718
|
- ​<!-- 12 -->[docs][joy-ui] Fix row hover prop name in the Table page (#39431) @adrienbrault
|
|
@@ -146,7 +1810,7 @@ _Oct 3, 2023_
|
|
|
146
1810
|
|
|
147
1811
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
148
1812
|
|
|
149
|
-
- 🎨 Introduced color inversion utilities to Joy
|
|
1813
|
+
- 🎨 Introduced color inversion utilities to Joy UI (#38916) @siriwatknp
|
|
150
1814
|
- 🚀 Added Chip and related TextField components to Material You @DiegoAndai, @mj12albert
|
|
151
1815
|
- 🏗️ 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
|
|
152
1816
|
|
|
@@ -192,7 +1856,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
192
1856
|
- [docs] Update Autocomplete demo for React 18 (#39162) @oliviertassinari
|
|
193
1857
|
- [docs-infra] Tweak feedback footer section design (#36556) @danilo-leal
|
|
194
1858
|
- [docs-infra] Improve code syntax highlight (#39181) @oliviertassinari
|
|
195
|
-
- [docs][base] Add Tailwind
|
|
1859
|
+
- [docs][base] Add Tailwind CSS + plain CSS demo on the TextArea page (#39046) @alisasanib
|
|
196
1860
|
- [docs][base-ui] Fix style for root div of multiline input (#39182) @ttlpta
|
|
197
1861
|
- [docs][base-ui] Improve Select's country select demo (#38983) @oliviertassinari
|
|
198
1862
|
- [docs][joy-ui] Add scrollable tabs example (#39260) @siriwatknp
|
|
@@ -212,7 +1876,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
212
1876
|
- [core] Update eslint rules (#39178) @romgrk
|
|
213
1877
|
- [core] Fix Greg GitHub slug @oliviertassinari
|
|
214
1878
|
- [core] Priority Support casing normalization @oliviertassinari
|
|
215
|
-
- [website] Add
|
|
1879
|
+
- [website] Add Heatmap in pricing page (#39269) @oliviertassinari
|
|
216
1880
|
- [website] Update `React Engineer - xCharts` Ashby link (#39172) @DanailH
|
|
217
1881
|
- [website] Add Charts to the pricing table (#38680) @alexfauquette
|
|
218
1882
|
- [website] Polish career experience @oliviertassinari
|
|
@@ -262,7 +1926,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
262
1926
|
### Docs
|
|
263
1927
|
|
|
264
1928
|
- Improve focus trap demo (#38985) @oliviertassinari
|
|
265
|
-
- Add Tailwind
|
|
1929
|
+
- Add Tailwind CSS + plain CSS demo on the Tabs page (#39000) @alisasanib
|
|
266
1930
|
- Improve the default theme viewer design (#39049) @danilo-leal
|
|
267
1931
|
- Add live demo with CssVarsProvider (#38792) @oliviertassinari
|
|
268
1932
|
- Fix wrong hash on Card's page (#39151) @mnajdova
|
|
@@ -283,7 +1947,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
283
1947
|
- [core] Add a comment to explain `useEnhancedEffect` (#39035) @Janpot
|
|
284
1948
|
- [docs-infra] Fix code removal in table of content (#39165) @alexfauquette
|
|
285
1949
|
- [docs-infra] Improve callouts design (#39084) @danilo-leal
|
|
286
|
-
- [docs-infra] Fix key warning in Base
|
|
1950
|
+
- [docs-infra] Fix key warning in Base UI Slider slots section (#38954) @ZeeshanTamboli
|
|
287
1951
|
- [docs-infra] Fix error when redirecting to the root page (#38451) @maheshguntur
|
|
288
1952
|
- [docs-infra] Open demo crash in the right repository (#39006) @oliviertassinari
|
|
289
1953
|
- [test] Split the test package (#39061) @michaldudak
|
|
@@ -328,7 +1992,7 @@ A big thanks to the 16 contributors who made this release possible. This release
|
|
|
328
1992
|
|
|
329
1993
|
### Docs
|
|
330
1994
|
|
|
331
|
-
- ​<!-- 21 -->[docs][base] Add Tailwind
|
|
1995
|
+
- ​<!-- 21 -->[docs][base] Add Tailwind CSS + plain CSS demo on the NumberInput page (#38928) @alisasanib
|
|
332
1996
|
- ​<!-- 13 -->[docs][Dialog] Add non-modal dialog docs & demo (#38684) @mnajdova
|
|
333
1997
|
- ​<!-- 12 -->[docs] Fix number input wrong demo @oliviertassinari
|
|
334
1998
|
- ​<!-- 11 -->[docs] Exclude joy-ui LinearProgressCountup from visual regression (#38969) @siriwatknp
|
|
@@ -361,8 +2025,8 @@ _Sep 13, 2023_
|
|
|
361
2025
|
|
|
362
2026
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
363
2027
|
|
|
364
|
-
- 🎉 Added the [`Drawer` component](https://mui.com/joy-ui/react-drawer/) to Joy
|
|
365
|
-
- ✨ Material
|
|
2028
|
+
- 🎉 Added the [`Drawer` component](https://mui.com/joy-ui/react-drawer/) to Joy UI (#38169) @mnajdova
|
|
2029
|
+
- ✨ Material UI's [`ButtonGroup` component](https://mui.com/material-ui/react-button-group/) now styles button elements within it correctly (#38520) @ZeeshanTamboli
|
|
366
2030
|
|
|
367
2031
|
### `@mui/material@5.14.9`
|
|
368
2032
|
|
|
@@ -414,7 +2078,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
414
2078
|
- ​<!-- 45 -->[Button][docs][material-ui] Update the file upload demo (#38823) @danilo-leal
|
|
415
2079
|
- ​<!-- 33 -->[docs][DialogTitle] Fix props docs doesn't mention it extends `Typography` props (#38856) @sai6855
|
|
416
2080
|
- ​<!-- 32 -->[docs] Improve npm experience (#38906) @oliviertassinari
|
|
417
|
-
- ​<!-- 31 -->[docs] Fix redirection to Base
|
|
2081
|
+
- ​<!-- 31 -->[docs] Fix redirection to Base UI URLs @oliviertassinari
|
|
418
2082
|
- ​<!-- 30 -->[docs] Fix use of callouts (#38747) @oliviertassinari
|
|
419
2083
|
- ​<!-- 29 -->[docs] Fix 301 links for SEO @oliviertassinari
|
|
420
2084
|
- ​<!-- 28 -->[docs] Remove flag from installation page @oliviertassinari
|
|
@@ -435,7 +2099,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
435
2099
|
### Examples
|
|
436
2100
|
|
|
437
2101
|
- ​<!-- 14 -->[examples] Add shortcut to open example in online IDE (#38572) @oliviertassinari
|
|
438
|
-
- ​<!-- 61 -->[examples][base-ui] Add Base
|
|
2102
|
+
- ​<!-- 61 -->[examples][base-ui] Add Base UI + Vite + Tailwind CSS example in TypeScript (#37595) @dvkam
|
|
439
2103
|
|
|
440
2104
|
### Core
|
|
441
2105
|
|
|
@@ -454,7 +2118,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
454
2118
|
- ​<!-- 55 -->[docs–infra] Fix callout container width (#38880) @oliviertassinari
|
|
455
2119
|
- ​<!-- 23 -->[docs-infra] Catch duplicated trailing splashes in links (#38758) @oliviertassinari
|
|
456
2120
|
- ​<!-- 01 -->[website] add Michel Engelen to the about us page (#38818) @michelengelen
|
|
457
|
-
- ​<!-- 58 -->[website] Add a templates & design kits section to the Material
|
|
2121
|
+
- ​<!-- 58 -->[website] Add a templates & design kits section to the Material UI page (#38617) @danilo-leal
|
|
458
2122
|
|
|
459
2123
|
All contributors of this release in alphabetical order: @brentertz, @brijeshb42, @danilo-leal, @DiegoAndai, @dvkam, @flaviendelangle, @Janpot, @LadyBluenotes, @michaldudak, @michelengelen, @mj12albert, @mnajdova, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli
|
|
460
2124
|
|
|
@@ -490,7 +2154,7 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
490
2154
|
|
|
491
2155
|
### `@mui/lab@5.0.0-alpha.143`
|
|
492
2156
|
|
|
493
|
-
- ​<!-- 06 -->[TreeView] Use Tree View from MUI
|
|
2157
|
+
- ​<!-- 06 -->[TreeView] Use Tree View from MUI X in the lab (#38261) @flaviendelangle
|
|
494
2158
|
- ​<!-- 13 -->[LoadingButton] Fix HTML rule button > div forbidden nesting (#38584) @oliviertassinari
|
|
495
2159
|
|
|
496
2160
|
### `@mui/system@5.14.8`
|
|
@@ -504,9 +2168,9 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
504
2168
|
- ​<!-- 52 -->Update changelog (#38704) @mj12albert
|
|
505
2169
|
- ​<!-- 49 -->[docs][Autocomplete] Require referentially stable value (#38734) @michaldudak
|
|
506
2170
|
- ​<!-- 48 -->[docs][base-ui] Add type parameter to the button in prepareForSlot demo (#38640) @michaldudak
|
|
507
|
-
- ​<!-- 47 -->[docs][base-ui] Fix the broken image in the Tailwind
|
|
2171
|
+
- ​<!-- 47 -->[docs][base-ui] Fix the broken image in the Tailwind CSS guide (#38721) @michaldudak
|
|
508
2172
|
- ​<!-- 46 -->[docs][base-ui]: Working With Tailwind Guide - revises example code to avoid import errors (#38693) @christophermorin
|
|
509
|
-
- ​<!-- 45 -->[docs][base] Add Tailwind
|
|
2173
|
+
- ​<!-- 45 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Menu page (#38618) @alisasanib
|
|
510
2174
|
- ​<!-- 44 -->[blog] Clearer blog release title @oliviertassinari
|
|
511
2175
|
- ​<!-- 43 -->[blog] Add a post for the Tree View migration (#38407) @flaviendelangle
|
|
512
2176
|
- ​<!-- 34 -->[docs] Fix broken links to Next.js docs (#38764) @ruflair
|
|
@@ -515,7 +2179,7 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
515
2179
|
- ​<!-- 31 -->[docs] Clean up not used Usage files (#38715) @danilo-leal
|
|
516
2180
|
- ​<!-- 30 -->[docs] Improve theme builder exceptions (#38709) @jyash97
|
|
517
2181
|
- ​<!-- 29 -->[docs] Polish Slider demos (#38759) @oliviertassinari
|
|
518
|
-
- ​<!-- 28 -->[docs] Fix Joy
|
|
2182
|
+
- ​<!-- 28 -->[docs] Fix Joy UI docs link regression (#38761) @oliviertassinari
|
|
519
2183
|
- ​<!-- 27 -->[docs] Fix typo @oliviertassinari
|
|
520
2184
|
- ​<!-- 26 -->[docs] Fix e.g. typo (#38748) @oliviertassinari
|
|
521
2185
|
- ​<!-- 25 -->[docs] Fix Next.js pages router example redirect link (#38750) @sai6855
|
|
@@ -566,7 +2230,7 @@ A big thanks to the 11 contributors who made this release possible. This release
|
|
|
566
2230
|
|
|
567
2231
|
- [useButton][base-ui] Accept arbitrary props in getRootProps and forward them (#38475) @DiegoAndai
|
|
568
2232
|
|
|
569
|
-
### `@
|
|
2233
|
+
### `@pigment-css/react@0.0.1-alpha.1`
|
|
570
2234
|
|
|
571
2235
|
- [system][zero][tag] Add support for sx prop (#38535) @brijeshb42
|
|
572
2236
|
|
|
@@ -600,9 +2264,9 @@ _Aug 23, 2023_
|
|
|
600
2264
|
|
|
601
2265
|
A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
|
|
602
2266
|
|
|
603
|
-
- 🚀 Added the [Popup](https://mui.com/base-ui/react-popup/) component to Base
|
|
2267
|
+
- 🚀 Added the [Popup](https://mui.com/base-ui/react-popup/) component to Base UI (#37960) @michaldudak
|
|
604
2268
|
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.
|
|
605
|
-
- 🚀 Added the [Accordion](https://mui.com/joy-ui/react-accordion/) component to Joy
|
|
2269
|
+
- 🚀 Added the [Accordion](https://mui.com/joy-ui/react-accordion/) component to Joy UI (#38164) @siriwatknp
|
|
606
2270
|
- 🚀 Added InputBase and ButtonBase components to `material-next` (#38319) @DiegoAndai @mj12albert
|
|
607
2271
|
- 🔋 First iteration on the zero-runtime styling engine compatible with Server Components (#38378) @brijeshb42
|
|
608
2272
|
|
|
@@ -620,7 +2284,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
620
2284
|
|
|
621
2285
|
### `@mui/joy@5.0.0-beta.3`
|
|
622
2286
|
|
|
623
|
-
- [Accordion] Add Joy
|
|
2287
|
+
- [Accordion] Add Joy UI Accordion components (#38164) @siriwatknp
|
|
624
2288
|
- [Select] Add `required` prop (#38167) @siriwatknp
|
|
625
2289
|
- Miscellaneous fixes (#38462) @siriwatknp
|
|
626
2290
|
|
|
@@ -629,7 +2293,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
629
2293
|
- [ButtonBase] Add ButtonBase component (#38319) @DiegoAndai
|
|
630
2294
|
- [Input] Add InputBase component (#38392) @mj12albert
|
|
631
2295
|
|
|
632
|
-
### `@
|
|
2296
|
+
### `@pigment-css/react@0.0.1-alpha.0`
|
|
633
2297
|
|
|
634
2298
|
- Implementation of styled tag processor for linaria (#38378) @brijeshb42
|
|
635
2299
|
|
|
@@ -639,12 +2303,12 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
639
2303
|
- [docs] Improve the "Understanding MUI packages" page images (#38619) @danilo-leal
|
|
640
2304
|
- [docs][base-ui] Revise the structure of the Component docs (#38529) @samuelsycamore
|
|
641
2305
|
- [docs][base-ui] Fix Menu Hooks demo (#38479) @homerchen19
|
|
642
|
-
- [docs][base-ui] Correct the MUI
|
|
2306
|
+
- [docs][base-ui] Correct the MUI System quickstart example (#38496) @michaldudak
|
|
643
2307
|
- [docs][base-ui] Add Tailwind & plain CSS demos for Autocomplete page (#38157) @mj12albert
|
|
644
|
-
- [docs][base-ui] Add Tailwind
|
|
645
|
-
- [docs][base-ui] Add Tailwind
|
|
646
|
-
- [docs][base-ui] Add Tailwind
|
|
647
|
-
- [docs][base-ui] Add Tailwind
|
|
2308
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Input page (#38302) @alisasanib
|
|
2309
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Snackbar, Badge, Switch pages (#38425) @alisasanib
|
|
2310
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Slider page (#38413) @alisasanib
|
|
2311
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Select page (#38367) @alisasanib
|
|
648
2312
|
- [docs][joy-ui] Fix typo: Classname -> Class name for consistency (#38510) @alexfauquette
|
|
649
2313
|
- [docs][joy-ui] Revise the theme color page (#38402) @danilo-leal
|
|
650
2314
|
- [docs][joy-ui] Sort templates by popularity (#38490) @oliviertassinari
|
|
@@ -666,22 +2330,22 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
666
2330
|
- [docs] Clarify System peer dependencies @oliviertassinari
|
|
667
2331
|
- [docs] Fix horizontal scrollbar @oliviertassinari
|
|
668
2332
|
- [docs] Code style convention @oliviertassinari
|
|
669
|
-
- [docs] Fix typo in Base
|
|
2333
|
+
- [docs] Fix typo in Base UI @oliviertassinari
|
|
670
2334
|
- [docs] Update the backers page (#38505) @danilo-leal
|
|
671
2335
|
- [docs] Add stray design adjustments to the docs (#38501) @danilo-leal
|
|
672
|
-
- [docs] Use IBM Plex Sans in Tailwind
|
|
2336
|
+
- [docs] Use IBM Plex Sans in Tailwind CSS demos (#38464) @mnajdova
|
|
673
2337
|
- [docs] Fix SEO issues reported by ahrefs (#38423) @oliviertassinari
|
|
674
2338
|
|
|
675
2339
|
### Examples
|
|
676
2340
|
|
|
677
2341
|
- [examples] Start to remove Gatsby (#38567) @oliviertassinari
|
|
678
|
-
- [examples][joy-ui] Fix Joy
|
|
2342
|
+
- [examples][joy-ui] Fix Joy UI example CLI (#38531) @oliviertassinari
|
|
679
2343
|
- [examples][joy-ui] Improve example when using Next Font (#38540) @mwskwong
|
|
680
2344
|
|
|
681
2345
|
### Core
|
|
682
2346
|
|
|
683
|
-
- [
|
|
684
|
-
- [core] Remove redundant `@material-ui/` aliases from regression test
|
|
2347
|
+
- [changelog] Fix issues in highlight @oliviertassinari
|
|
2348
|
+
- [core] Remove redundant `@material-ui/` aliases from regression test Webpack config (#38574) @ZeeshanTamboli
|
|
685
2349
|
- [core] Fix CI error @oliviertassinari
|
|
686
2350
|
- [core] Remove unnecessary Box (#38461) @oliviertassinari
|
|
687
2351
|
- [core] Set GitHub Action top level permission @oliviertassinari
|
|
@@ -701,9 +2365,9 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
701
2365
|
- [docs-infra] Fix GoogleAnalytics missing event for code copy (#38469) @alexfauquette
|
|
702
2366
|
- [docs-infra] Improve affordance on the code block expansion (#38421) @danilo-leal
|
|
703
2367
|
- [website] Fine-tune the branding theme buttons (#38588) @danilo-leal
|
|
704
|
-
- [website] Improve the Base
|
|
705
|
-
- [website] Add stray design improvements to the Material
|
|
706
|
-
- [website] Fix mobile view Material
|
|
2368
|
+
- [website] Improve the Base UI hero section demo (#38585) @danilo-leal
|
|
2369
|
+
- [website] Add stray design improvements to the Material UI page (#38590) @danilo-leal
|
|
2370
|
+
- [website] Fix mobile view Material UI page (#38568) @oliviertassinari
|
|
707
2371
|
- [website] Fix reference to the data grid @oliviertassinari
|
|
708
2372
|
- [website] Configure Apple Pay @oliviertassinari
|
|
709
2373
|
- [website] Fix template link on the homepage (#38471) @danilo-leal
|
|
@@ -718,7 +2382,7 @@ _Aug 14, 2023_
|
|
|
718
2382
|
|
|
719
2383
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
720
2384
|
|
|
721
|
-
- @mnajdova [made it easier to use third-party components in Base
|
|
2385
|
+
- @mnajdova [made it easier to use third-party components in Base UI slots](https://mui.com/base-ui/getting-started/customization/#overriding-subcomponent-slots) with the introduction of the `prepareForSlot` utility (#38138)
|
|
722
2386
|
|
|
723
2387
|
### `@mui/material@5.14.5`
|
|
724
2388
|
|
|
@@ -744,7 +2408,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
744
2408
|
|
|
745
2409
|
### Docs
|
|
746
2410
|
|
|
747
|
-
- ​<!-- 32 -->[blog] Blog post for MUI
|
|
2411
|
+
- ​<!-- 32 -->[blog] Blog post for MUI X mid v6. Date Pickers, Data Grid, and Charts (#38241) @richbustos
|
|
748
2412
|
- ​<!-- 35 -->[docs][base-ui] Update number input API docs (#38363) @mj12albert
|
|
749
2413
|
- ​<!-- 29 -->[docs] Improve page transition speed (#38394) @oliviertassinari
|
|
750
2414
|
- ​<!-- 28 -->[docs] Improve examples (#38398) @oliviertassinari
|
|
@@ -756,11 +2420,11 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
756
2420
|
- ​<!-- 14 -->[docs][material-ui] Remove incorrect `aria-label`s in extended variant examples of Floating Action Button (#37170) @ashleykolodziej
|
|
757
2421
|
- ​<!-- 13 -->[docs][material-ui] Adjust slightly the installation page content (#38380) @danilo-leal
|
|
758
2422
|
- ​<!-- 12 -->[docs][Switch] Fix the readOnly class name in docs (#38277) @michaldudak
|
|
759
|
-
- ​<!-- 11 -->[docs][TablePagination] Add Tailwind
|
|
2423
|
+
- ​<!-- 11 -->[docs][TablePagination] Add Tailwind CSS & plain CSS introduction demo (#38286) @mnajdova
|
|
760
2424
|
|
|
761
2425
|
### Examples
|
|
762
2426
|
|
|
763
|
-
- ​<!-- 10 -->[examples] Add Joy
|
|
2427
|
+
- ​<!-- 10 -->[examples] Add Joy UI + Vite.js + TypeScript example app (#37406) @nithins1
|
|
764
2428
|
|
|
765
2429
|
### Core
|
|
766
2430
|
|
|
@@ -773,7 +2437,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
773
2437
|
- ​<!-- 21 -->[docs-infra] Adjust heading styles (#38365) @danilo-leal
|
|
774
2438
|
- ​<!-- 20 -->[docs-infra] Fix info callout border color (#38370) @danilo-leal
|
|
775
2439
|
- ​<!-- 05 -->[website] Upgrade the homepage hero demos design (#38388) @danilo-leal
|
|
776
|
-
- ​<!-- 04 -->[website] Improve Base
|
|
2440
|
+
- ​<!-- 04 -->[website] Improve Base UI hero section demo (#38255) @danilo-leal
|
|
777
2441
|
- ​<!-- 03 -->[website] Fix EmailSubscribe look (#38429) @oliviertassinari
|
|
778
2442
|
- ​<!-- 02 -->[website] Link Discord in footer (#38369) @richbustos
|
|
779
2443
|
- ​<!-- 01 -->[website] Clean up the `GetStartedButtons` component (#38256) @danilo-leal
|
|
@@ -788,7 +2452,7 @@ _Aug 8, 2023_
|
|
|
788
2452
|
|
|
789
2453
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
790
2454
|
|
|
791
|
-
- 🎉 Added [Number Input](https://mui.com/base-ui/react-number-input/) component & [useNumberInput](https://mui.com/base-ui/react-number-input/#hook) hook in [Base
|
|
2455
|
+
- 🎉 Added [Number Input](https://mui.com/base-ui/react-number-input/) component & [useNumberInput](https://mui.com/base-ui/react-number-input/#hook) hook in [Base UI](https://mui.com/base-ui/getting-started/) @mj12albert
|
|
792
2456
|
|
|
793
2457
|
### `@mui/material@5.14.4`
|
|
794
2458
|
|
|
@@ -805,7 +2469,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
805
2469
|
|
|
806
2470
|
- ​<!-- 32 -->[base] Ban default exports (#38200) @michaldudak
|
|
807
2471
|
|
|
808
|
-
Base
|
|
2472
|
+
Base UI default exports were changed to named ones. Previously we had a mix of default and named ones.
|
|
809
2473
|
This was changed to improve consistency and avoid problems some bundlers have with default exports.
|
|
810
2474
|
See https://github.com/mui/material-ui/issues/21862 for more context.
|
|
811
2475
|
|
|
@@ -826,7 +2490,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
826
2490
|
A codemod is provided to help with the migration:
|
|
827
2491
|
|
|
828
2492
|
```bash
|
|
829
|
-
npx @mui/codemod v5.0.0/base-use-named-exports <path>
|
|
2493
|
+
npx @mui/codemod@latest v5.0.0/base-use-named-exports <path>
|
|
830
2494
|
```
|
|
831
2495
|
|
|
832
2496
|
#### Changes
|
|
@@ -842,10 +2506,10 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
842
2506
|
### Docs
|
|
843
2507
|
|
|
844
2508
|
- ​<!-- 33 -->[docs][AppBar] Fix `ResponsiveAppBar` demo logo href (#38346) @iownthegame
|
|
845
|
-
- ​<!-- 30 -->[docs][base] Add Tailwind
|
|
2509
|
+
- ​<!-- 30 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Button page (#38240) @alisasanib
|
|
846
2510
|
- ​<!-- 29 -->[docs][Menu][base] Remove `Unstyled` prefix from demos' function names (#38270) @sai6855
|
|
847
2511
|
- ​<!-- 22 -->[docs] Add themeable component guide (#37908) @siriwatknp
|
|
848
|
-
- ​<!-- 21 -->[docs] Fix Joy
|
|
2512
|
+
- ​<!-- 21 -->[docs] Fix Joy UI demo background color (#38307) @oliviertassinari
|
|
849
2513
|
- ​<!-- 20 -->[docs] Update API docs for Number Input component (#38301) @ZeeshanTamboli
|
|
850
2514
|
- ​<!-- 14 -->[docs][joy-ui] Revise the theme typography page (#38285) @danilo-leal
|
|
851
2515
|
- ​<!-- 13 -->[docs][joy-ui] Add TS demo for Menu Bar (#38308) @sai6855
|
|
@@ -855,10 +2519,10 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
855
2519
|
- ​<!-- 05 -->[docs][Skeleton] Make the demos feel more realistic (#38212) @oliviertassinari
|
|
856
2520
|
|
|
857
2521
|
- ​<!-- 08 -->[examples] Swap Next.js examples between App Router and Pages Router; update naming convention (#38204) @samuelsycamore
|
|
858
|
-
- ​<!-- 07 -->[examples][material-ui] Add Material
|
|
2522
|
+
- ​<!-- 07 -->[examples][material-ui] Add Material UI + Next.js (App Router) example in JS (#38323) @samuelsycamore
|
|
859
2523
|
- ​<!-- 27 -->[blog] Discord announcement blog (#38258) @richbustos
|
|
860
2524
|
- ​<!-- 26 -->[blog] Fix 301 links to Toolpad @oliviertassinari
|
|
861
|
-
- ​<!-- 04 -->[website] Updating Charts demo with real charts usage for MUI
|
|
2525
|
+
- ​<!-- 04 -->[website] Updating Charts demo with real charts usage for MUI X marketing page (#38317) @richbustos
|
|
862
2526
|
- ​<!-- 03 -->[website] Adjust styles of the Product section on the homepage (#38366) @danilo-leal
|
|
863
2527
|
- ​<!-- 02 -->[website] Add Nora teamMember card to 'About' (#38358) @noraleonte
|
|
864
2528
|
- ​<!-- 01 -->[website] Fix image layout shift (#38326) @oliviertassinari
|
|
@@ -886,9 +2550,9 @@ _Jul 31, 2023_
|
|
|
886
2550
|
|
|
887
2551
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
888
2552
|
|
|
889
|
-
- 🚀 [Joy
|
|
890
|
-
- ✨ Refine [Joy
|
|
891
|
-
- 🎉 Added Dropdown higher-level menu component [Base
|
|
2553
|
+
- 🚀 [Joy UI](https://mui.com/joy-ui/getting-started/) is now in Beta
|
|
2554
|
+
- ✨ Refine [Joy UI](https://mui.com/joy-ui/getting-started/)'s default theme @siriwatknp @zanivan
|
|
2555
|
+
- 🎉 Added Dropdown higher-level menu component [Base UI](https://mui.com/base-ui/getting-started/) @michaldudak
|
|
892
2556
|
- 💫 Added Material You [Badge](https://mui.com/material-ui/react-badge/#material-you-version) to `material-next` (#37850) @DiegoAndai
|
|
893
2557
|
|
|
894
2558
|
### `@mui/material@5.14.3`
|
|
@@ -927,7 +2591,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
927
2591
|
|
|
928
2592
|
### Docs
|
|
929
2593
|
|
|
930
|
-
- ​<!-- 49 -->[docs] Update Joy
|
|
2594
|
+
- ​<!-- 49 -->[docs] Update Joy UI's package README (#38262) @ZeeshanTamboli
|
|
931
2595
|
- ​<!-- 48 -->[docs][base-ui] Add new batch of coming soon pages (#38025) @danilo-leal
|
|
932
2596
|
- ​<!-- 44 -->[docs] fix links to standardized examples (#38193) @emmanuel-ferdman
|
|
933
2597
|
- ​<!-- 43 -->[docs-infra] Small design polish to the Diamond Sponsor container (#38257) @danilo-leal
|
|
@@ -937,7 +2601,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
937
2601
|
- ​<!-- 39 -->[docs][material] Revise and update Examples doc (#38205) @samuelsycamore
|
|
938
2602
|
- ​<!-- 38 -->[docs] Fix typo in notifications.json @mbrookes
|
|
939
2603
|
- ​<!-- 37 -->[docs-infra] Remove leftover standardNavIcon (#38252) @DiegoAndai
|
|
940
|
-
- ​<!-- 34 -->[docs][base] Add Tailwind
|
|
2604
|
+
- ​<!-- 34 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Popper page (#37953) @zanivan
|
|
941
2605
|
- ​<!-- 31 -->[docs][Button][joy] Improve `loading` prop documentation (#38156) @sai6855
|
|
942
2606
|
- ​<!-- 25 -->[docs] Prepare docs infra for Tree View migration to X (#38202) @flaviendelangle
|
|
943
2607
|
- ​<!-- 24 -->[docs] Fix SEO issues reported by ahrefs @oliviertassinari
|
|
@@ -956,7 +2620,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
956
2620
|
|
|
957
2621
|
### Core
|
|
958
2622
|
|
|
959
|
-
- ​<!-- 47 -->[blog] Fix blog post slug Base
|
|
2623
|
+
- ​<!-- 47 -->[blog] Fix blog post slug Base UI (#38254) @oliviertassinari
|
|
960
2624
|
- ​<!-- 46 -->[core] Use native Node's fetch instead of node-fetch package (#38263) @michaldudak
|
|
961
2625
|
- ​<!-- 45 -->[core] Remove dead code @oliviertassinari
|
|
962
2626
|
- ​<!-- 29 -->[core] Polish Stack test to closer CSS injection order @oliviertassinari
|
|
@@ -992,21 +2656,21 @@ A big thanks to the 23 contributors who made this release possible.
|
|
|
992
2656
|
### Docs
|
|
993
2657
|
|
|
994
2658
|
- ​<!-- 37 -->[docs] Add listbox placement demo for Select (#38130) @sai6855
|
|
995
|
-
- ​<!-- 36 -->[docs][base] Add Tailwind
|
|
996
|
-
- ​<!-- 35 -->[docs][base] Add Tailwind
|
|
997
|
-
- ​<!-- 29 -->[docs] Fix Joy
|
|
2659
|
+
- ​<!-- 36 -->[docs][base] Add Tailwind CSS & plain CSS demo on the Tabs page (#37910) @mnajdova
|
|
2660
|
+
- ​<!-- 35 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Textarea page (#37943) @zanivan
|
|
2661
|
+
- ​<!-- 29 -->[docs] Fix Joy UI menu example (#38140) @harikrishnanp
|
|
998
2662
|
- ​<!-- 28 -->[docs] Remove translations section from contributing guide (#38125) @nikohoffren
|
|
999
|
-
- ​<!-- 27 -->[docs] Fix Base
|
|
2663
|
+
- ​<!-- 27 -->[docs] Fix Base UI Button Tailwind CSS padding @oliviertassinari
|
|
1000
2664
|
- ​<!-- 26 -->[docs] Mention in hompage hero that Core is free (#38075) @mbrookes
|
|
1001
2665
|
- ​<!-- 25 -->[docs] Fix a typo in notifications.json (#38078) @mbrookes
|
|
1002
|
-
- ​<!-- 24 -->[docs] Add Tailwind
|
|
2666
|
+
- ​<!-- 24 -->[docs] Add Tailwind CSS & plain CSS demo on the table pagination page (#37937) @mnajdova
|
|
1003
2667
|
- ​<!-- 23 -->[docs] Implement the new API display design (#37405) @alexfauquette
|
|
1004
2668
|
- ​<!-- 22 -->[docs] Update migration installation code blocks (#38028) @danilo-leal
|
|
1005
|
-
- ​<!-- 21 -->[docs][joy] Revise the Joy
|
|
2669
|
+
- ​<!-- 21 -->[docs][joy] Revise the Joy UI Link page (#37829) @danilo-leal
|
|
1006
2670
|
- ​<!-- 20 -->[docs][joy] Add playground for Card component (#37820) @Studio384
|
|
1007
2671
|
- ​<!-- 19 -->[docs][joy] Add adjustments to the color inversion page (#37143) @danilo-leal
|
|
1008
2672
|
- ​<!-- 18 -->[docs][material] Improve documentation about adding custom colors (#37743) @DiegoAndai
|
|
1009
|
-
- ​<!-- 17 -->[examples] Fix Joy
|
|
2673
|
+
- ​<!-- 17 -->[examples] Fix Joy UI Next.js App Router font loading (#38095) @IgnacioUtrilla
|
|
1010
2674
|
- ​<!-- 16 -->[examples] Fix material-next Font Usage with next/font (#38026) @onderonur
|
|
1011
2675
|
|
|
1012
2676
|
### Core
|
|
@@ -1018,11 +2682,11 @@ A big thanks to the 23 contributors who made this release possible.
|
|
|
1018
2682
|
- ​<!-- 09 -->[website] Mobile navigation: Toolpad to Beta (#38146) @bharatkashyap
|
|
1019
2683
|
- ​<!-- 08 -->[website] Fix typo on pricing page @oliviertassinari
|
|
1020
2684
|
- ​<!-- 07 -->[website] Fix a few regression (#38050) @oliviertassinari
|
|
1021
|
-
- ​<!-- 06 -->[website] Update Demo footers on MUI
|
|
2685
|
+
- ​<!-- 06 -->[website] Update Demo footers on MUI X landing page (#38027) @richbustos
|
|
1022
2686
|
- ​<!-- 05 -->[website] Fix 301 redirection to base index page @oliviertassinari
|
|
1023
2687
|
- ​<!-- 04 -->[website] Fix Cell selection feature name (#38029) @oliviertassinari
|
|
1024
2688
|
- ​<!-- 03 -->[website] Improve button look (#38052) @oliviertassinari
|
|
1025
|
-
- ​<!-- 02 -->[website] Link new core page to new Base
|
|
2689
|
+
- ​<!-- 02 -->[website] Link new core page to new Base UI landing page (#38030) @mj12albert
|
|
1026
2690
|
- ​<!-- 01 -->[website] Polish pricing page (#37975) @oliviertassinari
|
|
1027
2691
|
- ​<!-- 10 -->[test] Fail the CI when new unexpected files are created (#38039) @oliviertassinari
|
|
1028
2692
|
- ​<!-- 09 -->[test] Fix linting error by matching main component demo name to filename (#38122) @ZeeshanTamboli
|
|
@@ -1037,10 +2701,10 @@ _Jul 19, 2023_
|
|
|
1037
2701
|
|
|
1038
2702
|
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
|
|
1039
2703
|
|
|
1040
|
-
- 💫 Introducing some new components for Joy
|
|
2704
|
+
- 💫 Introducing some new components for Joy UI:
|
|
1041
2705
|
- [Skeleton](https://mui.com/joy-ui/react-skeleton/) component (#37893) @siriwatknp
|
|
1042
2706
|
- [ToggleButton](https://mui.com/joy-ui/react-toggle-button-group/) (#37716) @siriwatknp
|
|
1043
|
-
- 🎉 Base
|
|
2707
|
+
- 🎉 Base UI has its own [landing page](https://www.mui.com/base-ui)!
|
|
1044
2708
|
- 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
1045
2709
|
|
|
1046
2710
|
### `@mui/material@5.14.1`
|
|
@@ -1063,7 +2727,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
1063
2727
|
|
|
1064
2728
|
- ​<!-- 13 -->[Joy][Select] Fix type error caused by custom variant (#37996) @OmPr366
|
|
1065
2729
|
- ​<!-- 12 -->[ToggleButton][Joy] Add `ToggleButton` component (#37716) @siriwatknp
|
|
1066
|
-
- ​<!-- 07 -->[Skeleton] Add Joy
|
|
2730
|
+
- ​<!-- 07 -->[Skeleton] Add Joy UI `Skeleton` component (#37893) @siriwatknp
|
|
1067
2731
|
|
|
1068
2732
|
### `@mui/utils@5.14.1`
|
|
1069
2733
|
|
|
@@ -1071,25 +2735,25 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
1071
2735
|
|
|
1072
2736
|
### Docs
|
|
1073
2737
|
|
|
1074
|
-
- ​<!-- 52 -->[docs][base] Add Tailwind
|
|
1075
|
-
- ​<!-- 51 -->[docs][base] Make Base
|
|
1076
|
-
- ​<!-- 38 -->[docs] Link Material
|
|
2738
|
+
- ​<!-- 52 -->[docs][base] Add Tailwind CSS & plain CSS demo on the form control page (#37914) @mnajdova
|
|
2739
|
+
- ​<!-- 51 -->[docs][base] Make Base UI Select demos denser (#37836) @zanivan
|
|
2740
|
+
- ​<!-- 38 -->[docs] Link Material UI from the landing page (#37971) @oliviertassinari
|
|
1077
2741
|
- ​<!-- 37 -->[docs] Fix the empty /components page (#38010) @brijeshb42
|
|
1078
2742
|
- ​<!-- 36 -->[docs] Checkout template follows user's color scheme preference (#37928) @OndrejHj04
|
|
1079
2743
|
- ​<!-- 35 -->[docs] Disable ad for onboarding pages (#37998) @oliviertassinari
|
|
1080
|
-
- ​<!-- 34 -->[docs] Fix broken link to Base
|
|
2744
|
+
- ​<!-- 34 -->[docs] Fix broken link to Base UI Next.js App Router (#37973) @oliviertassinari
|
|
1081
2745
|
- ​<!-- 33 -->[docs] Fix typo in next-js-app-router.md (#37974) @ericbrian
|
|
1082
|
-
- ​<!-- 32 -->[docs] Add pnpm commands to Material
|
|
2746
|
+
- ​<!-- 32 -->[docs] Add pnpm commands to Material UI Installation page (#36650) @officialrajdeepsingh
|
|
1083
2747
|
- ​<!-- 31 -->[docs] Link charts in the roadmap (#37944) @oliviertassinari
|
|
1084
2748
|
- ​<!-- 30 -->[docs] Improve changelog @oliviertassinari
|
|
1085
2749
|
- ​<!-- 29 -->[docs] Improve the Select docs (#37279) @michaldudak
|
|
1086
|
-
- ​<!-- 16 -->[docs][menu] Add Tailwind
|
|
2750
|
+
- ​<!-- 16 -->[docs][menu] Add Tailwind CSS & plain CSS demo on the Menu page (#37856) @mnajdova
|
|
1087
2751
|
- ​<!-- 15 -->[example] Update EmotionCacheProvider to work with GlobalStyles (#37962) @siriwatknp
|
|
1088
2752
|
|
|
1089
2753
|
### Core
|
|
1090
2754
|
|
|
1091
2755
|
- ​<!-- 50 -->[blog] Add blog post about support for Next.js App Router (#37929) @samuelsycamore
|
|
1092
|
-
- ​<!-- 49 -->[blog] Blog MUI
|
|
2756
|
+
- ​<!-- 49 -->[blog] Blog MUI X pro statement removed (#38015) @prakhargupta1
|
|
1093
2757
|
- ​<!-- 48 -->[blog] Add Toolpad beta announcement blog (#37799) @prakhargupta1
|
|
1094
2758
|
- ​<!-- 46 -->[core] Increase space available for sidenav @oliviertassinari
|
|
1095
2759
|
- ​<!-- 45 -->[core] Adds `component` prop to `OverrideProps` type (#35924) @sai6855
|
|
@@ -1105,15 +2769,15 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
1105
2769
|
- ​<!-- 25 -->[docs-infra] Fix button label on mobile (#37997) @oliviertassinari
|
|
1106
2770
|
- ​<!-- 24 -->[docs-infra] Square drawer corners (#37970) @oliviertassinari
|
|
1107
2771
|
- ​<!-- 23 -->[docs-infra] Improve tab contrast in codeblock (#38000) @oliviertassinari
|
|
1108
|
-
- ​<!-- 22 -->[docs-infra] Fix API generation for Base
|
|
2772
|
+
- ​<!-- 22 -->[docs-infra] Fix API generation for Base UI (#37941) @oliviertassinari
|
|
1109
2773
|
- ​<!-- 21 -->[docs-infra] Fix layout shift on xGrid (#37954) @oliviertassinari
|
|
1110
2774
|
- ​<!-- 20 -->[docs-infra] Update installation commands to use the new tabs code component (#37927) @danilo-leal
|
|
1111
2775
|
- ​<!-- 19 -->[docs-infra] Improve disableToc={true} support (#37931) @oliviertassinari
|
|
1112
2776
|
- ​<!-- 18 -->[docs-infra] Remove icons and tweak the design of the side nav (#37860) @danilo-leal
|
|
1113
2777
|
- ​<!-- 17 -->[docs-infra] Fix TypeScrit error in demo export (#37830) @oliviertassinari
|
|
1114
2778
|
- ​<!-- 08 -->[notifications] Add notification for first Charts release (#37679) @joserodolfofreitas
|
|
1115
|
-
- ​<!-- 05 -->[website] Add Base
|
|
1116
|
-
- ​<!-- 04 -->[website] Update MUI
|
|
2779
|
+
- ​<!-- 05 -->[website] Add Base UI marketing page (#36622) @siriwatknp
|
|
2780
|
+
- ​<!-- 04 -->[website] Update MUI X landing page (#37966) @cherniavskii
|
|
1117
2781
|
- ​<!-- 03 -->[website] Fix a11y issues (#37999) @oliviertassinari
|
|
1118
2782
|
- ​<!-- 02 -->[website] Make the Core page refer to group of products (#37608) @danilo-leal
|
|
1119
2783
|
- ​<!-- 01 -->[website] Add perpetual option to pricing page (#35504) @joserodolfofreitas
|
|
@@ -1128,11 +2792,11 @@ _Jul 11, 2023_
|
|
|
1128
2792
|
|
|
1129
2793
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
1130
2794
|
|
|
1131
|
-
- 💫 Material
|
|
2795
|
+
- 💫 Material UI, Joy UI, and Base UI are compatible with [Next.js App Router](https://nextjs.org/docs/app) (#37656) @mj12albert
|
|
1132
2796
|
- 📚 Added new guides for integrating with Next.js 13 App Router (#37656) @mj12albert
|
|
1133
|
-
- Ⓜ️ [Material
|
|
1134
|
-
- 🅙 [Joy
|
|
1135
|
-
- 🅱️ [Base
|
|
2797
|
+
- Ⓜ️ [Material UI guide](https://mui.com/material-ui/guides/next-js-app-router/)
|
|
2798
|
+
- 🅙 [Joy UI guide](https://mui.com/joy-ui/integrations/next-js-app-router/)
|
|
2799
|
+
- 🅱️ [Base UI guide](https://mui.com/base-ui/guides/next-js-app-router/)
|
|
1136
2800
|
- 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
1137
2801
|
|
|
1138
2802
|
### `@mui/material@5.14.0`
|
|
@@ -1157,15 +2821,15 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
1157
2821
|
- [docs] Polish Ukraine banner (#37905) @oliviertassinari
|
|
1158
2822
|
- [docs] Reduce Ukraine banner size (#34795) @oliviertassinari
|
|
1159
2823
|
- [docs] Add callouts about controlled vs uncontrolled components in Core docs (#37849) @samuelsycamore
|
|
1160
|
-
- [docs] Add missing Portal elements to Tailwind
|
|
2824
|
+
- [docs] Add missing Portal elements to Tailwind CSS interoperability guide (#37807) @enrique-ramirez
|
|
1161
2825
|
- [docs] Small pickers migration improvement (#37815) @alexfauquette
|
|
1162
2826
|
- [docs] Fix pickers product name (#37825) @LukasTy
|
|
1163
2827
|
- [docs][Joy][Link] Set `variant` and `color` defaults for the playground (#37817) @Studio384
|
|
1164
2828
|
- [docs][Joy][Table] Add `undefined` as an option to `stripe` (#37816) @Studio384
|
|
1165
|
-
- [docs][base] Add Tailwind
|
|
1166
|
-
- [docs][base] Add Tailwind
|
|
2829
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on the Snackbar page (#37812) @mnajdova
|
|
2830
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on Badge page (#37768) @mnajdova
|
|
1167
2831
|
- [docs][base] Fix Nested modal demo positioning (#37506) @gitstart
|
|
1168
|
-
- [docs][base] Add Tailwind
|
|
2832
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on the Switch page (#37728) @mnajdova
|
|
1169
2833
|
- [docs-infra] Remove code tags in ToC (#37834) @cherniavskii
|
|
1170
2834
|
- [docs-infra] Fixes in API pages generation (#37813) @mnajdova
|
|
1171
2835
|
- [docs-infra] Add test case when using sh (#37818) @oliviertassinari
|
|
@@ -1173,11 +2837,11 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
1173
2837
|
- [docs-infra] Fix code parser (#37828) @alexfauquette
|
|
1174
2838
|
- [docs-infra] Fix `marked` deprecation warning (#37769) @alexfauquette
|
|
1175
2839
|
- [docs-infra] Allows to use codeblock in the docs (#37643) @alexfauquette
|
|
1176
|
-
- [docs-infra][joy] Change Joy
|
|
2840
|
+
- [docs-infra][joy] Change Joy UI's playground variant selector (#37821) @danilo-leal
|
|
1177
2841
|
|
|
1178
2842
|
### Core
|
|
1179
2843
|
|
|
1180
|
-
- [core] Prepend "use-client" directive + add docs and examples for using
|
|
2844
|
+
- [core] Prepend "use-client" directive + add docs and examples for using the library with Next.js App Router (#37656) @mj12albert
|
|
1181
2845
|
- [core] Fix imports to React (#37863) @oliviertassinari
|
|
1182
2846
|
- [core] Disambiguate eslint plugin name @oliviertassinari
|
|
1183
2847
|
- [core] Sync the lint script name with the other repositories @oliviertassinari
|
|
@@ -1226,19 +2890,19 @@ This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️
|
|
|
1226
2890
|
### Docs
|
|
1227
2891
|
|
|
1228
2892
|
- [docs][base] Add demo for using the Button as a link (#37317) @AdamSundberg
|
|
1229
|
-
- [docs][base] Add Tailwind
|
|
1230
|
-
- [docs][base] Make Base
|
|
1231
|
-
- [docs][base] Make Base
|
|
1232
|
-
- [docs][base] Add Tailwind
|
|
2893
|
+
- [docs][base] Add Tailwind CSS + plain CSS demo on the Select page (#37725) @mnajdova
|
|
2894
|
+
- [docs][base] Make Base UI input demos denser (#37750) @zanivan
|
|
2895
|
+
- [docs][base] Make Base UI button demos denser (#37689) @zanivan
|
|
2896
|
+
- [docs][base] Add Tailwind CSS & plain CSS demos on the Input page (#37685) @mnajdova
|
|
1233
2897
|
- [docs][base] Fix horizontal scrolling on the mobile input page (#37688) @zanivan
|
|
1234
|
-
- [docs] Improve Base
|
|
2898
|
+
- [docs] Improve Base UI index page (#37761) @oliviertassinari
|
|
1235
2899
|
- [docs] Fix incorrect package URL in README of example material-vite (#37755) @Dlouxgit
|
|
1236
2900
|
- [docs] Explain how to disable Base Select's portal (#37684) @michaldudak
|
|
1237
2901
|
- [docs] Shorten overview page URLs (#37660) @oliviertassinari
|
|
1238
2902
|
- [docs][material] Rename custom tab panel in Tabs demo to prevent confusion with @mui/lab (#37638) @MUK-Dev
|
|
1239
|
-
- [docs][tabs] Document how to use routing with Tabs in Base
|
|
2903
|
+
- [docs][tabs] Document how to use routing with Tabs in Base UI (#37369) @michaldudak
|
|
1240
2904
|
- [docs] Rename product to productId (#37801) @siriwatknp
|
|
1241
|
-
- [docs][base] Add Tailwind
|
|
2905
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on the Slider page (#37736) @mnajdova
|
|
1242
2906
|
|
|
1243
2907
|
### Core
|
|
1244
2908
|
|
|
@@ -1265,7 +2929,7 @@ This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️
|
|
|
1265
2929
|
- [test] Fix test:e2e local run (#37719) @oliviertassinari
|
|
1266
2930
|
- [test] Remove failing test in dev @oliviertassinari
|
|
1267
2931
|
- [website] Add no-op service worker to fix stale cache issue (#37607) @cherniavskii
|
|
1268
|
-
- [website] Transition the Core page to be Material
|
|
2932
|
+
- [website] Transition the Core page to be Material UI instead (#37583) @danilo-leal
|
|
1269
2933
|
- [website] Update the pricing page to reflect sales (#37751) @oliviertassinari
|
|
1270
2934
|
- [website] Match Copyright with the rest of the website @oliviertassinari
|
|
1271
2935
|
- [website] Support deep linking to pricing FAQ @oliviertassinari
|
|
@@ -1279,12 +2943,12 @@ _Jun 21, 2023_
|
|
|
1279
2943
|
A big thanks to the 25 contributors who made this release possible. Here are some highlights ✨:
|
|
1280
2944
|
|
|
1281
2945
|
- 💫 Added [Slider](https://mui.com/material-ui/react-slider/#material-you-version) component using the new Material You design language (#37520) @DiegoAndai.
|
|
1282
|
-
- 📚 Added [examples](https://github.com/mui/material-ui/tree/master/examples/material-ui-nextjs-ts) showcasing how you can use Material
|
|
2946
|
+
- 📚 Added [examples](https://github.com/mui/material-ui/tree/master/examples/material-ui-nextjs-ts) showcasing how you can use Material UI with next.js's app directory (#37315) @smo043
|
|
1283
2947
|
|
|
1284
2948
|
### `@mui/material@5.13.6`
|
|
1285
2949
|
|
|
1286
2950
|
- ​<!-- 45 -->[Autocomplete] Fixed autocomplete's existing option selection (#37012) @bencevoros
|
|
1287
|
-
- ​<!-- 44 -->[Autocomplete] Add hint demos to Material
|
|
2951
|
+
- ​<!-- 44 -->[Autocomplete] Add hint demos to Material UI and Joy UI docs (#37496) @sai6855
|
|
1288
2952
|
- ​<!-- 13 -->[Masonry] Fix ResizeObserver loop limit exceeded error (#37208) @hbjORbj
|
|
1289
2953
|
- ​<!-- 11 -->[Tooltip][material] Improve warning when Tooltip receives string child (#37530) @DiegoAndai
|
|
1290
2954
|
- ​<!-- 10 -->[Modal] Add missing members to ModalOwnProps (#37568) @ivp-dev
|
|
@@ -1315,15 +2979,15 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
1315
2979
|
|
|
1316
2980
|
### Docs
|
|
1317
2981
|
|
|
1318
|
-
- ​<!-- 43 -->[docs][base] Improve Base
|
|
2982
|
+
- ​<!-- 43 -->[docs][base] Improve Base UI all components images (#37590) @danilo-leal
|
|
1319
2983
|
- ​<!-- 42 -->[docs][base] Add pages for coming soon components (#37575) @danilo-leal
|
|
1320
2984
|
- ​<!-- 41 -->[docs][base] Add a Snackbar introduction demo (#37602) @danilo-leal
|
|
1321
|
-
- ​<!-- 40 -->[docs][base] Add page for all Base
|
|
2985
|
+
- ​<!-- 40 -->[docs][base] Add page for all Base UI components (#37536) @danilo-leal
|
|
1322
2986
|
- ​<!-- 33 -->[docs] Fix scrollbar on snackbar page (#37657) @oliviertassinari
|
|
1323
2987
|
- ​<!-- 32 -->[docs] Switch order of snackbar buttons in demos (#37389) @Primajin
|
|
1324
|
-
- ​<!-- 31 -->[docs] Add support for Tailwind
|
|
2988
|
+
- ​<!-- 31 -->[docs] Add support for Tailwind CSS and plain CSS demos (#37319) @mnajdova
|
|
1325
2989
|
- ​<!-- 30 -->[docs] Tree view color fix for dark mode in Gmail example (#37051) @PunitSoniME
|
|
1326
|
-
- ​<!-- 29 -->[docs] Inline the Base
|
|
2990
|
+
- ​<!-- 29 -->[docs] Inline the Base UI demo (#37603) @oliviertassinari
|
|
1327
2991
|
- ​<!-- 28 -->[docs] Fix typo in themed components page (#37598) @vinayr
|
|
1328
2992
|
- ​<!-- 27 -->[docs] Fix render inline code in CSS description generation (#37448) @alexfauquette
|
|
1329
2993
|
- ​<!-- 26 -->[docs] Add styles to styled argument list (#37558) @DiegoAndai
|
|
@@ -1331,17 +2995,17 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
1331
2995
|
- ​<!-- 24 -->[docs] Fix small base -> base-ui migration issue (#37594) @oliviertassinari
|
|
1332
2996
|
- ​<!-- 23 -->[docs] Fix GitHub typo (#37578) @oliviertassinari
|
|
1333
2997
|
- ​<!-- 22 -->[docs] Improve release guide (#37547) @DiegoAndai
|
|
1334
|
-
- ​<!-- 21 -->[docs] Review fixes to the Material
|
|
2998
|
+
- ​<!-- 21 -->[docs] Review fixes to the Material UI's "Example projects" page (#37444) @danilo-leal
|
|
1335
2999
|
- ​<!-- 17 -->[docs][joy] Add a messages template (#37546) @sernstberger
|
|
1336
|
-
- ​<!-- 16 -->[docs][joy] Add pages for coming soon Joy
|
|
3000
|
+
- ​<!-- 16 -->[docs][joy] Add pages for coming soon Joy UI components (#36920) @danilo-leal
|
|
1337
3001
|
- ​<!-- 15 -->[docs][joy] Add design and consistency tweaks to the Playground (#37580) @danilo-leal
|
|
1338
|
-
- ​<!-- 37 -->[docs] Add and revise Base
|
|
3002
|
+
- ​<!-- 37 -->[docs] Add and revise Base UI + Create React App examples (#36825) @samuelsycamore
|
|
1339
3003
|
- ​<!-- 20 -->[docs-infra] Fix demos border radius (#37658) @oliviertassinari
|
|
1340
3004
|
- ​<!-- 19 -->[docs-infra] Add analyticsTags to Algolia (#37600) @Janpot
|
|
1341
3005
|
- ​<!-- 18 -->[docs-infra] Simplify product id handling (#37593) @oliviertassinari
|
|
1342
|
-
- ​<!-- 35 -->[
|
|
3006
|
+
- ​<!-- 35 -->[changelog] Add missing release date for v5.13.5 @oliviertassinari
|
|
1343
3007
|
- ​<!-- 16 -->[examples] Shell command fix in the readme file of material-next-ts example (#37675) @bablukpik
|
|
1344
|
-
- ​<!-- 15 -->[examples] Next.js v13 app router with Material
|
|
3008
|
+
- ​<!-- 15 -->[examples] Next.js v13 app router with Material UI (#37315) @smo043
|
|
1345
3009
|
|
|
1346
3010
|
### Core
|
|
1347
3011
|
|
|
@@ -1349,7 +3013,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
1349
3013
|
- ​<!-- 39 -->[core] Add priority support issue template (#37671) @DanailH
|
|
1350
3014
|
- ​<!-- 03 -->[website] Update roadmap page (#37587) @cherniavskii
|
|
1351
3015
|
- ​<!-- 02 -->[website] Add CSP to limit iframes to self @oliviertassinari
|
|
1352
|
-
- ​<!-- 01 -->[website] Link mui-x Stack
|
|
3016
|
+
- ​<!-- 01 -->[website] Link mui-x Stack Overflow in footer link (#37509) @richbustos
|
|
1353
3017
|
|
|
1354
3018
|
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
|
|
1355
3019
|
|
|
@@ -1359,7 +3023,7 @@ _Jun 12, 2023_
|
|
|
1359
3023
|
|
|
1360
3024
|
A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
|
|
1361
3025
|
|
|
1362
|
-
- 💫 Added `ButtonGroup` component in Joy
|
|
3026
|
+
- 💫 Added `ButtonGroup` component in Joy UI (#37407) @siriwatknp.
|
|
1363
3027
|
- 🐛 bug fixes and 📚 documentation improvements.
|
|
1364
3028
|
|
|
1365
3029
|
### `@mui/material@5.13.5`
|
|
@@ -1379,7 +3043,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
|
|
|
1379
3043
|
- ​<!-- 15 -->[docs] Update /base url references to /base-ui (#37412) @brijeshb42
|
|
1380
3044
|
- ​<!-- 14 -->[docs] Skip components and hooks due to duplicate index (#37539) @siriwatknp
|
|
1381
3045
|
- ​<!-- 13 -->[docs] Polish Sign in to your account joy demo (#37498) @oliviertassinari
|
|
1382
|
-
- ​<!-- 12 -->[docs] Remove outdated Material
|
|
3046
|
+
- ​<!-- 12 -->[docs] Remove outdated Material UI FAQ @oliviertassinari
|
|
1383
3047
|
- ​<!-- 11 -->[docs] Fix crash access to localStorage in Firefox (#37518) @brijeshb42
|
|
1384
3048
|
- ​<!-- 10 -->[docs-infra] Enforce max length on description (#37565) @oliviertassinari
|
|
1385
3049
|
- ​<!-- 09 -->[docs-infra] Mandatory versions (#37497) @oliviertassinari
|
|
@@ -1427,11 +3091,11 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
1427
3091
|
- ​<!-- 17 -->[docs][base] Remove usage of `component` prop in docs (#37462) @sai6855
|
|
1428
3092
|
- ​<!-- 13 -->[docs] Fix docs redirections @oliviertassinari
|
|
1429
3093
|
- ​<!-- 12 -->[docs] Fix Fluent -> Fluent UI @oliviertassinari
|
|
1430
|
-
- ​<!-- 11 -->[docs] Fix MUI Base -> Base
|
|
3094
|
+
- ​<!-- 11 -->[docs] Fix MUI Base -> Base UI @oliviertassinari
|
|
1431
3095
|
- ​<!-- 10 -->[docs] Add base-vite-tailwind example repo (#36994) @mj12albert
|
|
1432
3096
|
- ​<!-- 09 -->[docs] Fix search bar layout shift (#37460) @oliviertassinari
|
|
1433
|
-
- ​<!-- 08 -->[docs] Tweak Material
|
|
1434
|
-
- ​<!-- 07 -->[docs] Tweak Material
|
|
3097
|
+
- ​<!-- 08 -->[docs] Tweak Material UI's "Showcase" page design (#37259) @danilo-leal
|
|
3098
|
+
- ​<!-- 07 -->[docs] Tweak Material UI's "Template" page design (#37260) @danilo-leal
|
|
1435
3099
|
- ​<!-- 06 -->[docs] Fix "Language" page removal leftovers (#37408) @danilo-leal
|
|
1436
3100
|
- ​<!-- 05 -->[docs] Move contents of css-variables to sibling pages (#37411) @brijeshb42
|
|
1437
3101
|
|
|
@@ -1478,7 +3142,7 @@ This release focuses primarily on 🐛 bug fixes and 📚 documentation improvem
|
|
|
1478
3142
|
### Docs
|
|
1479
3143
|
|
|
1480
3144
|
- ​<!-- 14 -->[docs] Clarify Hidden down props as exclusive (#36927) @canac
|
|
1481
|
-
- ​<!-- 13 -->[docs] Add refine to Material
|
|
3145
|
+
- ​<!-- 13 -->[docs] Add refine to Material UI "Related projects" and "More advanced example projects" pages (#37308) @necatiozmen
|
|
1482
3146
|
- ​<!-- 12 -->[docs] Remove todo link from sidebar (#37373) @brijeshb42
|
|
1483
3147
|
- ​<!-- 11 -->[docs] Clarify the peer dependency with react (#37360) @oliviertassinari
|
|
1484
3148
|
- ​<!-- 10 -->[docs] Divider vertical middle prop migration (#36840) @JhonnK08
|
|
@@ -1517,7 +3181,7 @@ A big thanks to the 12 contributors who made this release possible.
|
|
|
1517
3181
|
- [docs][base] Remove default annotations from useBadge's return type (#37313) @TinaSay
|
|
1518
3182
|
- [docs][base] Remove default annotations from useButton's return type (#37312) @TinaSay
|
|
1519
3183
|
- [docs][base] Remove default annotations from useSlider's return type (#37309) @TinaSay
|
|
1520
|
-
- [docs] Remove Material
|
|
3184
|
+
- [docs] Remove Material UI's "Languages" page (#37314) @danilo-leal
|
|
1521
3185
|
- [docs] Prefer to link GitHub repository @oliviertassinari
|
|
1522
3186
|
- [docs] Move product versions to page context (#35078) @m4theushw
|
|
1523
3187
|
- [docs] Fix v5 migration npm install instruction (#37293) @oliviertassinari
|
|
@@ -1577,13 +3241,13 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
1577
3241
|
- [docs] Remove upload button (#36844) @Bastian
|
|
1578
3242
|
- [docs] Update link to overriding component structure guide (#36870) @hbjORbj
|
|
1579
3243
|
- [docs] Fix Material Design templates (#37187) @oliviertassinari
|
|
1580
|
-
- [docs] Fix link to Joy
|
|
3244
|
+
- [docs] Fix link to Joy UI GitHub issues @oliviertassinari
|
|
1581
3245
|
- [docs] Show default value for `filterOptions` prop in Autocomplete's API docs (#37230) @ZeeshanTamboli
|
|
1582
3246
|
- [docs] Add summary and improve `test_static` CI doc in CONTRIBUTING readme file (#36711) @kriskw1999
|
|
1583
|
-
- [docs] Update theme customization
|
|
3247
|
+
- [docs] Update theme customization TypeScript (#35551) @siriwatknp
|
|
1584
3248
|
- [docs] Add Joy Frames X web blocks template (#37203) @siriwatknp
|
|
1585
|
-
- [docs] Change Base
|
|
1586
|
-
- [docs] Improve Base
|
|
3249
|
+
- [docs] Change Base UI `alpha` to `beta` in README (#37228) @ZeeshanTamboli
|
|
3250
|
+
- [docs] Improve Base UI overview page (#37227) @mnajdova
|
|
1587
3251
|
- [docs] Update Joy + Material guide (#36911) @cherniavskii
|
|
1588
3252
|
|
|
1589
3253
|
### Core
|
|
@@ -1605,8 +3269,8 @@ _May 10, 2023_
|
|
|
1605
3269
|
|
|
1606
3270
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
1607
3271
|
|
|
1608
|
-
- 🚀 Base
|
|
1609
|
-
- 🗺 We have
|
|
3272
|
+
- 🚀 Base UI is now in beta - all planned breaking changes are now complete!
|
|
3273
|
+
- 🗺 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.
|
|
1610
3274
|
- 🐛 Various bug fixes, 📚 documentation and 🧪 testing improvements
|
|
1611
3275
|
|
|
1612
3276
|
### `@mui/material@5.13.0`
|
|
@@ -1619,14 +3283,14 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1619
3283
|
|
|
1620
3284
|
- [Input][joy] Improve alignment on date fields (#37146) @wewakekumar
|
|
1621
3285
|
- [Alery][joy] Turn JS test to TS test (#37077) @hbjORbj
|
|
1622
|
-
- [AspectRatio][joy] js test replaced with
|
|
1623
|
-
- [Badge][AvatarGroup][joy] js test replaced with
|
|
3286
|
+
- [AspectRatio][joy] js test replaced with TypeScript test (#37087) @PunitSoniME
|
|
3287
|
+
- [Badge][AvatarGroup][joy] js test replaced with TypeScript test (#37089) @PunitSoniME
|
|
1624
3288
|
- [Box][Card][MenuList][joy] Turn JS test to TS test (#37126) @uuxxx
|
|
1625
3289
|
- [List][Menu][joy] Turn JS test to TS test (#37123) @uuxxx
|
|
1626
3290
|
- [test][Joy] Remove duplicate Avatar test (#37201) @zignis
|
|
1627
|
-
- [test][joy] js test cases converted to
|
|
1628
|
-
- [Button][joy] Convert Button test to
|
|
1629
|
-
- [CardContent][CardCover][CardOverflow][Chip][ChipDelete][joy] js text case converted to
|
|
3291
|
+
- [test][joy] js test cases converted to TypeScript (#37117) @PunitSoniME
|
|
3292
|
+
- [Button][joy] Convert Button test to TypeScript (#37181) @akash191095
|
|
3293
|
+
- [CardContent][CardCover][CardOverflow][Chip][ChipDelete][joy] js text case converted to TypeScript (#37116) @PunitSoniME
|
|
1630
3294
|
- [Radio][IconButton][Checkbox][Option][joy] Switch to TypeScript unit test (#37137) @DerTimonius
|
|
1631
3295
|
|
|
1632
3296
|
### `@mui/base@5.0.0-beta.0`
|
|
@@ -1638,10 +3302,10 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1638
3302
|
|
|
1639
3303
|
### Docs
|
|
1640
3304
|
|
|
1641
|
-
- [docs] Stray design tweaks to Base
|
|
3305
|
+
- [docs] Stray design tweaks to Base UI demos (#37003) @danilo-leal
|
|
1642
3306
|
- [docs] Move outdated CSS prefixing docs (#36710) @kriskw1999
|
|
1643
3307
|
- [docs] Improve "Example projects" page design (#37007) @danilo-leal
|
|
1644
|
-
- [docs] Redirect NoSsr, Portal and TextareaAutosize to Base
|
|
3308
|
+
- [docs] Redirect NoSsr, Portal and TextareaAutosize to Base UI API page (#37175) @ZeeshanTamboli
|
|
1645
3309
|
- [docs] Demonstrate `TextField` customization using theme style overrides (#36805) @ZeeshanTamboli
|
|
1646
3310
|
- [docs] Tweak the "Edit this page" button icon (#37142) @danilo-leal
|
|
1647
3311
|
- [docs] Update links to the public roadmap (#36995) @mnajdova
|
|
@@ -1650,7 +3314,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1650
3314
|
|
|
1651
3315
|
### Core
|
|
1652
3316
|
|
|
1653
|
-
- [blog] Fix images using "MUI Base" instead of "Base
|
|
3317
|
+
- [blog] Fix images using "MUI Base" instead of "Base UI" (#37044) @danilo-leal
|
|
1654
3318
|
- [core] Add VSCode extensions recommendations (#37166) @michaldudak
|
|
1655
3319
|
- [test] `e2e-website` related minor fixes (#37204) @ZeeshanTamboli
|
|
1656
3320
|
- [website] Update the active positions (#37075) @DanailH
|
|
@@ -1667,7 +3331,7 @@ _May 2, 2023_
|
|
|
1667
3331
|
|
|
1668
3332
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
1669
3333
|
|
|
1670
|
-
- all planned breaking changes for Base
|
|
3334
|
+
- all planned breaking changes for Base UI are done. The first beta release should come next week 🎉
|
|
1671
3335
|
- 🐛 bug fixes and 📚 documentation improvements.
|
|
1672
3336
|
|
|
1673
3337
|
### `@mui/material@5.12.3`
|
|
@@ -1708,7 +3372,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1708
3372
|
There is codemod that you can run in your project to do the transformation:
|
|
1709
3373
|
|
|
1710
3374
|
```bash
|
|
1711
|
-
npx @mui/codemod v5.0.0/base-remove-component-prop <path>
|
|
3375
|
+
npx @mui/codemod@latest v5.0.0/base-remove-component-prop <path>
|
|
1712
3376
|
```
|
|
1713
3377
|
|
|
1714
3378
|
The full documentation about the codemod can be found [here](https://github.com/mui/material-ui/blob/master/packages/mui-codemod/README.md#base-remove-component-prop).
|
|
@@ -1737,7 +3401,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1737
3401
|
|
|
1738
3402
|
- ​<!-- 41 -->[base] Improve API consistency (#36970) @michaldudak
|
|
1739
3403
|
|
|
1740
|
-
Brought consistency to Base
|
|
3404
|
+
Brought consistency to Base UI components and hooks' parameters and return values:
|
|
1741
3405
|
|
|
1742
3406
|
1. Whenever a hook needs a ref, it's now called `<slot_name>Ref`, which matches the `get<slot_name>Props` in the return value.
|
|
1743
3407
|
2. All hooks that accept external refs now return merged refs, making combining multiple hooks on one element easier. This was proven necessary in several compound components (like menuItem being both a button and a list item). The type of this value is `React.RefCallback` as using the more general `React.Ref` caused variance issues.
|
|
@@ -1751,11 +3415,11 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1751
3415
|
|
|
1752
3416
|
### Docs
|
|
1753
3417
|
|
|
1754
|
-
- ​<!-- 39 -->[base][docs] Add Base
|
|
1755
|
-
- ​<!-- 20 -->[docs] Fix Material
|
|
3418
|
+
- ​<!-- 39 -->[base][docs] Add Base UI Quickstart Guide (#36717) @mj12albert
|
|
3419
|
+
- ​<!-- 20 -->[docs] Fix Material UI's API linking to Base UI (#37121) @mnajdova
|
|
1756
3420
|
- ​<!-- 19 -->[docs] Fix pagination in the DataGrid demo (#37114) @cherniavskii
|
|
1757
3421
|
- ​<!-- 18 -->[docs] Add notification to the release of the new Time Picker UI (#37065) @joserodolfofreitas
|
|
1758
|
-
- ​<!-- 17 -->[docs] Specify "Material
|
|
3422
|
+
- ​<!-- 17 -->[docs] Specify "Material UI" (not "MUI") where appropriate throughout the docs (#37066) @samuelsycamore
|
|
1759
3423
|
- ​<!-- 16 -->[docs] Use focus-visible instead of focus for Menu demos (#36847) @michaldudak
|
|
1760
3424
|
- ​<!-- 15 -->[docs] Fix small regressions API pages (#36972) @oliviertassinari
|
|
1761
3425
|
- ​<!-- 14 -->[docs] Handle a few docs-feedback (#36977) @oliviertassinari
|
|
@@ -1787,7 +3451,7 @@ _Apr 25, 2023_
|
|
|
1787
3451
|
|
|
1788
3452
|
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
1789
3453
|
|
|
1790
|
-
- ⚠️ **[BREAKING CHANGE]** The `Unstyled` suffix has been removed from Base
|
|
3454
|
+
- ⚠️ **[BREAKING CHANGE]** The `Unstyled` suffix has been removed from Base UI component names, including names of types and other related identifiers – a codemod script is provided to assist with the change.
|
|
1791
3455
|
- 🐛 bug fixes and 📚 documentation improvements.
|
|
1792
3456
|
|
|
1793
3457
|
### `@mui/material@5.12.2`
|
|
@@ -1802,12 +3466,12 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
1802
3466
|
|
|
1803
3467
|
- ​<!-- 27 -->[base] Remove unstyled suffix from Base components + Codemod script (#36873) @hbjORbj
|
|
1804
3468
|
|
|
1805
|
-
The `Unstyled` suffix has been removed from all Base
|
|
3469
|
+
The `Unstyled` suffix has been removed from all Base UI component names, including names of types and other related identifiers.
|
|
1806
3470
|
|
|
1807
3471
|
You can use this [codemod](https://github.com/mui/material-ui/blob/master/packages/mui-codemod/src/v5.0.0/base-remove-unstyled-suffix.js) to help with the migration:
|
|
1808
3472
|
|
|
1809
3473
|
```bash
|
|
1810
|
-
npx @mui/codemod v5.0.0/base-remove-unstyled-suffix <path>
|
|
3474
|
+
npx @mui/codemod@latest v5.0.0/base-remove-unstyled-suffix <path>
|
|
1811
3475
|
```
|
|
1812
3476
|
|
|
1813
3477
|
#### Changes
|
|
@@ -1825,7 +3489,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
1825
3489
|
### Docs
|
|
1826
3490
|
|
|
1827
3491
|
- ​<!-- 21 -->[docs] Fix console error introduced by #36408 (#36980) @alexfauquette
|
|
1828
|
-
- ​<!-- 20 -->[docs] Add stray Joy
|
|
3492
|
+
- ​<!-- 20 -->[docs] Add stray Joy UI documentation improvements (#36921) @danilo-leal
|
|
1829
3493
|
- ​<!-- 19 -->[docs] Add Joy profile dashboard template (#36931) @siriwatknp
|
|
1830
3494
|
- ​<!-- 18 -->[docs] Fix 404 links (#36969) @oliviertassinari
|
|
1831
3495
|
- ​<!-- 17 -->[docs] Clarify when bundle size optimization is needed (#36823) @oliviertassinari
|
|
@@ -1908,7 +3572,7 @@ A big thanks to the 16 contributors who made this release possible. This release
|
|
|
1908
3572
|
- ​<!-- 18 -->[docs][base] Move styles to the bottom of demos code for `TablePagination` (#36593) @gitstart
|
|
1909
3573
|
- ​<!-- 13 -->[docs] Remove the incorrect info about useButton's ref parameter (#36883) @michaldudak
|
|
1910
3574
|
- ​<!-- 12 -->[docs] Sync <Stack> between projects (#36785) @oliviertassinari
|
|
1911
|
-
- ​<!-- 11 -->[docs] Add guides to overriding component structure in Base
|
|
3575
|
+
- ​<!-- 11 -->[docs] Add guides to overriding component structure in Base UI and Joy UI docs (#34990) @samuelsycamore
|
|
1912
3576
|
- ​<!-- 10 -->[docs] Content changed from 'row' to 'orientation=horizontal' (#36858) @navedqb
|
|
1913
3577
|
- ​<!-- 09 -->[docs][Joy] `component`, `slots`, `slotProps` must be visible in Prop table in API docs (#36666) @hbjORbj
|
|
1914
3578
|
- ​<!-- 08 -->[docs][Select] Fix duplicate ID in small size Select demo (#36792) @sai6855
|
|
@@ -1955,7 +3619,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
|
|
|
1955
3619
|
- ​<!-- 16 -->[docs] Add missing `readOnly` state class in the list (#36788) @ZeeshanTamboli
|
|
1956
3620
|
- ​<!-- 15 -->[docs] Improve side nav scroll into view (#36732) @oliviertassinari
|
|
1957
3621
|
- ​<!-- 14 -->[docs][base & joy] Display "Classes" Section in API docs (#36589) @hbjORbj
|
|
1958
|
-
- ​<!-- 13 -->[docs] Fix 100+ typos throughout the Material
|
|
3622
|
+
- ​<!-- 13 -->[docs] Fix 100+ typos throughout the Material UI docs (#36194) @Lioness100
|
|
1959
3623
|
- ​<!-- 12 -->[docs] Change "coming soon" chip color (#36786) @danilo-leal
|
|
1960
3624
|
- ​<!-- 11 -->[docs][Joy] Fix wrong prop descriptions (#36826) @hbjORbj
|
|
1961
3625
|
- ​<!-- 10 -->[docs][material] Highlight global state classes in CSS table in API docs (#36633) @hbjORbj
|
|
@@ -1965,7 +3629,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
|
|
|
1965
3629
|
### Core
|
|
1966
3630
|
|
|
1967
3631
|
- ​<!-- 22 -->[core] Increase margin to scroll @oliviertassinari
|
|
1968
|
-
- ​<!-- 21 -->[core] Replace MUI Base with Base
|
|
3632
|
+
- ​<!-- 21 -->[core] Replace MUI Base with Base UI (#36716) @mnajdova
|
|
1969
3633
|
- ​<!-- 03 -->[website] Fix broken career website links @oliviertassinari
|
|
1970
3634
|
- ​<!-- 02 -->[website] Fix backlinks to homepage (#36801) @oliviertassinari
|
|
1971
3635
|
- ​<!-- 01 -->[website] Tweaks to the Designer position ad (#36771) @danilo-leal
|
|
@@ -1980,7 +3644,7 @@ _Apr 4, 2023_
|
|
|
1980
3644
|
|
|
1981
3645
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
1982
3646
|
|
|
1983
|
-
- 💅 Added tabs on API pages of Base
|
|
3647
|
+
- 💅 Added tabs on API pages of Base UI to switch between component and hook references (#35938) @mnajdova
|
|
1984
3648
|
- 🐛 bug fixes and 📚 documentation improvements.
|
|
1985
3649
|
|
|
1986
3650
|
### `@mui/material@5.11.16`
|
|
@@ -2014,15 +3678,15 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2014
3678
|
- [docs] Introduce markdown permalink to source (#36729) @oliviertassinari
|
|
2015
3679
|
- [docs] Tabs API add slots section (#36769) @mnajdova
|
|
2016
3680
|
- [docs] Update feedbacks management on slack (#36705) @alexfauquette
|
|
2017
|
-
- [docs] Fix Joy
|
|
3681
|
+
- [docs] Fix Joy UI URL to tokens (#36742) @oliviertassinari
|
|
2018
3682
|
- [docs] Add toggle-button coming soon page (#36618) @siriwatknp
|
|
2019
|
-
- [docs] Fix typo on the Joy
|
|
3683
|
+
- [docs] Fix typo on the Joy UI theme builder (#36734) @danilo-leal
|
|
2020
3684
|
- [docs] Fix small typo (#36727) @RBerthier
|
|
2021
|
-
- [docs] Fix Joy
|
|
3685
|
+
- [docs] Fix Joy UI template broken image loading @oliviertassinari
|
|
2022
3686
|
- [docs] Hide the default API column if it's empty (#36715) @mnajdova
|
|
2023
|
-
- [docs] Update Material
|
|
2024
|
-
- [docs] Revise Joy
|
|
2025
|
-
- [docs] Revise Joy
|
|
3687
|
+
- [docs] Update Material UI Related Projects page (#34203) @viclafouch
|
|
3688
|
+
- [docs] Revise Joy UI "Circular Progress" page (#36126) @LadyBluenotes
|
|
3689
|
+
- [docs] Revise Joy UI "Radio" page (#35893) @DevinCLane
|
|
2026
3690
|
- [docs] Support Google Analytics 4 (#36123) @alexfauquette
|
|
2027
3691
|
- [docs][material] Keep consistency in description of classes (#36631) @hbjORbj
|
|
2028
3692
|
- [docs] Remove redundant files and fix regression (#36775) @ZeeshanTamboli
|
|
@@ -2042,7 +3706,7 @@ _Mar 28, 2023_
|
|
|
2042
3706
|
|
|
2043
3707
|
A big thanks to the 10 contributors who made this release possible. We have one big highlight this week ✨:
|
|
2044
3708
|
|
|
2045
|
-
- @siriwatknp made a [Theme Builder](https://mui.com/joy-ui/customization/theme-builder) for Joy
|
|
3709
|
+
- @siriwatknp made a [Theme Builder](https://mui.com/joy-ui/customization/theme-builder) for Joy UI 🎨 (#35741)
|
|
2046
3710
|
|
|
2047
3711
|
### `@mui/material@5.11.15`
|
|
2048
3712
|
|
|
@@ -2142,7 +3806,6 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
2142
3806
|
- [docs] Remove `shouldSkipGeneratingVar` usage (#36581) @siriwatknp
|
|
2143
3807
|
- [docs][material] Update Table's demo to show pointer cursor on clickable rows (#36546) @varunmulay22
|
|
2144
3808
|
- [website] Designer role changes (#36528) @danilo-leal
|
|
2145
|
-
- [website] No association between showcase and MUI @oliviertassinari
|
|
2146
3809
|
- [website] Open Head of Operations role (#36501) @oliviertassinari
|
|
2147
3810
|
- [website] Limit sponsors description to two rows @oliviertassinari
|
|
2148
3811
|
|
|
@@ -2162,13 +3825,13 @@ _Mar 14, 2023_
|
|
|
2162
3825
|
|
|
2163
3826
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
2164
3827
|
|
|
2165
|
-
- @michaldudak added an option for [disabling the generation](https://mui.com/base-ui/getting-started/customization/#disabling-default-css-classes) of the default classes in Base
|
|
3828
|
+
- @michaldudak added an option for [disabling the generation](https://mui.com/base-ui/getting-started/customization/#disabling-default-css-classes) of the default classes in Base UI (#35963)
|
|
2166
3829
|
- other 🐛 bug fixes and 📚 documentation improvements.
|
|
2167
3830
|
|
|
2168
3831
|
### `@mui/material@5.11.13`
|
|
2169
3832
|
|
|
2170
|
-
- ​<!-- 13 -->[core] Bump Base
|
|
2171
|
-
- ​<!-- 17 -->[material] Export `shouldSkipGeneratingVar` from Material
|
|
3833
|
+
- ​<!-- 13 -->[core] Bump Base UI's version in Material UI (#36492) @hbjORbj
|
|
3834
|
+
- ​<!-- 17 -->[material] Export `shouldSkipGeneratingVar` from Material UI (#36489) @siriwatknp
|
|
2172
3835
|
- ​<!-- 06 -->[Typography] Apply font properties to typography inherit variant (#33621) @oyar99
|
|
2173
3836
|
|
|
2174
3837
|
### `@mui/base@5.0.0-alpha.121`
|
|
@@ -2183,12 +3846,12 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
2183
3846
|
|
|
2184
3847
|
- ​<!-- 14 -->[blog] Update fields behavior on date pickers blog post (#36480) @joserodolfofreitas
|
|
2185
3848
|
- ​<!-- 12 -->[docs] Info markdown not rendering in Contributing Guide README (#36487) @hbjORbj
|
|
2186
|
-
- ​<!-- 11 -->[docs] Remove 301 redirection to MUI
|
|
3849
|
+
- ​<!-- 11 -->[docs] Remove 301 redirection to MUI X lab migration @oliviertassinari
|
|
2187
3850
|
- ​<!-- 10 -->[docs] Fix a grammar error (#36486) @hbjORbj
|
|
2188
3851
|
- ​<!-- 09 -->[docs] Add blog post notification for v6 release (#36446) @joserodolfofreitas
|
|
2189
3852
|
- ​<!-- 08 -->[docs] Update link to v5 docs (#36421) @m4theushw
|
|
2190
3853
|
- ​<!-- 07 -->[docs] Fix 404 in the API page links (#36419) @oliviertassinari
|
|
2191
|
-
- ​<!-- 08 -->[docs][joy] Error in the exemplary Codesandbox of using Material
|
|
3854
|
+
- ​<!-- 08 -->[docs][joy] Error in the exemplary Codesandbox of using Material UI and Joy UI together (#36462) @hbjORbj
|
|
2192
3855
|
- ​<!-- 06 -->[examples] Refactor to have better types in the Next.js + TypeScript examples (#36355) @erikian
|
|
2193
3856
|
- ​<!-- 02 -->[website] Fix layout shift when loading /blog/mui-x-v6/ @oliviertassinari
|
|
2194
3857
|
- ​<!-- 01 -->[website] Update stats (#36477) @hrutik7
|
|
@@ -2204,7 +3867,7 @@ _Mar 6, 2023_
|
|
|
2204
3867
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
2205
3868
|
|
|
2206
3869
|
- @michaldudak added the multiselect functionality to SelectUnstyled (#36274)
|
|
2207
|
-
- @mnajdova updated `extendTheme` so that it can generate CSS variables with default values. This means that the `CssVarsProvider` is no longer required for Joy
|
|
3870
|
+
- @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)
|
|
2208
3871
|
- other 🐛 bug fixes and 📚 documentation improvements.
|
|
2209
3872
|
|
|
2210
3873
|
### `@mui/material@5.11.12`
|
|
@@ -2224,7 +3887,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2224
3887
|
|
|
2225
3888
|
- ​<!-- 26 -->[core] Generate vars in `extendTheme` (#35739) @mnajdova
|
|
2226
3889
|
|
|
2227
|
-
The `shouldSkipGeneratingVar` prop was moved from the `createCssVarsProvider`'s option to the `theme`. If the default theme does not use `extendTheme` from Material
|
|
3890
|
+
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:
|
|
2228
3891
|
|
|
2229
3892
|
```diff
|
|
2230
3893
|
import {
|
|
@@ -2296,7 +3959,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2296
3959
|
|
|
2297
3960
|
- ​<!-- 09 -->[Joy] Change CSS variables naming for components (#36282) @hbjORbj
|
|
2298
3961
|
|
|
2299
|
-
Joy
|
|
3962
|
+
Joy UI has new naming standards of the CSS variables for its components. Below is an example of how the migration should look like:
|
|
2300
3963
|
|
|
2301
3964
|
```diff
|
|
2302
3965
|
-<List sx={{ py: 'var(--List-divider-gap)' }}>
|
|
@@ -2313,11 +3976,11 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2313
3976
|
### Docs
|
|
2314
3977
|
|
|
2315
3978
|
- ​<!-- 33 -->[docs][joy] Clarify when `CssVarsProvider` is required (#36410) @mnajdova
|
|
2316
|
-
- ​<!-- 32 -->MUI
|
|
3979
|
+
- ​<!-- 32 -->MUI X v6 release announcement (#36398) @joserodolfofreitas
|
|
2317
3980
|
- ​<!-- 23 -->[docs] Add instructions for deploying docs without a release (#36301) @cherniavskii
|
|
2318
3981
|
- ​<!-- 22 -->[docs] Fix 301 redirections on the docs @oliviertassinari
|
|
2319
|
-
- ​<!-- 21 -->[docs] Update MUI
|
|
2320
|
-
- ​<!-- 20 -->[docs] Clarify the future plan for integrating Base
|
|
3982
|
+
- ​<!-- 21 -->[docs] Update MUI X banner to reflect stable release (#36354) @MBilalShafi
|
|
3983
|
+
- ​<!-- 20 -->[docs] Clarify the future plan for integrating Base UI in Material UI (#36365) @mnajdova
|
|
2321
3984
|
- ​<!-- 19 -->[docs] Improve visual look of loose lists (#36190) @oliviertassinari
|
|
2322
3985
|
- ​<!-- 18 -->[docs] Fix @mui/styles example links (#36331) @oliviertassinari
|
|
2323
3986
|
- ​<!-- 17 -->[docs][joy] Build TS versions for List component demos (#36382) @sai6855
|
|
@@ -2325,7 +3988,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2325
3988
|
- ​<!-- 15 -->[docs][joy] Build TS versions for Checkbox component demos (#36381) @sai6855
|
|
2326
3989
|
- ​<!-- 14 -->[docs][joy] Build TS versions for Select component demos (#36380) @sai6855
|
|
2327
3990
|
- ​<!-- 13 -->[docs][joy] Build TS versions for Typography component demos (#36378) @varunmulay22
|
|
2328
|
-
- ​<!-- 12 -->[docs][joy] Add
|
|
3991
|
+
- ​<!-- 12 -->[docs][joy] Add TypeScript demos for `Divider` (#36374) @sai6855
|
|
2329
3992
|
- ​<!-- 11 -->[docs][joy] Build TS versions for Textarea component demos (#36371) @varunmulay22
|
|
2330
3993
|
- ​<!-- 10 -->[docs][joy] Build TS versions for Link component demos (#36366) @hbjORbj
|
|
2331
3994
|
|
|
@@ -2347,14 +4010,14 @@ _Feb 27, 2023_
|
|
|
2347
4010
|
|
|
2348
4011
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
2349
4012
|
|
|
2350
|
-
- 📚 added API documentation for the slots in Base
|
|
4013
|
+
- 📚 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)
|
|
2351
4014
|
- other 🐛 bug fixes and 📚 documentation improvements.
|
|
2352
4015
|
|
|
2353
4016
|
### `@mui/material@5.11.11`
|
|
2354
4017
|
|
|
2355
4018
|
- ​<!-- 30 -->[Autocomplete] Adds `sx` prop to `ListboxProps` type (#36243) @sai6855
|
|
2356
4019
|
- ​<!-- 11 -->[material] Add global CSS class for `readOnly` prop (#32822) @jrparish
|
|
2357
|
-
- ​<!-- 10 -->[Stack][material] Use createStack from
|
|
4020
|
+
- ​<!-- 10 -->[Stack][material] Use createStack from MUI System (#33795) @mnajdova
|
|
2358
4021
|
- ​<!-- 07 -->[Select] Fix incorrect selecting of first element (#36024) @michaldudak
|
|
2359
4022
|
- ​<!-- 06 -->[Slider] Miscellaneous improvements (#35941) @ZeeshanTamboli
|
|
2360
4023
|
- ​<!-- 05 -->[Slider] Remove unnecessary `data-focusvisible` attribute (#36091) @ZeeshanTamboli
|
|
@@ -2410,8 +4073,8 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
2410
4073
|
- ​<!-- 27 -->[docs][base] List slots in API documentation (#36104) @hbjORbj
|
|
2411
4074
|
- ​<!-- 26 -->[docs] Add missing sandbox adapter deps resolving (#36291) @LukasTy
|
|
2412
4075
|
- ​<!-- 25 -->[docs] Allow to pass navigation bar banner from outside (#36299) @MBilalShafi
|
|
2413
|
-
- ​<!-- 24 -->[docs] Fix code on the Working with Tailwind
|
|
2414
|
-
- ​<!-- 23 -->[docs] Remove See Slots Section text from Material
|
|
4076
|
+
- ​<!-- 24 -->[docs] Fix code on the Working with Tailwind CSS guide (#36090) @mnajdova
|
|
4077
|
+
- ​<!-- 23 -->[docs] Remove See Slots Section text from Material UI slots description (#36284) @hbjORbj
|
|
2415
4078
|
- ​<!-- 22 -->[docs] Fix emotion warning `:first-child` (#36263) @siriwatknp
|
|
2416
4079
|
- ​<!-- 21 -->[docs][joy] Improve the descriptions of props in API docs (#36307) @hbjORbj
|
|
2417
4080
|
- ​<!-- 20 -->[docs][joy] List slots in API documentation (#36271) @hbjORbj
|
|
@@ -2527,8 +4190,8 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2527
4190
|
- [docs] Fix demos showing TypeScript instead of JavaScript (#35850) @mj12albert
|
|
2528
4191
|
- [docs] Update release instructions (#36113) @mj12albert
|
|
2529
4192
|
- [docs] Rename `v6-alpha` to `v6-next` in navigation (#36102) @LukasTy
|
|
2530
|
-
- [docs] Revise Joy
|
|
2531
|
-
- [docs] Revise Joy
|
|
4193
|
+
- [docs] Revise Joy UI "Input" page (#35970) @LadyBluenotes
|
|
4194
|
+
- [docs] Revise Joy UI "Typography" page (#35868) @LadyBluenotes
|
|
2532
4195
|
|
|
2533
4196
|
### Examples
|
|
2534
4197
|
|
|
@@ -2554,7 +4217,7 @@ _Feb 7, 2023_
|
|
|
2554
4217
|
|
|
2555
4218
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
2556
4219
|
|
|
2557
|
-
- @siriwatknp added a new [`Sign In` template](https://mui.com/joy-ui/getting-started/templates/sign-in-side/) to Joy
|
|
4220
|
+
- @siriwatknp added a new [`Sign In` template](https://mui.com/joy-ui/getting-started/templates/sign-in-side/) to Joy UI (#36019)
|
|
2558
4221
|
- 📚 Documentation improvements and 🐛 bug fixes as usual
|
|
2559
4222
|
|
|
2560
4223
|
### `@mui/material@5.11.8`
|
|
@@ -2578,13 +4241,13 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
2578
4241
|
### Docs
|
|
2579
4242
|
|
|
2580
4243
|
- ​<!-- 23 -->[blog] Fix dark mode support (#35969) @oliviertassinari
|
|
2581
|
-
- ​<!-- 19 -->[docs] Add banner pointing to "Whats new" in MUI
|
|
4244
|
+
- ​<!-- 19 -->[docs] Add banner pointing to "Whats new" in MUI X page (#36074) @joserodolfofreitas
|
|
2582
4245
|
- ​<!-- 18 -->[docs] Revert unintended change @oliviertassinari
|
|
2583
4246
|
- ​<!-- 17 -->[docs] [Joy] Fixed a typo in `customizing theme tokens` (#36067) @badalsaibo
|
|
2584
4247
|
- ​<!-- 16 -->[docs] Improve inline preview's information (#35974) @oliviertassinari
|
|
2585
4248
|
- ​<!-- 15 -->[docs] Fix wrong v5 migration instructions (#36022) @oliviertassinari
|
|
2586
4249
|
- ​<!-- 14 -->[docs] Fix autocomplete render group key warning in the demo (#36025) @chuanyu0201
|
|
2587
|
-
- ​<!-- 13 -->[docs] Add hooks API pages for Base
|
|
4250
|
+
- ​<!-- 13 -->[docs] Add hooks API pages for Base UI (#35828) @mnajdova
|
|
2588
4251
|
- ​<!-- 12 -->[docs] Fix grammar typo (#36016) @alexownejazayeri
|
|
2589
4252
|
- ​<!-- 11 -->[docs][joy] Add JSDoc for the `AutocompleteProps` type (#36039) @ArthurPedroti
|
|
2590
4253
|
|
|
@@ -2608,7 +4271,7 @@ _Jan 31, 2023_
|
|
|
2608
4271
|
|
|
2609
4272
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
2610
4273
|
|
|
2611
|
-
- @siriwatknp added `Table` component to Joy
|
|
4274
|
+
- @siriwatknp added `Table` component to Joy UI (#35872)
|
|
2612
4275
|
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
2613
4276
|
|
|
2614
4277
|
### `@mui/material@5.11.7`
|
|
@@ -2628,7 +4291,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
2628
4291
|
|
|
2629
4292
|
- ​<!-- 05 -->[Joy] Replace `Joy[Component]` classname with `Mui[Component]` classname for all slots of components (#35718) @hbjORbj
|
|
2630
4293
|
|
|
2631
|
-
- Renames the classname prefix of all Joy
|
|
4294
|
+
- Renames the classname prefix of all Joy UI components from `'Joy'` to `'Mui'`.
|
|
2632
4295
|
|
|
2633
4296
|
```diff
|
|
2634
4297
|
<Button
|
|
@@ -2639,9 +4302,9 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
2639
4302
|
|
|
2640
4303
|
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.
|
|
2641
4304
|
|
|
2642
|
-
- ​<!-- 04 -->[Joy] Replace `row` prop with `orientation` prop in all Joy
|
|
4305
|
+
- ​<!-- 04 -->[Joy] Replace `row` prop with `orientation` prop in all Joy UI components (#35721) @hbjORbj
|
|
2643
4306
|
|
|
2644
|
-
- Transforms `row` prop to `orientation` prop across `Card`, `List` and `RadioGroup` components in Joy
|
|
4307
|
+
- Transforms `row` prop to `orientation` prop across `Card`, `List` and `RadioGroup` components in Joy UI.
|
|
2645
4308
|
|
|
2646
4309
|
```diff
|
|
2647
4310
|
<Card
|
|
@@ -2664,11 +4327,11 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
2664
4327
|
- ​<!-- 27 -->[blog] Prevent horizontal scroll on blog posts (#35948) @oliviertassinari
|
|
2665
4328
|
- ​<!-- 23 -->[docs] Add to codemod README about an added script (#35999) @hbjORbj
|
|
2666
4329
|
- ​<!-- 22 -->[docs] Add a warning about to clear the local storage when `defaultMode` changes (#35937) @ArthurPedroti
|
|
2667
|
-
- ​<!-- 21 -->[docs] Fix Joy
|
|
4330
|
+
- ​<!-- 21 -->[docs] Fix Joy UI variables playground (#35950) @siriwatknp
|
|
2668
4331
|
- ​<!-- 20 -->[docs] Fix typos in base components docs (#35985) @HeVictor
|
|
2669
4332
|
- ​<!-- 19 -->[docs] Fix event's label reported to GA (#35930) @oliviertassinari
|
|
2670
|
-
- ​<!-- 18 -->[docs] Standardize "no longer" / "not documented" callouts in Material
|
|
2671
|
-
- ​<!-- 17 -->[docs] Revise and expand Joy
|
|
4333
|
+
- ​<!-- 18 -->[docs] Standardize "no longer" / "not documented" callouts in Material UI docs (#35957) @samuelsycamore
|
|
4334
|
+
- ​<!-- 17 -->[docs] Revise and expand Joy UI Checkbox doc (#35817) @samuelsycamore
|
|
2672
4335
|
- ​<!-- 16 -->[docs] Add docs notification to Date and Time Pickers revamped (#35935) @joserodolfofreitas
|
|
2673
4336
|
- ​<!-- 15 -->[docs] Update community theme builder to forked updated one (#35928) @idebeijer
|
|
2674
4337
|
- ​<!-- 14 -->[docs] Add Joy default theme viewer (#35554) @siriwatknp
|
|
@@ -2747,7 +4410,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
2747
4410
|
- ​<!-- 10 -->[docs] Fix incorrect breakpoint use (#34948) @rosita-dmello
|
|
2748
4411
|
- ​<!-- 09 -->[docs] Replace react-virtualized with react-virtuoso in Table (#35700) @petyosi
|
|
2749
4412
|
- ​<!-- 08 -->[docs] Fix account menu demo not closing with keyboard. (#35870) @mj12albert
|
|
2750
|
-
- ​<!-- 07 -->[docs] Fix typos in the docs of Joy
|
|
4413
|
+
- ​<!-- 07 -->[docs] Fix typos in the docs of Joy UI (#35876) @HeVictor
|
|
2751
4414
|
- ​<!-- 06 -->[docs] Fix wording in `Color` page (#35873) @oliv37
|
|
2752
4415
|
|
|
2753
4416
|
### Core
|
|
@@ -2771,7 +4434,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
2771
4434
|
|
|
2772
4435
|
### `@mui/material@5.11.5`
|
|
2773
4436
|
|
|
2774
|
-
- [Material
|
|
4437
|
+
- [Material UI] Custom channel token should suppress the warning (#35804) @siriwatknp
|
|
2775
4438
|
- [Autocomplete] Fix value type when `strictNullChecks` is `false` (#35367) @fenghan34
|
|
2776
4439
|
- [Slider] Replace `SliderUnstyled` with `useSlider` hook (#35770) @ZeeshanTamboli
|
|
2777
4440
|
- [l10n] Add Belarusian translation (#35742) @volhalink
|
|
@@ -2800,9 +4463,9 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
2800
4463
|
|
|
2801
4464
|
- [docs] Improve pickers lab migration stressing `mui-x` usage (#35740) @LukasTy
|
|
2802
4465
|
- [docs] Fix incorrectly named AccessibleTable demo component (#35832) @HeVictor
|
|
2803
|
-
- [docs] Clarify where to find docs for Base
|
|
4466
|
+
- [docs] Clarify where to find docs for Base UI components in Material UI (#35799) @samuelsycamore
|
|
2804
4467
|
- [docs] Fix typos (#35814) @alexfauquette
|
|
2805
|
-
- [docs] Revise and expand the Joy
|
|
4468
|
+
- [docs] Revise and expand the Joy UI Card page (#35745) @samuelsycamore
|
|
2806
4469
|
- [docs] Fix navigation layout shift (#35679) @oliviertassinari
|
|
2807
4470
|
- [docs] Fix typo in the Composition page (#35774) @msoyka
|
|
2808
4471
|
- [docs][joy] Update Customization section code example to use the correct API (#35765) @pupudu
|
|
@@ -2814,7 +4477,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
2814
4477
|
- [website] Improve pricing page (#35767) @oliviertassinari
|
|
2815
4478
|
- [website] Add Greg in about page (#35816) @oliviertassinari
|
|
2816
4479
|
- [website] Update the Accessibility Engineer role (#35751) @oliviertassinari
|
|
2817
|
-
- [website] Add docs for MUI
|
|
4480
|
+
- [website] Add docs for MUI for Figma @oliviertassinari
|
|
2818
4481
|
|
|
2819
4482
|
All contributors of this release in alphabetical order: @alexfauquette, @atrefonas, @fenghan34, @hbjORbj, @HeVictor, @Juneezee, @LukasTy, @mnajdova, @msoyka, @nnmax, @oliviertassinari, @pupudu, @sai6855, @samuelsycamore, @siriwatknp, @volhalink, @ZeeshanTamboli
|
|
2820
4483
|
|
|
@@ -2849,16 +4512,16 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
2849
4512
|
|
|
2850
4513
|
### Docs
|
|
2851
4514
|
|
|
2852
|
-
- [docs] Revise and expand Joy
|
|
4515
|
+
- [docs] Revise and expand Joy UI Button doc (#35737) @samuelsycamore
|
|
2853
4516
|
- [docs] Document the workaround for crashing a translated page (#35720) @michaldudak
|
|
2854
4517
|
- [docs] Fix API page for `MenuItem` to list all valid props (#35561) @mnajdova
|
|
2855
|
-
- [docs] Fix ad exception in Joy
|
|
4518
|
+
- [docs] Fix ad exception in Joy UI (#35685) @oliviertassinari
|
|
2856
4519
|
- [docs] Fix content wider than screen regression @oliviertassinari
|
|
2857
4520
|
- [examples] Add `Vite.js with TypeScript` example (#35683) @miha53cevic
|
|
2858
4521
|
|
|
2859
4522
|
### Core
|
|
2860
4523
|
|
|
2861
|
-
- [core] Close 2022
|
|
4524
|
+
- [core] Close 2022 Developer Survey @oliviertassinari
|
|
2862
4525
|
- [core] Fix the product license reference name (#35703) @oliviertassinari
|
|
2863
4526
|
- [core] Use TypeScript AST instead of TTP for component doc building (#35379) @flaviendelangle
|
|
2864
4527
|
- [test] Always use & for nesting styles (#35702) @oliviertassinari
|
|
@@ -2911,7 +4574,7 @@ _Dec 26, 2022_
|
|
|
2911
4574
|
|
|
2912
4575
|
A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
|
|
2913
4576
|
|
|
2914
|
-
- ⚙️ Several Base
|
|
4577
|
+
- ⚙️ Several Base UI components were converted to TypeScript by @trizotti, @leventdeniz and @danhuynhdev (#35005, #34793, #34771)
|
|
2915
4578
|
- Many other 🐛 bug fixes abd 📚 documentation improvements.
|
|
2916
4579
|
|
|
2917
4580
|
### `@mui/material@5.11.2`
|
|
@@ -2931,7 +4594,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
2931
4594
|
- ​<!-- 16 -->[FocusTrap][base] Convert code to TypeScript (#35005) @trizotti
|
|
2932
4595
|
- ​<!-- 08 -->[Modal][base] Convert code to TypeScript (#34793) @leventdeniz
|
|
2933
4596
|
- ​<!-- 07 -->[Popper][base] Convert code to TypeScript (#34771) @danhuynhdev
|
|
2934
|
-
- ​<!-- 04 -->[Slider] Exclude `isRtl` from Material
|
|
4597
|
+
- ​<!-- 04 -->[Slider] Exclude `isRtl` from Material UI's Slider props (#35564) @michaldudak
|
|
2935
4598
|
|
|
2936
4599
|
### `@mui/joy@5.0.0-alpha.60`
|
|
2937
4600
|
|
|
@@ -2949,7 +4612,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
2949
4612
|
|
|
2950
4613
|
- ​<!-- 35 -->[docs] Fix GoogleMaps demo (#35545) @hbjORbj
|
|
2951
4614
|
- ​<!-- 25 -->[docs] Remove flow, its legacy (#35624) @oliviertassinari
|
|
2952
|
-
- ​<!-- 24 -->[docs] Add a guide on using icon libraries with Joy
|
|
4615
|
+
- ​<!-- 24 -->[docs] Add a guide on using icon libraries with Joy UI (#35377) @siriwatknp
|
|
2953
4616
|
- ​<!-- 23 -->[docs] Clarify comment about `sortStability()` use case (#35570) @frontendlane
|
|
2954
4617
|
- ​<!-- 22 -->[docs] Improve the experimental API demos on the button page (#35560) @mnajdova
|
|
2955
4618
|
- ​<!-- 21 -->[docs] Force `light` theme mode when `activePage` is null (#35575) @LukasTy
|
|
@@ -3045,7 +4708,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
3045
4708
|
|
|
3046
4709
|
- [Alert] Update icon color in all variants (#35414) @danilo-leal
|
|
3047
4710
|
- [Select] Fix `MenuProps.PopoverClasses` being overriden (#35394) @vitorfrs-dev
|
|
3048
|
-
- [SwipeableDrawer]
|
|
4711
|
+
- [SwipeableDrawer] Fix TypeScript warning "prop open undefined" (#34710) @kraftware
|
|
3049
4712
|
|
|
3050
4713
|
### `@mui/icons-material@5.11.0`
|
|
3051
4714
|
|
|
@@ -3086,13 +4749,13 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
3086
4749
|
- [docs] Improve line-height readability (#35387) @oliviertassinari
|
|
3087
4750
|
- [docs] Improve a bit the Composition docs (#35329) @oliviertassinari
|
|
3088
4751
|
- [docs] Refactor `ToggleButtonSizes` demo (#35375) @Armanio
|
|
3089
|
-
- [docs] Standardize the usage of callouts in the
|
|
4752
|
+
- [docs] Standardize the usage of callouts in the docs (#35361) @samuelsycamore
|
|
3090
4753
|
- [docs] Format feedback to add a link to the commented section (#35381) @alexfauquette
|
|
3091
|
-
- [docs] Direct users from Material
|
|
4754
|
+
- [docs] Direct users from Material UI to Base UI for duplicated components (#35293) @samuelsycamore
|
|
3092
4755
|
- [docs] Fix typo in FormControl API docs (#35449) @Spanishiwa
|
|
3093
4756
|
- [docs] Update callouts design (#35390) @danilo-leal
|
|
3094
4757
|
- [website] New wave of open roles (#35240) @mnajdova
|
|
3095
|
-
- [website] Developer
|
|
4758
|
+
- [website] Developer Survey 2022 (#35407) @joserodolfofreitas
|
|
3096
4759
|
|
|
3097
4760
|
### Core
|
|
3098
4761
|
|
|
@@ -3113,7 +4776,7 @@ _Dec 6, 2022_
|
|
|
3113
4776
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
3114
4777
|
|
|
3115
4778
|
- ✨ @mnajdova added a [Material You Button playground](https://mui.com/material-ui/react-button/#material-you-version) (#35222)
|
|
3116
|
-
- 🔧 @hbjORbj renamed `components` / `componentProps` to `slots` / `slotProps` prop in Joy
|
|
4779
|
+
- 🔧 @hbjORbj renamed `components` / `componentProps` to `slots` / `slotProps` prop in Joy UI to create consistency across products (#34997)
|
|
3117
4780
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
3118
4781
|
|
|
3119
4782
|
### `@mui/material@5.10.17`
|
|
@@ -3134,7 +4797,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3134
4797
|
|
|
3135
4798
|
- ​<!-- 08 -->[Joy] Add `slots`/`slotProps` props to the typing of all components and apply `useSlot` to all components (#34997) @hbjORbj
|
|
3136
4799
|
|
|
3137
|
-
- Change all occurrences of `components` and `componentsProps` props in Joy
|
|
4800
|
+
- Change all occurrences of `components` and `componentsProps` props in Joy UI components to `slots` and `slotProps`, respectively.
|
|
3138
4801
|
|
|
3139
4802
|
```diff
|
|
3140
4803
|
-<Autocomplete components={{listbox: CustomListbox}} componentsProps={{listbox: { className: 'custom-listbox' }}} />
|
|
@@ -3154,7 +4817,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3154
4817
|
- ​<!-- 23 -->[docs] Correct grammatically incorrect sentences in CONTRIBUTING.md (#34949) @Pandey-utkarsh
|
|
3155
4818
|
- ​<!-- 22 -->[docs] Move the demo higher in the API TOC (#35202) @oliviertassinari
|
|
3156
4819
|
- ​<!-- 21 -->[docs] Fix incorrect link in minimizing-bundle-size (#35297) @Juneezee
|
|
3157
|
-
- ​<!-- 20 -->[docs] Revise and expand Joy
|
|
4820
|
+
- ​<!-- 20 -->[docs] Revise and expand Joy UI "Breadcrumbs" page (#35292) @samuelsycamore
|
|
3158
4821
|
- ​<!-- 19 -->[docs] Fix wrong import in the unstyled tabs page (#35310) @guotie
|
|
3159
4822
|
- ​<!-- 18 -->[docs] Disable translations (#34820) @mnajdova
|
|
3160
4823
|
- ​<!-- 17 -->[docs] Fix typo (#35312) @flaviendelangle
|
|
@@ -3162,10 +4825,10 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3162
4825
|
- ​<!-- 15 -->[docs] Fix experimental API page duplication (#35213) @oliviertassinari
|
|
3163
4826
|
- ​<!-- 14 -->[docs] Improve the autogenerated "Unstyled" and "API" text (#35185) @samuelsycamore
|
|
3164
4827
|
- ​<!-- 13 -->[docs] Fix ad margin on API pages (#35201) @oliviertassinari
|
|
3165
|
-
- ​<!-- 12 -->[docs] Revise and expand the Joy
|
|
3166
|
-
- ​<!-- 11 -->[docs] Update Base
|
|
4828
|
+
- ​<!-- 12 -->[docs] Revise and expand the Joy UI "Badge" page (#35199) @samuelsycamore
|
|
4829
|
+
- ​<!-- 11 -->[docs] Update Base UI docs with latest style conventions (#35034) @samuelsycamore
|
|
3167
4830
|
- ​<!-- 09 -->[l10n] Improve Chinese (Taiwan) zh-TW locale (#35328) @happyincent
|
|
3168
|
-
- ​<!-- 02 -->[website] Update
|
|
4831
|
+
- ​<!-- 02 -->[website] Update stats: GitHub stars, Twitter followers, etc. (#35318) @nomandhoni-cs
|
|
3169
4832
|
|
|
3170
4833
|
### Core
|
|
3171
4834
|
|
|
@@ -3173,7 +4836,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3173
4836
|
- ​<!-- 26 -->[core] Fix warning leak in production (#35313) @oliviertassinari
|
|
3174
4837
|
- ​<!-- 25 -->[core] Move the internal packages from docs/packages (#35305) @michaldudak
|
|
3175
4838
|
- ​<!-- 24 -->[core] Clean up the API docs generation scripts (#35244) @michaldudak
|
|
3176
|
-
- ​<!-- 03 -->[test] Scope the tests to just Material
|
|
4839
|
+
- ​<!-- 03 -->[test] Scope the tests to just Material UI components (#35219) @siriwatknp
|
|
3177
4840
|
- ​<!-- 01 -->[website] Remove BlackFriday notification @oliviertassinari
|
|
3178
4841
|
|
|
3179
4842
|
All contributors of this release in alphabetical order: @flaviendelangle, @guotie, @happyincent, @hbjORbj, @Juneezee, @michaldudak, @mnajdova, @nomandhoni-cs, @oliviertassinari, @Pandey-utkarsh, @sai6855, @samuelsycamore, @siriwatknp, @Uzwername, @zignis
|
|
@@ -3257,18 +4920,18 @@ A big thanks to the 9 contributors who made this release possible. Here are some
|
|
|
3257
4920
|
### Docs
|
|
3258
4921
|
|
|
3259
4922
|
- [docs] Fix a couple documentation errors (#35217) @danilo-leal
|
|
3260
|
-
- [docs] Change MUI -> Material
|
|
4923
|
+
- [docs] Change MUI -> Material UI in icons-material's readme (#35220) @michaldudak
|
|
3261
4924
|
- [docs] the pages have no <link rel=canonical so we need to tell Google to not index the staging envs @oliviertassinari
|
|
3262
4925
|
- [docs] Fix confusion in TOCs when reaching scroll bottom (#35214) @oliviertassinari
|
|
3263
4926
|
- [docs] Fix typos in section titles (#35025) @iamxukai
|
|
3264
4927
|
- [docs] Fix typo in legacy date picker migration guide @oliviertassinari
|
|
3265
|
-
- [docs] Iterating on recent Joy
|
|
4928
|
+
- [docs] Iterating on recent Joy UI Component page updates (#35162) @samuelsycamore
|
|
3266
4929
|
- [docs] Inform that pickers are in X repository (#35189) @alexfauquette
|
|
3267
4930
|
- [docs] Explain how the `error` prop works in the Unstyled Input (#35171) @michaldudak
|
|
3268
4931
|
- [docs] Hotfix missing styles in dark mode (#35179) @siriwatknp
|
|
3269
|
-
- [docs] Add Joy
|
|
4932
|
+
- [docs] Add Joy UI theme typography page (#34811) @siriwatknp
|
|
3270
4933
|
- [docs] Fix undo/redo in live editor (#35163) @oliviertassinari
|
|
3271
|
-
- [docs] Revise the Joy
|
|
4934
|
+
- [docs] Revise the Joy UI "Avatar" component page (#35152) @samuelsycamore
|
|
3272
4935
|
- [docs] Make navbar backdrop filter consistent with website (#35157) @danilo-leal
|
|
3273
4936
|
- [docs] Host CodeSandbox on MUI org (#35110) @oliviertassinari
|
|
3274
4937
|
- [docs] Uplift introduction demos & make consistent with Base (#34316) @danilo-leal
|
|
@@ -3294,13 +4957,13 @@ _Nov 14, 2022_
|
|
|
3294
4957
|
|
|
3295
4958
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
3296
4959
|
|
|
3297
|
-
- 🚀 @siriwatknp added the Autocomplete component to the Joy
|
|
3298
|
-
- ♿ @sfavello improved the accessibility of the Material
|
|
4960
|
+
- 🚀 @siriwatknp added the Autocomplete component to the Joy UI (#34315)
|
|
4961
|
+
- ♿ @sfavello improved the accessibility of the Material UI's Autocomplete by adding support for the Delete key (#33822)
|
|
3299
4962
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
3300
4963
|
|
|
3301
4964
|
### `@mui/material@5.10.14`
|
|
3302
4965
|
|
|
3303
|
-
- [Material
|
|
4966
|
+
- [Material UI] Add `palette.background.defaultChannel` token (#35061) @siriwatknp
|
|
3304
4967
|
- [Autocomplete] Remove tags with the Delete key (#33822) @sfavello
|
|
3305
4968
|
- [IconButton] custom color causes type error (#34521) @kushagra010
|
|
3306
4969
|
|
|
@@ -3331,7 +4994,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
3331
4994
|
- [docs] Improve code font family v2 (#35053) @oliviertassinari
|
|
3332
4995
|
- [docs] Upgrade to Next.js 13 (#35001) @mnajdova
|
|
3333
4996
|
- [docs] Fix typo in changelog @oliviertassinari
|
|
3334
|
-
- [docs] Update Joy
|
|
4997
|
+
- [docs] Update Joy UI templates to use latest components (#35058) @siriwatknp
|
|
3335
4998
|
- [website] Fix design kits showcase throwing an error (#35093) @cherniavskii
|
|
3336
4999
|
- [website] Fix margin bug on CTA @oliviertassinari
|
|
3337
5000
|
- [website] Link respective repositories in product pages (#35046) @sidtohan
|
|
@@ -3362,7 +5025,7 @@ _Nov 7, 2022_
|
|
|
3362
5025
|
|
|
3363
5026
|
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
3364
5027
|
|
|
3365
|
-
- 🚀 The slots API has been introduced to the Material
|
|
5028
|
+
- 🚀 The slots API has been introduced to the Material UI package by @michaldudak (#34873).
|
|
3366
5029
|
- 🔥 Live editing of demos is stabilized by @oliviertassinari (#34870).
|
|
3367
5030
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
3368
5031
|
|
|
@@ -3387,7 +5050,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
3387
5050
|
|
|
3388
5051
|
- ​<!-- 20 -->[docs] Add a guide for setting dark mode by default (#34839) @siriwatknp
|
|
3389
5052
|
- ​<!-- 19 -->[docs] Improve code font family (#35027) @oliviertassinari
|
|
3390
|
-
- ​<!-- 18 -->[docs] Revise and expand Joy
|
|
5053
|
+
- ​<!-- 18 -->[docs] Revise and expand Joy UI "Alert" page (#34838) @samuelsycamore
|
|
3391
5054
|
- ​<!-- 17 -->[docs] Live demos v2 (#34870) @oliviertassinari
|
|
3392
5055
|
- ​<!-- 16 -->[docs] Fix 301 links in the docs @oliviertassinari
|
|
3393
5056
|
- ​<!-- 15 -->[docs] Fix code display in RTL (#34951) @oliviertassinari
|
|
@@ -3420,7 +5083,7 @@ _Oct 31, 2022_
|
|
|
3420
5083
|
|
|
3421
5084
|
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
3422
5085
|
|
|
3423
|
-
- 🚀 The LinearProgress component has been added to Joy
|
|
5086
|
+
- 🚀 The LinearProgress component has been added to Joy UI by @hbjORbj (#34514).
|
|
3424
5087
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
3425
5088
|
|
|
3426
5089
|
### `@mui/material@5.10.12`
|
|
@@ -3444,22 +5107,22 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
3444
5107
|
|
|
3445
5108
|
- ​<!-- 40 -->[blog] Add blog post for high-level overview of all MUI products (#34325) @samuelsycamore
|
|
3446
5109
|
- ​<!-- 39 -->[blog] Fix hydration mistmatch (#34857) @oliviertassinari
|
|
3447
|
-
- ​<!-- 21 -->[docs] Revise the Joy
|
|
5110
|
+
- ​<!-- 21 -->[docs] Revise the Joy UI "Aspect Ratio" page (#34858) @samuelsycamore
|
|
3448
5111
|
- ​<!-- 20 -->[docs] Fix Safari code font size (#34859) @oliviertassinari
|
|
3449
5112
|
- ​<!-- 19 -->[docs] Fix spelling mistake (#34955) @punithnayak
|
|
3450
|
-
- ​<!-- 18 -->[docs] Fix 404 link of supported Material
|
|
5113
|
+
- ​<!-- 18 -->[docs] Fix 404 link of supported Material UI components @oliviertassinari
|
|
3451
5114
|
- ​<!-- 17 -->[docs] Fix Safari button misalignment (#34861) @oliviertassinari
|
|
3452
5115
|
- ​<!-- 16 -->[docs] Fix typo in docs title (#34926) @PunitSoniME
|
|
3453
5116
|
- ​<!-- 25 -->[docs] Fix missing emotion prefixes (#34958) @oliviertassinari
|
|
3454
5117
|
- ​<!-- 26 -->[docs] Improve UI display for copy code (#34950) @oliviertassinari
|
|
3455
|
-
- ​<!-- 15 -->[docs] Standardize all
|
|
5118
|
+
- ​<!-- 15 -->[docs] Standardize all "Usage" pages (#34183) @samuelsycamore
|
|
3456
5119
|
- ​<!-- 14 -->[docs] Update templates' readme files to include required dependencies (#34757) @michaldudak
|
|
3457
5120
|
- ​<!-- 13 -->[docs] Fix inconsistent theme colors when applying custom colors in playground (#34866) @cherniavskii
|
|
3458
5121
|
- ​<!-- 12 -->[docs] Fix typo in bottom-navigation.md (#34884) @RoodyCode
|
|
3459
5122
|
- ​<!-- 07 -->[website] Migrate about-us page to use CSS theme variables (#34919) @brianlu2610
|
|
3460
5123
|
- ​<!-- 06 -->[website] Migrate Product-Templates page to use CSS theme variables (#34913) @EduardoSCosta
|
|
3461
5124
|
- ​<!-- 05 -->[website] Migrate career page to use CSS theme variables (#34908) @the-mgi
|
|
3462
|
-
- ​<!-- 04 -->[website] Update MUI
|
|
5125
|
+
- ​<!-- 04 -->[website] Update MUI X open and future roles + about page (#34894) @DanailH
|
|
3463
5126
|
- ​<!-- 03 -->[website] Remove one DOM node (#34960) @oliviertassinari
|
|
3464
5127
|
- ​<!-- 02 -->[website] Use `span` for icon image (#34914) @siriwatknp
|
|
3465
5128
|
- ​<!-- 01 -->[website] Fix subscribe input with Safari (#34869) @oliviertassinari
|
|
@@ -3496,7 +5159,7 @@ _Oct 25, 2022_
|
|
|
3496
5159
|
|
|
3497
5160
|
A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
|
|
3498
5161
|
|
|
3499
|
-
- 🔧 Moved `components` to `slots` prop starting at Base
|
|
5162
|
+
- 🔧 Moved `components` to `slots` prop starting at Base UI to create consistency across products
|
|
3500
5163
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
3501
5164
|
|
|
3502
5165
|
### `@mui/material@5.10.11`
|
|
@@ -3521,7 +5184,7 @@ A big thanks to the 10 contributors who made this release possible. Here are som
|
|
|
3521
5184
|
- [base] Make CSS class prefixes consistent (#33411) @michaldudak
|
|
3522
5185
|
|
|
3523
5186
|
**This is a breaking change for anyone who depends on the class names applied to Base components.**
|
|
3524
|
-
If you use the `<component>UnstyledClasses` objects, you won't notice a difference. Only if you depend on the resulting class names (
|
|
5187
|
+
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.
|
|
3525
5188
|
|
|
3526
5189
|
```diff
|
|
3527
5190
|
-.ButtonUnstyled-root { ... };
|
|
@@ -3544,7 +5207,7 @@ A big thanks to the 10 contributors who made this release possible. Here are som
|
|
|
3544
5207
|
- Revert "[docs] Live demos (#34454)" @oliviertassinari
|
|
3545
5208
|
- Update the order of operations for pagination example so that slicing takes place after sorting. (#34189) @marceliwac
|
|
3546
5209
|
- [docs] Gatsby Description in Joy dark-mode (#34702) @pixelass
|
|
3547
|
-
- [docs] Add notification for blogpost MUI
|
|
5210
|
+
- [docs] Add notification for blogpost MUI X v6 alpha (#34809) @joserodolfofreitas
|
|
3548
5211
|
- [docs] Polish Crowdin config (#34852) @oliviertassinari
|
|
3549
5212
|
- [docs] Fix a few style standard deviations @oliviertassinari
|
|
3550
5213
|
- [docs] Enforce no trailing spaces (#34762) @oliviertassinari
|
|
@@ -3577,8 +5240,8 @@ _Oct 18, 2022_
|
|
|
3577
5240
|
A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
|
|
3578
5241
|
|
|
3579
5242
|
- 🖌 Thanks to the efforts of @bharatkashyap and @nihgwu, we now have editable demos across our docs (#34454)!
|
|
3580
|
-
- 🚀 The Tooltip component has been added to Joy
|
|
3581
|
-
- ⚙️ We started converting the remaining JS components in Base
|
|
5243
|
+
- 🚀 The Tooltip component has been added to Joy UI by @hbjORbj (#34509).
|
|
5244
|
+
- ⚙️ We started converting the remaining JS components in Base UI to TypeScript.
|
|
3582
5245
|
@mbayucot finished the first PR with the conversion of the NoSsr code (#34735).
|
|
3583
5246
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
3584
5247
|
|
|
@@ -3609,14 +5272,14 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
3609
5272
|
### Docs
|
|
3610
5273
|
|
|
3611
5274
|
- [docs] Fix the Autocomplete Highlighting example (#34184) @hayawata3626
|
|
3612
|
-
- [docs] Fix typos in Base (Menu, Tabs) and Joy
|
|
5275
|
+
- [docs] Fix typos in Base (Menu, Tabs) and Joy UI (Chip) (#34803) @rvrvrv
|
|
3613
5276
|
- [docs] Use new editing API in homepage demos (#34220) @m4theushw
|
|
3614
5277
|
- [docs] Live demos (#34454) @bharatkashyap
|
|
3615
|
-
- [docs] Fix typos in Joy
|
|
5278
|
+
- [docs] Fix typos in Joy UI Switch (#34728) @ndresx
|
|
3616
5279
|
- [docs] Avoid scrollbar in the code demos (#34741) @oliviertassinari
|
|
3617
|
-
- [docs] Revise the Joy
|
|
3618
|
-
- [docs] Revise and rename the Joy
|
|
3619
|
-
- [docs] Revise the Joy
|
|
5280
|
+
- [docs] Revise the Joy UI "Automatic adjustment" page (#34614) @samuelsycamore
|
|
5281
|
+
- [docs] Revise and rename the Joy UI "Perfect dark mode" page (#34613) @samuelsycamore
|
|
5282
|
+
- [docs] Revise the Joy UI "Global variants" page (#34595) @samuelsycamore
|
|
3620
5283
|
- [docs] Basic link verification at PR level (#34588) @alexfauquette
|
|
3621
5284
|
- [docs] Add a missing comma in the customization example (#34617) @AbayKinayat
|
|
3622
5285
|
- [website] Clarify Pro/Premium support (#34607) @oliviertassinari
|
|
@@ -3662,12 +5325,12 @@ A big thanks to the 7 contributors who made this release possible. Here are some
|
|
|
3662
5325
|
|
|
3663
5326
|
- ​<!-- 17 -->[system] Fix color-scheme implementation (#34639) @siriwatknp
|
|
3664
5327
|
|
|
3665
|
-
The `enableColorScheme` prop has been removed from `CssVarsProvider` and `getInitColorScheme` (both Material
|
|
5328
|
+
The `enableColorScheme` prop has been removed from `CssVarsProvider` and `getInitColorScheme` (both Material UI and Joy UI).
|
|
3666
5329
|
|
|
3667
5330
|
Migration:
|
|
3668
5331
|
|
|
3669
|
-
- **Material
|
|
3670
|
-
- **Joy
|
|
5332
|
+
- **Material UI**: you can enable the CSS color scheme via `<CssBaseline enableColorScheme />`.
|
|
5333
|
+
- **Joy UI**: it is enabled automatically if you use `<CssBaseline />`, [see the docs](https://mui.com/joy-ui/react-css-baseline/).
|
|
3671
5334
|
|
|
3672
5335
|
#### Changes
|
|
3673
5336
|
|
|
@@ -3684,8 +5347,8 @@ A big thanks to the 7 contributors who made this release possible. Here are some
|
|
|
3684
5347
|
### Docs
|
|
3685
5348
|
|
|
3686
5349
|
- ​<!-- 18 -->[docs] Revert #34541 (#34700) @michaldudak
|
|
3687
|
-
- ​<!-- 15 -->[blog] Blog post for MUI
|
|
3688
|
-
- ​<!-- 09 -->[docs] Improve Joy
|
|
5350
|
+
- ​<!-- 15 -->[blog] Blog post for MUI X v6 alpha zero (#34424) @joserodolfofreitas
|
|
5351
|
+
- ​<!-- 09 -->[docs] Improve Joy UI tutorial demo (#34653) @oliviertassinari
|
|
3689
5352
|
- ​<!-- 08 -->[docs] Explain how SelectUnstyled renders a hidden input (#34638) @michaldudak
|
|
3690
5353
|
- ​<!-- 07 -->[docs] Fix Taiwan description (#34611) @oliviertassinari
|
|
3691
5354
|
- ​<!-- 06 -->[docs] Fix codesandbox export with dayjs (#34619) @oliviertassinari
|
|
@@ -3709,8 +5372,8 @@ _Oct 3, 2022_
|
|
|
3709
5372
|
|
|
3710
5373
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
3711
5374
|
|
|
3712
|
-
- 🚀 [SnackbarUnstyled](https://mui.com/base-ui/react-snackbar/) component & headless hook are added to Base
|
|
3713
|
-
- 📚 [CSS variables documentation](https://mui.com/material-ui/experimental-api/css-theme-variables/overview/) for Material
|
|
5375
|
+
- 🚀 [SnackbarUnstyled](https://mui.com/base-ui/react-snackbar/) component & headless hook are added to Base UI (#33227) @ZeeshanTamboli
|
|
5376
|
+
- 📚 [CSS variables documentation](https://mui.com/material-ui/experimental-api/css-theme-variables/overview/) for Material UI has been added by @siriwatknp (#33958)
|
|
3714
5377
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
3715
5378
|
|
|
3716
5379
|
### `@mui/material@5.10.8`
|
|
@@ -3738,9 +5401,9 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
3738
5401
|
- ​<!-- 27 -->[blog] Fix 404 link in base introduction @oliviertassinari
|
|
3739
5402
|
- ​<!-- 21 -->[docs] Fix CI build (#34589) @mnajdova
|
|
3740
5403
|
- ​<!-- 20 -->[docs] Temporary remove date picker from home page (#34541) @siriwatknp
|
|
3741
|
-
- ​<!-- 19 -->[docs] Revise and expand Joy
|
|
5404
|
+
- ​<!-- 19 -->[docs] Revise and expand Joy UI "Tutorial" doc (#34569) @samuelsycamore
|
|
3742
5405
|
- ​<!-- 18 -->[docs] Fix SEO issues (#34537) @oliviertassinari
|
|
3743
|
-
- ​<!-- 17 -->[docs] Add CSS variables documentation for Material
|
|
5406
|
+
- ​<!-- 17 -->[docs] Add CSS variables documentation for Material UI (#33958) @siriwatknp
|
|
3744
5407
|
- ​<!-- 16 -->[docs] Capitalize Material Design on the Breakpoints page (#34481) @Dustin-Digitar
|
|
3745
5408
|
- ​<!-- 15 -->[docs] Able to load doc components inside markdown files (#34243) @flaviendelangle
|
|
3746
5409
|
- ​<!-- 14 -->[docs] Use mouse pointer on esc button in the search modal (#34485) @minkyngkm
|
|
@@ -3765,7 +5428,7 @@ _Sep 26, 2022_
|
|
|
3765
5428
|
|
|
3766
5429
|
A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
|
|
3767
5430
|
|
|
3768
|
-
- 🚀 [Divider](https://mui.com/joy-ui/react-divider/) component is added to Joy
|
|
5431
|
+
- 🚀 [Divider](https://mui.com/joy-ui/react-divider/) component is added to Joy UI (#34403) @siriwatknp
|
|
3769
5432
|
|
|
3770
5433
|
### `@mui/material@5.10.7`
|
|
3771
5434
|
|
|
@@ -3775,7 +5438,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
3775
5438
|
- [SvgIcon] Fix passing an ownerState to SvgIcon changes the font size (#34429) @ZeeshanTamboli
|
|
3776
5439
|
- [Stepper] Fix optional label is not centered when `alternativeLabel` is used (#34335) @ZeeshanTamboli
|
|
3777
5440
|
- [Tooltip] Add undefined, null or false in `title` (#34289) @abhinav-22-tech
|
|
3778
|
-
- Make @emotion/\* fully supported in all Material
|
|
5441
|
+
- Make @emotion/\* fully supported in all Material UI components (#34451) @garronej
|
|
3779
5442
|
|
|
3780
5443
|
### `@mui/system@5.10.7`
|
|
3781
5444
|
|
|
@@ -3811,19 +5474,19 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
3811
5474
|
|
|
3812
5475
|
### Docs
|
|
3813
5476
|
|
|
3814
|
-
- [blog] Base
|
|
5477
|
+
- [blog] Base UI announcement typo fixed (#34409) @prakhargupta1
|
|
3815
5478
|
- [blog] Fix typo in date-pickers v5 stable (#34386) @alexfauquette
|
|
3816
5479
|
- [blog] Update date on date pickers v5 release blog post (#34406) @joserodolfofreitas
|
|
3817
5480
|
- [docs] Update `useMenu` and `useMenuItem` hooks demo (#34166) @ZeeshanTamboli
|
|
3818
5481
|
- [docs] Update the guide for migrating to TSS (#34417) @garronej
|
|
3819
5482
|
- [docs] Fix typo in `Grid` docs (#34475) @Dustin-Digitar
|
|
3820
5483
|
- [docs] Fix typo in `Back to top` section in AppBar docs (#34479) @Dustin-Digitar
|
|
3821
|
-
- [docs] Standardize all
|
|
3822
|
-
- [docs] Fix
|
|
5484
|
+
- [docs] Standardize all "Installation" pages (#34168) @samuelsycamore
|
|
5485
|
+
- [docs] Fix Webpack file name to the standard: `webpack.config.js` (#34446) @CodingItWrong
|
|
3823
5486
|
- [docs] Fix Select `onChange` call (#34408) @siriwatknp
|
|
3824
5487
|
- [docs] Notification for pickers blog - v5 stable (#34400) @joserodolfofreitas
|
|
3825
5488
|
- [docs] Improve social sharing of docs pages (#34346) @oliviertassinari
|
|
3826
|
-
- [docs] Refine the use of MUI vs. Material
|
|
5489
|
+
- [docs] Refine the use of MUI vs. Material UI (#34345) @oliviertassinari
|
|
3827
5490
|
- [docs] Send feedback directly to a dedicated slack channel (#34196) @alexfauquette
|
|
3828
5491
|
- [website] Adds Bilal to about page (#34412) @MBilalShafi
|
|
3829
5492
|
- [website] Add date range picker to pricing table (#34399) @joserodolfofreitas
|
|
@@ -3877,7 +5540,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
3877
5540
|
|
|
3878
5541
|
The SelectUnstyled and MultiSelectUnstyled `onChange` callbacks did not have event as the first parameter, leading to inconsistency with other components and native HTML elements.
|
|
3879
5542
|
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.
|
|
3880
|
-
This also affects Select from Joy
|
|
5543
|
+
This also affects Select from Joy UI.
|
|
3881
5544
|
|
|
3882
5545
|
```jsx
|
|
3883
5546
|
// before
|
|
@@ -3897,8 +5560,8 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
3897
5560
|
- [docs] Fix 301 link to external projects @oliviertassinari
|
|
3898
5561
|
- [docs] Move 12 component names to Title Case (#34188) @oliviertassinari
|
|
3899
5562
|
- [docs] Fix broken links (#34320) @alexfauquette
|
|
3900
|
-
- [docs] Add notification for Base
|
|
3901
|
-
- [website] Fix MUI
|
|
5563
|
+
- [docs] Add notification for Base UI announcement post (#34295) @samuelsycamore
|
|
5564
|
+
- [website] Fix MUI X subscribe email border style (#34330) @oliviertassinari
|
|
3902
5565
|
- [website] Improve security header @oliviertassinari
|
|
3903
5566
|
|
|
3904
5567
|
### Core
|
|
@@ -3918,8 +5581,8 @@ _Sep 12, 2022_
|
|
|
3918
5581
|
|
|
3919
5582
|
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
3920
5583
|
|
|
3921
|
-
- 🚀 [Blog post](https://mui.com/blog/introducing-base-ui/) for announcing the release of the Base
|
|
3922
|
-
- 🚀 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
|
|
5584
|
+
- 🚀 [Blog post](https://mui.com/blog/introducing-base-ui/) for announcing the release of the Base UI package is out thanks to @michaldudak.
|
|
5585
|
+
- 🚀 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
|
|
3923
5586
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
3924
5587
|
|
|
3925
5588
|
### `@mui/material@5.10.5`
|
|
@@ -3929,10 +5592,10 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
3929
5592
|
|
|
3930
5593
|
### `@mui/joy@5.0.0-alpha.45`
|
|
3931
5594
|
|
|
3932
|
-
- ​<!-- 20 -->[Joy
|
|
3933
|
-
- ​<!-- 19 -->[Joy
|
|
3934
|
-
- ​<!-- 18 -->[Joy
|
|
3935
|
-
- ​<!-- 17 -->[Joy
|
|
5595
|
+
- ​<!-- 20 -->[Joy UI] Add `CircularProgress` component (#33869) @hbjORbj
|
|
5596
|
+
- ​<!-- 19 -->[Joy UI] Add `FormControl` component (#34187) @siriwatknp
|
|
5597
|
+
- ​<!-- 18 -->[Joy UI] Add `ListSubheader` component (#34191) @siriwatknp
|
|
5598
|
+
- ​<!-- 17 -->[Joy UI] Add `Modal` component (#34043) @siriwatknp
|
|
3936
5599
|
- ​<!-- 10 -->[Joy] Fix list value of false or 0 (zero) text is incorrectly grey (#34255) @kushagra010
|
|
3937
5600
|
- ​<!-- 09 -->[Joy] Adjust typography decorator margin (#34257) @siriwatknp
|
|
3938
5601
|
- ​<!-- 08 -->[Joy] Miscellaneous fixes (#34193) @siriwatknp
|
|
@@ -3941,10 +5604,10 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
3941
5604
|
|
|
3942
5605
|
### Docs
|
|
3943
5606
|
|
|
3944
|
-
- ​<!-- 16 -->[blog] Introducing Base
|
|
5607
|
+
- ​<!-- 16 -->[blog] Introducing Base UI (#33778) @michaldudak
|
|
3945
5608
|
- ​<!-- 13 -->[docs] Fix spelling error (#34209) @ChrystianDeMatos
|
|
3946
5609
|
- ​<!-- 12 -->[docs] Improve link to the security policy (#34219) @oliviertassinari
|
|
3947
|
-
- ​<!-- 11 -->[docs] Fix typo in Joy
|
|
5610
|
+
- ​<!-- 11 -->[docs] Fix typo in Joy UI's `Usage` docs (#34200) @zillion504
|
|
3948
5611
|
- ​<!-- 02 -->[website] Add Lukas to the about page (#34284) @LukasTy
|
|
3949
5612
|
- ​<!-- 01 -->[website] Update diamond sponsor URL (#34256) @oliviertassinari
|
|
3950
5613
|
|
|
@@ -3964,7 +5627,7 @@ _Sep 5, 2022_
|
|
|
3964
5627
|
|
|
3965
5628
|
A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
|
|
3966
5629
|
|
|
3967
|
-
- 🚀 Added [`Alert`](https://mui.com/joy-ui/react-alert/) component to Joy
|
|
5630
|
+
- 🚀 Added [`Alert`](https://mui.com/joy-ui/react-alert/) component to Joy UI (#33859) @hbjORbj
|
|
3968
5631
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
3969
5632
|
|
|
3970
5633
|
### `@mui/material@5.10.4`
|
|
@@ -3991,7 +5654,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
|
|
|
3991
5654
|
- ​<!-- 12 -->[docs] Fix the color contrast on optional API methods (#34127) @oliviertassinari
|
|
3992
5655
|
- ​<!-- 11 -->[docs] Fix crash due to using wrong variable (#34171) @siriwatknp
|
|
3993
5656
|
- ​<!-- 10 -->[docs] Fix a few Base typos (#33986) @ropereraLK
|
|
3994
|
-
- ​<!-- 09 -->[docs] Revise Joy
|
|
5657
|
+
- ​<!-- 09 -->[docs] Revise Joy UI "Overview" page copy (#34087) @samuelsycamore
|
|
3995
5658
|
- ​<!-- 20 -->[blog] Fix social cards (#34160) @oliviertassinari
|
|
3996
5659
|
- ​<!-- 03 -->[website] Allow deep linking to sponsors @oliviertassinari
|
|
3997
5660
|
- ​<!-- 02 -->[website] Update job descriptions (#34134) @DanailH
|
|
@@ -4021,7 +5684,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
4021
5684
|
### `@mui/material@5.10.3`
|
|
4022
5685
|
|
|
4023
5686
|
- [Autocomplete][material] Fix value overflow when `disableClearable` is used (#34053) @mnajdova
|
|
4024
|
-
- [Autocomplete] Update unstyled demo to not import Material
|
|
5687
|
+
- [Autocomplete] Update unstyled demo to not import Material UI (#34060) @oliviertassinari
|
|
4025
5688
|
- [Slider] Remove SliderInput export from d.ts (#34055) @pieetrus
|
|
4026
5689
|
- [TablePagination] Fix select variant not working (#33974) @ZeeshanTamboli
|
|
4027
5690
|
|
|
@@ -4053,10 +5716,10 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
4053
5716
|
- [docs] Fix 404 link from Joy to React Router (#34115) @oliviertassinari
|
|
4054
5717
|
- [docs] Fix typo in `Select` component (#34091) @HexM7
|
|
4055
5718
|
- [docs] Fix 301 links to tss's docs @oliviertassinari
|
|
4056
|
-
- [docs] Fixing Joy
|
|
5719
|
+
- [docs] Fixing Joy UI usage snippet (#34049) @JonathanAsbury-SPS
|
|
4057
5720
|
- [docs] Fix missing JSX closing tag in Tooltip docs (#34064) @hoangph271
|
|
4058
5721
|
- [website] Add Toolpad to Navigation (#33937) @bharatkashyap
|
|
4059
|
-
- [website] Improve SEO meta description for MUI
|
|
5722
|
+
- [website] Improve SEO meta description for MUI X @oliviertassinari
|
|
4060
5723
|
- [website] Improve visual look of code demos (#34070) @oliviertassinari
|
|
4061
5724
|
- [website] Fix `DatePicker` component demo on the home page (#34054) @NaveenPantra
|
|
4062
5725
|
|
|
@@ -4105,12 +5768,12 @@ A big thanks to the 11 contributors who made this release possible. Here are som
|
|
|
4105
5768
|
|
|
4106
5769
|
- ​<!-- 21 -->[docs] Fix typo in using-joy-ui-and-material-ui.md (#33997) @djohalo2 @danilo-leal
|
|
4107
5770
|
- ​<!-- 20 -->[docs] Fix typo in the Transition docs (#34040) @alirezahekmati
|
|
4108
|
-
- ​<!-- 19 -->[docs] Typo fix in Joy
|
|
4109
|
-
- ​<!-- 15 -->[docs] Fix broken Joy
|
|
5771
|
+
- ​<!-- 19 -->[docs] Typo fix in Joy UI Aspect Ratio doc (#33984) @AjeetSingh2016
|
|
5772
|
+
- ​<!-- 15 -->[docs] Fix broken Joy UI codesandbox export (#34007) @oliviertassinari
|
|
4110
5773
|
- ​<!-- 14 -->[docs] Fix typos in `test` folder's README (#33976) @ropereraLK
|
|
4111
5774
|
- ​<!-- 13 -->[docs] Fix interior section links in Base docs that feature hooks (#33948) @samuelsycamore
|
|
4112
|
-
- ​<!-- 12 -->[docs] Fix typo in Joy
|
|
4113
|
-
- ​<!-- 11 -->[docs] Fix typo in Joy
|
|
5775
|
+
- ​<!-- 12 -->[docs] Fix typo in Joy UI's List Component docs (#33956) @Cerebro92
|
|
5776
|
+
- ​<!-- 11 -->[docs] Fix typo in Joy UI's docs (#33938) @AjeetSingh2016
|
|
4114
5777
|
|
|
4115
5778
|
### Core
|
|
4116
5779
|
|
|
@@ -4149,8 +5812,8 @@ A big thanks to the 18 contributors who made this release possible. This release
|
|
|
4149
5812
|
|
|
4150
5813
|
### Docs
|
|
4151
5814
|
|
|
4152
|
-
- ​<!-- 23 -->[docs] Expand on a11y section for Material
|
|
4153
|
-
- ​<!-- 22 -->[docs] Fix typo in Joy
|
|
5815
|
+
- ​<!-- 23 -->[docs] Expand on a11y section for Material UI `Link` component (#32839) @TKrishnasamy
|
|
5816
|
+
- ​<!-- 22 -->[docs] Fix typo in Joy UI's `AspectRatio` docs (#33895) @IsaacInsoll
|
|
4154
5817
|
- ​<!-- 21 -->[docs] Improve the Base Usage page (#33272) @samuelsycamore
|
|
4155
5818
|
- ​<!-- 20 -->[docs] Avoid refreshing the page when button on demo is clicked (#33852) @PunitSoniME
|
|
4156
5819
|
- ​<!-- 19 -->[docs] Improve the HorizontalNonLinearStepper demo styling (#33886) @hayawata3626
|
|
@@ -4191,8 +5854,8 @@ _Aug 8, 2022_
|
|
|
4191
5854
|
|
|
4192
5855
|
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
4193
5856
|
|
|
4194
|
-
- ✨ [Stack](https://mui.com/system/react-stack/) component is added to MUI
|
|
4195
|
-
- ✨ [Breadcrumbs](https://mui.com/joy-ui/react-breadcrumbs/) component is added to Joy
|
|
5857
|
+
- ✨ [Stack](https://mui.com/system/react-stack/) component is added to MUI System and Joy UI #33760 #33800 @mnajdova
|
|
5858
|
+
- ✨ [Breadcrumbs](https://mui.com/joy-ui/react-breadcrumbs/) component is added to Joy UI (#32697) @hbjORbj
|
|
4196
5859
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
4197
5860
|
|
|
4198
5861
|
### `@mui/material@5.10.0`
|
|
@@ -4226,7 +5889,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
4226
5889
|
- [docs] Fix typo in the ClickAwayListerner name (#33813) @pawelsmigielski
|
|
4227
5890
|
- [docs] Fix link to `Basics` section in `Trap Focus` docs (#33772) @ZeeshanTamboli
|
|
4228
5891
|
- [docs] z-index added in popper when used by split button (#33763) @PunitSoniME
|
|
4229
|
-
- [docs] Improve the guide for using @mui/base with Tailwind
|
|
5892
|
+
- [docs] Improve the guide for using @mui/base with Tailwind CSS (#33670) @mnajdova
|
|
4230
5893
|
- [docs] Fix warnings related to Next.js' links (#33693) @mnajdova
|
|
4231
5894
|
- [docs] Add notification to aggregation blogpost (#33745) @joserodolfofreitas
|
|
4232
5895
|
- [docs] Add Grid version 2 docs (#33554) @siriwatknp
|
|
@@ -4252,7 +5915,7 @@ _Aug 1, 2022_
|
|
|
4252
5915
|
|
|
4253
5916
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
4254
5917
|
|
|
4255
|
-
- 🖼️ @garronej worked on improving the support of Emotion packages in
|
|
5918
|
+
- 🖼️ @garronej worked on improving the support of Emotion packages in MUI System (#33205)
|
|
4256
5919
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
4257
5920
|
|
|
4258
5921
|
### `@mui/material@5.9.3`
|
|
@@ -4264,7 +5927,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
4264
5927
|
|
|
4265
5928
|
### `@mui/system@5.9.3`
|
|
4266
5929
|
|
|
4267
|
-
- [system] Make @emotion/\* fully supported in
|
|
5930
|
+
- [system] Make @emotion/\* fully supported in MUI System (#33205) @garronej
|
|
4268
5931
|
|
|
4269
5932
|
### `@mui/codemod@5.9.3`
|
|
4270
5933
|
|
|
@@ -4308,7 +5971,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
4308
5971
|
- [core] Remove thenify version override from package.json resolutions (#33638) @michaldudak
|
|
4309
5972
|
- [core] Update Node.js to 14 on CircleCI, CodeSandbox, and Netlify (#33642) @michaldudak
|
|
4310
5973
|
- [test] Replace istanbul-instrumenter-loader with babel-plugin-istanbul (#33666) @michaldudak
|
|
4311
|
-
- [test] Run TypeScript module augmentation tests for Joy
|
|
5974
|
+
- [test] Run TypeScript module augmentation tests for Joy UI in CI (#33667) @ZeeshanTamboli
|
|
4312
5975
|
|
|
4313
5976
|
All contributors of this release in alphabetical order: @cherniavskii, @danilo-leal, @fullstackzach, @garronej, @hbjORbj, @husseinsaad98, @joserodolfofreitas, @michaldudak, @mnajdova, @MonstraG, @mracette, @oliviertassinari, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
|
|
4314
5977
|
|
|
@@ -4354,7 +6017,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
4354
6017
|
- ​<!-- 28 -->[docs] Add accessibility tips (#33633) @siriwatknp
|
|
4355
6018
|
- ​<!-- 27 -->[docs] Fix production deploy of codesandboxes (#33608) @oliviertassinari
|
|
4356
6019
|
- ​<!-- 26 -->[docs] Show border on `palette.background.paper` in dark mode docs (#33611) @ZeeshanTamboli
|
|
4357
|
-
- ​<!-- 25 -->[docs] Fix typo in Joy
|
|
6020
|
+
- ​<!-- 25 -->[docs] Fix typo in Joy UI dark mode page (#33620) @bairamau
|
|
4358
6021
|
- ​<!-- 24 -->[docs] Final polish on Base docs - formatting and style consistency (#33156) @samuelsycamore
|
|
4359
6022
|
- ​<!-- 23 -->[docs] Fix `CssBaseline` import in example code (#33614) @dd-ssc
|
|
4360
6023
|
- ​<!-- 22 -->[docs] Fix Toolpad docs redirection (#33524) @bharatkashyap
|
|
@@ -4414,8 +6077,8 @@ A big thanks to the 17 contributors who made this release possible. This release
|
|
|
4414
6077
|
- ​<!-- 14 -->[docs] Fix copy search false positives (#33438) @oliviertassinari
|
|
4415
6078
|
- ​<!-- 13 -->[docs] Fix typo (#33520) @aravindpanicker
|
|
4416
6079
|
- ​<!-- 12 -->[docs] Update Tailwind docs to include step about updating popover containers (#33315) @ajhenry
|
|
4417
|
-
- ​<!-- 11 -->[docs] Add yarn command for Roboto font in Material
|
|
4418
|
-
- ​<!-- 10 -->[docs] Add new community content to the Material
|
|
6080
|
+
- ​<!-- 11 -->[docs] Add yarn command for Roboto font in Material UI's typography.md (#33485) @anthonypz
|
|
6081
|
+
- ​<!-- 10 -->[docs] Add new community content to the Material UI Learn page (#32927) @Nikhilthadani
|
|
4419
6082
|
- ​<!-- 09 -->[examples] Change createEmotionCache to use `insertionPoint` (#32104) @ANTARES-KOR
|
|
4420
6083
|
- ​<!-- 08 -->[examples] Fix error in Next.js example with @mui/styles (#33456) @paustria
|
|
4421
6084
|
|
|
@@ -4435,8 +6098,8 @@ _Jul 12, 2022_
|
|
|
4435
6098
|
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
|
|
4436
6099
|
|
|
4437
6100
|
- 🧪 Exported Grid v2 as `Unstable_Grid2` (#33479) @siriwatknp
|
|
4438
|
-
- 📖 Added a guide for using Joy
|
|
4439
|
-
- 🐛 Fixed a few bugs in Material
|
|
6101
|
+
- 📖 Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
|
|
6102
|
+
- 🐛 Fixed a few bugs in Material UI components. Thanks to @ZeeshanTamboli, @ivan-ngchakming, and @joebingham-wk.
|
|
4440
6103
|
- ⚠️ **[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
|
|
4441
6104
|
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
4442
6105
|
- our documentation site is now running with React 18! (#33196) @mnajdova
|
|
@@ -4447,7 +6110,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
4447
6110
|
- [Autocomplete] Remove unnecessary `clsx` wrapper for single className (#33398) @ZeeshanTamboli
|
|
4448
6111
|
- [Grid] Export new grid as unstable (#33479) @siriwatknp
|
|
4449
6112
|
- [Tooltip] Fix children mouse over detection (#32321) @ivan-ngchakming
|
|
4450
|
-
- [TypeScript] getCssVar autocomplete for Material
|
|
6113
|
+
- [TypeScript] getCssVar autocomplete for Material UI (#33464) @siriwatknp
|
|
4451
6114
|
- [TypeScript] Fix theme options components types to use `Theme` (#33434) @siriwatknp
|
|
4452
6115
|
- [TypeScript] Reexports necessary types for module augmentation (#33397) @siriwatknp
|
|
4453
6116
|
- [ScopedCssBaseline] Add sx typings (#33474) @joebingham-wk
|
|
@@ -4463,7 +6126,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
4463
6126
|
|
|
4464
6127
|
- [lab] Remove the pickers (#33386) @flaviendelangle
|
|
4465
6128
|
|
|
4466
|
-
The pickers are moved to MUI
|
|
6129
|
+
The pickers are moved to MUI X, check out the [migration guide](https://mui.com/x/migration/migration-pickers-lab/).
|
|
4467
6130
|
|
|
4468
6131
|
**Changes**
|
|
4469
6132
|
|
|
@@ -4478,7 +6141,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
4478
6141
|
|
|
4479
6142
|
### `@mui/joy@5.0.0-alpha.36`
|
|
4480
6143
|
|
|
4481
|
-
- [Joy] Add guide about using Joy and Material
|
|
6144
|
+
- [Joy] Add guide about using Joy and Material UI together (#33396) @siriwatknp
|
|
4482
6145
|
- [Joy] Fix variants color palette regressions (#33394) @danilo-leal
|
|
4483
6146
|
|
|
4484
6147
|
### Docs
|
|
@@ -4490,14 +6153,14 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
4490
6153
|
- [docs] Cleanup the migration (#33463) @siriwatknp
|
|
4491
6154
|
- [docs] Fix broken Sponsoring services links @samuelsycamore
|
|
4492
6155
|
- [docs] Improve repo README with light/dark logos, relative links and more (#33356) @samuelsycamore
|
|
4493
|
-
- [docs] Update links to MUI
|
|
6156
|
+
- [docs] Update links to MUI X Overview and Introduction pages (#33201) @samuelsycamore
|
|
4494
6157
|
- [docs] Update to React 18 (#33196) @mnajdova
|
|
4495
6158
|
- [docs] Simplify "Upload button" demo (#33326) @baharalidurrani
|
|
4496
6159
|
- [docs] Add "refine" demo to showcase (#33240) @omeraplak
|
|
4497
|
-
- [docs] Add
|
|
6160
|
+
- [docs] Add Webpack alias for legacy utils package (#33376) @jgbae
|
|
4498
6161
|
- [docs] Improve external link icons synonyms (#33257) @davidgarciab
|
|
4499
|
-
- [examples] Update Base
|
|
4500
|
-
- [examples] Add Base
|
|
6162
|
+
- [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
|
|
6163
|
+
- [examples] Add Base UI example (#33154) @siriwatknp
|
|
4501
6164
|
|
|
4502
6165
|
### Core
|
|
4503
6166
|
|
|
@@ -4516,8 +6179,8 @@ _Jul 4, 2022_
|
|
|
4516
6179
|
|
|
4517
6180
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
4518
6181
|
|
|
4519
|
-
- 🐛 Fixed an issue causing TypeScript errors when building a project with Material
|
|
4520
|
-
- 🐛 Fixed a few bugs in Material
|
|
6182
|
+
- 🐛 Fixed an issue causing TypeScript errors when building a project with Material UI v5.8.6 (@michaldudak)
|
|
6183
|
+
- 🐛 Fixed a few bugs in Material UI components. Thanks @henriqueholtz, @jake-collibra, @MattiasMartens and @TimoWilhelm!
|
|
4521
6184
|
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
4522
6185
|
|
|
4523
6186
|
### `@mui/material@5.8.7`
|
|
@@ -4541,12 +6204,12 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
4541
6204
|
- [Joy] Add radio button documentation (#33254) @siriwatknp
|
|
4542
6205
|
- [Joy] Add switch documentation (#33302) @siriwatknp
|
|
4543
6206
|
- [Joy] Batch a couple of documentation refinements (#33158)
|
|
4544
|
-
- [Joy] Enable Joy and Material
|
|
6207
|
+
- [Joy] Enable Joy and Material UI compatibility (#33379) @siriwatknp
|
|
4545
6208
|
|
|
4546
6209
|
### `@mui/base@5.0.0-alpha.88`
|
|
4547
6210
|
|
|
4548
6211
|
- [base] Remove a type incompatible with TypeScript 3.5 (#33361) @michaldudak
|
|
4549
|
-
- [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix
|
|
6212
|
+
- [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix TypeScript compiler error (#33314) @aaronlademann-wf
|
|
4550
6213
|
- [TablePaginationUnstyled] Accept callbacks in componentsProps (#33309) @michaldudak
|
|
4551
6214
|
|
|
4552
6215
|
### Docs
|
|
@@ -4555,7 +6218,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
4555
6218
|
- [docs] Add caveat about class components with Tooltip (#33325) @joshkel
|
|
4556
6219
|
- [docs] Fix SEO issues (#33288) @oliviertassinari
|
|
4557
6220
|
- [docs] Fix Slider's "player" demo (#33267) @xlianghang
|
|
4558
|
-
- [website] Link
|
|
6221
|
+
- [website] Link Toolpad in mui.com (#33287) @oliviertassinari
|
|
4559
6222
|
|
|
4560
6223
|
All contributors of this release in alphabetical order: @aaarichter, @aaronlademann-wf, @danilo-leal, @henriqueholtz, @jake-collibra, @joshkel, @MattiasMartens, @Methuselah96, @michaldudak, @oliviertassinari, @siriwatknp, @TimoWilhelm, @xlianghang
|
|
4561
6224
|
|
|
@@ -4580,7 +6243,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
4580
6243
|
|
|
4581
6244
|
- ​<!-- 11 -->[OutlinedInput] Fix `ownerState` undefined in theme style overrides (#33241) @siriwatknp
|
|
4582
6245
|
- ​<!-- 08 -->[Tabs] Fix crash when used with React 18 & Suspense (#33277) @mnajdova
|
|
4583
|
-
- ​<!-- 05 -->[TypeScript] Add CSS vars type augmentation for Material
|
|
6246
|
+
- ​<!-- 05 -->[TypeScript] Add CSS vars type augmentation for Material UI (#33211) @siriwatknp
|
|
4584
6247
|
|
|
4585
6248
|
### `@mui/system@5.8.6`
|
|
4586
6249
|
|
|
@@ -4606,9 +6269,9 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
4606
6269
|
|
|
4607
6270
|
### Docs
|
|
4608
6271
|
|
|
4609
|
-
- ​<!-- 23 -->[blog] Polish Why you should migrate to Material
|
|
6272
|
+
- ​<!-- 23 -->[blog] Polish Why you should migrate to Material UI v5 today (#33244) @oliviertassinari
|
|
4610
6273
|
- ​<!-- 21 -->[docs] Add note in docs about `componentsProps.root` taking precedence (#33097) @ZeeshanTamboli
|
|
4611
|
-
- ​<!-- 20 -->[docs] Remove a note about Base components being reexported from Material
|
|
6274
|
+
- ​<!-- 20 -->[docs] Remove a note about Base components being reexported from Material UI (#33265) @michaldudak
|
|
4612
6275
|
- ​<!-- 19 -->[docs] Update code snippet in docs for custom color palette (#32946) @ZeeshanTamboli
|
|
4613
6276
|
- ​<!-- 18 -->[docs] Fix the docs for production class generation (#31933) @Fafruch
|
|
4614
6277
|
- ​<!-- 17 -->[docs] Fix internal link in Box page (#33149) @davidgarciab
|
|
@@ -4670,7 +6333,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
4670
6333
|
- ​<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
|
|
4671
6334
|
- ​<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
|
|
4672
6335
|
- ​<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
|
|
4673
|
-
- ​<!-- 18 -->[docs] Add guide on how to use Base
|
|
6336
|
+
- ​<!-- 18 -->[docs] Add guide on how to use Base UI with Tailwind CSS (#33100) @mnajdova
|
|
4674
6337
|
- ​<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
|
|
4675
6338
|
- ​<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
|
|
4676
6339
|
- ​<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
|
|
@@ -4681,7 +6344,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
4681
6344
|
|
|
4682
6345
|
### Core
|
|
4683
6346
|
|
|
4684
|
-
- ​<!-- 31 -->[core] Add CSS variables support for Material
|
|
6347
|
+
- ​<!-- 31 -->[core] Add CSS variables support for Material UI components (#32835) @siriwatknp
|
|
4685
6348
|
- ​<!-- 23 -->[core] Add name to workspace root package.json (#33226) @Janpot
|
|
4686
6349
|
- ​<!-- 22 -->[core] Update bug template with generic instruction (#33153) @joserodolfofreitas
|
|
4687
6350
|
- ​<!-- 21 -->[core] Remove dead and redundant code (#33125) @oliviertassinari
|
|
@@ -4698,7 +6361,7 @@ _Jun 14, 2022_
|
|
|
4698
6361
|
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
|
|
4699
6362
|
|
|
4700
6363
|
- 🚀 Added support for custom breakpoints in the `Grid` component by @boutahlilsoufiane
|
|
4701
|
-
- 📚 Added guide on how to use Material
|
|
6364
|
+
- 📚 Added guide on how to use Material UI with Shadow DOM by @cherniavskii
|
|
4702
6365
|
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
4703
6366
|
|
|
4704
6367
|
### `@mui/material@5.8.4`
|
|
@@ -4747,8 +6410,8 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
4747
6410
|
- ​<!-- 32 -->[docs] Add responsive AppBar with drawer (#32769) @dvlprAlamin
|
|
4748
6411
|
- ​<!-- 31 -->[docs] Move codesandbox to MUI org (#33122) @oliviertassinari
|
|
4749
6412
|
- ​<!-- 30 -->[docs] Add Shadow DOM guide (#33007) @cherniavskii
|
|
4750
|
-
- ​<!-- 29 -->[docs] Fix typo in Material
|
|
4751
|
-
- ​<!-- 28 -->[docs] Miscellaneous fixes in `Base
|
|
6413
|
+
- ​<!-- 29 -->[docs] Fix typo in Material UI overview page (#33087) @oliviertassinari
|
|
6414
|
+
- ​<!-- 28 -->[docs] Miscellaneous fixes in `Base UI` docs (#33091) @ZeeshanTamboli
|
|
4752
6415
|
- ​<!-- 27 -->[docs] Fix GitHub capitalization (#33071) @oliviertassinari
|
|
4753
6416
|
- ​<!-- 26 -->[docs] Fix a typo in `InputUnstyled` docs (#33077) @ZeeshanTamboli
|
|
4754
6417
|
- ​<!-- 25 -->[docs] Add notification for Joy blog post (#33059) @siriwatknp
|
|
@@ -4757,7 +6420,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
4757
6420
|
- ​<!-- 23 -->[docs] Fix typo in Autocomplete CSS API (#32838) @KeaghanKennedy
|
|
4758
6421
|
- ​<!-- 22 -->[docs] Improvements for Radio Group Rating Docs (#32843) @Kai-W
|
|
4759
6422
|
- ​<!-- 21 -->[docs] Enable Joy pages (#33064) @siriwatknp
|
|
4760
|
-
- ​<!-- 02 -->[website] Add Joy
|
|
6423
|
+
- ​<!-- 02 -->[website] Add Joy UI to the pricing page (#33099) @danilo-leal
|
|
4761
6424
|
- ​<!-- 01 -->[website] Clarify the pricing a bit (#33069) @oliviertassinari
|
|
4762
6425
|
|
|
4763
6426
|
### Core
|
|
@@ -4822,10 +6485,10 @@ This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
|
4822
6485
|
- [docs] Fix icon color in `BadgeUnstyled` docs (#32976) @ZeeshanTamboli
|
|
4823
6486
|
- [docs] Improve product identifier (#32707) @danilo-leal
|
|
4824
6487
|
- [docs] Improve UX with back to top (#32896) @oliviertassinari
|
|
4825
|
-
- [docs] Polish overview page to Material
|
|
6488
|
+
- [docs] Polish overview page to Material UI (#32954) @oliviertassinari
|
|
4826
6489
|
- [docs] Redirect older URLs (#33037) @oliviertassinari
|
|
4827
6490
|
- [docs] Remove pickers page from the Lab section (#32961) @DanailH
|
|
4828
|
-
- [docs] Show product identifier on updated MUI
|
|
6491
|
+
- [docs] Show product identifier on updated MUI X Introduction pages (#32966) @samuelsycamore
|
|
4829
6492
|
- [docs] Throw on 301 links (#32939) @oliviertassinari
|
|
4830
6493
|
- [website] Add Gerda to the about page (#33038) @danilo-leal
|
|
4831
6494
|
- [website] Polish the pricing page (#32811) @oliviertassinari
|
|
@@ -4906,7 +6569,7 @@ _May 23, 2022_
|
|
|
4906
6569
|
|
|
4907
6570
|
A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
|
|
4908
6571
|
|
|
4909
|
-
- 💅 Added CSS variables support for two more Material
|
|
6572
|
+
- 💅 Added CSS variables support for two more Material UI components by @diggis00 and @alisasanib
|
|
4910
6573
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
4911
6574
|
|
|
4912
6575
|
### `@mui/material@5.8.1`
|
|
@@ -4948,7 +6611,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
4948
6611
|
- ​<!-- 31 -->[docs] Simplify header DOM structure (#32844) @oliviertassinari
|
|
4949
6612
|
- ​<!-- 30 -->[docs] Fix CodeSandbox & StackBlitz generation (#32726) @siriwatknp
|
|
4950
6613
|
- ​<!-- 29 -->[docs] Fix urls to columns pages in pricing table (#32842) @alexfauquette
|
|
4951
|
-
- ​<!-- 28 -->[docs] Fix Tailwind
|
|
6614
|
+
- ​<!-- 28 -->[docs] Fix Tailwind CSS integration docs (#32512) @robertwt7
|
|
4952
6615
|
- ​<!-- 27 -->[docs] Fixed wrong command for the `link-underline-hover` codemod (#32793) @veronikaslc
|
|
4953
6616
|
- ​<!-- 26 -->[docs] Fixed broken link on the icons page (#32780) @SamuelMaddox
|
|
4954
6617
|
- ​<!-- 25 -->[docs] Add "back to top" button (#30441) @VibhorJaiswal
|
|
@@ -4961,7 +6624,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
4961
6624
|
|
|
4962
6625
|
### Core
|
|
4963
6626
|
|
|
4964
|
-
- ​<!-- 32 -->[core] Upgrade MUI
|
|
6627
|
+
- ​<!-- 32 -->[core] Upgrade MUI X dependency (#32824) @oliviertassinari
|
|
4965
6628
|
- ​<!-- 02 -->[typescript] Allow module augmentation for `Mixins` (#32798) @mnajdova
|
|
4966
6629
|
|
|
4967
6630
|
All contributors of this release in alphabetical order: @abriginets, @alexfauquette, @alisasanib, @apedroferreira, @danilo-leal, @diggis00, @flaviendelangle, @garronej, @JeanPetrov, @mbrookes, @mnajdova, @nate-summercook, @o-dubrovskyi, @oliviertassinari, @paales, @robertwt7, @SamuelMaddox, @siriwatknp, @veronikaslc, @VibhorJaiswal, @ZeeshanTamboli
|
|
@@ -4974,7 +6637,7 @@ _May 17, 2022_
|
|
|
4974
6637
|
|
|
4975
6638
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
4976
6639
|
|
|
4977
|
-
- 🚀 [Blog post](https://mui.com/blog/premium-plan-release/) for announcing the release of the Premium plan of MUI
|
|
6640
|
+
- 🚀 [Blog post](https://mui.com/blog/premium-plan-release/) for announcing the release of the Premium plan of MUI X is out thanks to @joserodolfofreitas.
|
|
4978
6641
|
- Codemod for `jss` to `tss-react` migration is out thanks to @ryancogswell
|
|
4979
6642
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
4980
6643
|
|
|
@@ -5008,7 +6671,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
5008
6671
|
|
|
5009
6672
|
### Docs
|
|
5010
6673
|
|
|
5011
|
-
- ​<!-- 34 -->[blog] Add release post for MUI
|
|
6674
|
+
- ​<!-- 34 -->[blog] Add release post for MUI X Premium (#32720) @joserodolfofreitas
|
|
5012
6675
|
- ​<!-- 29 -->[docs] Fix wrong code snippet for overriding styles in theme with a callback value (#32781) @ZeeshanTamboli
|
|
5013
6676
|
- ​<!-- 28 -->[docs] Update Crowdin logo (#32782) @andrii-bodnar
|
|
5014
6677
|
- ​<!-- 27 -->[docs] Improve callouts design (#32709) @danilo-leal
|
|
@@ -5024,9 +6687,9 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
5024
6687
|
- ​<!-- 17 -->[examples] Update remix example's tsconfig with required values (#32723) @michaldudak
|
|
5025
6688
|
- ​<!-- 16 -->[examples] Update to use React 18's createRoot (#32506) @mnajdova
|
|
5026
6689
|
- ​<!-- 10 -->[l10n] Fix typos and translations on arSD and arEG locales (#31848) @shadigaafar
|
|
5027
|
-
- ​<!-- 04 -->[website] Improve communication about MUI
|
|
6690
|
+
- ​<!-- 04 -->[website] Improve communication about MUI X components that are still wip (#32708) @danilo-leal
|
|
5028
6691
|
- ​<!-- 03 -->[website] Remove scrollbar on x-axis (#32291) @MrHBS
|
|
5029
|
-
- ​<!-- 02 -->[website] Update the pricing page for the MUI
|
|
6692
|
+
- ​<!-- 02 -->[website] Update the pricing page for the MUI X premium plan release (#32458) @joserodolfofreitas
|
|
5030
6693
|
- ​<!-- 01 -->[website] Update sponsors (#32725) @oliviertassinari
|
|
5031
6694
|
|
|
5032
6695
|
### Core
|
|
@@ -5046,7 +6709,7 @@ _May 10, 2022_
|
|
|
5046
6709
|
|
|
5047
6710
|
A big thanks to the 27 contributors who made this release possible. Here are some highlights ✨:
|
|
5048
6711
|
|
|
5049
|
-
🛠 This release is all about supporting CSS variables in many Material
|
|
6712
|
+
🛠 This release is all about supporting CSS variables in many Material UI components.
|
|
5050
6713
|
Kudos to all contributors!
|
|
5051
6714
|
|
|
5052
6715
|
### `@mui/material@5.7.0`
|
|
@@ -5112,7 +6775,7 @@ Kudos to all contributors!
|
|
|
5112
6775
|
- [docs] Correct links to prevent 301 redirects (#32692) @michaldudak
|
|
5113
6776
|
- [docs] Move, split, and revise "Unstyled components" page (#32562) @samuelsycamore
|
|
5114
6777
|
- [docs] Nest `ListItemButton` in `ListItem` in the Drawer examples (#31987) @stefanprobst
|
|
5115
|
-
- [docs] Apply callouts in the Material
|
|
6778
|
+
- [docs] Apply callouts in the Material UI docs (#32567) @danilo-leal
|
|
5116
6779
|
- [docs] Show product identifier on new X pages (#32657) @cherniavskii
|
|
5117
6780
|
- [docs] Fix copy button childNode not found (#32652) @siriwatknp
|
|
5118
6781
|
- [docs] Split install commands in isolated code blocks (#32566) @danilo-leal
|
|
@@ -5147,7 +6810,7 @@ _May 2, 2022_
|
|
|
5147
6810
|
|
|
5148
6811
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
5149
6812
|
|
|
5150
|
-
- 💅 5 Material
|
|
6813
|
+
- 💅 5 Material UI components were updated to support CSS variables by @ZeeshanTamboli & @vicasas
|
|
5151
6814
|
- And more 🐛 bug fixes and 📚 improvements.
|
|
5152
6815
|
|
|
5153
6816
|
### `@mui/material@5.6.4`
|
|
@@ -5178,18 +6841,18 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5178
6841
|
- ​<!-- 30 -->[docs] SEO fixes (#32515) @oliviertassinari
|
|
5179
6842
|
- ​<!-- 29 -->[docs] Replace `Overriding nested component styles` anchor link with text (#32487) @ZeeshanTamboli
|
|
5180
6843
|
- ​<!-- 28 -->[docs] Update the list of external domains (#32514) @oliviertassinari
|
|
5181
|
-
- ​<!-- 27 -->[docs] Update Material
|
|
6844
|
+
- ​<!-- 27 -->[docs] Update Material UI code snippets for React 18 (#32361) @samuelsycamore
|
|
5182
6845
|
- ​<!-- 26 -->[docs] Base TextareaAutosize style revisions and final review (#32481) @samuelsycamore
|
|
5183
6846
|
- ​<!-- 25 -->[docs] Base ClickAwayListener style revisions and final review (#32156) @samuelsycamore
|
|
5184
6847
|
- ​<!-- 24 -->[docs] Base Button style revisions and final review (#32380) @samuelsycamore
|
|
5185
6848
|
- ​<!-- 23 -->[docs] Base NoSsr style revisions and final review (#32254) @samuelsycamore
|
|
5186
6849
|
- ​<!-- 22 -->[docs] Correctly capitalize Ctrl @oliviertassinari
|
|
5187
|
-
- ​<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the Base
|
|
6850
|
+
- ​<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the Base UI docs (#32488) @ZeeshanTamboli
|
|
5188
6851
|
- ​<!-- 20 -->[docs] Add "Overview" page to Base docs (#32310) @samuelsycamore
|
|
5189
6852
|
- ​<!-- 19 -->[docs] Add copy button to code block (#32390) @siriwatknp
|
|
5190
6853
|
- ​<!-- 18 -->[docs] Base Tabs style revisions and final review (#32423) @samuelsycamore
|
|
5191
6854
|
- ​<!-- 17 -->[docs] Base Popper style revisions and final review (#32412) @samuelsycamore
|
|
5192
|
-
- ​<!-- 16 -->[docs] Improve sidenav for MUI
|
|
6855
|
+
- ​<!-- 16 -->[docs] Improve sidenav for MUI X (#32435) @oliviertassinari
|
|
5193
6856
|
- ​<!-- 15 -->[docs] Don't redirect on deploy preview (#32399) @m4theushw
|
|
5194
6857
|
- ​<!-- 14 -->[docs] A few SEO fixes (#32431) @oliviertassinari
|
|
5195
6858
|
- ​<!-- 13 -->[docs] Update links to the new Group & Pivot pages (#32410) @flaviendelangle
|
|
@@ -5200,7 +6863,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5200
6863
|
|
|
5201
6864
|
### Core
|
|
5202
6865
|
|
|
5203
|
-
- ​<!-- 08 -->[experiment] Add template for testing Material
|
|
6866
|
+
- ​<!-- 08 -->[experiment] Add template for testing Material UI components with CSS variables (#32500) @siriwatknp
|
|
5204
6867
|
|
|
5205
6868
|
All contributors of this release in alphabetical order: @b-novikov-ipersonality, @flaviendelangle, @hbjORbj, @HexM7, @m4theushw, @Martin005, @mongolyy, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas, @ZeeshanTamboli
|
|
5206
6869
|
|
|
@@ -5212,7 +6875,7 @@ _Apr 25, 2022_
|
|
|
5212
6875
|
|
|
5213
6876
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
5214
6877
|
|
|
5215
|
-
- 🛠 Fixed TypeScript issue when the `fill` CSS property is used in
|
|
6878
|
+
- 🛠 Fixed TypeScript issue when the `fill` CSS property is used in MUI System (#32355) @valerii15298
|
|
5216
6879
|
- And more 🐛 bug fixes and 📚 improvements.
|
|
5217
6880
|
|
|
5218
6881
|
### `@mui/material@5.6.3`
|
|
@@ -5356,7 +7019,7 @@ This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
|
5356
7019
|
- [docs] Remove notifications temporary (#32192) @siriwatknp
|
|
5357
7020
|
- [docs] Redirect to new urls (#32048) @siriwatknp
|
|
5358
7021
|
- [docs] Update Learn page copy and resource list (#31989) @samuelsycamore
|
|
5359
|
-
- [website] Fix wrong MUI
|
|
7022
|
+
- [website] Fix wrong MUI X installation instruction link @oliviertassinari
|
|
5360
7023
|
- [website] Revise homepage copy below the hero section (#31283) @samuelsycamore
|
|
5361
7024
|
- [website] Revise homepage Hero copy for more clarity (#31212) @samuelsycamore
|
|
5362
7025
|
- [website] Give up on promoting roles in our docs @oliviertassinari
|
|
@@ -5378,7 +7041,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
5378
7041
|
|
|
5379
7042
|
- 🧰 Update peer dependencies to support React 18 (#32063) @eps1lon
|
|
5380
7043
|
- 🚀 Added the experimental `CssVarsProvider` in `@mui/material` for generating theme CSS variables (#31138) @mnajdova
|
|
5381
|
-
- 📣 Moved date and time pickers from the lab to MUI
|
|
7044
|
+
- 📣 Moved date and time pickers from the lab to MUI X (#31984) @flaviendelangle
|
|
5382
7045
|
- Several 🐛 bug fixes and 📚 documentation improvements
|
|
5383
7046
|
|
|
5384
7047
|
### `@mui/material@5.6.0`
|
|
@@ -5438,7 +7101,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
5438
7101
|
|
|
5439
7102
|
- ​<!-- 28 -->[core] Update peer deps to support React 18 (#32063) @eps1lon
|
|
5440
7103
|
- ​<!-- 27 -->[core] Fix running docs:api on Windows (#32091) @michaldudak
|
|
5441
|
-
- ​<!-- 26 -->[core] Fix api build script for Base
|
|
7104
|
+
- ​<!-- 26 -->[core] Fix api build script for Base UI (#32081) @siriwatknp
|
|
5442
7105
|
|
|
5443
7106
|
All contributors of this release in alphabetical order: @apeltop, @eps1lon, @flaviendelangle, @garronej, @ivan-ngchakming, @m4theushw, @MatthijsMud, @michaldudak, @mnajdova, @oliviertassinari, @psjishnu, @raigoinabox, @samuelsycamore, @siriwatknp, @TkaczykAdam
|
|
5444
7107
|
|
|
@@ -5486,7 +7149,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
5486
7149
|
|
|
5487
7150
|
- ​<!-- 03 -->[FocusTrap] Move docs to Base and drop the Unstyled prefix (#31954) @michaldudak
|
|
5488
7151
|
|
|
5489
|
-
Removed the `Unstyled_` prefix from the Base export (it remains in the Material
|
|
7152
|
+
Removed the `Unstyled_` prefix from the Base export (it remains in the Material UI export, though).
|
|
5490
7153
|
|
|
5491
7154
|
```diff
|
|
5492
7155
|
-import { Unstyled_TrapFocus } from '@mui/base';
|
|
@@ -5519,7 +7182,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
5519
7182
|
- ​<!-- 21 -->[docs] Fix in-house ad for the design kits (#31965) @oliviertassinari
|
|
5520
7183
|
- ​<!-- 20 -->[docs] Fix the documentation for filterOptions in Autocomplete API page (#31416) @santhoshbala0178
|
|
5521
7184
|
- ​<!-- 19 -->[docs] Update href for 'TypeScript guide on theme customization' (#31880) @NickFoden
|
|
5522
|
-
- ​<!-- 18 -->[docs] Fix the CSS
|
|
7185
|
+
- ​<!-- 18 -->[docs] Fix the CSS Modules example in the Interoperability page (#31935) @WilsonNet
|
|
5523
7186
|
- ​<!-- 17 -->[docs] Fix small typo in the `styled()` utility page (#31967) @jason1985
|
|
5524
7187
|
- ​<!-- 16 -->[docs] Update mui-x on material-ui navigation (#31810) @siriwatknp
|
|
5525
7188
|
- ​<!-- 15 -->[docs] Copy ClickAwayListener docs to Base (#31878) @michaldudak
|
|
@@ -5631,7 +7294,7 @@ A big thanks to the 23 contributors who made this release possible. Here are som
|
|
|
5631
7294
|
- [docs] Refine the product identifier menu (#31262) @danilo-leal
|
|
5632
7295
|
- [docs] Fix Search crash (#31386) @reckter
|
|
5633
7296
|
- [docs] Update TextField multiline description (#31291) @jontewks
|
|
5634
|
-
- [docs] Add gap theme mapping in
|
|
7297
|
+
- [docs] Add gap theme mapping in MUI System properties table (#31382) @danilo-leal
|
|
5635
7298
|
- [docs] Test products search (#31351) @siriwatknp
|
|
5636
7299
|
- [docs] Fix GitHub source links in the demo toolbar (#31339) @PunitSoniME
|
|
5637
7300
|
- [docs] Add Algolia verification code to robot.txt (#31356) @siriwatknp
|
|
@@ -5665,7 +7328,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
5665
7328
|
|
|
5666
7329
|
- ​<!-- 24 -->[ClassNameGenerator] Prevent all `base` imports (#31297) @siriwatknp
|
|
5667
7330
|
|
|
5668
|
-
`unstable_ClassNameGenerator` has been moved from `utils` to `className` folder to prevent all Base
|
|
7331
|
+
`unstable_ClassNameGenerator` has been moved from `utils` to `className` folder to prevent all Base UI module imports. If you use the module, please update the import as suggested in the diff below:
|
|
5669
7332
|
|
|
5670
7333
|
```diff
|
|
5671
7334
|
-import { unstable_ClassNameGenerator } from '@mui/material/utils';
|
|
@@ -5716,7 +7379,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
5716
7379
|
- ​<!-- 18 -->[docs] Fix maxWidth of scrollable Tabs demos (#31285) @danilo-leal
|
|
5717
7380
|
- ​<!-- 17 -->[docs] Fix icon linking implementation concurrent safe (#30428) @Janpot
|
|
5718
7381
|
- ​<!-- 16 -->[docs] Follow up new doc space issues (#31251) @siriwatknp
|
|
5719
|
-
- ​<!-- 29 -->[examples] Add `@types/node` to
|
|
7382
|
+
- ​<!-- 29 -->[examples] Add `@types/node` to Next.js TypeScript starter (#30918) @Daggy1234
|
|
5720
7383
|
- ​<!-- 14 -->[examples] Fix import ThemeProvider from correct package in remix-wit… (#30981) @nnecec
|
|
5721
7384
|
- ​<!-- 25 -->[blog] Simplify the labels (#30921) @oliviertassinari
|
|
5722
7385
|
- ​<!-- 08 -->[l10n] Add Croatian (hr-HR) and Serbian (sr-RS) translation (#30906) @m14d3n
|
|
@@ -5830,7 +7493,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
5830
7493
|
- ​<!-- 12 -->[docs] Fix small typo in chips.md (#31092) @cameliaben
|
|
5831
7494
|
- ​<!-- 07 -->[l10n] Add it-IT translation for labelDisplayedRows (#31131) @frab90
|
|
5832
7495
|
- ​<!-- 06 -->[l10n] Add pl-PL translation for labelDisplayedRows (#31088) @ThomasTheHuman
|
|
5833
|
-
- ​<!-- 03 -->[website] Sync MUI
|
|
7496
|
+
- ​<!-- 03 -->[website] Sync MUI X table feature (#30913) @alexfauquette
|
|
5834
7497
|
- ​<!-- 02 -->[website] Prefill source in job application links (#31036) @oliviertassinari
|
|
5835
7498
|
- ​<!-- 01 -->[website] Fix a grammar mistake (#31099) @huyenltnguyen
|
|
5836
7499
|
|
|
@@ -5885,10 +7548,10 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
5885
7548
|
- [docs] Increase scroll affordance in wide tables (#30713) @danilo-leal
|
|
5886
7549
|
- [docs] Fix look & feel of the Masonry demos (#30971) @oliviertassinari
|
|
5887
7550
|
- [docs] Improve Base component demos (#30884) @danilo-leal
|
|
5888
|
-
- [docs] Use full product names (Material
|
|
7551
|
+
- [docs] Use full product names (Material UI, MUI System) (#30960) @oliviertassinari
|
|
5889
7552
|
- [docs] Prefer useEnhancedEffect to avoid server side warnings (#30977) @mnajdova
|
|
5890
7553
|
- [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
|
|
5891
|
-
- [docs] Add live Tailwind
|
|
7554
|
+
- [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
|
|
5892
7555
|
- [website] Add banner for promoting priority open roles (#31076) @danilo-leal
|
|
5893
7556
|
- [website] Open Full-stack Engineer role for studio (#31038) @prakhargupta1
|
|
5894
7557
|
- [website] Minor security improvements (#31062) @oliviertassinari
|
|
@@ -5902,7 +7565,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
5902
7565
|
- [core] Bump date-io version (#31016) @michaldudak
|
|
5903
7566
|
- [core] Fix typo in useSlider (#31061) @ryohey
|
|
5904
7567
|
- [core] Remove unused draft-js types package (#30993) @michaldudak
|
|
5905
|
-
- [test] Test if certain Base members are exported from Material
|
|
7568
|
+
- [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
|
|
5906
7569
|
- [core] Remove dead code (#31064) @oliviertassinari
|
|
5907
7570
|
|
|
5908
7571
|
All contributors of this release in alphabetical order: @agauravdev, @alisasanib, @DanailH, @danilo-leal, @huyenltnguyen, @l10nbot, @liradb2000, @mbrookes, @michaldudak, @mnajdova, @prakhargupta1, @oliviertassinari, @ryohey, @samuelsycamore, @siriwatknp, @sydneyjodon-wk
|
|
@@ -5987,7 +7650,7 @@ _Feb 1, 2022_
|
|
|
5987
7650
|
|
|
5988
7651
|
A big thanks to the 22 contributors who made this release possible. Here are some highlights ✨:
|
|
5989
7652
|
|
|
5990
|
-
- 🛠 @goncalovf added an example project using [Material
|
|
7653
|
+
- 🛠 @goncalovf added an example project using [Material UI with Vite.js](https://github.com/mui/material-ui/tree/master/examples/material-ui-vite) (#28241)
|
|
5991
7654
|
- Number of 🐛 bug fixes and 📚 documentation improvements.
|
|
5992
7655
|
|
|
5993
7656
|
### `@mui/material@5.4.0`
|
|
@@ -6050,7 +7713,7 @@ A big thanks to the 22 contributors who made this release possible. Here are som
|
|
|
6050
7713
|
|
|
6051
7714
|
### Core
|
|
6052
7715
|
|
|
6053
|
-
- ​<!-- 29 -->[core] Clarify the label, to match with MUI
|
|
7716
|
+
- ​<!-- 29 -->[core] Clarify the label, to match with MUI X (#30831) @oliviertassinari
|
|
6054
7717
|
- ​<!-- 26 -->[core] Remove none code related instructions from git (#30843) @oliviertassinari
|
|
6055
7718
|
- ​<!-- 25 -->[core] Fix typos in comments for scripts (#30809) @aefox
|
|
6056
7719
|
- ​<!-- 24 -->[core] Fix 301 link in the blog @oliviertassinari
|
|
@@ -6071,7 +7734,7 @@ _Jan 24, 2022_
|
|
|
6071
7734
|
|
|
6072
7735
|
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
6073
7736
|
|
|
6074
|
-
- 🛠 @mnajdova added interoperability guide for using Tailwind
|
|
7737
|
+
- 🛠 @mnajdova added interoperability guide for using Tailwind CSS (#30700)
|
|
6075
7738
|
- A meaningful number of 🐛 bug fixes and 📚 documentation improvements.
|
|
6076
7739
|
|
|
6077
7740
|
### `@mui/icons-material@5.3.1`
|
|
@@ -6097,7 +7760,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
6097
7760
|
- ​<!-- 21 -->[docs] Fix SEO crawl errors (#30733) @oliviertassinari
|
|
6098
7761
|
- ​<!-- 20 -->[docs] Update migration-v4.md (#30721) @ddecrulle
|
|
6099
7762
|
- ​<!-- 19 -->[docs] Fix migration issues detected by `ahrefs` (#30751) @siriwatknp
|
|
6100
|
-
- ​<!-- 18 -->[docs] Add interoprability guide for using Tailwind
|
|
7763
|
+
- ​<!-- 18 -->[docs] Add interoprability guide for using Tailwind CSS (#30700) @mnajdova
|
|
6101
7764
|
- ​<!-- 17 -->[docs] Fix typo in containedSizeMedium class (#30723) @aaneitchik
|
|
6102
7765
|
- ​<!-- 16 -->[docs] Hotfix the wrong URL in X marketing page (#30729) @siriwatknp
|
|
6103
7766
|
- ​<!-- 15 -->[docs] Post migration preparation fix (#30716) @siriwatknp
|
|
@@ -6166,7 +7829,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
6166
7829
|
- [docs] Fix migration guides for versions older than v4 (#30595) @kkirsche
|
|
6167
7830
|
- [docs] Inform about specific files for DataGrid locales (#30411) @alexfauquette
|
|
6168
7831
|
- [docs] jss-to-tss migration advise to drop clsx in favor of cx (#30527) @garronej
|
|
6169
|
-
- [docs] Fix integration with MUI
|
|
7832
|
+
- [docs] Fix integration with MUI X (#30593) @oliviertassinari
|
|
6170
7833
|
- [docs] Adding peer dependencies explanation on @mui/lab README.md (#30532) @glaucoheitor
|
|
6171
7834
|
- [docs] Add missing quote in migration docs (#30587) @Atralbus
|
|
6172
7835
|
- [docs] Update link to Doit sponsor (#30586) @oliviertassinari
|
|
@@ -6311,13 +7974,13 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
6311
7974
|
- ​<!-- 08 -->[docs] Fix incorrect number of breakpoint helpers (#30353) @chwallen
|
|
6312
7975
|
- ​<!-- 07 -->[docs] Update outdated links (#30260) @oliviertassinari
|
|
6313
7976
|
- ​<!-- 06 -->[docs] Support redirects from old urls to /material/\* (#30286) @siriwatknp
|
|
6314
|
-
- ​<!-- 05 -->[examples] Fix CSS
|
|
7977
|
+
- ​<!-- 05 -->[examples] Fix CSS Modules integration (#30381) @oliviertassinari
|
|
6315
7978
|
- ​<!-- 02 -->[website] Fix SEO issues (#30372) @oliviertassinari
|
|
6316
7979
|
- ​<!-- 01 -->[website] Sync sponsors (#30259) @oliviertassinari
|
|
6317
7980
|
|
|
6318
7981
|
### Core
|
|
6319
7982
|
|
|
6320
|
-
- ​<!-- 28 -->[core] Rename Material
|
|
7983
|
+
- ​<!-- 28 -->[core] Rename Material UI to MUI (#30338) @ZeeshanTamboli
|
|
6321
7984
|
- ​<!-- 23 -->[core] Fix warning in dev mode (#30368) @oliviertassinari
|
|
6322
7985
|
- ​<!-- 22 -->[core] Update `buildApi` script to support new structure (#30245) @siriwatknp
|
|
6323
7986
|
|
|
@@ -6439,7 +8102,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
6439
8102
|
- ​<!-- 19 -->[docs] Sync translations with Crowdin (#30067) @l10nbot
|
|
6440
8103
|
- ​<!-- 18 -->[docs] Fix link on "Custom variables" section in the Theming page #30100 @danilo-leal
|
|
6441
8104
|
- ​<!-- 17 -->[docs] Fix justifyContent option in the Grid interactive demo (#30117) @danilo-leal
|
|
6442
|
-
- ​<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in Stack
|
|
8105
|
+
- ​<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in Stack Overflow (#30101) @danilo-leal
|
|
6443
8106
|
- ​<!-- 15 -->[docs] Fix import example inside Unstyled Backdrop section (#30098) @TheodosiouTh
|
|
6444
8107
|
- ​<!-- 01 -->[website] Column pinning and Tree data are out (#30136) @oliviertassinari
|
|
6445
8108
|
- ​<!-- 07 -->[survey] Remove survey promotion items (#30122) @danilo-leal
|
|
@@ -6483,7 +8146,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
6483
8146
|
### `@mui/system@5.2.3`
|
|
6484
8147
|
|
|
6485
8148
|
- ​<!-- 06 -->[system] Fix return type of `createBox` (#29989) @mnajdova
|
|
6486
|
-
- ​<!-- 05 -->[system] Support boolean values in
|
|
8149
|
+
- ​<!-- 05 -->[system] Support boolean values in TypeScript for the `sx` prop when used as array (#29911) @tasugi
|
|
6487
8150
|
|
|
6488
8151
|
### `@mui/utils@5.2.3`
|
|
6489
8152
|
|
|
@@ -6520,7 +8183,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
6520
8183
|
- ​<!-- 21 -->[docs] Update nextjs-typescript-example (#29974) @huydhoang
|
|
6521
8184
|
- ​<!-- 20 -->[docs] Add missing global state classes to API docs generator (#29945) @michaldudak
|
|
6522
8185
|
- ​<!-- 19 -->[docs] Fix benchmarks folder link (#29981) @fourjr
|
|
6523
|
-
- ​<!-- 18 -->[docs] Improve wording in Stack
|
|
8186
|
+
- ​<!-- 18 -->[docs] Improve wording in Stack Overflow section of support page (#29956) @ronwarner
|
|
6524
8187
|
- ​<!-- 17 -->[docs] Remove Black Friday sale notification (#29936) @mbrookes
|
|
6525
8188
|
- ​<!-- 16 -->[examples] Fix typos in the Remix example (#30071) @MichaelDeBoey
|
|
6526
8189
|
- ​<!-- 15 -->[examples] Add Remix example (#29952) @mnajdova
|
|
@@ -6533,7 +8196,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
6533
8196
|
### Core
|
|
6534
8197
|
|
|
6535
8198
|
- ​<!-- 31 -->[core] Batch small changes (#30042) @oliviertassinari
|
|
6536
|
-
- ​<!-- 28 -->[core] Transition to a new Stack
|
|
8199
|
+
- ​<!-- 28 -->[core] Transition to a new Stack Overflow tag (#29967) @oliviertassinari
|
|
6537
8200
|
|
|
6538
8201
|
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
|
|
6539
8202
|
|
|
@@ -6609,13 +8272,13 @@ _Nov 25, 2021_
|
|
|
6609
8272
|
|
|
6610
8273
|
A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
6611
8274
|
|
|
6612
|
-
This is an early release to fix `export 'useId' (imported as 'React') was not found in 'react'` when bundling code depending on MUI
|
|
8275
|
+
This is an early release to fix `export 'useId' (imported as 'React') was not found in 'react'` when bundling code depending on MUI Core.
|
|
6613
8276
|
|
|
6614
8277
|
- ​<!-- 10 -->[AppBar][docs] Add a fully responsive demo to docs (#29829) @karakib2k18
|
|
6615
8278
|
- ​<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
|
|
6616
8279
|
- ​<!-- 8 -->[core] Move bundle size monitoring to CircleCI (#29876) @eps1lon
|
|
6617
8280
|
- ​<!-- 7 -->[docs] Add keys to Responsive AppBar demo (#29884) @mbrookes
|
|
6618
|
-
- ​<!-- 6 -->[docs] MUI's 2021 Developer
|
|
8281
|
+
- ​<!-- 6 -->[docs] MUI's 2021 Developer Survey (#29765) @prakhargupta1
|
|
6619
8282
|
- ​<!-- 5 -->[docs] Smoother image loading UX (#29858) @oliviertassinari
|
|
6620
8283
|
- ​<!-- 4 -->[Select] Fix select display value with React Nodes (#29836) @kegi
|
|
6621
8284
|
- ​<!-- 3 -->[system] Add `experimental_sx` utility (#29833) @mnajdova
|
|
@@ -6680,9 +8343,9 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
6680
8343
|
|
|
6681
8344
|
### Docs
|
|
6682
8345
|
|
|
6683
|
-
- [blog] MUI
|
|
8346
|
+
- [blog] MUI X v5 blog post (#29590) @DanailH
|
|
6684
8347
|
- [blog] Polish the Benny Joo joins MUI post (#29697) @oliviertassinari
|
|
6685
|
-
- [
|
|
8348
|
+
- [changelog] Explain why we do breaking changes @oliviertassinari
|
|
6686
8349
|
- [core] Update latest issue template for codesandbox CI (#29783) @eps1lon
|
|
6687
8350
|
- [core] Ensure `@mui/core` is an alias for `@mui/base` (#29762) @eps1lon
|
|
6688
8351
|
- [docs] Fix broken Next and Previous links (#29711) @scallaway
|
|
@@ -6732,7 +8395,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
6732
8395
|
|
|
6733
8396
|
- ​<!-- 27 -->[core] Rename mui/core to mui/base (#29585) @michaldudak
|
|
6734
8397
|
|
|
6735
|
-
Based on the results of the [poll](https://twitter.com/michaldudak/status/1452630484706635779) and our internal discussions, we decided to rename the `@mui/core` package to `@mui/base`. The main rationale for this is the fact that we use the term "Core" to refer to the core components product family, the one that includes Material Design components, unstyled components, System utilities, etc. Therefore, @mui/core was effectively a subset of MUI
|
|
8398
|
+
Based on the results of the [poll](https://twitter.com/michaldudak/status/1452630484706635779) and our internal discussions, we decided to rename the `@mui/core` package to `@mui/base`. The main rationale for this is the fact that we use the term "Core" to refer to the core components product family, the one that includes Material Design components, unstyled components, System utilities, etc. Therefore, @mui/core was effectively a subset of MUI Core. This was confusing.
|
|
6736
8399
|
|
|
6737
8400
|
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.
|
|
6738
8401
|
|
|
@@ -6748,7 +8411,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
6748
8411
|
|
|
6749
8412
|
### Docs
|
|
6750
8413
|
|
|
6751
|
-
- ​<!-- 25 -->[docs] Correct bundler configuration for using legacy
|
|
8414
|
+
- ​<!-- 25 -->[docs] Correct bundler configuration for using legacy Material UI build (#29146) @petermikitsh
|
|
6752
8415
|
- ​<!-- 24 -->[docs] Fix typo on autocomplete.md (#29570) @netizer
|
|
6753
8416
|
- ​<!-- 23 -->[docs] Fix dark mode on branding pages (#29611) @alexfauquette
|
|
6754
8417
|
- ​<!-- 22 -->[docs] Do not render CSS section in API docs navbar if there are no CSS classes (#29622) @ZeeshanTamboli
|
|
@@ -6760,7 +8423,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
6760
8423
|
- ​<!-- 16 -->[docs] Remove svg logos from the Support page (#29431) @oliviertassinari
|
|
6761
8424
|
- ​<!-- 15 -->[docs] Link UXPin integration (#29422) @oliviertassinari
|
|
6762
8425
|
- ​<!-- 14 -->[docs] Link to the new public roadmap for the design kits (#29433) @oliviertassinari
|
|
6763
|
-
- ​<!-- 28 -->[docs] correct bundler configuration for using legacy
|
|
8426
|
+
- ​<!-- 28 -->[docs] correct bundler configuration for using legacy Material UI build (#29146) @petermikitsh
|
|
6764
8427
|
- ​<!-- 01 -->[website] Fix premium plan release date (#29430) @oliviertassinari
|
|
6765
8428
|
- ​<!-- 02 -->[website] Add GitHub icon button to the navbar (#29640) @danilo-leal
|
|
6766
8429
|
- ​<!-- 39 -->[blog] Support many authors in markdown pages (#29633) @m4theushw
|
|
@@ -6874,7 +8537,7 @@ A big thanks to the 33 contributors who made this release possible. Here are som
|
|
|
6874
8537
|
- ​<!-- 61 -->[core] Convert a named color to lowercase (#29465) @ainatenhi
|
|
6875
8538
|
- ​<!-- 60 -->[core] Allow to reuse functions from `docs:api` (#28828) @m4theushw
|
|
6876
8539
|
- ​<!-- 59 -->[core] Commit new nextjs 12 tsconfig (#29458) @eps1lon
|
|
6877
|
-
- ​<!-- 58 -->[core] Settle on MUI
|
|
8540
|
+
- ​<!-- 58 -->[core] Settle on MUI X for the official name (#29420) @oliviertassinari
|
|
6878
8541
|
- ​<!-- 57 -->[core] Add mui as a npm keyword (#29427) @oliviertassinari
|
|
6879
8542
|
- ​<!-- 56 -->[core] Fix issue template redirection (#29432) @oliviertassinari
|
|
6880
8543
|
- ​<!-- 55 -->[core] Remove unecessary destructuration (#29354) @oliviertassinari
|
|
@@ -7234,7 +8897,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
7234
8897
|
- ​<!-- 30 -->[docs] Update caret position in comments to match npm scope (#28426) @eps1lon
|
|
7235
8898
|
- ​<!-- 29 -->[docs] Fix CONTRIBUTING to point out to master as targeted branch (#28396) @mnajdova
|
|
7236
8899
|
- ​<!-- 28 -->[docs] Update examples to remove 'beta' (#28475) @oliviertassinari
|
|
7237
|
-
- ​<!-- 27 -->[docs] Fix 404 links to MUI
|
|
8900
|
+
- ​<!-- 27 -->[docs] Fix 404 links to MUI X API (#28176) @oliviertassinari
|
|
7238
8901
|
- ​<!-- 26 -->[docs] Fix broken/incorrect attributes links in Avatar and NativeSelect API pages (#28417) @xenostar
|
|
7239
8902
|
- ​<!-- 25 -->[docs] Explain how `<Alert icon={false} />` behaves (#28348) @nguyenkhanhnam
|
|
7240
8903
|
- ​<!-- 24 -->[docs] Fix typo in /system/the-sx-prop (#28393) @danwoods
|
|
@@ -7261,7 +8924,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
7261
8924
|
- ​<!-- 42 -->[core] Remove code handling JSS components (#28421) @eps1lon
|
|
7262
8925
|
- ​<!-- 41 -->[core] Remove unused dependencies (#28468) @eps1lon
|
|
7263
8926
|
- ​<!-- 40 -->[core] Ensure both docs bundles are analyzeable (#28410) @eps1lon
|
|
7264
|
-
- ​<!-- 39 -->[core] Switch to
|
|
8927
|
+
- ​<!-- 39 -->[core] Switch to Webpack 5 (#28248) @eps1lon
|
|
7265
8928
|
- ​<!-- 38 -->[core] Batch small changes (#28177) @oliviertassinari
|
|
7266
8929
|
- ​<!-- 37 -->[core] Update publish tag to latest (#28382) @mnajdova
|
|
7267
8930
|
- ​<!-- 19 -->[framer] Update @mui/\* dependencies (#28469) @eps1lon
|
|
@@ -7278,7 +8941,7 @@ All contributors of this release in alphabetical order: @breitembach, @chetrit,
|
|
|
7278
8941
|
|
|
7279
8942
|
_Sep 16, 2021_
|
|
7280
8943
|
|
|
7281
|
-
After over 400 days of development and over 40 canary releases, we are excited to introduce [MUI
|
|
8944
|
+
After over 400 days of development and over 40 canary releases, we are excited to introduce [MUI Core v5.0.0](https://mui.com/blog/mui-core-v5/)!
|
|
7282
8945
|
|
|
7283
8946
|
Some statistics with the released of v5.0.0 compared to the one of v4.0.0:
|
|
7284
8947
|
|
|
@@ -7313,10 +8976,10 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
|
|
|
7313
8976
|
|
|
7314
8977
|
### Docs
|
|
7315
8978
|
|
|
7316
|
-
- ​<!-- 38 -->[blog] Introducing MUI
|
|
8979
|
+
- ​<!-- 38 -->[blog] Introducing MUI Core v5.0 (#27912) @oliviertassinari
|
|
7317
8980
|
- ​<!-- 08 -->[docs] Fix quotes in font-face literal (#28260) @Aurelain
|
|
7318
8981
|
- ​<!-- 07 -->[docs] Update redirects to X's docs (#28263) @m4theushw
|
|
7319
|
-
- ​<!-- 06 -->[docs] Change Material
|
|
8982
|
+
- ​<!-- 06 -->[docs] Change Material UI to MUI in the console (#28270) @mbrookes
|
|
7320
8983
|
- ​<!-- 05 -->[docs] Docs redesign adjustments (#28203) @mnajdova
|
|
7321
8984
|
- ​<!-- 04 -->[docs] How to compose theme in steps (#28246) @goncalovf
|
|
7322
8985
|
- ​<!-- 03 -->[docs] Fix DataGrid demo console warning in Table docs (#28235) @ZeeshanTamboli
|
|
@@ -7337,7 +9000,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
|
|
|
7337
9000
|
|
|
7338
9001
|
### Core
|
|
7339
9002
|
|
|
7340
|
-
- ​<!-- 12 -->[core] Replace Material
|
|
9003
|
+
- ​<!-- 12 -->[core] Replace Material UI with MUI (#28243) @mnajdova
|
|
7341
9004
|
- ​<!-- 11 -->[core] Prepare for v5 stable release (#28240) @mnajdova
|
|
7342
9005
|
- ​<!-- 10 -->[core] Mark lines that needs to be changed with a major release (#28238) @mnajdova
|
|
7343
9006
|
- ​<!-- 18 -->[core] Various updates to what we consider the default branch (#28328) @eps1lon
|
|
@@ -7398,7 +9061,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
7398
9061
|
- ​<!-- 29 -->[docs] Improve docs for creating dark theme (#28104) @mnajdova
|
|
7399
9062
|
- ​<!-- 28 -->[docs] Don't use Material theme in unstyled demos (#28073) @michaldudak
|
|
7400
9063
|
- ​<!-- 27 -->[docs] Fix api doc import example (#28199) @siriwatknp
|
|
7401
|
-
- ​<!-- 26 -->[docs] Remove demo for re-creating Material
|
|
9064
|
+
- ​<!-- 26 -->[docs] Remove demo for re-creating Material UI switches (#28042) @eps1lon
|
|
7402
9065
|
- ​<!-- 25 -->[docs] Improve legibility of CTA on landing page (#28124) @akashshyamdev
|
|
7403
9066
|
- ​<!-- 24 -->[docs] Fix Link outdated default underline prop (#28134) @outofgamut
|
|
7404
9067
|
- ​<!-- 23 -->[docs] Fix branding theme leaking on the templates (#28120) @mnajdova
|
|
@@ -7809,7 +9472,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
7809
9472
|
- ​<!-- 37 -->[website] Add spicefactory as gold sponsor @oliviertassinari
|
|
7810
9473
|
- ​<!-- 30 -->[website] Homepage rebranding (#27488) @siriwatknp
|
|
7811
9474
|
- ​<!-- 24 -->[website] Add Flavien to team and about pages (#27575) @flaviendelangle
|
|
7812
|
-
- ​<!-- 17 -->[website] Add Ryan to Community contributors for Stack
|
|
9475
|
+
- ​<!-- 17 -->[website] Add Ryan to Community contributors for Stack Overflow contributions (#27529) @ryancogswell
|
|
7813
9476
|
- ​<!-- 02 -->[website] Add references section to home (#27444) @siriwatknp
|
|
7814
9477
|
|
|
7815
9478
|
### Core
|
|
@@ -7886,7 +9549,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
7886
9549
|
### Docs
|
|
7887
9550
|
|
|
7888
9551
|
- ​<!-- 56 -->[docs] Display Popper arrow correctly (#27339) @Patil2099
|
|
7889
|
-
- ​<!-- 53 -->[docs] Focus pickers introduction on Material
|
|
9552
|
+
- ​<!-- 53 -->[docs] Focus pickers introduction on Material UI (#27394) @eps1lon
|
|
7890
9553
|
- ​<!-- 51 -->[docs] Fix wrong import path in @material-ui/styles section (#27427) @WeldonTan
|
|
7891
9554
|
- ​<!-- 47 -->[docs] Update color imports (#27321) @siriwatknp
|
|
7892
9555
|
- ​<!-- 38 -->[docs] Sync params of callbacks between types and JSDoc description (#27366) @eps1lon
|
|
@@ -8009,7 +9672,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
8009
9672
|
- [docs] Sort the size in a more logical order (#27186) @oliviertassinari
|
|
8010
9673
|
- [docs] Use actual link to paperbase (#27063) @eps1lon
|
|
8011
9674
|
- [docs] Use custom markdown loader for landing page (#27065) @eps1lon
|
|
8012
|
-
- [docs] Use
|
|
9675
|
+
- [docs] Use Webpack 5 (#27077) @eps1lon
|
|
8013
9676
|
- [examples] Fix CDN warning (#27229) @oliviertassinari
|
|
8014
9677
|
- [examples] Remove `StyledEngineProvider` as JSS is not used (#27133) @mnajdova
|
|
8015
9678
|
- [examples] Remove forgotten StyledEngineProvider (#27163) @oliviertassinari
|
|
@@ -8029,7 +9692,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
8029
9692
|
- [test] Update tests with latest state of StrictMode compatibility (#27042) @eps1lon
|
|
8030
9693
|
- [test] Use DOM events instead of mocked, partial events (#27198) @eps1lon
|
|
8031
9694
|
- [website] Open 4 new roles (#27123) @oliviertassinari
|
|
8032
|
-
- [blog] Danilo Leal joins Material
|
|
9695
|
+
- [blog] Danilo Leal joins Material UI (#27231) @oliviertassinari
|
|
8033
9696
|
|
|
8034
9697
|
All contributors of this release in alphabetical order: @eps1lon, @mbrookes, @michal-perlakowski, @michaldudak, @mnajdova, @moshfeu, @oliviertassinari, @rajzik, @renovate[bot], @sahil-blulabs, @ShirasawaSama, @siriwatknp, @vimutti77
|
|
8035
9698
|
|
|
@@ -8139,7 +9802,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
8139
9802
|
- ​<!-- 35 -->[docs] Fix /components/hidden merge conflict (#26997) @eps1lon
|
|
8140
9803
|
- ​<!-- 26 -->[docs] Fix 404 links (#26963) @oliviertassinari
|
|
8141
9804
|
- ​<!-- 24 -->[docs] Remove link that points to v4 blog post (#26960) @steveafrost
|
|
8142
|
-
- ​<!-- 16 -->[docs] Use custom
|
|
9805
|
+
- ​<!-- 16 -->[docs] Use custom Webpack loader for markdown (#26774) @eps1lon
|
|
8143
9806
|
- ​<!-- 11 -->[docs] Fix 301 links (#26942) @oliviertassinari
|
|
8144
9807
|
- ​<!-- 01 -->[docs] Add page for the `sx` prop (#26769) @mnajdova
|
|
8145
9808
|
- ​<!-- 52 -->[docs] pre-fill issue when a demo crashes (#27034) @eps1lon
|
|
@@ -8351,7 +10014,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
8351
10014
|
- ​<!-- 02 -->[docs] Fix small PT typo fix: inciar -> iniciar (#26775) @brunocavalcante
|
|
8352
10015
|
- ​<!-- 03 -->[I10n] Add Chinese (Hong Kong) (zh-HK) locale (#26637) @kshuiroy
|
|
8353
10016
|
- ​<!-- 44 -->[l10n] Add sinhalese (siLK) locale (#26875) @pavinduLakshan
|
|
8354
|
-
- ​<!-- 39 -->[examples] Rename
|
|
10017
|
+
- ​<!-- 39 -->[examples] Rename Next.js TypeScript theme from tsx to ts (#26862) @Izhaki
|
|
8355
10018
|
|
|
8356
10019
|
### Core
|
|
8357
10020
|
|
|
@@ -8466,7 +10129,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
|
|
|
8466
10129
|
|
|
8467
10130
|
### Docs
|
|
8468
10131
|
|
|
8469
|
-
- ​<!-- 20 -->[blog] Michał Dudak joins Material
|
|
10132
|
+
- ​<!-- 20 -->[blog] Michał Dudak joins Material UI (#26700) @oliviertassinari
|
|
8470
10133
|
- ​<!-- 27 -->[docs] Migrate onepirate premium template to emotion part2 (#26707) @vicasas
|
|
8471
10134
|
- ​<!-- 24 -->[docs] Fix TextField demo layout (#26710) @vicasas
|
|
8472
10135
|
- ​<!-- 19 -->[docs] Improve Paperbase demo (#26711) @oliviertassinari
|
|
@@ -8681,7 +10344,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
8681
10344
|
- [ButtonBase] Fix role="button" attribute (#26271) @Gautam-Arora24
|
|
8682
10345
|
- [Dialog] Fix support for custom breakpoints (#26331) @jeferson-sb
|
|
8683
10346
|
- [Select] Open popup below button (#26200) @oliviertassinari
|
|
8684
|
-
- [TextField] Add variants support,
|
|
10347
|
+
- [TextField] Add variants support, for example custom sizes (#26468) @siriwatknp
|
|
8685
10348
|
- [Tooltip] Improve handling of small vs. touch screens (#26097) @oliviertassinari
|
|
8686
10349
|
|
|
8687
10350
|
### `@material-ui/codemod@5.0.0-alpha.35`
|
|
@@ -8754,7 +10417,7 @@ We are progressively moving all modules that are relevant to styling custom desi
|
|
|
8754
10417
|
- [test] Move ClockPicker tests to ClockPicker.test (#26407) @eps1lon
|
|
8755
10418
|
- [test] setProps from createPickerRender should set props on the rendered element (#26405) @eps1lon
|
|
8756
10419
|
- [utils] Convert useId to TypeScript (#26491) @eps1lon
|
|
8757
|
-
- [website] Add Material
|
|
10420
|
+
- [website] Add Material UI X page (#25794) @DanailH
|
|
8758
10421
|
- [website] Add open application section (#26501) @oliviertassinari
|
|
8759
10422
|
- [website] Add Siriwat to team page (#26406) @siriwatknp
|
|
8760
10423
|
|
|
@@ -9013,7 +10676,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
9013
10676
|
|
|
9014
10677
|
- ​<!-- 51 -->[Box] Remove render prop (#26113) @m4theushw
|
|
9015
10678
|
|
|
9016
|
-
Its behavior can be obtained using the `sx` prop directly on the child if it's a Material
|
|
10679
|
+
Its behavior can be obtained using the `sx` prop directly on the child if it's a Material UI component. For non-Material UI components use the `sx` prop in conjunction with the `component` prop:
|
|
9017
10680
|
|
|
9018
10681
|
```diff
|
|
9019
10682
|
-<Box sx={{ border: '1px dashed grey' }}>
|
|
@@ -9629,7 +11292,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
9629
11292
|
- ​<!-- 03 -->[docs] Add interoperability section for Portal (#25575) @mnajdova
|
|
9630
11293
|
- ​<!-- 01 -->[docs] Fix side nav scroll position (#25619) @misaka3
|
|
9631
11294
|
- ​<!-- 30 -->[website] Q1 2021 Update (#25591) @oliviertassinari
|
|
9632
|
-
- ​<!-- 04 -->[website] Matheus Wichman joins Material
|
|
11295
|
+
- ​<!-- 04 -->[website] Matheus Wichman joins Material UI (#25590) @oliviertassinari
|
|
9633
11296
|
|
|
9634
11297
|
### Core
|
|
9635
11298
|
|
|
@@ -9699,7 +11362,7 @@ A big thanks to the 26 contributors who made this release possible. Here are som
|
|
|
9699
11362
|
### Docs
|
|
9700
11363
|
|
|
9701
11364
|
- ​<!-- 46 -->[docs] Provide an alternative to right-to-left (#25584) @dariusk
|
|
9702
|
-
- ​<!-- 45 -->[docs] Add note for
|
|
11365
|
+
- ​<!-- 45 -->[docs] Add note for TypeScript on the styled() customization guide (#25576) @mnajdova
|
|
9703
11366
|
- ​<!-- 44 -->[docs] Replace incorrect instances of defined with define (#25572) @surajpoddar16
|
|
9704
11367
|
- ​<!-- 42 -->[docs] Fix spelling error in roadmap.md file (#25570) @Brlaney
|
|
9705
11368
|
- ​<!-- 37 -->[docs] Migrate Card demos to emotion (#25557) @vicasas
|
|
@@ -9925,7 +11588,7 @@ The prop didn't solve any important problem better than any of its alternatives
|
|
|
9925
11588
|
|
|
9926
11589
|
### Core
|
|
9927
11590
|
|
|
9928
|
-
- ​<!-- 01 -->[
|
|
11591
|
+
- ​<!-- 01 -->[changelog] Better document breaking changes @oliviertassinari
|
|
9929
11592
|
- ​<!-- 05 -->[core] Modernize icons `builder:src` (#25137) @eps1lon
|
|
9930
11593
|
- ​<!-- 04 -->[core] Properly use BABEL_ENV test and development (#25139) @eps1lon
|
|
9931
11594
|
- ​<!-- 15 -->[test] Add (manual) visual regression test for icons (#25160) @eps1lon
|
|
@@ -9948,7 +11611,7 @@ A big thanks to the 26 contributors who made this release possible. Here are som
|
|
|
9948
11611
|
This is a follow-up effort after we have merged `material-ui-pickers`. The components are written in TypeScript which required us to upgrade our infra.
|
|
9949
11612
|
- 👌 Improve the Slider thumb and track animation (#24968) @remyoudemans.
|
|
9950
11613
|
The thumb is now moving with a light transition between different values unless it's dragged.
|
|
9951
|
-
<img src="https://user-images.githubusercontent.com/3165635/109394906-b7405a00-7929-11eb-829a-3b5246c30c08.gif" width="412" height="110" />
|
|
11614
|
+
<img src="https://user-images.githubusercontent.com/3165635/109394906-b7405a00-7929-11eb-829a-3b5246c30c08.gif" width="412" height="110" alt="thumb-animation" />
|
|
9952
11615
|
- 💅 Convert 5 components with custom colors support (#25099, #25088) @mngu.
|
|
9953
11616
|
This change makes it easier to leverage custom palettes
|
|
9954
11617
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
@@ -10133,7 +11796,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
10133
11796
|
2. @vicasas x5
|
|
10134
11797
|
3. @kodai3 x4
|
|
10135
11798
|
|
|
10136
|
-
- 📐 Add a subset of
|
|
11799
|
+
- 📐 Add a subset of MUI System as flattened props on `Typography` (#24496) @mnajdova.
|
|
10137
11800
|
Now, you can do:
|
|
10138
11801
|
|
|
10139
11802
|
```jsx
|
|
@@ -10150,7 +11813,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
10150
11813
|
- Increase the minimum version of TypeScript supported from v3.2 to v3.5. (#24795) @petyosi
|
|
10151
11814
|
|
|
10152
11815
|
We try to align with types released from [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) (i.e. packages published on npm under the `@types` namespace).
|
|
10153
|
-
We will not change the minimum supported version in a major version of Material
|
|
11816
|
+
We will not change the minimum supported version in a major version of Material UI.
|
|
10154
11817
|
However, we generally recommend to not use a TypeScript version older than the [lowest supported version of DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped#older-versions-of-typescript-33-and-earlier).
|
|
10155
11818
|
|
|
10156
11819
|
#### Changes
|
|
@@ -10206,7 +11869,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
10206
11869
|
|
|
10207
11870
|
- ​<!-- 78 -->[system] Use spacing unit in `gap`, `rowGap`, and `columnGap` (#24794) @ruppysuppy
|
|
10208
11871
|
|
|
10209
|
-
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,
|
|
11872
|
+
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}>`.
|
|
10210
11873
|
|
|
10211
11874
|
```diff
|
|
10212
11875
|
<Box
|
|
@@ -10224,7 +11887,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
10224
11887
|
#### Breaking changes
|
|
10225
11888
|
|
|
10226
11889
|
- ​<!-- 91 -->[types] Rename the exported `Omit` type in `@material-ui/types`. (#24795) @petyosi
|
|
10227
|
-
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
|
|
11890
|
+
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).
|
|
10228
11891
|
|
|
10229
11892
|
```diff
|
|
10230
11893
|
-import { Omit } from '@material-ui/types';
|
|
@@ -10300,7 +11963,7 @@ A big thanks to the 23 contributors who made this release possible. Here are som
|
|
|
10300
11963
|
- 👩🎤 Convert 31 components to emotion. Around 40% of the components have been migrated so far thanks to the help of the community.
|
|
10301
11964
|
- 🐛 Fix two long-standing issues with the Grid. Solve the horizontal scrollbar as well as dimensions when nesting (#24332) @greguintow.
|
|
10302
11965
|
- 📚 Fix various display issues on API documentation pages (#24526, #24503, #24504. #24517, #24417).
|
|
10303
|
-
- 📐 Add a subset of
|
|
11966
|
+
- 📐 Add a subset of MUI System as flatten props on the CSS utility components (`Grid` and `Box` so far, `Typography` and `Stack` coming later) (#24485, #24499) @mnajdova.
|
|
10304
11967
|
|
|
10305
11968
|
```jsx
|
|
10306
11969
|
<Box m={2}>
|
|
@@ -10383,7 +12046,7 @@ A big thanks to the 23 contributors who made this release possible. Here are som
|
|
|
10383
12046
|
- ​<!-- 70 -->[docs] Add API of picker components (#24497) @eps1lon
|
|
10384
12047
|
- ​<!-- 63 -->[examples] Add `locale` prop to the Nextjs Link component (#24596) @CyanoFresh
|
|
10385
12048
|
- ​<!-- 52 -->[docs] List required props first in /api/\* (#24526) @eps1lon
|
|
10386
|
-
- ​<!-- 45 -->[docs] Mention
|
|
12049
|
+
- ​<!-- 45 -->[docs] Mention MUI System props when available in the API pages (#24503) @mnajdova
|
|
10387
12050
|
- ​<!-- 43 -->[docs] Improve system properties page (#24524) @mnajdova
|
|
10388
12051
|
- ​<!-- 42 -->[docs] Fix malformed component API description (#24504) @eps1lon
|
|
10389
12052
|
- ​<!-- 41 -->[docs] Fix ToC "Component name" fragment link on /api/\* (#24517) @eps1lon
|
|
@@ -10590,7 +12253,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
10590
12253
|
- 👩🎤 Migrate the Avatar to emotion (#24114) @oliviertassinari
|
|
10591
12254
|
- 👩🎤 Migrate the Button to emotion (#24107, #24100) @mnajdova
|
|
10592
12255
|
- ♿️ Improve TrapFocus behavior, ignore the container as a tabbable element (#23364) @gregnb
|
|
10593
|
-
In rare cases, an element might not longer be tabbable when looping,
|
|
12256
|
+
In rare cases, an element might not longer be tabbable when looping, for example overflow container in Firefox.
|
|
10594
12257
|
You can work around the problem by adding a `tabIndex={0}` or customizing the `getTabbable` prop.
|
|
10595
12258
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
10596
12259
|
|
|
@@ -10675,7 +12338,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
10675
12338
|
<Typography variant="poster">poster</Typography>;
|
|
10676
12339
|
```
|
|
10677
12340
|
|
|
10678
|
-
[A full demo](https://codesandbox.io/
|
|
12341
|
+
[A full demo](https://codesandbox.io/p/sandbox/fontsizetheme-material-demo-forked-l9u05?file=/demo.tsx:725-773)
|
|
10679
12342
|
|
|
10680
12343
|
- 📚 Add a shortcut to open the Algolia search (#23959) @hmaddisb.
|
|
10681
12344
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
@@ -10866,7 +12529,7 @@ _Dec 3, 2020_
|
|
|
10866
12529
|
|
|
10867
12530
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
10868
12531
|
|
|
10869
|
-
- Fix most of the issues with
|
|
12532
|
+
- Fix most of the issues with MUI System (#23716, #23635, #23737, #23733, #23700, #23688) @mnajdova.
|
|
10870
12533
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
10871
12534
|
|
|
10872
12535
|
### `@material-ui/core@v5.0.0-alpha.18`
|
|
@@ -10959,7 +12622,7 @@ _Nov 23, 2020_
|
|
|
10959
12622
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
10960
12623
|
|
|
10961
12624
|
- 📚 Improve the IntelliSense support for the `sx` prop (#23599) @mnajdova.
|
|
10962
|
-
You should now get a description for each property of
|
|
12625
|
+
You should now get a description for each property of MUI System. For instance with `mx`:
|
|
10963
12626
|
|
|
10964
12627
|

|
|
10965
12628
|
|
|
@@ -10990,7 +12653,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
10990
12653
|
);
|
|
10991
12654
|
```
|
|
10992
12655
|
|
|
10993
|
-
This enforces emotion being injected first. [More details](https://mui.com/material-ui/
|
|
12656
|
+
This enforces emotion being injected first. [More details](https://mui.com/material-ui/integrations/interoperability/#css-injection-order) in the documentation.
|
|
10994
12657
|
|
|
10995
12658
|
- [Autocomplete] Rename `closeIcon` prop with `clearIcon` to avoid confusion (#23617) @akhilmhdh.
|
|
10996
12659
|
|
|
@@ -11084,24 +12747,24 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
11084
12747
|
- [DatePicker] Add missing exports (#23621) @havgry
|
|
11085
12748
|
- [DatePicker] Add missing TypeScript definitions (#23560) @mbrookes
|
|
11086
12749
|
- [DatePicker] Fix false-positive when validating mask in Safari (#23602) @eps1lon
|
|
11087
|
-
- [DatePicker] Fix missing manifest for
|
|
12750
|
+
- [DatePicker] Fix missing manifest for TypeScript packages (#23564) @eps1lon
|
|
11088
12751
|
- [TimePicker] Prevent scroll when interacting with the clock (#23563) @knightss27
|
|
11089
12752
|
|
|
11090
12753
|
### Docs
|
|
11091
12754
|
|
|
11092
|
-
- [docs] Add advanced page for
|
|
12755
|
+
- [docs] Add advanced page for MUI System (#23596) @mnajdova
|
|
11093
12756
|
- [docs] Add docs for typography in system (#23510) @oliviertassinari
|
|
11094
12757
|
- [docs] API pages i18n (#23214) @mbrookes
|
|
11095
12758
|
- [docs] Create pickers migration guide (#23605) @dmtrKovalenko
|
|
11096
12759
|
- [docs] Enable TS language service for docs/src (#23576) @eps1lon
|
|
11097
|
-
- [docs] Explain the information listed on
|
|
12760
|
+
- [docs] Explain the information listed on MUI System properties page (#23566) @mnajdova
|
|
11098
12761
|
- [docs] Fix /api client-side routing (#23586) @eps1lon
|
|
11099
12762
|
- [docs] Fix the Box section title on migration-v4 guide (#23679) @claudioldf
|
|
11100
12763
|
- [docs] Generate default values for docs from the unstyled components (#23614) @mnajdova
|
|
11101
12764
|
- [docs] Increase printWidth from 80 to 85(#23512) @eps1lon
|
|
11102
12765
|
- [docs] Prevent layout jumps from img loading in system demo (#23504) @eps1lon
|
|
11103
12766
|
- [docs] Remove controlled Tooltip example in Slider (#23625) @micsidoruk
|
|
11104
|
-
- [docs] Remove dead demos in
|
|
12767
|
+
- [docs] Remove dead demos in MUI System basics page (#23565) @mnajdova
|
|
11105
12768
|
- [docs] Replace emotion-server packages with @emotion/server (#23557) @numToStr
|
|
11106
12769
|
- [docs] Sync translations (#23648) @l10nbot
|
|
11107
12770
|
|
|
@@ -11130,7 +12793,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
11130
12793
|
|
|
11131
12794
|
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.
|
|
11132
12795
|
|
|
11133
|
-
- 📚 Revamp the documentation for [
|
|
12796
|
+
- 📚 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.
|
|
11134
12797
|
- 👩🎨 Upgrade emotion to v11 (#23007) @mnajdova.
|
|
11135
12798
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
11136
12799
|
|
|
@@ -11197,12 +12860,12 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
11197
12860
|
- [docs] Fix links being opened when dismissing context menus (#23491) @eps1lon
|
|
11198
12861
|
- [docs] Fix the Netlify proxy for localization of X (#23387) @oliviertassinari
|
|
11199
12862
|
- [docs] Fix usage of palette.type instead of palette.mode in docs (#23414) @hubgit
|
|
11200
|
-
- [docs] Improve documentation of
|
|
12863
|
+
- [docs] Improve documentation of MUI System (#23294) @mnajdova
|
|
11201
12864
|
- [docs] Improve feedback a11y (#23459) @eps1lon
|
|
11202
|
-
- [docs] Improve formatting of
|
|
12865
|
+
- [docs] Improve formatting of MUI System (#23509) @oliviertassinari
|
|
11203
12866
|
- [docs] Improve migration guide for theme.palette (#23416) @hubgit
|
|
11204
12867
|
- [docs] Mention delay instead of transition twice (#23393) @benmneb
|
|
11205
|
-
- [docs] Prepare Material
|
|
12868
|
+
- [docs] Prepare Material UI X (#1893) @oliviertassinari
|
|
11206
12869
|
- [docs] Redirect legacy GridList pages to ImageList (#23456) @eps1lon
|
|
11207
12870
|
- [docs] Remove redundant aria-label when wrapped in Tooltip (#23455) @eps1lon
|
|
11208
12871
|
- [docs] Sync translations (#23316) @l10nbot
|
|
@@ -11230,19 +12893,19 @@ _Nov 4, 2020_
|
|
|
11230
12893
|
A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
|
|
11231
12894
|
|
|
11232
12895
|
- ⚛️ Add support for React 17 (#23311) @eps1lon.
|
|
11233
|
-
React 17 release is unusual because it doesn't add any new developer-facing features. It was released a couple of days ago. You can learn more about it in the [introduction post](https://legacy.reactjs.org/blog/2020/10/20/react-v17.html). Material
|
|
12896
|
+
React 17 release is unusual because it doesn't add any new developer-facing features. It was released a couple of days ago. You can learn more about it in the [introduction post](https://legacy.reactjs.org/blog/2020/10/20/react-v17.html). Material UI now supports `^16.8.0 || ^17.0.0`.
|
|
11234
12897
|
- 🛠 Introduce a new `@material-ui/unstyled` package (#23270) @mnajdova.
|
|
11235
12898
|
This package will host the unstyled version of the components. In this first iteration, only the Slider is available. You can find it documented under the [same page](https://mui.com/components/slider-styled/#unstyled-slider) as the styled version.
|
|
11236
12899
|
|
|
11237
12900
|
**Why an unstyled package?**
|
|
11238
12901
|
|
|
11239
|
-
While engineering teams are successfully building custom design systems by wrapping Material
|
|
12902
|
+
While engineering teams are successfully building custom design systems by wrapping Material UI, we [occasionally hear](https://github.com/mui/material-ui/issues/6218) that Material Design or our styling solution are something they don't need. Some teams prefer SASS, others prefer to customize the components starting from a pristine state. What all these teams have in common is that they value the features coming from the components, such as accessibility.
|
|
11240
12903
|
|
|
11241
12904
|
The unstyled package goes one step down in the abstraction layer, providing more flexibility. Angular Material introduced this approach two years ago. Today their unstyled components account for [25% of the usage](https://npm-stat.com/charts.html?package=%40angular%2Fmaterial&package=%40angular%2Fcdk&from=2017-11-03&to=2020-11-03).
|
|
11242
12905
|
|
|
11243
12906
|
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).
|
|
11244
12907
|
|
|
11245
|
-
A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material
|
|
12908
|
+
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).
|
|
11246
12909
|
|
|
11247
12910
|
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.
|
|
11248
12911
|
|
|
@@ -11269,7 +12932,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
11269
12932
|
- [Avatar] Fix usage of srcset property (#23286) @matheuspiment
|
|
11270
12933
|
- [ClickAwayListener] Fix mounting behavior in Portals in React 17 (#23315) @eps1lon
|
|
11271
12934
|
- [core] Allow React 17 (#23311) @eps1lon
|
|
11272
|
-
- [Icon] Fix translation,
|
|
12935
|
+
- [Icon] Fix translation, for example Google Translate (#23237) @cbeltrangomez84
|
|
11273
12936
|
- [LinearProgress] Fix Safari's bug during composition of different paint (#23293) @montogeek
|
|
11274
12937
|
- [Radio] Fix dot misalignment in Safari (#23239) @anasufana
|
|
11275
12938
|
- [styled-engine] Fix tagged template syntax with multiple expressions (#23269) @eps1lon
|
|
@@ -11306,8 +12969,8 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
11306
12969
|
### Docs
|
|
11307
12970
|
|
|
11308
12971
|
- [Transition] Document default appear value (#23221) @GuilleDF
|
|
11309
|
-
- [blog] Danail Hadjiatanasov joins Material
|
|
11310
|
-
- [docs] Add Material
|
|
12972
|
+
- [blog] Danail Hadjiatanasov joins Material UI (#23223) @oliviertassinari
|
|
12973
|
+
- [docs] Add Material UI Builder to in-house ads (#23342) @mbrookes
|
|
11311
12974
|
- [docs] Fix a few typos and add comma (#23284) @reedanders
|
|
11312
12975
|
- [docs] Fix few propTypes in Inputs (#23331) @youknowhat
|
|
11313
12976
|
- [docs] Fix language cookie (#23324) @mbrookes
|
|
@@ -11343,8 +13006,8 @@ A big thanks to the 23 contributors who made this release possible.
|
|
|
11343
13006
|
Here are some highlights ✨:
|
|
11344
13007
|
|
|
11345
13008
|
- 💄 Introduce a new `sx` prop (#23053, #23205) @mnajdova
|
|
11346
|
-
We have resumed the work on Material
|
|
11347
|
-
You can read the [introduction blog post](https://medium.com/material-ui/introducing-material-ui-design-system-93e921beb8df) that we did for
|
|
13009
|
+
We have resumed the work on Material UI System. This is made possible by the latest progress on the new styling solution of v5.
|
|
13010
|
+
You can read the [introduction blog post](https://medium.com/material-ui/introducing-material-ui-design-system-93e921beb8df) that we did for MUI System two years ago.
|
|
11348
13011
|
|
|
11349
13012
|
The system is meant to solve the following problems:
|
|
11350
13013
|
|
|
@@ -11353,10 +13016,10 @@ Here are some highlights ✨:
|
|
|
11353
13016
|
3. Introducing a `makeStyles` for the first time in a component is daunting. For example, it's why https://github.com/vscodeshift/material-ui-codemorphs#add-usestyles-hook exists. What if we had less code to type, gaining velocity when writing styles?
|
|
11354
13017
|
4. Pulling values out from the theme can be cumbersome. How can we make it less painful to increase the usage of design tokens?
|
|
11355
13018
|
|
|
11356
|
-
This new iteration of
|
|
13019
|
+
This new iteration of MUI System brings two major improvements:
|
|
11357
13020
|
|
|
11358
13021
|
- It moves from the support of a subset of CSS to the support of a superset of CSS.
|
|
11359
|
-
Learning the shorthand is optional. It's no longer necessary to moving back to styled() when
|
|
13022
|
+
Learning the shorthand is optional. It's no longer necessary to moving back to styled() when MUI System doesn't support a specific CSS property.
|
|
11360
13023
|
- It moves from support on Box only to any core component (starting with the slider).
|
|
11361
13024
|
|
|
11362
13025
|
```jsx
|
|
@@ -11516,12 +13179,12 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
11516
13179
|
Here are some highlights ✨:
|
|
11517
13180
|
|
|
11518
13181
|
- 📦 Ship modern bundle (#22814) @eps1lon.
|
|
11519
|
-
This is a significant update to the [browsers supported](https://mui.com/material-ui/getting-started/supported-platforms/) by Material
|
|
13182
|
+
This is a significant update to the [browsers supported](https://mui.com/material-ui/getting-started/supported-platforms/) by Material UI.
|
|
11520
13183
|
The previous policy was defined 2 years ago, and the landscape has evolved since then. The package now includes 4 bundles:
|
|
11521
13184
|
|
|
11522
13185
|
1. `stable` (default, formerly `esm`) which targets a snapshot (on release) of `> 0.5%, last 2 versions, Firefox ESR, not dead, not IE 11"`
|
|
11523
13186
|
2. `node` (formerly default) which targets a snapshot (on release) of `maintained node versions`
|
|
11524
|
-
3. `legacy` (new) which is `stable` +
|
|
13187
|
+
3. `legacy` (new) which is `stable` + IE 11
|
|
11525
13188
|
4. `modern` (formerly `es`) which targets the last 1 version of evergreen browsers and active node (currently that is 14
|
|
11526
13189
|
|
|
11527
13190
|
The change yields a 6% reduction in bundle size 📦 (Babel only).
|
|
@@ -11867,9 +13530,9 @@ Here are some highlights ✨:
|
|
|
11867
13530
|
|
|
11868
13531
|
- 👩🎨 A first iteration on the new styling solution.
|
|
11869
13532
|
|
|
11870
|
-
You can find a [new version](https://mui.com/components/slider-styled/) of the slider in the lab powered by [
|
|
13533
|
+
You can find a [new version](https://mui.com/components/slider-styled/) of the slider in the lab powered by [Emotion](https://emotion.sh/).
|
|
11871
13534
|
|
|
11872
|
-
In the event that you are already using styled-components in your application, you can swap emotion for styled-components 💅. Check [this CodeSandbox](https://codesandbox.io/
|
|
13535
|
+
In the event that you are already using styled-components in your application, you can swap emotion for styled-components 💅. Check [this CodeSandbox](https://codesandbox.io/p/sandbox/sliderstyled-with-styled-components-forked-olc27?file=/package.json) for a demo. It relies on aliases to prevent any bundle size overhead.
|
|
11873
13536
|
|
|
11874
13537
|
The new styling solution saves 2kB gzipped in the bundle compared to JSS, and about 14 kB gzipped if you were already using emotion or styled-components.
|
|
11875
13538
|
|
|
@@ -12066,7 +13729,7 @@ More documentation are coming.
|
|
|
12066
13729
|
- [docs] Add ui-schema in related projects (#22644) @elbakerino
|
|
12067
13730
|
- [docs] Avoid confusion between layout grid and data grid (#22681) @oliviertassinari
|
|
12068
13731
|
- [docs] Batch small changes (#22646) @oliviertassinari
|
|
12069
|
-
- [docs] Configuring redirects for MUI
|
|
13732
|
+
- [docs] Configuring redirects for MUI X (#22632) @dtassone
|
|
12070
13733
|
- [docs] Customized hook at Autocomplete issue in dark mode (#22605) @hmaddisb
|
|
12071
13734
|
- [docs] Encourage DataGrid in /components/tables/ over alternatives (#22637) @oliviertassinari
|
|
12072
13735
|
- [docs] Fix emotion broken in SSR (#22731) @mnajdova
|
|
@@ -12171,7 +13834,7 @@ Here are some highlights ✨:
|
|
|
12171
13834
|
|
|
12172
13835
|
- [theme] Remove palette.text.hint key (#22537) @mbrookes
|
|
12173
13836
|
|
|
12174
|
-
The `theme.palette.text.hint` key was available but unused in Material
|
|
13837
|
+
The `theme.palette.text.hint` key was available but unused in Material UI v4 components.
|
|
12175
13838
|
You can use `adaptV4Theme()` to restore the previous behavior.
|
|
12176
13839
|
|
|
12177
13840
|
#### Changes
|
|
@@ -12239,7 +13902,7 @@ Here are some highlights ✨:
|
|
|
12239
13902
|
#### Breaking changes
|
|
12240
13903
|
|
|
12241
13904
|
- [Modal] Remove `onRendered` prop from Modal and Portal (#22464) @eps1lon
|
|
12242
|
-
Depending on your use case either use a [callback ref](https://
|
|
13905
|
+
Depending on your use case either use a [callback ref](https://react.dev/learn/manipulating-the-dom-with-refs#how-to-manage-a-list-of-refs-using-a-ref-callback) on the child element or an effect hook in the child component.
|
|
12243
13906
|
|
|
12244
13907
|
#### Changes
|
|
12245
13908
|
|
|
@@ -12589,7 +14252,7 @@ A big thanks to the 26 contributors who made this release possible.
|
|
|
12589
14252
|
Here are some highlights ✨:
|
|
12590
14253
|
|
|
12591
14254
|
- 💅 Introduce a new dynamic variant API (#21648) @mnajdova.
|
|
12592
|
-
This API allows developers to add new variants on the Material
|
|
14255
|
+
This API allows developers to add new variants on the Material UI's components right from the theme, without having to wrap the components.
|
|
12593
14256
|
For instance with the Button:
|
|
12594
14257
|
|
|
12595
14258
|
```tsx
|
|
@@ -12951,7 +14614,7 @@ A big thanks to the 11 contributors who made this release possible.
|
|
|
12951
14614
|
- [core] Drop support for non-ref-forwarding class components (#21811) @eps1lon
|
|
12952
14615
|
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.
|
|
12953
14616
|
Otherwise check out the ["Caveat with refs" section in our composition guide](/guides/composition/#caveat-with-refs) to find out how to migrate.
|
|
12954
|
-
This change affects almost all components where you're using the `component` prop or passing `children` to components that require `children` to be elements (
|
|
14617
|
+
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>`)
|
|
12955
14618
|
- [Stepper] Use context API (#21613) @baterson
|
|
12956
14619
|
Rely on the context over the `React.cloneElement()` API.
|
|
12957
14620
|
This change makes composition easier.
|
|
@@ -13187,28 +14850,28 @@ A big thanks to the 33 contributors who made this release possible. Here are som
|
|
|
13187
14850
|
+</Accordion>
|
|
13188
14851
|
```
|
|
13189
14852
|
|
|
13190
|
-
- [BottomNavigation]
|
|
14853
|
+
- [BottomNavigation] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
|
|
13191
14854
|
|
|
13192
14855
|
```diff
|
|
13193
14856
|
-<BottomNavigation onChange={(event: React.ChangeEvent<{}>) => {}} />
|
|
13194
14857
|
+<BottomNavigation onChange={(event: React.SyntheticEvent) => {}} />
|
|
13195
14858
|
```
|
|
13196
14859
|
|
|
13197
|
-
- [Slider]
|
|
14860
|
+
- [Slider] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
|
|
13198
14861
|
|
|
13199
14862
|
```diff
|
|
13200
14863
|
-<Slider onChange={(event: React.ChangeEvent<{}>, value: unknown) => {}} />
|
|
13201
14864
|
+<Slider onChange={(event: React.SyntheticEvent, value: unknown) => {}} />
|
|
13202
14865
|
```
|
|
13203
14866
|
|
|
13204
|
-
- [Tabs]
|
|
14867
|
+
- [Tabs] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
|
|
13205
14868
|
|
|
13206
14869
|
```diff
|
|
13207
14870
|
-<Tabs onChange={(event: React.ChangeEvent<{}>, value: unknown) => {}} />
|
|
13208
14871
|
+<Tabs onChange={(event: React.SyntheticEvent, value: unknown) => {}} />
|
|
13209
14872
|
```
|
|
13210
14873
|
|
|
13211
|
-
- [Accordion]
|
|
14874
|
+
- [Accordion] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
|
|
13212
14875
|
|
|
13213
14876
|
```diff
|
|
13214
14877
|
-<Accordion onChange={(event: React.ChangeEvent<{}>, expanded: boolean) => {}} />
|