@mui/styled-engine-sc 6.0.0-alpha.8 → 6.0.0-dev.20240529-082515-213b5e33ab
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 +1969 -410
- package/GlobalStyles/GlobalStyles.d.ts +1 -1
- package/README.md +1 -1
- package/StyledEngineProvider/StyledEngineProvider.d.ts +1 -1
- package/index.d.ts +95 -46
- package/index.js +1 -1
- package/modern/index.js +1 -1
- package/node/index.js +2 -2
- package/package.json +6 -5
- package/legacy/GlobalStyles/GlobalStyles.js +0 -19
- package/legacy/GlobalStyles/index.js +0 -1
- package/legacy/StyledEngineProvider/StyledEngineProvider.js +0 -26
- package/legacy/StyledEngineProvider/index.js +0 -1
- package/legacy/index.js +0 -53
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,1565 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## v6.0.0-alpha.8
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.0.0-alpha.7..next -->
|
|
6
|
+
|
|
7
|
+
_May 21, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 7 contributors who made this release possible.
|
|
10
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
11
|
+
|
|
12
|
+
### `@mui/material@6.0.0-alpha.7`
|
|
13
|
+
|
|
14
|
+
- ​<!-- 04 -->[material-ui] Filter only valid theme palette for generating styles (#42147) @siriwatknp
|
|
15
|
+
- ​<!-- 03 -->[material-ui] Remove UMD bundle (#42172) @ZeeshanTamboli
|
|
16
|
+
- ​<!-- 02 -->[material-ui][TextField] Deprecate `*Props` props (#42062) @DiegoAndai
|
|
17
|
+
|
|
18
|
+
### Docs
|
|
19
|
+
|
|
20
|
+
- ​<!-- 08 -->[docs] Remove Base UI from the README (#42307) @danilo-leal
|
|
21
|
+
- ​<!-- 07 -->[docs][material-ui] Fix typo in style interoperability with Tailwind CSS docs (#42279) @ZeeshanTamboli
|
|
22
|
+
- ​<!-- 06 -->[docs][material-ui] Add supported browsers section to migration guide (#42194) @DiegoAndai
|
|
23
|
+
- ​<!-- 05 -->[docs][material-ui][Pagination] Clarify pagination `page` prop API (#42220) @Mandar-Pandya
|
|
24
|
+
|
|
25
|
+
### Core
|
|
26
|
+
|
|
27
|
+
- ​<!-- 12 -->[blog] Update blog post OG image (#42270) @danilo-leal
|
|
28
|
+
- ​<!-- 11 -->[blog] Update Pigment CSS post (#42266) @danilo-leal
|
|
29
|
+
- ​<!-- 10 -->[docs] Remove LocalMonero (#42224) @oliviertassinari
|
|
30
|
+
- ​<!-- 08 -->[docs-infra] Fix keyboard navigation on page tabs (#42152) @danilo-leal
|
|
31
|
+
- ​<!-- 10 -->[code-infra] Remove raw-loader (#42275) @Janpot
|
|
32
|
+
- ​<!-- 09 -->[core] Remove outdated Babel plugins (#42140) @ZeeshanTamboli
|
|
33
|
+
- ​<!-- 12 -->[core] Fix a few more key spread issues (#42168) @oliviertassinari
|
|
34
|
+
- ​<!-- 01 -->[website] Avoid duplicate simple vs. rich (#42100) @oliviertassinari
|
|
35
|
+
|
|
36
|
+
All contributors of this release in alphabetical order: @danilo-leal, @DiegoAndai, @Janpot, @Mandar-Pandya, @oliviertassinari, @siriwatknp, @ZeeshanTamboli
|
|
37
|
+
|
|
38
|
+
## v6.0.0-alpha.7
|
|
39
|
+
|
|
40
|
+
<!-- generated comparing v6.0.0-alpha.6..next -->
|
|
41
|
+
|
|
42
|
+
_May 16, 2024_
|
|
43
|
+
|
|
44
|
+
A big thanks to the 14 contributors who made this release possible.
|
|
45
|
+
|
|
46
|
+
### `@mui/material@6.0.0-alpha.7`
|
|
47
|
+
|
|
48
|
+
- ​<!-- 23 -->[Autocomplete] Deprecate `componentsProps` props (#42179) @lhilgert9
|
|
49
|
+
- ​<!-- 22 -->[Autocomplete] Improve design when there's a start adornment for small autocomplete (#41781) @TahaRhidouani
|
|
50
|
+
- ​<!-- 21 -->[Autocomplete] deprecate `*Component` and `*Props` for v6 (#41875) @lhilgert9
|
|
51
|
+
- ​<!-- 19 -->[CircularProgress] Deprecate composed classes (#42076) @sai6855
|
|
52
|
+
- ​<!-- 05 -->[ToggleButtonGroup] Add missing `selected` class in ToggleButtonGroupClasses type (#42243) @tarunrajput
|
|
53
|
+
|
|
54
|
+
### `@mui/codemod@6.0.0-alpha.6`
|
|
55
|
+
|
|
56
|
+
- ​<!-- 18 -->[Divider] Only apply codemod if light prop is present (#42098) @DiegoAndai
|
|
57
|
+
|
|
58
|
+
### Docs
|
|
59
|
+
|
|
60
|
+
- ​<!-- 13 -->Fix 301 to Figma @oliviertassinari
|
|
61
|
+
- ​<!-- 12 -->Fix use of deprecated React API (#42118) @oliviertassinari
|
|
62
|
+
- ​<!-- 11 -->Remove the Base notification (#42191) @danilo-leal
|
|
63
|
+
- ​<!-- 07 -->[material-ui] Improve descriptions for deprecated props (#42221) @aarongarciah
|
|
64
|
+
- ​<!-- 06 -->[material-ui] Fix typo in composition docs (#42195) @aarongarciah
|
|
65
|
+
|
|
66
|
+
### Core
|
|
67
|
+
|
|
68
|
+
- ​<!-- 20 -->[blog] Introducing Pigment CSS blog post (#42198) @samuelsycamore
|
|
69
|
+
- ​<!-- 17 -->[core] Remove confusing comment @oliviertassinari
|
|
70
|
+
- ​<!-- 16 -->[core] Match other repositories and convention @oliviertassinari
|
|
71
|
+
- ​<!-- 15 -->[core] Fix React 18.3 warnings about spreading keys in the Material UI `Autocomplete` component (#42099) @heath-freenome
|
|
72
|
+
- ​<!-- 14 -->[core] Remove unecessary quotes @oliviertassinari
|
|
73
|
+
- ​<!-- 10 -->[docs-infra] Share code for section title (#42236) @alexfauquette
|
|
74
|
+
- ​<!-- 09 -->[docs-infra] Limit the copy button to the visible code block (#42115) @danilo-leal
|
|
75
|
+
- ​<!-- 08 -->[docs-infra] Make select components with two capital letters (#42004) @alexfauquette
|
|
76
|
+
- ​<!-- 08 -->[docs-infra][toolpad] Fix Page title and SERP title mismatch (#41919) @bharatkashyap
|
|
77
|
+
- ​<!-- 05 -->[website] Add redirection for talk @oliviertassinari
|
|
78
|
+
- ​<!-- 04 -->[website] Adds Arthur Balduini team info (#42193) @arthurbalduini
|
|
79
|
+
- ​<!-- 03 -->[website] Update the role template file (#42192) @danilo-leal
|
|
80
|
+
- ​<!-- 02 -->[website] Update MUI X deps and migrate TreeView demos to v7 API (#42149) @noraleonte
|
|
81
|
+
- ​<!-- 01 -->[website] Fix pricing casing (#42178) @aarongarciah
|
|
82
|
+
|
|
83
|
+
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @arthurbalduini, @bharatkashyap, @danilo-leal, @DiegoAndai, @heath-freenome, @lhilgert9, @noraleonte, @oliviertassinari, @sai6855, @samuelsycamore, @TahaRhidouani, @tarunrajput
|
|
84
|
+
|
|
85
|
+
## v6.0.0-alpha.6
|
|
86
|
+
|
|
87
|
+
<!-- generated comparing v6.0.0-alpha.5..next -->
|
|
88
|
+
|
|
89
|
+
_May 8, 2024_
|
|
90
|
+
|
|
91
|
+
A big thanks to the 10 contributors who made this release possible.
|
|
92
|
+
|
|
93
|
+
### `@mui/material@6.0.0-alpha.6`
|
|
94
|
+
|
|
95
|
+
- [Chip] Add colorDefault class to chipClasses (#42067) @sai6855
|
|
96
|
+
- Migrate components to support CSS extraction (#42001) @siriwatknp
|
|
97
|
+
- [SpeedDial] Deprecate TransitionComponent (#40698) @harry-whorlow
|
|
98
|
+
|
|
99
|
+
### `@mui/codemod@6.0.0-alpha.6`
|
|
100
|
+
|
|
101
|
+
- Add `theme-v6` migration (#42056) @siriwatknp
|
|
102
|
+
|
|
103
|
+
### `@mui/icons-material@6.0.0-alpha.6`
|
|
104
|
+
|
|
105
|
+
- Add the Emergency icon (#42080) @danilo-leal
|
|
106
|
+
|
|
107
|
+
### Docs
|
|
108
|
+
|
|
109
|
+
- [autocomplete] Fix duplicate autocomplete id (#42086) @oliviertassinari
|
|
110
|
+
- Fix SEO redirection issues @oliviertassinari
|
|
111
|
+
- [material-ui] Fix broken link (#42142) @aarongarciah
|
|
112
|
+
- [material-ui][docs] Fix link on the Sync page (#42088) @danilo-leal
|
|
113
|
+
|
|
114
|
+
### Core
|
|
115
|
+
|
|
116
|
+
- [blog] Shorten title to fit @oliviertassinari
|
|
117
|
+
- [blog] Update Sync post OG image (#42114) @danilo-leal
|
|
118
|
+
- [blog] A few tweaks in introducing-sync-plugin (#42092) @oliviertassinari
|
|
119
|
+
- [code-infra] Add canary release scripts (#41949) @michaldudak
|
|
120
|
+
- [code-infra] Move ComponentLinkHeader to @mui/docs (#42061) @Janpot
|
|
121
|
+
- [code-infra] Bump node image used by CI in docker (#42079) @LukasTy
|
|
122
|
+
- [core] Restrict import path with ESLint (#41970) @oliviertassinari
|
|
123
|
+
- [docs-infra] Add design and formatting improvements (#42063) @danilo-leal
|
|
124
|
+
- [docs-infra] Fix HTML structure violations (#42085) @oliviertassinari
|
|
125
|
+
- [website] Componentize a few Careers page sections (#42102) @danilo-leal
|
|
126
|
+
- [website] Refine the InfoCard design (#42116) @danilo-leal
|
|
127
|
+
- [website] Fix home page slider's track position (#42141) @aarongarciah
|
|
128
|
+
- [website] Closing the survey @oliviertassinari
|
|
129
|
+
- [website] Remove Survey banner from website and Core docs (#42104) @joserodolfofreitas
|
|
130
|
+
|
|
131
|
+
All contributors of this release in alphabetical order: @aarongarciah, @danilo-leal, @harry-whorlow, @Janpot, @joserodolfofreitas, @LukasTy, @michaldudak, @oliviertassinari, @sai6855, @siriwatknp
|
|
132
|
+
|
|
133
|
+
## v6.0.0-alpha.5
|
|
134
|
+
|
|
135
|
+
<!-- generated comparing v6.0.0-alpha.4..next -->
|
|
136
|
+
|
|
137
|
+
_May 1, 2024_
|
|
138
|
+
|
|
139
|
+
A big thanks to the 9 contributors who made this release possible.
|
|
140
|
+
|
|
141
|
+
### `@mui/material@6.0.0-alpha.5`
|
|
142
|
+
|
|
143
|
+
- [FormControlLabel] Deprecate `componentsProps` (#41767) @sai6855
|
|
144
|
+
- [PaginationItem] Deprecate components prop (#41777) @sai6855
|
|
145
|
+
- [SvgIcon] Convert to support CSS extraction (#41779) @aarongarciah
|
|
146
|
+
|
|
147
|
+
### `@mui/base@5.0.0-beta.43`
|
|
148
|
+
|
|
149
|
+
- [TextareaAutosize] Fix resizing instability (#41638) @ZeeshanTamboli
|
|
150
|
+
|
|
151
|
+
### Docs
|
|
152
|
+
|
|
153
|
+
- Fix small SEO issues @oliviertassinari
|
|
154
|
+
- [material-ui] Fix minor spelling error in the "About the lab" page (#42073) @ryanhartwig
|
|
155
|
+
- [material-ui] Update Figma plugin name (#41967) @danilo-leal
|
|
156
|
+
- [material-ui][templates] Fix input props attributes in Landing Page template (#42013) @5-tom
|
|
157
|
+
- [system] Update typo on the sx prop page (#42035) @bricker
|
|
158
|
+
|
|
159
|
+
### Core
|
|
160
|
+
|
|
161
|
+
- [docs-infra] Clean up branding theme file and improve font-face readibility (#42023) @danilo-leal
|
|
162
|
+
- [docs-infra] Simplify docs demo (#42016) @oliviertassinari
|
|
163
|
+
- [website] Add content about the Sync plugin in the Material UI page (#40515) @danilo-leal
|
|
164
|
+
- [website] Sync career roles (#42058) @oliviertassinari
|
|
165
|
+
- [website] Add Nadja on the about page (#42021) @mnajdova
|
|
166
|
+
- [website] Fix code block design by changing the `MarkdownElement` import (#42022) @danilo-leal
|
|
167
|
+
- [wesbite] Remove duplicate MarkdownElement component (#42028) @danilo-leal
|
|
168
|
+
|
|
169
|
+
All contributors of this release in alphabetical order: @5-tom, @aarongarciah, @bricker, @danilo-leal, @mnajdova, @oliviertassinari, @ryanhartwig, @sai6855, @ZeeshanTamboli
|
|
170
|
+
|
|
171
|
+
## v6.0.0-alpha.4
|
|
172
|
+
|
|
173
|
+
<!-- generated comparing v6.0.0-alpha.3..next -->
|
|
174
|
+
|
|
175
|
+
_Apr 24, 2024_
|
|
176
|
+
|
|
177
|
+
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
178
|
+
|
|
179
|
+
- 🔥 Converted 3 more Material UI components to use Pigment CSS.
|
|
180
|
+
- ℹ️ Pigment CSS now lives in [its own repository](https://github.com/mui/pigment-css)! From now on, all future development will happen there.
|
|
181
|
+
|
|
182
|
+
### `@mui/material@6.0.0-alpha.4`
|
|
183
|
+
|
|
184
|
+
- [Checkbox] Convert to support CSS extraction (#41957) @lhilgert9
|
|
185
|
+
- [IconButton] Convert to support CSS extraction (#41850) @gijsbotje
|
|
186
|
+
- [Radio] Convert to support CSS extraction (#41840) @lhilgert9
|
|
187
|
+
- [Typography] Fix ownerState prop placement (#41903) @sai6855
|
|
188
|
+
- Generate typography tokens (#41703) @siriwatknp
|
|
189
|
+
- Move typography CSS variables to `font` (#42003) @siriwatknp
|
|
190
|
+
- Fix getOverlayAlpha type (#41995) @oliviertassinari
|
|
191
|
+
- Support CSS Extraction using codemod (#41935) @siriwatknp
|
|
192
|
+
|
|
193
|
+
### `@mui/icons-material@6.0.0-alpha.4`
|
|
194
|
+
|
|
195
|
+
- ​<!-- 08 -->[icons] Update the icons package (#41937) @danilo-leal
|
|
196
|
+
|
|
197
|
+
### Docs
|
|
198
|
+
|
|
199
|
+
- [material-ui] Remove react-swipeable-views from demos as it's no longer maintained (#41912) @soler1212
|
|
200
|
+
- [material-ui] Add dark theme thumbnails for templates (#41947) @zanivan
|
|
201
|
+
- [material-ui] Remove links and interdependencies from free templates (#41941) @zanivan
|
|
202
|
+
- [material-ui] Add missing backticks to HTML tag in the installation page (#41972) @Miguelrom
|
|
203
|
+
- Fix 301 Toolpad links @oliviertassinari
|
|
204
|
+
- Fix 301 image redirections @oliviertassinari
|
|
205
|
+
|
|
206
|
+
### Core
|
|
207
|
+
|
|
208
|
+
- pnpm docs:zipRules && vale sync @oliviertassinari
|
|
209
|
+
- Remove @pigment-css/\* packages (#41965) @mnajdova
|
|
210
|
+
- [code-infra] Move the HighlightedCode component to @mui/docs (#41859) @Janpot
|
|
211
|
+
- [code-infra] Move the HighlightedCode component to @mui/docs (#41859) @Janpot
|
|
212
|
+
- [code-infra] Make Babel config path configurable in API docs builder (#41999) @michaldudak
|
|
213
|
+
- [docs-infra] Fix flex-shrink pro-plan (#41990) @oliviertassinari
|
|
214
|
+
- [docs-infra] Allow more value uses of MUI (#41706) @oliviertassinari
|
|
215
|
+
- [docs-infra] Move CPU to shared config (#41901) @oliviertassinari
|
|
216
|
+
- [docs-infra] Improve Twitter OG:image (#41860) @oliviertassinari
|
|
217
|
+
- [docs-infra] Adapt docs infra to Base UI docs needs (#41963) @michaldudak
|
|
218
|
+
- [docs-infra] Add demo container design refinements (#41948) @danilo-leal
|
|
219
|
+
- [docs-infra] Use the `getLayout` on the material demo pages (#41936) @alexfauquette
|
|
220
|
+
- [test] Update browser versions in karma config (#42008) @ZeeshanTamboli
|
|
221
|
+
- [website] Remove customer support agent role from website (#41969) @rluzists1
|
|
222
|
+
- [website] Fix grid usage and add stray improvements (#41930) @danilo-leal
|
|
223
|
+
|
|
224
|
+
All contributors of this release in alphabetical order: @alexfauquette, @danilo-leal, @gijsbotje, @Janpot, @lhilgert9, @michaldudak, @Miguelrom, @mnajdova, @oliviertassinari, @rluzists1, @sai6855, @siriwatknp, @soler1212, @zanivan, @ZeeshanTamboli
|
|
225
|
+
|
|
226
|
+
## v6.0.0-alpha.3
|
|
227
|
+
|
|
228
|
+
<!-- generated comparing v6.0.0-alpha.2..next -->
|
|
229
|
+
|
|
230
|
+
_Apr 17, 2024_
|
|
231
|
+
|
|
232
|
+
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
|
|
233
|
+
|
|
234
|
+
- 🔥 Converted 5 more Material UI components to use Pigment CSS.
|
|
235
|
+
- 🚀 Added container queries utility to the `@mui/system` package (#41674) @siriwatknp.
|
|
236
|
+
|
|
237
|
+
### `@mui/material@6.0.0-alpha.3`
|
|
238
|
+
|
|
239
|
+
- Convert `LinearProgress` to support Pigment CSS (#41816) @siriwatknp
|
|
240
|
+
- [Dialog] Prevent onClick on the root element from being overwritten (#41881) @ryanburr
|
|
241
|
+
- [FloatingActionButton] Convert to support CSS extraction (#41851) @gijsbotje
|
|
242
|
+
- Convert `CircularProgress` to support Pigment CSS (#41776) @siriwatknp
|
|
243
|
+
- [PaginationItem] Convert to support CSS extraction (#41848) @gijsbotje
|
|
244
|
+
- [StepConnector] deprecate composed classes (#41740) @sai6855
|
|
245
|
+
- [StepLabel] Deprecate `StepIconComponent`, `StepIconProps` (#41835) @sai6855
|
|
246
|
+
- [ToggleButton] Convert to support CSS extraction (#41782) @lhilgert9
|
|
247
|
+
- [ToggleButtonGroup] Deprecate composed classes (#41288) @sai6855
|
|
248
|
+
- [Typography] Fix Typography inherit variant styles (#41308) @kealjones-wk
|
|
249
|
+
|
|
250
|
+
### `@mui/system@6.0.0-alpha.3`
|
|
251
|
+
|
|
252
|
+
- Add container queries utility (#41674) @siriwatknp
|
|
253
|
+
|
|
254
|
+
### `@mui/codemod@6.0.0-alpha.3`
|
|
255
|
+
|
|
256
|
+
- Add styled v6 transformation (#41743) @siriwatknp
|
|
257
|
+
|
|
258
|
+
### `@mui/joy@5.0.0-beta.36`
|
|
259
|
+
|
|
260
|
+
- [Button] Disable text highlighting (#41902) @mithun522
|
|
261
|
+
|
|
262
|
+
### `@pigment-css/react@0.0.7`
|
|
263
|
+
|
|
264
|
+
- Patch WyW's WeakRef usage (#41909) @DiegoAndai
|
|
265
|
+
- Implement sx transform for system components (#41861) @brijeshb42
|
|
266
|
+
|
|
267
|
+
### Docs
|
|
268
|
+
|
|
269
|
+
- [material-ui] Add Connect-related content (#40848) @danilo-leal
|
|
270
|
+
- [material-ui] Fix credit comment typo (#41872) @aarongarciah
|
|
271
|
+
- [material-ui] Remove Data Grid v7 beta callout (#41839) @cherniavskii
|
|
272
|
+
- [material-ui] Add stray design tweaks to free templates (#41696) @zanivan
|
|
273
|
+
- [material-ui] Simplify components styling on templates (#41845) @zanivan
|
|
274
|
+
- [material-ui][Button] Add `onChange` event handler to file upload example (#41863) @aarongarciah
|
|
275
|
+
- [material-ui] Fix import statement in migration guide (#41852) @sai6855
|
|
276
|
+
- Fix 301 redirection @oliviertassinari
|
|
277
|
+
- Fix format git diff regression (#41882) @oliviertassinari
|
|
278
|
+
- Fix small SEO issues @oliviertassinari
|
|
279
|
+
- [pigment-css] Fix README typos (#41870) @MohammadShehadeh
|
|
280
|
+
|
|
281
|
+
### Core
|
|
282
|
+
|
|
283
|
+
- Begin removing IE 11-related code (#41709) @iammminzzy
|
|
284
|
+
- [blog] Add post to introduce the Connect plugin (#41763) @danilo-leal
|
|
285
|
+
- [code-infra] Fix require.context with aliases (#41682) @Janpot
|
|
286
|
+
- [code-infra] Allow customizing hooks imports in API docs generator (#41828) @michaldudak
|
|
287
|
+
- [codemod] Add utils for `*Component` and `*Props` props deprecations (#41685) @DiegoAndai
|
|
288
|
+
- Replace bundle size reporter filter (#38979) @Janpot
|
|
289
|
+
- [docs-infra] Make the whole header clickable (#39603) @MoazMirza-13
|
|
290
|
+
- [docs-infra] Improve demo container and related components design (#41827) @danilo-leal
|
|
291
|
+
- [docs-infra] Use edge function for card generation (#41188) (#41836) @alexfauquette
|
|
292
|
+
- [docs-infra] Fix code block layout shift (#41917) @oliviertassinari
|
|
293
|
+
- [docs-infra] Fine-tune the OG card image design (#41862) @danilo-leal
|
|
294
|
+
- [docs-infra] Fix markdown version for material (#41908) @alexfauquette
|
|
295
|
+
- [docs-infra] Support multiple tabs in demos (#40901) @bharatkashyap
|
|
296
|
+
|
|
297
|
+
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @bharatkashyap, @brijeshb42, @cherniavskii, @danilo-leal, @DiegoAndai, @EyaOuenniche, @gijsbotje, @iammminzzy, @Janpot, @kealjones-wk, @lhilgert9, @magnimarels, @michaldudak, @mithun522, @mnajdova, @MoazMirza-13, @MohammadShehadeh, @oliviertassinari, @ryanburr, @sai6855, @siriwatknp, @zanivan
|
|
298
|
+
|
|
299
|
+
## v6.0.0-alpha.2
|
|
300
|
+
|
|
301
|
+
<!-- generated comparing v6.0.0-alpha.1..next -->
|
|
302
|
+
|
|
303
|
+
_Apr 9, 2024_
|
|
304
|
+
|
|
305
|
+
A big thanks to the 5 contributors who made this release possible.
|
|
306
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
307
|
+
|
|
308
|
+
### `@mui/material@6.0.0-alpha.2`
|
|
309
|
+
|
|
310
|
+
- ​<!-- 03 -->[typescript][Select] Fix `muiName` property TypeScript error (#41726) @EyaOuenniche
|
|
311
|
+
- ​<!-- 04 -->[l10n] Fix typo in is-IS locale (#41810) @magnimarels
|
|
312
|
+
|
|
313
|
+
### `@pigment-css/react@0.0.6`
|
|
314
|
+
|
|
315
|
+
- ​<!-- 12 -->[core] Remove `muiName` during eval phase (#41811) @brijeshb42
|
|
316
|
+
|
|
317
|
+
### `@pigment-css/nextjs-plugin@0.0.6`
|
|
318
|
+
|
|
319
|
+
- ​<!-- 02 -->[nextjs] Handle file references passed through imports (#41817) @brijeshb42
|
|
320
|
+
- ​<!-- 01 -->[nextjs] Allow usage of url() CSS function (#41758) @brijeshb42
|
|
321
|
+
|
|
322
|
+
### Docs
|
|
323
|
+
|
|
324
|
+
- ​<!-- 11 -->[docs] Fix 301 links @oliviertassinari
|
|
325
|
+
- ​<!-- 06 -->[pigment-css][docs] Fix README typo (#41808) @aarongarciah
|
|
326
|
+
- ​<!-- 05 -->[pigment-css][docs] Fix output on dynamic styles example (#41805) @aarongarciah
|
|
327
|
+
- ​<!-- 07 -->[material-ui][docs] Fix Material 3 message typo (#41821) @aarongarciah
|
|
328
|
+
- ​<!-- 08 -->[material-ui][docs] Add stray design tweaks to free templates (#41696) @zanivan
|
|
329
|
+
|
|
330
|
+
### Core
|
|
331
|
+
|
|
332
|
+
- ​<!-- 13 -->[core] Remove unused files (#41818) @mnajdova
|
|
333
|
+
- ​<!-- 10 -->[docs-infra] Fix analytics about inline ads (#41474) (#41819) @alexfauquette
|
|
334
|
+
- ​<!-- 08 -->[docs-infra] Fix drawer performances (#41807) @alexfauquette
|
|
335
|
+
|
|
336
|
+
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @brijeshb42, @EyaOuenniche, @oliviertassinari
|
|
337
|
+
|
|
338
|
+
## v6.0.0-alpha.1
|
|
339
|
+
|
|
340
|
+
<!-- generated comparing v6.0.0-alpha.0..next -->
|
|
341
|
+
|
|
342
|
+
_Apr 5, 2024_
|
|
343
|
+
|
|
344
|
+
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
|
|
345
|
+
|
|
346
|
+
- 🔥 Converted 3 more Material UI components to use Pigment CSS. Current progress is 36%!
|
|
347
|
+
- 🚀 Added a spacing CSS variable to the Material UI and Joy UI themes.
|
|
348
|
+
- 💫 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/).
|
|
349
|
+
|
|
350
|
+
### `@mui/material@6.0.0-alpha.1`
|
|
351
|
+
|
|
352
|
+
- [AppBar] Convert to support CSS extraction (#41247) @mnajdova
|
|
353
|
+
- [Badge] Deprecate components and componentsProps (#41655) @skmanoj322
|
|
354
|
+
- [Button] Convert to support CSS extraction (#41378) @siriwatknp
|
|
355
|
+
- [ButtonGroup] Convert to support CSS extraction (#41666) @zanivan
|
|
356
|
+
- [RadioGroup] Apply classnames (#41610) @ZeeshanTamboli
|
|
357
|
+
- [Slider] Move palette styles to the bottom (#41676) @siriwatknp
|
|
358
|
+
- Add the `spacing` theme token (#40224) @siriwatknp
|
|
359
|
+
|
|
360
|
+
### `@mui/system@6.0.0-alpha.1`
|
|
361
|
+
|
|
362
|
+
- Add the `spacing` theme token to be used in `theme.spacing()` (#40224) @siriwatknp
|
|
363
|
+
|
|
364
|
+
### `@mui/codemod@6.0.0-alpha.1`
|
|
365
|
+
|
|
366
|
+
- [codemod] Setup v6 codemod structure (#41668) @DiegoAndai
|
|
367
|
+
|
|
368
|
+
### `@mui/lab@6.0.0-alpha.1`
|
|
369
|
+
|
|
370
|
+
- [TabPanel] Add keepMounted prop to match Joy UI (#41651) @ppaskaris-plooto
|
|
371
|
+
|
|
372
|
+
### `@mui/joy@5.0.0-beta.34`
|
|
373
|
+
|
|
374
|
+
- Add `spacing` theme token (#40224) @siriwatknp
|
|
375
|
+
|
|
376
|
+
### `@pigment-css/react@0.0.5`
|
|
377
|
+
|
|
378
|
+
- Improve sx prop support (#41589) @brijeshb42
|
|
379
|
+
- Fix Emotion styled error (#41699) @siriwatknp
|
|
380
|
+
- Fix propTypes removal during eval stage (#41695) @brijeshb42
|
|
381
|
+
- Fix props forwarding (#41688) @siriwatknp
|
|
382
|
+
- Fix sx prop transformation on Box (#41705) @brijeshb42
|
|
383
|
+
|
|
384
|
+
### `@pigment-css/vite-plugin@0.0.5`
|
|
385
|
+
|
|
386
|
+
- Use constant filename for pigment styles (#41667) @brijeshb42
|
|
387
|
+
|
|
388
|
+
### `@pigment-css/nextjs-plugin@0.0.5`
|
|
389
|
+
|
|
390
|
+
- Add missing RTL implementation (#41751) @brijeshb42
|
|
391
|
+
|
|
392
|
+
### Docs
|
|
393
|
+
|
|
394
|
+
- [pigment-css] Update README.md installation to use the next tag (#41649) @mnajdova
|
|
395
|
+
- [pigment-css] Add "Building design system components" guide with Pigment CSS (#41635) @siriwatknp
|
|
396
|
+
- Continue migration of Base UI to sperate repository @oliviertassinari
|
|
397
|
+
- Stick to one way to write IE 11 @oliviertassinari
|
|
398
|
+
- Fix typo in CONTRIBUTING.md (#41670) @adriancuadrado
|
|
399
|
+
- Drop IE 11 official support (#41611) @iammminzzy
|
|
400
|
+
- [material-ui] Fix typo on the Accordion page (#41687) @connorshea
|
|
401
|
+
- [pigment-css] Add small edits on the README (#41646) @danilo-leal
|
|
402
|
+
- [pigment-css] Edit the example app's README files (#41639) @danilo-leal
|
|
403
|
+
|
|
404
|
+
### Core
|
|
405
|
+
|
|
406
|
+
- [code-infra] Move BrandingProvider/brandingTheme/InfoCard to @mui/docs (#41206) @Janpot
|
|
407
|
+
- [core] Automate cherry-pick of PRs from `next` -> `master` (#41741) @aarongarciah
|
|
408
|
+
- [core] Update the prettier script to use the next branch (#41637) @mnajdova
|
|
409
|
+
- [docs-infra] Skip loading source for non-editable modules (#41588) @bharatkashyap
|
|
410
|
+
- [docs-infra] Vale rule for M3 (#41737) @oliviertassinari
|
|
411
|
+
- [docs-infra] Allows to remove edit button (#41702) @alexfauquette
|
|
412
|
+
- [pigment-css][examples] Add example project with Remix (#41700) @brijeshb42
|
|
413
|
+
- [examples] Update MUI's packages to the next version (#41701) @mnajdova
|
|
414
|
+
- [material-ui] Refine the Sign-in and Sign-up templates (#41192) @zanivan
|
|
415
|
+
- [test] Add test to display options provided to the options prop even if loading is true. (#41675) @ZeeshanTamboli
|
|
416
|
+
- [blog] Refresh the design slightly (#41697) @danilo-leal
|
|
417
|
+
- [website] Use en-US over en-UK for career link @oliviertassinari
|
|
418
|
+
- [website] Add Aarón to About Us (#41736) @aarongarciah
|
|
419
|
+
- [website] Refine button design and other details (#41686) @danilo-leal
|
|
420
|
+
- [website] Improve job og image (#41672) @oliviertassinari
|
|
421
|
+
- [website] Page <title> should have no dots @oliviertassinari
|
|
422
|
+
|
|
423
|
+
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
|
|
424
|
+
|
|
425
|
+
## v6.0.0-alpha.0
|
|
426
|
+
|
|
427
|
+
<!-- generated comparing v5.15.14..next -->
|
|
428
|
+
|
|
429
|
+
_Mar 26, 2024_
|
|
430
|
+
|
|
431
|
+
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
432
|
+
|
|
433
|
+
- 🔥 Converted 10+ Material UI components to support static CSS extraction
|
|
434
|
+
- ⬅️ Added RTL support in Pigment CSS (#41570) @brijeshb42
|
|
435
|
+
|
|
436
|
+
### `@mui/material@6.0.0-alpha.0`
|
|
437
|
+
|
|
438
|
+
- [BottomNavigation] Convert to support CSS extraction (#41612) @aacevski
|
|
439
|
+
- [AvatarGroup] Convert to support CSS extraction (#41485) @zanivan
|
|
440
|
+
- [Backdrop] Convert to support CSS extraction (#41581) @aacevski
|
|
441
|
+
- [Breadcrumbs] Convert to support CSS extraction (#41496) @aacevski
|
|
442
|
+
- [Card] Convert to support CSS extraction (#41580) @aacevski
|
|
443
|
+
- [Divider] Convert to support CSS extraction (#41366) @sai6855
|
|
444
|
+
- [FormControl] Convert to support CSS extraction (#41613) @aacevski
|
|
445
|
+
- [FormGroup] Convert to support CSS extraction (#41614) @aacevski
|
|
446
|
+
- [MobileStepper] Convert to support CSS extraction (#41533) @aacevski
|
|
447
|
+
- [Modal] Support CSS extraction (#41483) @sai6855
|
|
448
|
+
- [Popover] Convert to support CSS extraction (#41564) @aacevski
|
|
449
|
+
- [Stepper] Convert to support CSS extraction (#41546) @aacevski
|
|
450
|
+
- [Autocomplete] Display options provided to the `options` prop even if loading is true (#41634) @nekoya
|
|
451
|
+
- [Backdrop] Deprecate TransitionComponent (#40677) @harry-whorlow
|
|
452
|
+
- [ButtonGroup] Deprecate composed classes (#41259) @sai6855
|
|
453
|
+
- [StepLabel] Deprecate `componentProps` prop (#41321) @sai6855
|
|
454
|
+
- [Chip] Convert to support CSS extraction (#41592) @DiegoAndai
|
|
455
|
+
|
|
456
|
+
### `@pigment-css/react@0.0.4`
|
|
457
|
+
|
|
458
|
+
- Fix evaluation of undefined variables (#41569) @siriwatknp
|
|
459
|
+
- Fix react-modal demos location (#41560) @sai6855
|
|
460
|
+
- [react] RTL Support (#41570) @brijeshb42
|
|
461
|
+
|
|
462
|
+
### `@mui/system@6.0.0-alpha.0`
|
|
463
|
+
|
|
464
|
+
- [core] Standardize index pattern (#41574) @DiegoAndai
|
|
465
|
+
- Fix typo to avoid infinite recursion in function call (#41616) @michael-land
|
|
466
|
+
- Move stylesheet generator to `extendTheme` (#41446) @siriwatknp
|
|
467
|
+
|
|
468
|
+
### Docs
|
|
469
|
+
|
|
470
|
+
- [joy-ui] Refresh the marketing example on the Color Inversion page (#41497) @cipherlogs
|
|
471
|
+
- [material-ui] Add v5 to v6 migration guide (#41561) @DiegoAndai
|
|
472
|
+
- [system] Add v5 to v6 migration guide (#41575) @DiegoAndai
|
|
473
|
+
- [material-ui][Slider] Remove `valueLabelFormat` from restricted values demo so that the tooltip thumb label displays the same as the value text (#41567) @StylesTrip
|
|
474
|
+
- [pigment-css] Update the RTL section on the readme (#41576) @danilo-leal
|
|
475
|
+
|
|
476
|
+
### Core
|
|
477
|
+
|
|
478
|
+
- [blog] Update the callout (#41645) @cherniavskii
|
|
479
|
+
- [blog] Link to Romain's blog post in MUI X v7 announcement post (#41640) @cherniavskii
|
|
480
|
+
- [blog] Blog post with MUI X v7.0.0 annoucement (#41563) @joserodolfofreitas
|
|
481
|
+
- [blog] Add post about remote (#41565) @danilo-leal
|
|
482
|
+
- [core] Restore the pnpm-lock.yaml (#41643) @mnajdova
|
|
483
|
+
- [core] Fix failing CI steps (#41636) @mnajdova
|
|
484
|
+
- [core] Update browser support versions (#41568) @siriwatknp
|
|
485
|
+
- [core] Add instructions to deploying docs guide (#41582) @DiegoAndai
|
|
486
|
+
- [core] Add comment explaining the frequency of no-response action runs (#41555) @michaldudak
|
|
487
|
+
- [core] Init the next branch (#41552) @mnajdova
|
|
488
|
+
- [core] Lower the frequency of no-response action runs (#41553) @michaldudak
|
|
489
|
+
- [core] Update peerDependencies ranges to include v6 packages (#41662) @michaldudak
|
|
490
|
+
- [core] Run pnpm dedupe (#41658) @michaldudak
|
|
491
|
+
- [core] Fix dedupe check (#41657) @Janpot
|
|
492
|
+
- [pigment-css][demo] Add index page for material-ui (#41577) @brijeshb42
|
|
493
|
+
- [pigment-css][demo] Remove app specific pnpm workspace (#41393) @brijeshb42
|
|
494
|
+
- [docs] Add notification for MUI X v7 blog post (#41587) @cherniavskii
|
|
495
|
+
- [docs] MUI X v7 blog post annoucement followup (#41601) @joserodolfofreitas
|
|
496
|
+
- [docs] Update the installation guides to use the next tag (#41558) @mnajdova
|
|
497
|
+
- [docs][material-ui] Fix typo in CSS theme variables customization (#41632) @ZeeshanTamboli
|
|
498
|
+
- [material-ui][docs] Remove deleted page from the sidenav (#41594) @danilo-leal
|
|
499
|
+
- [website] Update pricing table (#41595) @cherniavskii
|
|
500
|
+
- [website] Add stray design adjustments throughout the site (#41547) @danilo-leal
|
|
501
|
+
|
|
502
|
+
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
|
|
503
|
+
|
|
504
|
+
## v5.15.15
|
|
505
|
+
|
|
506
|
+
<!-- generated comparing v5.15.14..master -->
|
|
507
|
+
|
|
508
|
+
_Apr 4, 2024_
|
|
509
|
+
|
|
510
|
+
A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
511
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
512
|
+
|
|
513
|
+
### `@mui/material@5.15.15`
|
|
514
|
+
|
|
515
|
+
- [Autocomplete] Display options provided to the `options` prop even if loading is true (#41677) @ZeeshanTamboli
|
|
516
|
+
- [RadioGroup] Apply classnames (#41681) @ZeeshanTamboli
|
|
517
|
+
|
|
518
|
+
### `@mui/system@5.15.15`
|
|
519
|
+
|
|
520
|
+
- Fix typo to avoid infinite recursion in function call (#41678) @ZeeshanTamboli
|
|
521
|
+
|
|
522
|
+
### Docs
|
|
523
|
+
|
|
524
|
+
- [material-ui][Slider] Remove `valueLabelFormat` from restricted values demo so that the tooltip thumb label displays the same as the value text (#41679) @ZeeshanTamboli
|
|
525
|
+
- [material-ui] Remove deleted page from the sidenav (#41594) @danilo-leal
|
|
526
|
+
- [material-ui] Fix typo in CSS theme variables customization (#41680) @ZeeshanTamboli
|
|
527
|
+
- Continue migration of Base UI to sperate repository @oliviertassinari
|
|
528
|
+
- Add notification for MUI X v7 blog post (#41587) (#41605) @cherniavskii
|
|
529
|
+
- Update the versions dropdown to show v6 (#41557) @mnajdova
|
|
530
|
+
|
|
531
|
+
### Core
|
|
532
|
+
|
|
533
|
+
- [blog] Link to Romain's blog post in MUI X v7 announcement post (#41641) @cherniavskii
|
|
534
|
+
- [blog] Blog post with MUI X v7.0.0 annoucement (#41563) (#41604) @cherniavskii
|
|
535
|
+
- [blog] Add post about remote (#41565) @danilo-leal
|
|
536
|
+
- [core] Continue rename of Toolpad @oliviertassinari
|
|
537
|
+
- [docs-infra] Add Toolpad product/category IDs to types (#41551) @bharatkashyap
|
|
538
|
+
- [website] Add Aarón to About Us (#41747) @aarongarciah
|
|
539
|
+
- [website] Add stray design adjustments throughout the site (#41642) @mnajdova
|
|
540
|
+
- [website] Update pricing table (#41606) @cherniavskii
|
|
541
|
+
|
|
542
|
+
All contributors of this release in alphabetical order: @aarongarciah, @bharatkashyap, @cherniavskii, @danilo-leal, @mnajdova, @oliviertassinari, @ZeeshanTamboli
|
|
543
|
+
|
|
544
|
+
## v5.15.14
|
|
545
|
+
|
|
546
|
+
<!-- generated comparing v5.15.13..master -->
|
|
547
|
+
|
|
548
|
+
_Mar 18, 2024_
|
|
549
|
+
|
|
550
|
+
A big thanks to the 15 contributors who made this release possible.
|
|
551
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
552
|
+
|
|
553
|
+
### `@mui/material@5.15.14`
|
|
554
|
+
|
|
555
|
+
- [Accordion] Convert to support CSS extraction (#41221) @mnajdova
|
|
556
|
+
- ​<!-- 24 -->[Autocomplete] Convert to support CSS extraction (#40330) @mnajdova
|
|
557
|
+
- ​<!-- 06 -->[Slider] Convert to support CSS extraction (#41201) @mnajdova
|
|
558
|
+
- ​<!-- 07 -->[Select] Fix variant type (#41405) @sai6855
|
|
559
|
+
- ​<!-- 09 -->[typescript] Use interface instead of type for props (#41500) @siriwatknp
|
|
560
|
+
|
|
561
|
+
### `@pigment-css/react@0.0.3`
|
|
562
|
+
|
|
563
|
+
- ​<!-- 03 -->Add Box component (#41451) @brijeshb42
|
|
564
|
+
|
|
565
|
+
### `pigment-css/nextjs-plugin@0.0.3`
|
|
566
|
+
|
|
567
|
+
- ​<!-- 04 -->Fix alias resolver (#41494) @brijeshb42
|
|
568
|
+
- ​<!-- 05 -->Follow-up to #41494 (#41502) @brijeshb42
|
|
569
|
+
|
|
570
|
+
### Docs
|
|
571
|
+
|
|
572
|
+
- ​<!-- 12 -->[joy-ui] Add UI improvements to the side navigation demo (#41461) @cipherlogs
|
|
573
|
+
- ​<!-- 11 -->[pigment-css] Add media query guide (#41473) @siriwatknp
|
|
574
|
+
- ​<!-- 10 -->[pigment-css] Fixing location of the ExtendTheme type in the docs (#41499) @jherr
|
|
575
|
+
- ​<!-- 08 -->[material-ui][Progress] Add Circular progress gradient demo from Github comment (#40559) @DiegoAndai
|
|
576
|
+
|
|
577
|
+
### Core
|
|
578
|
+
|
|
579
|
+
- ​<!-- 23 -->[blog] Bringing consistency to Material UI customization APIs (#41040) @DiegoAndai
|
|
580
|
+
- ​<!-- 22 -->[code-infra] Rename @mui-internal/docs-utils to @mui/internal-docs-utils (#41498) @michaldudak
|
|
581
|
+
- ​<!-- 21 -->[code-infra] Copy translations.json to @mui/docs build folder (#41472) @Janpot
|
|
582
|
+
- ​<!-- 20 -->[core] Use Circle CI context (#41532) @oliviertassinari
|
|
583
|
+
- ​<!-- 19 -->[core] Fix CHANGELOG format and update date (#41481) @DiegoAndai
|
|
584
|
+
- ​<!-- 18 -->[docs] Fix useStorageState regressions (#41223) @Janpot
|
|
585
|
+
- ​<!-- 17 -->[docs] Fix some Vale errors (#41516) @oliviertassinari
|
|
586
|
+
- ​<!-- 15 -->[material-ui][docs] Fix landing page template's h1 size (#41543) @zanivan
|
|
587
|
+
- ​<!-- 14 -->[material-ui][docs] Apply new code header docs feature (#41508) @danilo-leal
|
|
588
|
+
- ​<!-- 11 -->[material-next] Drop the package (#41544) @mnajdova
|
|
589
|
+
- ​<!-- 16 -->[docs-infra] Fail CI on Vale error (#40944) @oliviertassinari
|
|
590
|
+
- ​<!-- 15 -->[docs-infra] Improve Vale config @oliviertassinari
|
|
591
|
+
- ​<!-- 14 -->[docs-infra] Add a feature list "component" (#41484) @danilo-leal
|
|
592
|
+
- ​<!-- 13 -->[docs-infra] Add code block header classes (#41487) @danilo-leal
|
|
593
|
+
- ​<!-- 21 -->[docs-infra] Make the Algolia search input label invisible (#41542) @danilo-leal
|
|
594
|
+
- ​<!-- 03 -->[website] Improve navbar's items hover state (#41535) @EyaOuenniche
|
|
595
|
+
- ​<!-- 02 -->[website] Split Toolpad documentation (#41316) @bharatkashyap
|
|
596
|
+
- ​<!-- 01 -->[website] Use MUI X Data Grid v7-beta (#41276) @cherniavskii
|
|
597
|
+
|
|
598
|
+
All contributors of this release in alphabetical order: @bharatkashyap, @brijeshb42, @cherniavskii, @cipherlogs, @danilo-leal, @DiegoAndai, @EyaOuenniche, @Janpot, @jherr, @michaldudak, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @zanivan
|
|
599
|
+
|
|
600
|
+
## v5.15.13
|
|
601
|
+
|
|
602
|
+
<!-- generated comparing v5.15.12..master -->
|
|
603
|
+
|
|
604
|
+
_Mar 13, 2024_
|
|
605
|
+
|
|
606
|
+
A big thanks to the 18 contributors who made this release possible. Here are some highights ✨
|
|
607
|
+
|
|
608
|
+
- The Material UI free Checkout template got a design uplift (#41447) @zanivan
|
|
609
|
+
|
|
610
|
+
### `@mui/material@5.15.13`
|
|
611
|
+
|
|
612
|
+
- [Alert] Add `slots` and `slotProps` type to theme (#41324) @sai6855
|
|
613
|
+
- [Autocomplete] Fix the options list being added to the DOM in `freeSolo` mode even when there are no options, causing style problems (#41300) @rakeshmusturi
|
|
614
|
+
- Add `paperChannel` token (#41447) @siriwatknp
|
|
615
|
+
- [Switch] Convert to support CSS extraction (#41367) @alexfauquette
|
|
616
|
+
- [Tooltip] Support event handlers with extra parameters (#41320) @LukasTy
|
|
617
|
+
|
|
618
|
+
### `@mui/system@5.15.13`
|
|
619
|
+
|
|
620
|
+
- [RtlProvider] Add component & hook (#41241) @mnajdova
|
|
621
|
+
|
|
622
|
+
### `@mui/utils@5.15.13`
|
|
623
|
+
|
|
624
|
+
- [utils] Fix visually hidden styles' margin unit (#41477) @michaldudak
|
|
625
|
+
|
|
626
|
+
### `@mui/codemod@5.15.13`
|
|
627
|
+
|
|
628
|
+
- Fix merging of slotProps and componentProps (#41323) @sai6855
|
|
629
|
+
|
|
630
|
+
### `@mui/base@5.0.0-beta.39`
|
|
631
|
+
|
|
632
|
+
- [material-ui][joy-ui][Autocomplete] Keep in sync highlighted index when the option still exists (#41306) @CGNonofr
|
|
633
|
+
- [FormControl] Export `FormControlOwnerState` type from index (#41287) @michaeldfoley
|
|
634
|
+
- [material-ui][TextareaAutosize] Fix inline style not getting applied (#41369) @ZeeshanTamboli
|
|
635
|
+
|
|
636
|
+
### `@pigment-css/react@0.0.2`
|
|
637
|
+
|
|
638
|
+
- Handle more scenarios while transforming sx prop (#41372) @brijeshb42
|
|
639
|
+
- Improve testing of fixtures (#41389) @brijeshb42
|
|
640
|
+
- Fix `keyframes` serialize styles error (#41395) @siriwatknp
|
|
641
|
+
- Use class selector instead of class value (#41442) @brijeshb42
|
|
642
|
+
- [next] Warn about unsupported turbo mode in Next.js (#41445) @brijeshb42
|
|
643
|
+
|
|
644
|
+
### Docs
|
|
645
|
+
|
|
646
|
+
- [material-ui] Refine checkout template (#40967) @zanivan
|
|
647
|
+
- [material-ui] Add docs for complementary List components (#41329) @anle9650
|
|
648
|
+
- [material-ui] Add docs for complementary Dialog components (#41313) @jwithington
|
|
649
|
+
- [material-ui] Fix Templates live preview link (#41467) @danilo-leal
|
|
650
|
+
- [material-ui] Polish out the templates page (#41468) @zanivan
|
|
651
|
+
- [material-ui] Adjust the Templates card design (#41450) @danilo-leal
|
|
652
|
+
- [joy-ui] Remove unnecessary styles in color inversion footer demo (#41419) @cipherlogs
|
|
653
|
+
- [joy-ui] Update case studies chip background color (#41413) @cipherlogs
|
|
654
|
+
- [joy-ui] Remove wrong CSS prop from the Sign-in-side template (#41383) @cipherlogs
|
|
655
|
+
- [joy-ui] Fix broken link on the Color Inversion page (#41407) @cipherlogs
|
|
656
|
+
- [pigment] Add example and guide section (#41249) @siriwatknp
|
|
657
|
+
- [pigment-css] Brand name nonbreaking space (#41438) @oliviertassinari
|
|
658
|
+
- [pigment-css] Fix import on the README (#41411) @danilo-leal
|
|
659
|
+
- [pigment-css] Edit starter template links on README (#41409) @danilo-leal
|
|
660
|
+
- [pigment-css] Tweak the examples and edit READMEs (#41408) @danilo-leal
|
|
661
|
+
- [pigment-css] Adjust the bit about CSS vars on the README (#41463) @danilo-leal
|
|
662
|
+
- Finish brand name fixes #41438 @oliviertassinari
|
|
663
|
+
- Remove noreferrer @oliviertassinari
|
|
664
|
+
- Fix v4 docs `<b>` appearing in notifications (#41390) @peterwangsc
|
|
665
|
+
- Update GitHub project links (#41370) @danilo-leal
|
|
666
|
+
|
|
667
|
+
### Core
|
|
668
|
+
|
|
669
|
+
- [pigment] Make all Pigment CSS packages public (#41404) @brijeshb42
|
|
670
|
+
- [pigment] Rename directories to match package names (#41453) @brijeshb42
|
|
671
|
+
- [pigment-css] Example fix leading spaces (#41439) @oliviertassinari
|
|
672
|
+
- [code-infra] Add short note about e2e-website workflow schedule (#41355) @Janpot
|
|
673
|
+
- [code-infra] Add alias for icon types (#41248) @Janpot
|
|
674
|
+
- [code-infra] Reduce concurrency of typescript:ci further (#41392) @Janpot
|
|
675
|
+
- [code-infra] Reduce concurrency for test_types ci job (#41385) @Janpot
|
|
676
|
+
- [code-infra] Adapt API code generator to Base UI repo needs (#41475) @michaldudak
|
|
677
|
+
- [docs-infra] Don't generate preview files for the templates (#41379) @mnajdova
|
|
678
|
+
- [docs-infra] Fix Pigment CSS apps path in the render mui demos script (#41476) @mnajdova
|
|
679
|
+
- [docs-infra] move feedback to ESM (#41381) @alexfauquette
|
|
680
|
+
- [docs-infra] Improve color contrast throughout (#41387) @danilo-leal
|
|
681
|
+
- [docs-infra] Simplify Algolia crawler config (#41312) @oliviertassinari
|
|
682
|
+
- [docs-infra] Adjust the tabs and layout selection design (#41084) @danilo-leal
|
|
683
|
+
- [blog] Update the Base UI post with links to dedicated repo (#41358) @danilo-leal
|
|
684
|
+
- [website] Update the Careers page role (#41384) @danilo-leal
|
|
685
|
+
- [website] Compress about images @oliviertassinari
|
|
686
|
+
- [website] Improve color contrast on the homepage (#41465) @danilo-leal
|
|
687
|
+
- [examples] Add pigment-css-vite-ts starter example (#41196) @siriwatknp
|
|
688
|
+
- [examples] Add pigment-css-nextjs-ts starter project (#41105) @siriwatknp
|
|
689
|
+
|
|
690
|
+
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
|
|
691
|
+
|
|
692
|
+
## v5.15.12
|
|
693
|
+
|
|
694
|
+
<!-- generated comparing v5.15.11..master -->
|
|
695
|
+
|
|
696
|
+
_Mar 5, 2024_
|
|
697
|
+
|
|
698
|
+
A big thanks to the 21 contributors who made this release possible.
|
|
699
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
700
|
+
|
|
701
|
+
### `@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`
|
|
702
|
+
|
|
703
|
+
- This is the first public release of our new zero-runtime CSS-in-JS library, Pigment CSS.
|
|
704
|
+
|
|
705
|
+
### `@mui/material@5.15.12`
|
|
706
|
+
|
|
707
|
+
- ​<!-- 52 -->Support props callback type in theme variants (#40946) @ZeeshanTamboli
|
|
708
|
+
- ​<!-- 50 -->[Alert] Convert to support zero runtime (#41230) @siriwatknp
|
|
709
|
+
- ​<!-- 49 -->[Alert] Deprecate composed classes (#40688) @DiegoAndai
|
|
710
|
+
- ​<!-- 44 -->[Button] Deprecate classes for v6 (#40675) @sai6855
|
|
711
|
+
- ​<!-- 43 -->[Checkbox] `large` size added in type (#34909) @smox
|
|
712
|
+
- ​<!-- 42 -->[Chip] Deprecate composed classes (#41235) @sai6855
|
|
713
|
+
- ​<!-- 41 -->[Chip] Correct `deleteIconColorPrimary` and `deleteIconColorSecondary` class descriptions (#41231) @sai6855
|
|
714
|
+
- ​<!-- 17 -->Remove unused dev dependency on @mui/lab (#41198) @brijeshb42
|
|
715
|
+
- ​<!-- 15 -->[Slider] Deprecate components and componentProps props for v6 (#40777) @lhilgert9
|
|
716
|
+
|
|
717
|
+
### `@mui/system@5.15.12`
|
|
718
|
+
|
|
719
|
+
- ​<!-- 16 -->[pigment-css][material-ui] Render badge demos (#41353) @siriwatknp
|
|
720
|
+
- ​<!-- 14 -->[pigment-css] Update to latest wyw version (#41363) @brijeshb42
|
|
721
|
+
- ​<!-- 13 -->[pigment-css] Rename scope to @pigment-css (#41354) @brijeshb42
|
|
722
|
+
- ​<!-- 12 -->[pigment-css] Rename zero-runtime to pigmentcss (#41317) @brijeshb42
|
|
723
|
+
- ​<!-- 11 -->Fix createSpacing return type (#41318) @matystroia
|
|
724
|
+
- ​<!-- 06 -->[zero] Add support for styled tagged-template literals (#41268) @brijeshb42
|
|
725
|
+
- ​<!-- 05 -->[zero] Set up Material UI migration demos (#41267) @siriwatknp
|
|
726
|
+
- ​<!-- 04 -->[zero] Move extendTheme to already existing @mui/zero-runtime/utils (#41254) @brijeshb42
|
|
727
|
+
- ​<!-- 03 -->[zero] Remove `object` intersection from CSS Fallback (#41271) @siriwatknp
|
|
728
|
+
- ​<!-- 02 -->[zero] Minor wording changes in README (#41253) @brijeshb42
|
|
729
|
+
- ​<!-- 01 -->[zero] Prepare zero-runtime packages for public release (#41226) @brijeshb42
|
|
730
|
+
|
|
731
|
+
### `@mui/joy@5.0.0-beta.30`
|
|
732
|
+
|
|
733
|
+
- ​<!-- 48 -->[joy-ui][Autocomplete] Fix text overflow in Chip (#40229) @PunitSoniME
|
|
734
|
+
|
|
735
|
+
### Docs
|
|
736
|
+
|
|
737
|
+
- ​<!-- 47 -->[base-ui] Update the docs post repo separation (#41328) @danilo-leal
|
|
738
|
+
- ​<!-- 34 -->Fix missing partner link @oliviertassinari
|
|
739
|
+
- ​<!-- 33 -->Update links to GitHub projects (#41297) @danilo-leal
|
|
740
|
+
- ​<!-- 32 -->Standardize WAI-ARIA referencest @oliviertassinari
|
|
741
|
+
- ​<!-- 31 -->Fix image layout shift when loading @oliviertassinari
|
|
742
|
+
- ​<!-- 23 -->[joy-ui] Add stray adjustments throughout the docs (#41211) @danilo-leal
|
|
743
|
+
- ​<!-- 22 -->[material-ui] Remove duplicated text at FAQ page (#41326) @zanivan
|
|
744
|
+
- ​<!-- 21 -->[material-ui] Fix color mode toggle of the landing page template (#41293) @zanivan
|
|
745
|
+
- ​<!-- 20 -->[system] Tweak the Usage demos (#41242) @danilo-leal
|
|
746
|
+
- ​<!-- 19 -->[zero] Add a Why section on the README (#41284) @danilo-leal
|
|
747
|
+
|
|
748
|
+
### Core
|
|
749
|
+
|
|
750
|
+
- ​<!-- 51 -->Revert "[utils] Port `useLocalStorageState` hook from Toolpad (#41096)" @oliviertassinari
|
|
751
|
+
- ​<!-- 46 -->[blog] Add post about how MUI uses Toolpad (#40172) @prakhargupta1
|
|
752
|
+
- ​<!-- 45 -->[blog] No bundled demos in blog posts @oliviertassinari
|
|
753
|
+
- ​<!-- 40 -->[code-infra] Embed translations in the @mui/docs package (#41246) @Janpot
|
|
754
|
+
- ​<!-- 39 -->[code-infra] Prepare the markdown package for publishing (#41240) @michaldudak
|
|
755
|
+
- ​<!-- 38 -->[code-infra] Unpin the version of docs-utils in scripts (#41232) @michaldudak
|
|
756
|
+
- ​<!-- 37 -->[core] Use runtime agnostic setTimeout type @oliviertassinari
|
|
757
|
+
- ​<!-- 36 -->[core] Remove window. reference for common globals @oliviertassinari
|
|
758
|
+
- ​<!-- 35 -->[core] Add a script to build all packages (#40631) @michaldudak
|
|
759
|
+
- ​<!-- 30 -->[docs-infra] Fix missing non breaking spaces @oliviertassinari
|
|
760
|
+
- ​<!-- 29 -->[docs-infra] Add design customizations to the disclosure element (#41285) @danilo-leal
|
|
761
|
+
- ​<!-- 28 -->[docs-infra] Adjust headings dark mode color (#41292) @danilo-leal
|
|
762
|
+
- ​<!-- 27 -->[docs-infra] Fix Stack Overflow breaking space @oliviertassinari
|
|
763
|
+
- ​<!-- 26 -->[docs-infra] Fix product selector popup not closing on route change (#41166) @divyammadhok
|
|
764
|
+
- ​<!-- 25 -->[docs-infra] Improve fix blank links ad @oliviertassinari
|
|
765
|
+
- ​<!-- 24 -->[docs-infra] Support interfaces for X docs (#41069) @alexfauquette
|
|
766
|
+
- ​<!-- 18 -->[infra] Adjust the links to search for issues (#41008) @michelengelen
|
|
767
|
+
- ​<!-- 10 -->[website] Move the `React Engineer - xCharts` to `Next roles` section (#41368) @DanailH
|
|
768
|
+
- ​<!-- 09 -->[website] Add James to About Us (#41362) @atomiks
|
|
769
|
+
- ​<!-- 08 -->[website] Polish Button outline primary medium (#41298) @oliviertassinari
|
|
770
|
+
- ​<!-- 07 -->[website] Remove Heatmap chart from community plan on pricing table (#41081) @alexfauquette
|
|
771
|
+
|
|
772
|
+
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
|
|
773
|
+
|
|
774
|
+
## v5.15.11
|
|
775
|
+
|
|
776
|
+
<!-- generated comparing v5.15.10..master -->
|
|
777
|
+
|
|
778
|
+
_Feb 21, 2024_
|
|
779
|
+
|
|
780
|
+
A big thanks to the 26 contributors who made this release possible.
|
|
781
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
782
|
+
|
|
783
|
+
### `@mui/material@5.15.11`
|
|
784
|
+
|
|
785
|
+
- [Alert] Deprecate components and componentsProps props (#40681) @DiegoAndai
|
|
786
|
+
- [Autocomplete] Caret transformation issue with font size change (#41066) @dpertsin
|
|
787
|
+
- [StepLabel] Add type for StepIconComponent (#41082) @harrydigos
|
|
788
|
+
- [TablePagination] Fix type error in Select props (#39137) @PaulKristoffersson
|
|
789
|
+
- [Transitions] External ownerState is incorrectly forwarded to inner components (#41187) @gitstart
|
|
790
|
+
- Use direct import (#40851) @siriwatknp
|
|
791
|
+
|
|
792
|
+
### `@mui/material-nextjs@5.15.11`
|
|
793
|
+
|
|
794
|
+
- Fix missing babel/runtime dependency in material-ui-nextjs (#41077) @siriwatknp
|
|
795
|
+
|
|
796
|
+
### `@mui/system@5.15.11`
|
|
797
|
+
|
|
798
|
+
- Use direct import (#40851) @siriwatknp
|
|
799
|
+
- Move useMediaQuery to system (#39463) @justintoman
|
|
800
|
+
- Consolidate the variants props callback arguments (#41222) @mnajdova
|
|
801
|
+
- Merge props and ownerState in the variants props callback (#41219) @mnajdova
|
|
802
|
+
|
|
803
|
+
### `@mui/codemod@5.15.11`
|
|
804
|
+
|
|
805
|
+
- [AccordionSummary] Add contentGutters deprecation codemods (#41006) @DiegoAndai
|
|
806
|
+
- [PaginationItem] Add codemod for deprecated classes (#41145) @sai6855
|
|
807
|
+
|
|
808
|
+
### `@mui/utils@5.15.11`
|
|
809
|
+
|
|
810
|
+
- Port `useLocalStorageState` hook from Toolpad (#41096) @Janpot
|
|
811
|
+
|
|
812
|
+
### `@mui/base@5.0.0-beta.37`
|
|
813
|
+
|
|
814
|
+
- [Switch] Add missing role attribute (#40907) @KirankumarAmbati
|
|
815
|
+
- [TextareaAutosize] Improve implementation (#40789) @ZeeshanTamboli
|
|
816
|
+
|
|
817
|
+
### `@mui/lab@5.0.0-alpha.164`
|
|
818
|
+
|
|
819
|
+
- [Masonry] Ability to sort elements from left to right (#39904) @Rishi556
|
|
820
|
+
|
|
821
|
+
### Docs
|
|
822
|
+
|
|
823
|
+
- [base-ui] Fix focus state demo in Base UI autocomplete (#41104) @oliviertassinari
|
|
824
|
+
- [base-ui] Update the Accessibility page demos design (#40995) @danilo-leal
|
|
825
|
+
- [joy-ui] Fix LinearProgressWithLabel example (#41194) @khgiddon
|
|
826
|
+
- [joy-ui] Fix 404 image on the docs @oliviertassinari
|
|
827
|
+
- [material-ui] Add a "start now" section on the Overview page (#41137) @danilo-leal
|
|
828
|
+
- [material-ui] Inform about deprecated TablePagination SelectProps usage (#41186) @gitstart
|
|
829
|
+
- [material-ui] Update the Testing page's Argos link (#41170) @gregberge
|
|
830
|
+
- [material-ui] Remove Masonry component and Material Design icon from the landing page template (#41080) @zanivan
|
|
831
|
+
- [material-ui] Standardize all references to Material Design 3 (M3) (#40903) @samuelsycamore
|
|
832
|
+
- [material-ui] Add stray fixes around a few pages (#41038) @danilo-leal
|
|
833
|
+
- [material-ui][joy-ui][system] Restore and revise the Box docs (#40622) @samuelsycamore
|
|
834
|
+
- [material-ui] Add simpler demo for default behavior (#40980) @zanivan
|
|
835
|
+
- [system] Explain why AppRouterCacheProvider (#40909) @oliviertassinari
|
|
836
|
+
- Link to react-transition group with https @oliviertassinari
|
|
837
|
+
- Update broken URL hashes (#41185) @LukasTy
|
|
838
|
+
- Prefer https links @oliviertassinari
|
|
839
|
+
- Fix MUI Treasury link @oliviertassinari
|
|
840
|
+
- Migrate the last > quotes to ::: callouts @oliviertassinari
|
|
841
|
+
|
|
842
|
+
### Core
|
|
843
|
+
|
|
844
|
+
- [blog] Add new product tags and stray adjustments (#41193) @danilo-leal
|
|
845
|
+
- [blog] Simplify `/base-ui-2024-plans/` page (#41171) @oliviertassinari
|
|
846
|
+
- [blog] Add link to Base UI API changes RFC (#41089) @michaldudak
|
|
847
|
+
- [blog] Remove the "News" tag (#41208) @danilo-leal
|
|
848
|
+
- [changelog] Remove @mui/system@5.15.10 (#41093) @michaldudak
|
|
849
|
+
- [code-infra] Move typescript-to-proptypes to internal-scripts package (#41079) @michaldudak
|
|
850
|
+
- [code-infra] Move Link to @mui/docs (#40889) @Janpot
|
|
851
|
+
- [code-infra] Use `experimental.cpus` to control amount of export workers in Next.js (#41132) @Janpot
|
|
852
|
+
- [code-infra] Load commonjs files in next.config.mjs with require (#41108) @Janpot
|
|
853
|
+
- [code-infra] Prepare babel macros package for publishing to npm (#41178) @michaldudak
|
|
854
|
+
- [code-infra] Build internal packages before publishing (#41210) @michaldudak
|
|
855
|
+
- [core] Improve the release instructions (#40973) @mnajdova
|
|
856
|
+
- [core] Simplify Next.js Demo Zero Runtime guide @oliviertassinari
|
|
857
|
+
- [core] Fix TypeScript spelling in changelog @oliviertassinari
|
|
858
|
+
- [core] Fix small detail in the autocomplete demo @oliviertassinari
|
|
859
|
+
- [core] Increase node memory limit on Netlify build (#41111) @michaldudak
|
|
860
|
+
- [core][Tooltip] Remove incorrect code comment (#41179) @ZeeshanTamboli
|
|
861
|
+
- [core] Fix missing context display names (#41168) @oliviertassinari
|
|
862
|
+
- [core][base-ui] Remove `@mui/base` dev dependency from Base UI workspace (#41216) @ZeeshanTamboli
|
|
863
|
+
- [zero][demo] Fix sample next app build (#41197) @brijeshb42
|
|
864
|
+
- [docs-infra] Simplify copy logic (#41167) @oliviertassinari
|
|
865
|
+
- [docs-infra] New way of providing API layout config (#41106) @alexfauquette
|
|
866
|
+
- [docs-infra] Reduce scrollbar width on ROC (#41148) @oliviertassinari
|
|
867
|
+
- [docs-infra] Add external link arrow (#41129) @siriwatknp
|
|
868
|
+
- [docs-infra] Fix external link arrow (#41181) @alexfauquette
|
|
869
|
+
- [docs-infra] Flag npm and GitHub as wrong spellings @oliviertassinari
|
|
870
|
+
- [docs-infra] Fix display when the default props is undefined (#41114) @oliviertassinari
|
|
871
|
+
- [docs-infra] Remove random layout assignment (#40862) @alexfauquette
|
|
872
|
+
- [docs-infra] Add spacing and contrast improvements (#41191) @danilo-leal
|
|
873
|
+
- [docs-infra] Share vale-config (#41176) @alexfauquette
|
|
874
|
+
- [test] Generalize test utils (#41175) @michaldudak
|
|
875
|
+
- [typescript-to-proptypes] Support using `Omit` on types with conditional properties (#41033) @flaviendelangle
|
|
876
|
+
- [website] Match chart component names @oliviertassinari
|
|
877
|
+
- [website] Add Marblism diamond sponsor (#41097) @rluzists1
|
|
878
|
+
- [website] Add overall improvements to the Material UI page (#41075) @danilo-leal
|
|
879
|
+
- [website] Fix responsive breakpoints @oliviertassinari
|
|
880
|
+
- [website] Fix overloading of footer JS files @oliviertassinari
|
|
881
|
+
- [website] Improve the footer's chip contrast (#41209) @danilo-leal
|
|
882
|
+
- [zero] Update to latest version of wyw-in-js (#41182) @brijeshb42
|
|
883
|
+
- [zero] Setup basic testing framework (#40986) @brijeshb42
|
|
884
|
+
- [zero] Fix wrong CSS order by moving import to last (#41002) @siriwatknp
|
|
885
|
+
- [zero] Export `extendTheme` for creating a zero-runtime theme (#40897) @siriwatknp
|
|
886
|
+
- [zero] Move extendTheme to its own subpath (#41204) @brijeshb42
|
|
887
|
+
|
|
888
|
+
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
|
|
889
|
+
|
|
890
|
+
## v5.15.10
|
|
891
|
+
|
|
892
|
+
<!-- generated comparing v5.15.9..master -->
|
|
893
|
+
|
|
894
|
+
_Feb 12, 2024_
|
|
895
|
+
|
|
896
|
+
A big thanks to the 8 contributors who made this release possible.
|
|
897
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
898
|
+
|
|
899
|
+
### `@mui/material@5.15.10`
|
|
900
|
+
|
|
901
|
+
- [Avatar] Add props deprecation with a codemod (#40853) @siriwatknp
|
|
902
|
+
|
|
903
|
+
### `@mui/joy@5.0.0-beta.28`
|
|
904
|
+
|
|
905
|
+
- [Button] Fix `disabled` prop priority when inside button group (#41000) @Smileek
|
|
906
|
+
- [IconButton] Support loading prop (#40949) @Smileek
|
|
907
|
+
|
|
908
|
+
### Docs
|
|
909
|
+
|
|
910
|
+
- [Button][material-ui] Fix 'File upload' demo a11y (#40943) @oliviertassinari
|
|
911
|
+
- [TableRow][material-ui] Escape markup in `children` prop so docgen tools don't parse it as HTML (#40992) @millerized
|
|
912
|
+
- [material-ui] Remove outdated example projects link (it uses Joy UI now) (#40913) @oliviertassinari
|
|
913
|
+
- [material-ui] Fix the "Intro to the MUI ecosystem" link placement (#40988) @danilo-leal
|
|
914
|
+
- Fix 301 redirection to StackBlitz @oliviertassinari
|
|
915
|
+
- Fix h1 on Joy UI templates @oliviertassinari
|
|
916
|
+
- Have MUI workspace own the CodeSandbox @oliviertassinari
|
|
917
|
+
- Add notification for MUI X v7 beta (#41001) @joserodolfofreitas
|
|
918
|
+
- Fix 301 links @oliviertassinari
|
|
919
|
+
- Fix Next.js v13.5.1 <title> SEO regression (#40302) @oliviertassinari
|
|
920
|
+
- Add a 404 page (#40884) @danilo-leal
|
|
921
|
+
- Fix missing GitHub label when opening new issue @oliviertassinari
|
|
922
|
+
- [Stack] Update import statement for Stack component (#41032) @sai6855
|
|
923
|
+
|
|
924
|
+
### Core
|
|
925
|
+
|
|
926
|
+
- [blog] Add post about upcoming plans for Base UI (#40882) @danilo-leal
|
|
927
|
+
- [core] Simplify CodeSandbox reproduction @oliviertassinari
|
|
928
|
+
- [core] Missing redirection @oliviertassinari
|
|
929
|
+
- [core] Export functions from `copyFiles` script to reuse in MUI X repo (#40970) @cherniavskii
|
|
930
|
+
- [core] Avoid variable shorthands @oliviertassinari
|
|
931
|
+
- [docs-infra] Fix search icon issue (#40957) @oliviertassinari
|
|
932
|
+
- [docs-infra] Ignore classes tagged with `@ignore` (#41009) @cherniavskii
|
|
933
|
+
- [docs-infra] Fix selected tab on codeblocks (#41036) @danilo-leal
|
|
934
|
+
- [website] Polish Customer Support Agent role @oliviertassinari
|
|
935
|
+
|
|
936
|
+
All contributors of this release in alphabetical order: @cherniavskii, @danilo-leal, @joserodolfofreitas, @millerized, @oliviertassinari, @sai6855, @siriwatknp, @Smileek
|
|
937
|
+
|
|
938
|
+
## v5.15.9<!-- generated comparing v5.15.8..master -->
|
|
939
|
+
|
|
940
|
+
_Feb 8, 2024_
|
|
941
|
+
|
|
942
|
+
A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
943
|
+
|
|
944
|
+
- 🐛 A critical fix to remove non-published library usage in `@mui/material` peerDependencies.
|
|
945
|
+
|
|
946
|
+
### `@mui/material@5.15.9`
|
|
947
|
+
|
|
948
|
+
- ​<!-- 11 -->[autocomplete] Avoid spread operator (#40968) @oliviertassinari
|
|
949
|
+
- ​<!-- 05 -->[material] Remove zero-runtime from peer dep (#41003) @brijeshb42
|
|
950
|
+
|
|
951
|
+
### `@mui/base@5.0.0-beta.36`
|
|
952
|
+
|
|
953
|
+
- ​<!-- 10 -->[base-ui] Update props using Array to ReadonlyArray type (#40754) @RaghavenderSingh
|
|
954
|
+
|
|
955
|
+
### `@mui/system@5.15.9`
|
|
956
|
+
|
|
957
|
+
- ​<!-- 02 -->[system] use `ReadonlyArray` for CSS related types (#40972) @siriwatknp
|
|
958
|
+
- ​<!-- 01 -->[zero] Migrate to use wyw-in-js instead of linaria (#40866) @brijeshb42
|
|
959
|
+
|
|
960
|
+
### Docs
|
|
961
|
+
|
|
962
|
+
- ​<!-- 06 -->[docs] Polish codemod git diff format @oliviertassinari
|
|
963
|
+
- ​<!-- 05 -->[material-ui][docs] Migrating from deprecated apis follow up (#40981) @DiegoAndai
|
|
964
|
+
|
|
965
|
+
### Core
|
|
966
|
+
|
|
967
|
+
- ​<!-- 09 -->[code-infra] Move next config to ESM (#40869) @Janpot
|
|
968
|
+
- ​<!-- 08 -->[code-infra] Update prettier (#40772) @Janpot
|
|
969
|
+
- ​<!-- 07 -->[code-infra] Add codemod for `light` prop removal (#40947) @sai6855
|
|
970
|
+
|
|
971
|
+
All contributors of this release in alphabetical order: @brijeshb42, @DiegoAndai, @Janpot, @oliviertassinari, @RaghavenderSingh, @sai6855, @siriwatknp
|
|
972
|
+
|
|
973
|
+
## v5.15.8<!-- generated comparing v5.15.7..master -->
|
|
974
|
+
|
|
975
|
+
_Feb 6, 2024_
|
|
976
|
+
|
|
977
|
+
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
978
|
+
|
|
979
|
+
- 💫 Added a redesigned [landing page template](https://mui.com/material-ui/getting-started/templates/landing-page/) (#37557) @zanivan
|
|
980
|
+
- ✨ Added support for Arrow Down/Up + Shift and Page Up/Down keys for faster stepping in the Slider component (#40676) @mnajdova
|
|
981
|
+
- many 🐛 bug fixes and 📚 documentation improvements
|
|
982
|
+
|
|
983
|
+
### `@mui/material@5.15.8`
|
|
984
|
+
|
|
985
|
+
- ​<!-- 36 -->[Avatar] Simplify valid children assertion (#40834) @oliviertassinari
|
|
986
|
+
|
|
987
|
+
### `@mui/codemod@5.15.8`
|
|
988
|
+
|
|
989
|
+
- ​<!-- 37 -->[Accordion] Update props actual.js test case (#40879) @DiegoAndai
|
|
990
|
+
- ​<!-- 12 -->Fix `findComponentJSX` util (#40855) @sai6855
|
|
991
|
+
|
|
992
|
+
### `@mui/system@5.15.8`
|
|
993
|
+
|
|
994
|
+
- ​<!-- 10 -->Add blend color manipulator (#40258) @romgrk
|
|
995
|
+
- ​<!-- 38 -->Support variants in `theme.styleOverrides` (#40690) @siriwatknp
|
|
996
|
+
- ​<!-- 02 -->[zero] Always replace the `createUseThemeProps` call (#40885) @siriwatknp
|
|
997
|
+
- ​<!-- 01 -->[zero] Add README with installation and basic usage (#40761) @brijeshb42
|
|
998
|
+
|
|
999
|
+
### `@mui/base@5.0.0-beta.34`
|
|
1000
|
+
|
|
1001
|
+
- ​<!-- 35 -->[Button] Add support for `hostElementName` prop to improve SSR (#40507) @mj12albert
|
|
1002
|
+
- ​<!-- 30 -->[Menu] Use Popup instead of Popper (#40731) @michaldudak
|
|
1003
|
+
- ​<!-- 29 -->[useNumberInput] Integrate useNumberInput with useControllableReducer (#40206) @mj12albert
|
|
1004
|
+
- ​<!-- 11 -->[Slider] Add support for Arrow Down/Up + Shift and Page Up/Down keys (#40676) @mnajdova
|
|
1005
|
+
|
|
1006
|
+
### Docs
|
|
1007
|
+
|
|
1008
|
+
- ​<!-- 34 -->[base-ui] Update usage.md (#40916) @adebiyial
|
|
1009
|
+
- ​<!-- 33 -->[base-ui] Improve Base UI traffic from Material UI (#40875) @oliviertassinari
|
|
1010
|
+
- ​<!-- 32 -->[base-ui] Change Radio component terminology from Button to Group (#40888) @danilo-leal
|
|
1011
|
+
- ​<!-- 42 -->[base-ui] Remove redundant "Styled" prefix (#40478) @oliviertassinari
|
|
1012
|
+
- ​<!-- 48 -->[base-ui] Update listbox slot style in demo (#40952) @sai6855
|
|
1013
|
+
- ​<!-- 14 -->[material-ui] Fix createTheme import and markdown format in the Next.js guide (#40895) @hsmtkk
|
|
1014
|
+
- ​<!-- 13 -->[material-ui] Correct Google font CDN URL as Roboto 600 weight is not used (#40852) @xuhdev
|
|
1015
|
+
- ​<!-- 14 -->[material-ui] Replace the Album template with a landing page (#37557) @zanivan
|
|
1016
|
+
- ​<!-- 21 -->[material-ui] Add deprecations migration guide (#40767) @DiegoAndai
|
|
1017
|
+
- ​<!-- 22 -->[material-ui] Improve aria-label throughout the Button Group demos (#40892) @danilo-leal
|
|
1018
|
+
- ​<!-- 17 -->[joy-ui] Update the Overview callout (#40900) @danilo-leal
|
|
1019
|
+
- ​<!-- 22 -->Fix image size and dark mode @oliviertassinari
|
|
1020
|
+
- ​<!-- 21 -->Migrate links from legacy.reactjs.org to react.dev @oliviertassinari
|
|
1021
|
+
- ​<!-- 20 -->Fix 301 links @oliviertassinari
|
|
1022
|
+
- ​<!-- 19 -->Fix outdated link @oliviertassinari
|
|
1023
|
+
- ​<!-- 18 -->Fix URL and typo in CONTRIBUTING.md (#40899) @Smileek
|
|
1024
|
+
|
|
1025
|
+
### Core
|
|
1026
|
+
|
|
1027
|
+
- ​<!-- 28 -->[blog] Optimize images for /blog/mui-x-v7-beta/ @oliviertassinari
|
|
1028
|
+
- ​<!-- 27 -->[blog] Clarify barrel index tree-shaking @oliviertassinari
|
|
1029
|
+
- ​<!-- 26 -->[code-infra] Simplify bug reproduction (#40833) @oliviertassinari
|
|
1030
|
+
- ​<!-- 25 -->[code-infra] Prepare publishing @mui-internal/typescript-to-proptypes to npm (#40842) @michaldudak
|
|
1031
|
+
- ​<!-- 40 -->[code-infra] Remove babel alias from the docs (#40792) @Janpot
|
|
1032
|
+
- ​<!-- 24 -->[core] Use Google Font v2 API @oliviertassinari
|
|
1033
|
+
- ​<!-- 23 -->[core] Add missing change to v5.15.7 changelog (#40872) @DiegoAndai
|
|
1034
|
+
- ​<!-- 31 -->[core] Normalize `<meta name="viewport" />`` @oliviertassinari
|
|
1035
|
+
- ​<!-- 28 -->[dependencies] Do not update envinfo test dependencies (#40950) @michaldudak
|
|
1036
|
+
- ​<!-- 17 -->[docs-infra] Fix arbitrary gap between paragraphs in callouts (#40911) @oliviertassinari
|
|
1037
|
+
- ​<!-- 16 -->[docs-infra] Allow developers to build their CodeSandbox export (#40878) @oliviertassinari
|
|
1038
|
+
- ​<!-- 15 -->[docs-infra] Improve StackBlitz support (#40832) @oliviertassinari
|
|
1039
|
+
- ​<!-- 21 -->[docs-infra] Improve support for absolute locale URL (#40940) @oliviertassinari
|
|
1040
|
+
- ​<!-- 31 -->[Menu][base-ui] Fix improperly merged tests (#40896) @michaldudak
|
|
1041
|
+
- ​<!-- 09 -->[utils] Use consistent build approach (#40837) @siriwatknp
|
|
1042
|
+
- ​<!-- 08 -->[website] Fix React missing key console error @oliviertassinari
|
|
1043
|
+
- ​<!-- 07 -->[website] Fix broken link @oliviertassinari
|
|
1044
|
+
- ​<!-- 06 -->[website] Fix heading structure (#40912) @oliviertassinari
|
|
1045
|
+
- ​<!-- 05 -->[website] Add Customer Support Agent role to careers page (#40890) @rluzists1
|
|
1046
|
+
- ​<!-- 04 -->[website] Refine the Material UI homepage demo (#40881) @danilo-leal
|
|
1047
|
+
- ​<!-- 03 -->[website] Use em-dash when relevant over hyphen @oliviertassinari
|
|
1048
|
+
- ​<!-- 03 -->[zero] Fix build for demo next.js app (#40854) @brijeshb42
|
|
1049
|
+
|
|
1050
|
+
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
|
|
1051
|
+
|
|
1052
|
+
## v5.15.7
|
|
1053
|
+
|
|
1054
|
+
<!-- generated comparing v5.15.6..master -->
|
|
1055
|
+
|
|
1056
|
+
_Jan 31, 2024_
|
|
1057
|
+
|
|
1058
|
+
A big thanks to the 21 contributors who made this release possible.
|
|
1059
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
1060
|
+
|
|
1061
|
+
### `@mui/material@5.15.7`
|
|
1062
|
+
|
|
1063
|
+
- ​<!-- 55 -->[Select] Fix to show notched outline when `displayEmpty` (#40865) @ZeeshanTamboli
|
|
1064
|
+
- ​<!-- 51 -->[Avatar] Improve fallback when `children` is empty string or boolean (#40766) @mirus-ua
|
|
1065
|
+
- ​<!-- 50 -->[AvatarGroup] Refactor component thereby fixing custom spacing logic (#40686) @ZeeshanTamboli
|
|
1066
|
+
|
|
1067
|
+
### `@mui/codemod@5.15.7`
|
|
1068
|
+
|
|
1069
|
+
- ​<!-- 38 -->Add accordion props deprecation (#40771) @siriwatknp
|
|
1070
|
+
|
|
1071
|
+
### `@mui/system@5.15.7`
|
|
1072
|
+
|
|
1073
|
+
- ​<!-- 56 -->[zero-runtime] Use lodash instead of its subpackages (#40868) @michaldudak
|
|
1074
|
+
- ​<!-- 19 -->Add `applyStyles()` to theme (#40667) @siriwatknp
|
|
1075
|
+
- ​<!-- 02 -->[zero] Use `theme.applyStyles` in the demo app (#40787) @siriwatknp
|
|
1076
|
+
- ​<!-- 01 -->[zero] Add `useThemeProps` processor (#40648) @siriwatknp
|
|
1077
|
+
|
|
1078
|
+
### `@mui/utils@5.15.7`
|
|
1079
|
+
|
|
1080
|
+
- ​<!-- 16 -->[core] Remove unnecessary default export (#40788) @siriwatknp
|
|
1081
|
+
- ​<!-- 15 -->[core] Convert all exports to modules (#39882) @mnajdova
|
|
1082
|
+
- ​<!-- 20 -->[perf] Prevent unneeded `clearTimeout` calls (#39060) @romgrk
|
|
1083
|
+
|
|
1084
|
+
### `@mui/base@5.0.0-beta.34`
|
|
1085
|
+
|
|
1086
|
+
- ​<!-- 48 -->[Input] Add OTP input demo (#40539) @sai6855
|
|
1087
|
+
- ​<!-- 47 -->[Menu] Focus last item after opening a menu using up arrow (#40764) @Jaswanth-Sriram-Veturi
|
|
1088
|
+
- ​<!-- 46 -->[Menu] Focus Menu Items on hover (#40755) @michaldudak
|
|
1089
|
+
|
|
1090
|
+
### `@mui/joy@5.0.0-beta.25`
|
|
1091
|
+
|
|
1092
|
+
- ​<!-- 22 -->Change the color scheme type to `SupportedColorScheme` (#40776) @Nikhilh26
|
|
1093
|
+
|
|
1094
|
+
### `@mui/lab@5.0.0-alpha.163`
|
|
1095
|
+
|
|
1096
|
+
- ​<!-- 21 -->[TabContext] Support number type in `value` (#40829) @srinidhi9831
|
|
1097
|
+
|
|
1098
|
+
### Docs
|
|
1099
|
+
|
|
1100
|
+
- ​<!-- 57 -->[material-ui] Fix the icon preview dialog (#40863) @danilo-leal
|
|
1101
|
+
- ​<!-- 53 -->[material-ui] Fix typo on styled-components guide (#40858) @dancielos
|
|
1102
|
+
- ​<!-- 49 -->[base-ui] Fix CSS vars from the plain CSS theme stylesheet (#40762) @zanivan
|
|
1103
|
+
- ​<!-- 31 -->[material-ui][Divider] Remove light prop references from docs (#40782) @sai6855
|
|
1104
|
+
- ​<!-- 30 -->Fix build @oliviertassinari
|
|
1105
|
+
- ​<!-- 29 -->Add support pages for each product @oliviertassinari
|
|
1106
|
+
- ​<!-- 28 -->Add survey banner to docs and website (#40553) @joserodolfofreitas
|
|
1107
|
+
- ​<!-- 24 -->[Menu] Fix hydration mismatch error on Base UI's Menu docs (#40758) @michaldudak
|
|
1108
|
+
- ​<!-- 25 -->[material-nextjs] Add theming and configuration content to the page (#40626) @siriwatknp
|
|
1109
|
+
|
|
1110
|
+
### Core
|
|
1111
|
+
|
|
1112
|
+
- ​<!-- 54 -->[website] Move `React Engineer - X` into the future roles section (#40867) @DanailH
|
|
1113
|
+
- ​<!-- 52 -->[material-ui][test][Alert] Add action, icon, and iconMapping tests (#40682) @DiegoAndai
|
|
1114
|
+
- ​<!-- 45 -->[blog] Lint duplicate h1 on the page (#40835) @oliviertassinari
|
|
1115
|
+
- ​<!-- 44 -->[blog] MUI X v7 beta announcement blogpost (#40784) @joserodolfofreitas
|
|
1116
|
+
- ​<!-- 43 -->[code-infra] Remove custom TS installation script (#40636) @michaldudak
|
|
1117
|
+
- ​<!-- 42 -->[code-infra] Correct API Docs Builder dependencies (#40775) @michaldudak
|
|
1118
|
+
- ​<!-- 41 -->[code-infra] Migrate to prettier async APIs (#40668) @Janpot
|
|
1119
|
+
- ​<!-- 40 -->[code-infra] Refined docs generation (#40603) @alexfauquette
|
|
1120
|
+
- ​<!-- 39 -->[code-infra] Explain how to install the browsers (#40474) @oliviertassinari
|
|
1121
|
+
- ​<!-- 37 -->`missingKeyGenerator` do no longer exist (#40830) @oliviertassinari
|
|
1122
|
+
- ​<!-- 36 -->Rely on immutable ref when possible (#40831) @oliviertassinari
|
|
1123
|
+
- ​<!-- 35 -->Remove deprecated `@types/markdown-to-jsx` package from docs (#40828) @ZeeshanTamboli
|
|
1124
|
+
- ​<!-- 34 -->Remove unneeded `@slack/web-api` package (#40840) @ZeeshanTamboli
|
|
1125
|
+
- ​<!-- 33 -->Clarify TODO instruction @oliviertassinari
|
|
1126
|
+
- ​<!-- 32 -->Remove unneeded use-clients (#40663) @oliviertassinari
|
|
1127
|
+
- ​<!-- 27 -->[docs-infra] Fix anchor link hook (#40836) @oliviertassinari
|
|
1128
|
+
- ​<!-- 26 -->[docs-infra] Avoid layout shift on docs-pages (#40749) @oliviertassinari
|
|
1129
|
+
- ​<!-- 23 -->[examples] Fix build on Next.js Pages Router examples (#40665) @oliviertassinari
|
|
1130
|
+
- ​<!-- 18 -->[test] Speed up the envinfo test (#40669) @michaldudak
|
|
1131
|
+
- ​<!-- 17 -->[typescript-to-proptypes] Allow to represent dates as `PropTypes.object` (#40774) @flaviendelangle
|
|
1132
|
+
- ​<!-- 14 -->[website] Add new Base UI role (#40773) @colmtuite
|
|
1133
|
+
- ​<!-- 13 -->[website] Fix a couple of rough edges (#40849) @danilo-leal
|
|
1134
|
+
- ​<!-- 12 -->[website] Small polishing after latest changes to the theme (#40846) @zanivan
|
|
1135
|
+
- ​<!-- 11 -->[website] Polish some pages and stray components (#40797) @danilo-leal
|
|
1136
|
+
- ​<!-- 10 -->[website] Refine the careers page slightly (#40793) @danilo-leal
|
|
1137
|
+
- ​<!-- 09 -->[website] Fix missing key on the Testimonials section (#40791) @Janpot
|
|
1138
|
+
- ​<!-- 08 -->[website] Fix Footer layout shift (#40786) @oliviertassinari
|
|
1139
|
+
- ​<!-- 07 -->[website] Revamp the testimonial section in the homepage (#40752) @danilo-leal
|
|
1140
|
+
- ​<!-- 06 -->[website] Fix pricing license model toggle style (#40747) @oliviertassinari
|
|
1141
|
+
- ​<!-- 05 -->[website] Fine-tune colors and styles on the branding theme (#40751) @danilo-leal
|
|
1142
|
+
- ​<!-- 04 -->[website] Fix Toggle Button styles in the homepage demos (#40744) @mohamedsaiedd
|
|
1143
|
+
- ​<!-- 03 -->[website] Update stats on the testimonials section (#40769) @EyaOuenniche
|
|
1144
|
+
|
|
1145
|
+
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
|
|
1146
|
+
|
|
1147
|
+
## v5.15.6
|
|
1148
|
+
|
|
1149
|
+
<!-- generated comparing v5.15.5..master -->
|
|
1150
|
+
|
|
1151
|
+
_Jan 22, 2024_
|
|
1152
|
+
|
|
1153
|
+
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
1154
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
1155
|
+
|
|
1156
|
+
### `@mui/material@5.15.6`
|
|
1157
|
+
|
|
1158
|
+
- ​<!-- 29 -->[Avatar] Use variants api (#40324) @mnajdova
|
|
1159
|
+
- ​<!-- 27 -->[TablePagination] Accept readonly array for `rowsPerPageOptions` prop (#40481) @pcorpet
|
|
1160
|
+
- ​<!-- 06 -->[PaginationItem] Deprecate classes for v6 (#40673) @sai6855
|
|
1161
|
+
- ​<!-- 05 -->[Rating] Fix rating width via min-content (#40503) @devhik0
|
|
1162
|
+
|
|
1163
|
+
### `@mui/base@5.0.0-beta.33`
|
|
1164
|
+
|
|
1165
|
+
- ​<!-- 26 -->[Select] Fix display of selected Options with rich content (#40689) @michaldudak
|
|
1166
|
+
- ​<!-- 25 -->[Select] Use Popup instead of Popper (#40524) @michaldudak
|
|
1167
|
+
- ​<!-- 26 -->[useMenuButton] Fix non native button triggers (#40645) @DiegoAndai
|
|
1168
|
+
|
|
1169
|
+
### `@mui/system@5.15.6`
|
|
1170
|
+
|
|
1171
|
+
- ​<!-- 02 -->[zero] Fix theme token import in source file (#40691) @brijeshb42
|
|
1172
|
+
- ​<!-- 01 -->[zero] Add support for css import (#40541) @brijeshb42
|
|
1173
|
+
|
|
1174
|
+
### `@mui/icons-material@5.15.6`
|
|
1175
|
+
|
|
1176
|
+
- ​<!-- 07 -->[icons-material] Fix icons package.json version (#40655) @mj12albert
|
|
1177
|
+
|
|
1178
|
+
### Docs
|
|
1179
|
+
|
|
1180
|
+
- ​<!-- 28 -->[base-ui] Polish the Slider demos (#40332) @danilo-leal
|
|
1181
|
+
- ​<!-- 24 -->[base-ui][Slider] Fix plain CSS demo's wrong keyboard behavior (#40652) @mnajdova
|
|
1182
|
+
- ​<!-- 23 -->[base-ui][TextareaAutosize] Add border-box to demo (#40646) @ANUGLYPLUGIN
|
|
1183
|
+
- ​<!-- 16 -->Fix brand name non-breaking space (#40701) @oliviertassinari
|
|
1184
|
+
- ​<!-- 15 -->Improve error message for MUI Vale rule @oliviertassinari
|
|
1185
|
+
- ​<!-- 14 -->Add notification to publish the survey (#40552) @joserodolfofreitas
|
|
1186
|
+
- ​<!-- 04 -->[system] Explain a bit more how AppRouterCacheProvider works @oliviertassinari
|
|
1187
|
+
- ​<!-- 12 -->[joy-ui] Move tutorial to iframe (#40567) @oliviertassinari
|
|
1188
|
+
- ​<!-- 10 -->[material-ui][Slider] Remove custom divs from new demo (#40674) @zanivan
|
|
1189
|
+
- ​<!-- 11 -->[material-ui] Improve TabContext, TabList, and TabPanel documentation (#40587) @anle9650
|
|
1190
|
+
- ​<!-- 09 -->[material-ui][Slider] Added custom mark labels demo (#40647) @DonikaV
|
|
1191
|
+
|
|
1192
|
+
### Core
|
|
1193
|
+
|
|
1194
|
+
- ​<!-- 30 -->[core] Fix RXDB-logo Url (#40724) @mohamedsaiedd
|
|
1195
|
+
- ​<!-- 24 -->[code-infra] Improve proptypes-generation (#40617) @alexfauquette
|
|
1196
|
+
- ​<!-- 22 -->[code-infra] Disable pnpm package cache on CircleCI (#40670) @michaldudak
|
|
1197
|
+
- ​<!-- 21 -->[code-infra] Add missing package to CodeSandbox CI config (#40657) @michaldudak
|
|
1198
|
+
- ​<!-- 20 -->[code-infra] Remove unnecessary @mui/utils dependency from api-docs-builder (#40632) @michaldudak
|
|
1199
|
+
- ​<!-- 19 -->[core] Polish issue templates @oliviertassinari
|
|
1200
|
+
- ​<!-- 13 -->[docs-infra] Support markdown link in slots descriptions (#40679) @alexfauquette
|
|
1201
|
+
- ​<!-- 08 -->[examples] Simplify Next.js example (#40661) @oliviertassinari
|
|
1202
|
+
- ​<!-- 03 -->[website] Fix broken styles on Base UI page (#40683) @michaldudak
|
|
1203
|
+
|
|
1204
|
+
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
|
|
1205
|
+
|
|
1206
|
+
## v5.15.5
|
|
1207
|
+
|
|
1208
|
+
<!-- generated comparing v5.15.4..master -->
|
|
1209
|
+
|
|
1210
|
+
_Jan 17, 2024_
|
|
1211
|
+
|
|
1212
|
+
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
1213
|
+
|
|
1214
|
+
- Base UI's CSS class prefix is now `base-` (#40205) @michaldudak
|
|
1215
|
+
- Bug fixes, and a lot of improvements to code and docs infra
|
|
1216
|
+
|
|
1217
|
+
### `@mui/material@5.15.5`
|
|
1218
|
+
|
|
1219
|
+
- ​<!-- 42 -->[Accordion] Deprecate \*Props props and classes for v6 (#40418) @DiegoAndai
|
|
1220
|
+
- ​<!-- 41 -->[Alert] Update TypeScript types to allow color override types to be added to `iconMapping` and `severity` props (#40551) @2metres
|
|
1221
|
+
- ​<!-- 27 -->[Dialog] Remove deprecated onBackdropClick from Dialog tests (#40505) @sai6855
|
|
1222
|
+
- ​<!-- 26 -->[Divider] Deprecate props and classes for v6 (#40563) @sai6855
|
|
1223
|
+
|
|
1224
|
+
### `@mui/material-next@6.0.0-alpha.118`
|
|
1225
|
+
|
|
1226
|
+
- ​<!-- 36 -->[ButtonGroup] Apply MD3 style to `ButtonGroup` (#40124) @lhilgert9
|
|
1227
|
+
|
|
1228
|
+
### `@mui/base@5.0.0-beta.32`
|
|
1229
|
+
|
|
1230
|
+
#### Breaking changes
|
|
1231
|
+
|
|
1232
|
+
- ​<!-- 40 -->Change the CSS class prefix to `base-` (#40205) @michaldudak
|
|
1233
|
+
|
|
1234
|
+
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`)
|
|
1235
|
+
|
|
1236
|
+
To adapt your code to the new pattern:
|
|
1237
|
+
|
|
1238
|
+
- replace all occurrences of the regex `.Mui([A-Z][A-Za-z]*)-` with `.base-$1-` (so `MuiButton-root` becomes `base-Button-root`, etc.),
|
|
1239
|
+
- replace all occurrences of the regex `.Mui-([a-z]*)` with `.base--$1` (so `Mui-disabled` becomes `base--disabled`, etc.).
|
|
1240
|
+
|
|
1241
|
+
#### Changes
|
|
1242
|
+
|
|
1243
|
+
- ​<!-- 39 -->[Select] Fix screen-reader CSS to avoid body scrollbar (#40599) @brijeshb42
|
|
1244
|
+
- ​<!-- 38 -->[Switch] Add border-box to demos (#40638) @zanivan
|
|
1245
|
+
|
|
1246
|
+
### `@mui/joy@5.0.0-beta.23`
|
|
1247
|
+
|
|
1248
|
+
- ​<!-- 11 -->[ModalDialog] Fix ModalDialog layout prop override (#40512) @maakcode
|
|
1249
|
+
- ​<!-- 10 -->[RadioGroup] Allow zero number as a value (#40344) @aacevski
|
|
1250
|
+
|
|
1251
|
+
### `@mui/codemod@5.15.5`
|
|
1252
|
+
|
|
1253
|
+
- ​<!-- 31 -->Allow `json` files to be transformed (#40536) @ZeeshanTamboli
|
|
1254
|
+
|
|
1255
|
+
### `@mui/lab@5.0.0-alpha.161`
|
|
1256
|
+
|
|
1257
|
+
- ​<!-- 09 -->Update `@mui/material` peer dependency version (#40528) @ZeeshanTamboli
|
|
1258
|
+
|
|
1259
|
+
### `@mui/material-nextjs@5.15.5`
|
|
1260
|
+
|
|
1261
|
+
- ​<!-- 08 -->Fix release script (#40519) @petrovmiroslav
|
|
1262
|
+
- ​<!-- 07 -->Support Nonces in the App Router Provider (#40269) @josh-feldman
|
|
1263
|
+
- ​<!-- 06 -->Polish @mui/material-nextjs (#40473) @oliviertassinari
|
|
1264
|
+
|
|
1265
|
+
### `@mui/system@5.15.5`
|
|
1266
|
+
|
|
1267
|
+
- ​<!-- 05 -->Fix import path for @mui/system in vite apps (#40490) @brijeshb42
|
|
1268
|
+
- ​<!-- 02 -->Fix css vars generation and simplify the code (#40530) @siriwatknp
|
|
1269
|
+
- ​<!-- 01 -->Identify zero runtime styled path (#40555) @brijeshb42
|
|
1270
|
+
|
|
1271
|
+
### Docs
|
|
1272
|
+
|
|
1273
|
+
- ​<!-- 35 -->[joy-ui][Card] Fix text alignment in horizontal aligned card demo (#40562) @ZeeshanTamboli
|
|
1274
|
+
- ​<!-- 25 -->Improve instructions about peer dependencies (#40621) @danilo-leal
|
|
1275
|
+
- ​<!-- 24 -->Solve page description length @oliviertassinari
|
|
1276
|
+
- ​<!-- 23 -->Fix MUI Treasury links (#40561) @siriwatknp
|
|
1277
|
+
- ​<!-- 17 -->[material-ui] Update <ListItem button/> to ListItemButton in demos (#40564) @sai6855
|
|
1278
|
+
- ​<!-- 16 -->[material-ui] Revise the Snackbar page (#39298) @danilo-leal
|
|
1279
|
+
- ​<!-- 15 -->[material-ui] Sharpen Material 3 copy on demo pages (#40546) @samuelsycamore
|
|
1280
|
+
- ​<!-- 14 -->[material-ui] Fix typo on Next.js integration guide (#40538) @zanivan
|
|
1281
|
+
- ​<!-- 13 -->[material-ui][Snackbar] Remove unused `State` interface from Consecutive Snackbars demo (#40410)
|
|
1282
|
+
@zinoroman
|
|
1283
|
+
- ​<!-- 12 -->[website] Resolve broken links reported by `docs:link-check` (#40547) @samuelsycamore
|
|
1284
|
+
|
|
1285
|
+
### Core
|
|
1286
|
+
|
|
1287
|
+
- ​<!-- 37 -->[blog] Fix 404 link to MUI Treasury @oliviertassinari
|
|
1288
|
+
- ​<!-- 34 -->[code-infra] Add `run` command to deploy docs (#40513) @siriwatknp
|
|
1289
|
+
- ​<!-- 32 -->[core] Update the lockfile (#40628) @michaldudak
|
|
1290
|
+
- ​<!-- 31 -->[core] Remove dead code and follow standard @oliviertassinari
|
|
1291
|
+
- ​<!-- 30 -->[core] Simplify server detection (#40471) @oliviertassinari
|
|
1292
|
+
- ​<!-- 29 -->[core] Sync playwright cache between MUI X and Material UI (#40475) @oliviertassinari
|
|
1293
|
+
- ​<!-- 28 -->[dependencies] Bump tough-cookie (#40437) @michaldudak
|
|
1294
|
+
- ​<!-- 22 -->[docs-infra] Enforce brand name rules (#40525) @oliviertassinari
|
|
1295
|
+
- ​<!-- 21 -->[docs-infra] Minimize ad layout shift on mobile (#40582) @oliviertassinari
|
|
1296
|
+
- ​<!-- 20 -->[docs-infra] Improve API page deprecation info (#40440) @DiegoAndai
|
|
1297
|
+
- ​<!-- 19 -->[docs-infra] Remove old tocs banners (#40537) @oliviertassinari
|
|
1298
|
+
- ​<!-- 18 -->[docs-infra] Remove dead code aria-label sponsors (#40526) @oliviertassinari
|
|
1299
|
+
- ​<!-- 04 -->[utils] Centralize clamp implementation in utils (#40267) @Kamino0
|
|
1300
|
+
- ​<!-- 03 -->[website] Polish the Base UI page demos (#40504) @danilo-leal
|
|
1301
|
+
|
|
1302
|
+
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
|
|
1303
|
+
|
|
1304
|
+
## 5.15.4
|
|
1305
|
+
|
|
1306
|
+
<!-- generated comparing v5.15.3..master -->
|
|
1307
|
+
|
|
1308
|
+
_Jan 10, 2024_
|
|
1309
|
+
|
|
1310
|
+
A big thanks to the 22 contributors who made this release possible. Here are some highlights:
|
|
1311
|
+
|
|
1312
|
+
- ✨ 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
|
|
1313
|
+
|
|
1314
|
+
### `@mui/material@5.15.4`
|
|
1315
|
+
|
|
1316
|
+
- [TextField][FormLabel][InputLabel][FormControl] Use exact children type to allow React children type augmentation (#38872) @nicegamer7
|
|
1317
|
+
- [Select] Add form submission regression test (#40176) @mj12albert
|
|
1318
|
+
- [ToggleButtonGroup] Support different elements under it (#40220) @Methuselah96
|
|
1319
|
+
- [ClickAwayListener] Fix export of types (#40485) @illume
|
|
1320
|
+
|
|
1321
|
+
### `@mui/material-nextjs@5.15.4`
|
|
1322
|
+
|
|
1323
|
+
- Improve build size issue (#40436) @siriwatknp
|
|
1324
|
+
|
|
1325
|
+
### `@mui/icons-material@5.15.4`
|
|
1326
|
+
|
|
1327
|
+
- Update the icons (#40365) @michaldudak
|
|
1328
|
+
|
|
1329
|
+
### `@mui/system@5.15.4`
|
|
1330
|
+
|
|
1331
|
+
- [zero] Move zero runtime related packages (#40426) @brijeshb42
|
|
1332
|
+
- Fix all use of styled(Box) (#40449) @oliviertassinari
|
|
1333
|
+
|
|
1334
|
+
### `@mui/utils@5.15.4`
|
|
1335
|
+
|
|
1336
|
+
- Fix `isPlainObject` to work across realm (#39981) @brijeshb42
|
|
1337
|
+
|
|
1338
|
+
### `@mui/base@5.0.0-beta.31`
|
|
1339
|
+
|
|
1340
|
+
- [base-ui][NumberInput] Remove inputId and inputRef types from NumberInput component (#40425) @sai6855
|
|
1341
|
+
|
|
1342
|
+
### `@mui/joy@5.0.0-beta.22`
|
|
1343
|
+
|
|
1344
|
+
- [Badge] Shouldn't crash when using custom size (#39986) @iamsaumya
|
|
1345
|
+
- [ToggleButtonGroup] Add `JoyToggleButtonGroup` to extendTheme's components type export (#40407) @RiceCrisp
|
|
1346
|
+
|
|
1347
|
+
### Docs
|
|
1348
|
+
|
|
1349
|
+
- [base-ui] Visual tweaks to the plain CSS theme stylesheet (#40487) @zanivan
|
|
1350
|
+
- [base-ui] Add tokens to plain CSS theme stylesheet (#40113) @zanivan
|
|
1351
|
+
- [base-ui] Update the overview page (#40412) @danilo-leal
|
|
1352
|
+
- [material-ui][Drawer] Resolve flickering when double-clicking on the backdrop to close it (#40343) @aacevski
|
|
1353
|
+
- [material-ui] Refactor form submission in FormDialog component (#40470) @sai6855
|
|
1354
|
+
- [material-ui] Replace recharts with MUI X charts on the Dashboard template (#40107) @alexfauquette
|
|
1355
|
+
- [material-ui] Revise the Alert demo page (#34892) @samuelsycamore
|
|
1356
|
+
- [material-ui] Revise the Accordion page (#40284) @anle9650
|
|
1357
|
+
- [material-ui] Add docs for complementary Card components (#40346) @anle9650
|
|
1358
|
+
- [material-ui] Add Material Design 3 components page (#40350) @DiegoAndai
|
|
1359
|
+
- Fix strange italic style @oliviertassinari
|
|
1360
|
+
- Fix references to ESLint @oliviertassinari
|
|
1361
|
+
- Fix 301 redirections @oliviertassinari
|
|
1362
|
+
- Right-to-left revision and addition to Joy UI (#39158) @danilo-leal
|
|
1363
|
+
|
|
1364
|
+
### Core
|
|
1365
|
+
|
|
1366
|
+
- [examples] Use material-nextjs integration package (#40199) @siriwatknp
|
|
1367
|
+
- [code-infra] Configure build dependencies in nx (#40482) @michaldudak
|
|
1368
|
+
- [code-infra] Don't require noreferrer on target link (#40447) @oliviertassinari
|
|
1369
|
+
- [code-infra] Use tsx instead of ts-node (#40428) @michaldudak
|
|
1370
|
+
- [code-infra] Add options to docs-api generation to support X code structure (#40111) @alexfauquette
|
|
1371
|
+
- [docs-infra] Add types for withDocsInfra (#40301) @oliviertassinari
|
|
1372
|
+
- [docs-infra] Fix anchor links in API pages (#40450) @oliviertassinari
|
|
1373
|
+
- [docs-infra] Fix API table full-width (#40476) @oliviertassinari
|
|
1374
|
+
- [docs-infra] Fix the copy button overlapping with the scrollbar (#40405) @danilo-leal
|
|
1375
|
+
- [docs-infra] Remove explicit `mui-x` dependency resolving (#40257) @LukasTy
|
|
1376
|
+
- [docs-infra] Update the outlined Demo container dark mode color (#40488) @danilo-leal
|
|
1377
|
+
- [core] Lock file maintenance (#34538) @renovate[bot]
|
|
1378
|
+
- [core] Remove duplicate devDependencies (#40438) @michaldudak
|
|
1379
|
+
- [core] Remove issue emoji @oliviertassinari
|
|
1380
|
+
- [core] Move prefetch at the core, will propagate to MUI X @oliviertassinari
|
|
1381
|
+
- [core] Change package manager to pnpm (#36287) @Janpot
|
|
1382
|
+
- [core][docs] Remove the "Understand MUI packages" page (#39835) @savalaram-redkar
|
|
1383
|
+
- [website] Evolve the Developer Advocate role (#40337) @oliviertassinari
|
|
1384
|
+
- [website] Fix default social card @oliviertassinari
|
|
1385
|
+
- [test] Restore the `t` command (#40430) @michaldudak
|
|
1386
|
+
|
|
1387
|
+
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
|
|
1388
|
+
|
|
1389
|
+
## 5.15.3
|
|
1390
|
+
|
|
1391
|
+
<!-- generated comparing v5.15.2..master -->
|
|
1392
|
+
|
|
1393
|
+
_Jan 3, 2024_
|
|
1394
|
+
|
|
1395
|
+
A big thanks to the 11 contributors who made this release possible.
|
|
1396
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
1397
|
+
|
|
1398
|
+
### `@mui/material-nextjs@5.15.3`
|
|
1399
|
+
|
|
1400
|
+
- ​<!-- 06 -->[material-nextjs] Fix order of emotion server (#40409) @siriwatknp
|
|
1401
|
+
|
|
1402
|
+
### `@mui/base@5.0.0-beta.30`
|
|
1403
|
+
|
|
1404
|
+
- ​<!-- 40 -->[useSlider] Rearrange passive option in eventlisteners (#40235) @Kamino0
|
|
1405
|
+
|
|
1406
|
+
### `@mui/lab@5.0.0-alpha.159`
|
|
1407
|
+
|
|
1408
|
+
- ​<!-- 14 -->Add use client directive (#40358) @DiegoAndai
|
|
1409
|
+
|
|
1410
|
+
### `@mui/material-next@6.0.0-alpha.116`
|
|
1411
|
+
|
|
1412
|
+
- ​<!-- 13 -->[List] Copy all List\* components to material-next package (#40367) @sai6855
|
|
1413
|
+
- ​<!-- 12 -->Update CONTRIBUTING guide given v6/v7 rescheduling (#40363) @DiegoAndai
|
|
1414
|
+
- ​<!-- 11 -->[MenuItem] Fix spec import (#40271) @DiegoAndai
|
|
1415
|
+
- ​<!-- 10 -->[Option] Add Option component (#40270) @DiegoAndai
|
|
1416
|
+
- ​<!-- 09 -->[Slider] Replace lodash with internal utils (#40261) @DiegoAndai
|
|
1417
|
+
- ​<!-- 08 -->[Switch] Change files to TypeScript (#39894) @lhilgert9
|
|
1418
|
+
- ​<!-- 07 -->[theme] Move ref palette out of color schemes (#40341) @DiegoAndai
|
|
1419
|
+
|
|
1420
|
+
### Docs
|
|
1421
|
+
|
|
1422
|
+
- ​<!-- 41 -->[base-ui] Polish the Table Pagination demos (#40281) @danilo-leal
|
|
1423
|
+
- ​<!-- 22 -->[joy-ui] Fix dashboard template console errors (#40316) @oliviertassinari
|
|
1424
|
+
- ​<!-- 21 -->[joy-ui] Fix image size on the Files template (#40315) @oliviertassinari
|
|
1425
|
+
- ​<!-- 20 -->[material-ui] Revise the Divider page (#40356) @danilo-leal
|
|
1426
|
+
- ​<!-- 19 -->[material-ui] Polish the Next.js integration page (#40317) @oliviertassinari
|
|
1427
|
+
- ​<!-- 18 -->[material-ui] Adding autoFocus on Virtual Popover (#40239) @aacevski
|
|
1428
|
+
- ​<!-- 17 -->[material-ui] Revise the Roadmap page (#40054) @danilo-leal
|
|
1429
|
+
- ​<!-- 16 -->[material-ui] Update the "showing and hiding" section on the Tooltip page (#40283) @anle9650
|
|
1430
|
+
- ​<!-- 05 -->[material-ui] Fix Slider's customized iOS demo to use updated official colors (#39813) @Super-Kenil
|
|
1431
|
+
- ​<!-- 15 -->[examples] Simplify Next.js example (#40318) @oliviertassinari
|
|
1432
|
+
|
|
1433
|
+
### Core
|
|
1434
|
+
|
|
1435
|
+
- ​<!-- 39 -->[blog] Update open-graph cards for all posts (#40328) @danilo-leal
|
|
1436
|
+
- ​<!-- 38 -->[blog] Correct git diff @oliviertassinari
|
|
1437
|
+
- ​<!-- 37 -->[code-infra] Update lerna and unpin its version (#40399) @michaldudak
|
|
1438
|
+
- ​<!-- 36 -->[code-infra] Break package dependency cycle between @mui/material and @mui/icons-material (#40400) @michaldudak
|
|
1439
|
+
- ​<!-- 35 -->[code-infra] Break package dependency cycles (#40398) @michaldudak
|
|
1440
|
+
- ​<!-- 34 -->[code-infra] Sync bug issue template (#40305) @oliviertassinari
|
|
1441
|
+
- ​<!-- 33 -->[docs] Fix 301 link to Base UI (#40396) @oliviertassinari
|
|
1442
|
+
- ​<!-- 32 -->[docs] Link new MUI X components in sidnav (#40345) @oliviertassinari
|
|
1443
|
+
- ​<!-- 31 -->[docs] Fix 301 links to Toolpad @oliviertassinari
|
|
1444
|
+
- ​<!-- 30 -->[docs] Remove old notifications @oliviertassinari
|
|
1445
|
+
- ​<!-- 29 -->[docs] Always mention the npm tag with npx (#40335) @oliviertassinari
|
|
1446
|
+
- ​<!-- 28 -->[docs] Reduce network use on the All Components pages (#40313) @oliviertassinari
|
|
1447
|
+
- ​<!-- 27 -->[docs-infra] Fix missing button aria-label (#40394) @oliviertassinari
|
|
1448
|
+
- ​<!-- 26 -->[docs-infra] Fix a11y violation rule (#40393) @oliviertassinari
|
|
1449
|
+
- ​<!-- 25 -->[docs-infra] Prefetch pages on hover (#40314) @oliviertassinari
|
|
1450
|
+
- ​<!-- 24 -->[docs-infra] Fix footer links to link to the main domain (#40373) @oliviertassinari
|
|
1451
|
+
- ​<!-- 23 -->[docs-infra] Add stray design adjustments (#40347) @danilo-leal
|
|
1452
|
+
- ​<!-- 04 -->[website] Fix Base UI page's component section imports & styles (#40231) @danilo-leal
|
|
1453
|
+
- ​<!-- 03 -->[website] Fix outdated Nhost image link @oliviertassinari
|
|
1454
|
+
- ​<!-- 02 -->[website] Shorten Joy UI description, 7 chars too long @oliviertassinari
|
|
1455
|
+
- ​<!-- 01 -->[website] Update some social preview images (#40282) @danilo-leal
|
|
1456
|
+
|
|
1457
|
+
All contributors of this release in alphabetical order: @aacevski, @anle9650, @danilo-leal, @DiegoAndai, @Kamino0, @lhilgert9, @michaldudak, @oliviertassinari, @sai6855, @siriwatknp, @Super-Kenil
|
|
1458
|
+
|
|
1459
|
+
## 5.15.2
|
|
1460
|
+
|
|
1461
|
+
<!-- generated comparing v5.15.1..master -->
|
|
1462
|
+
|
|
1463
|
+
_Dec 25, 2023_
|
|
1464
|
+
|
|
1465
|
+
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
1466
|
+
|
|
1467
|
+
- 🚀 Added support for callbacks in the [variant's props definition](https://mui.com/material-ui/customization/theme-components/#creating-new-component-variants) (#40094) @mnajdova
|
|
1468
|
+
- 💫 Published a [blogpost](https://mui.com/blog/2023-material-ui-v6-and-beyond/) for the 2024's plan about Material UI
|
|
1469
|
+
|
|
1470
|
+
### `@mui/material@5.15.2`
|
|
1471
|
+
|
|
1472
|
+
- ​<!-- 31 -->[Badge] Use the variants API in the styled call (#40213) @mnajdova
|
|
1473
|
+
- ​<!-- 04 -->[Paper] Add missing Paper classes descriptions (#40300) @sai6855
|
|
1474
|
+
|
|
1475
|
+
### `@mui/system@5.15.2`
|
|
1476
|
+
|
|
1477
|
+
- ​<!-- 03 -->Support props callback in the variant's definition (#40094) @mnajdova
|
|
1478
|
+
|
|
1479
|
+
### `@mui/base@5.0.0-beta.29`
|
|
1480
|
+
|
|
1481
|
+
- ​<!-- 29 -->[Popup] Use context-based transition API (#39326) @michaldudak
|
|
1482
|
+
- ​<!-- 28 -->[Popup] Popup no longer opens outside viewport (#39827) @adamhylander
|
|
1483
|
+
- ​<!-- 27 -->[useSelect] Refactor to use DOM focus management instead of active descendant (#39675) @DiegoAndai
|
|
1484
|
+
|
|
1485
|
+
### `@mui/material-next@6.0.0-alpha.115`
|
|
1486
|
+
|
|
1487
|
+
- ​<!-- 15 -->[material-next][Divider]Divider ts support (#40307) @sai6855
|
|
1488
|
+
|
|
1489
|
+
### Docs
|
|
1490
|
+
|
|
1491
|
+
- ​<!-- 30 -->[base-ui] Fix form submission Select demo (#40014) @ZeeshanTamboli
|
|
1492
|
+
- ​<!-- 24 -->[blog] Add Material UI v6 and beyond blog post (#40242) @mnajdova
|
|
1493
|
+
- ​<!-- 10 -->[material-ui] Fix broken links in the All components page (#40303) @muazaqdas
|
|
1494
|
+
- ​<!-- 09 -->[material-ui] Fix broken links on the All components page (#40279) @danilo-leal
|
|
1495
|
+
- ​<!-- 08 -->[material-ui] Add aria-current for nav tabs demo (#39594) @Kimzify
|
|
1496
|
+
- ​<!-- 07 -->[material-ui] Add an "All components" page (#40256) @danilo-leal
|
|
1497
|
+
- ​<!-- 06 -->[material-ui][Tooltip] Add demo to show how to change distance between tooltip and its anchor (#40087) @anle9650
|
|
1498
|
+
|
|
1499
|
+
### Core
|
|
1500
|
+
|
|
1501
|
+
- ​<!-- 26 -->[blog] Fix 301 redirection @oliviertassinari
|
|
1502
|
+
- ​<!-- 25 -->[blog] Reduce max image size @oliviertassinari
|
|
1503
|
+
- ​<!-- 23 -->[code-infra] Extract Babel macro from mui-utils (#40262) @michaldudak
|
|
1504
|
+
- ​<!-- 22 -->[core] Simplify a bit the release instructions @oliviertassinari
|
|
1505
|
+
- ​<!-- 21 -->[core] Push force to deploy is not unexpected @oliviertassinari
|
|
1506
|
+
- ​<!-- 20 -->[core] Fix CSS2 vs. CSS3 ::after syntax @oliviertassinari
|
|
1507
|
+
- ​<!-- 19 -->[core] Fix CSS2 vs. CSS3 ::before syntax @oliviertassinari
|
|
1508
|
+
- ​<!-- 05 -->[core] Use direct import from utils package (#40254) @siriwatknp
|
|
1509
|
+
- ​<!-- 18 -->[core] Yaml format match most common convention @oliviertassinari
|
|
1510
|
+
- ​<!-- 17 -->[core] Polish docs-feedback issue template @oliviertassinari
|
|
1511
|
+
- ​<!-- 16 -->[core] Pin Node version on GitHub Actions to 18.18 (#40187) @michaldudak
|
|
1512
|
+
- ​<!-- 14 -->[docs] Fix SEO regression (#40306) @oliviertassinari
|
|
1513
|
+
- ​<!-- 13 -->[docs] Fix docs redirections @oliviertassinari
|
|
1514
|
+
- ​<!-- 12 -->[docs] Update the Contributing guide to give more guidance on documentation (#40274) @samuelsycamore
|
|
1515
|
+
- ​<!-- 11 -->[docs-infra] Add polish to the inline code block (#40260) @danilo-leal
|
|
1516
|
+
- ​<!-- 02 -->[website] Update Gold sponsors: add RxDB, standardize formatting (#40273) @samuelsycamore
|
|
1517
|
+
- ​<!-- 01 -->[website] Revert change to homepage SEO attributes @oliviertassinari
|
|
1518
|
+
|
|
1519
|
+
All contributors of this release in alphabetical order: @adamhylander, @anle9650, @danilo-leal, @DiegoAndai, @Kimzify, @michaldudak, @mnajdova, @muazaqdas, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
|
|
1520
|
+
|
|
1521
|
+
## 5.15.1
|
|
1522
|
+
|
|
1523
|
+
<!-- generated comparing v5.15.0..master -->
|
|
1524
|
+
|
|
1525
|
+
_Dec 19, 2023_
|
|
1526
|
+
|
|
1527
|
+
A big thanks to the 15 contributors who made this release possible.
|
|
1528
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
1529
|
+
|
|
1530
|
+
### `@mui/material@5.15.1`
|
|
1531
|
+
|
|
1532
|
+
- ​<!-- 13 -->[CardActions][DialogActions] Apply margin for all children except for 1st child (#40168) @sai6855
|
|
1533
|
+
- ​<!-- 03 -->[TablePagination] Add ability to change icons in TablePaginationActions using `slots` and `slotProps` (#33797) @pratikkarad
|
|
1534
|
+
- ​<!-- 13 -->[CssVarsProvider] Fix HSL breaking button styles (#39869) @gitstart
|
|
1535
|
+
|
|
1536
|
+
### `@mui/joy@5.0.0-beta.19`
|
|
1537
|
+
|
|
1538
|
+
- ​<!-- 05 -->[FormControl] Fix issue with the conditional setting of `htmlFor` and `id` attributes not functioning properly for form labels (#40180) @ReaZzy
|
|
1539
|
+
- ​<!-- 04 -->[typescript] Address TypeScript issue with custom zIndex not functioning (#40133) @qiweiii
|
|
1540
|
+
|
|
1541
|
+
### `@mui/styled-engine-sc@6.0.0-alpha.9`
|
|
1542
|
+
|
|
1543
|
+
- ​<!-- 02 -->[typescript] Fix `theme` being of type any (#40200) @mnajdova
|
|
1544
|
+
|
|
1545
|
+
### Docs
|
|
1546
|
+
|
|
1547
|
+
- ​<!-- 09 -->[joy-ui] Fix typo in the CSS baseline page (#40222) @possibilities
|
|
1548
|
+
- ​<!-- 08 -->[joy-ui] Document missing Autocomplete props (#39979) @ZeeshanTamboli
|
|
1549
|
+
- ​<!-- 10 -->[joy-ui] Fix typo about Typography levels (#40230) @zanivan
|
|
1550
|
+
- ​<!-- 07 -->[material-ui] Update the related projects page to list `mui-tiptap` for rich text (#40216) @sjdemartini
|
|
1551
|
+
- ​<!-- 06 -->[material-ui] Fix typo in the Next.js integration page (#40209) @s8990
|
|
1552
|
+
|
|
1553
|
+
### Core
|
|
1554
|
+
|
|
1555
|
+
- ​<!-- 14 -->[blog] Fix access to Notion without an account @oliviertassinari
|
|
1556
|
+
- ​<!-- 12 -->[core] Update workflows and issue templates to reflect the updated label (#40197) @MBilalShafi
|
|
1557
|
+
- ​<!-- 11 -->[docs] Replace Twitter with X (#40193) @mbrookes
|
|
1558
|
+
- ​<!-- 10 -->[docs-infra] Uplift the Algolia search modal design (#40186) @danilo-leal
|
|
1559
|
+
- ​<!-- 01 -->[website] Update product descriptions and social preview images (#32181) @danilo-leal
|
|
1560
|
+
|
|
1561
|
+
All contributors of this release in alphabetical order: @danilo-leal, @gitstart, @MBilalShafi, @mbrookes, @mnajdova, @oliviertassinari, @possibilities, @pratikkarad, @qiweiii, @ReaZzy, @s8990, @sai6855, @sjdemartini, @zanivan, @ZeeshanTamboli
|
|
1562
|
+
|
|
3
1563
|
## 5.15.0
|
|
4
1564
|
|
|
5
1565
|
<!-- generated comparing v5.14.20..master -->
|
|
@@ -8,7 +1568,7 @@ _Dec 11, 2023_
|
|
|
8
1568
|
|
|
9
1569
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
10
1570
|
|
|
11
|
-
- 🚀 Added [a new package for a better Material
|
|
1571
|
+
- 🚀 Added [a new package for a better Material UI integration with Next.js](https://mui.com/material-ui/guides/nextjs) (#39947) @siriwatknp
|
|
12
1572
|
|
|
13
1573
|
### `@mui/material@5.15.0`
|
|
14
1574
|
|
|
@@ -46,14 +1606,14 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
46
1606
|
- ​<!-- 09 -->[docs][base-ui] Add copy button & primary color picker to the component gallery page (#39884) @mnajdova
|
|
47
1607
|
- ​<!-- 08 -->[docs-infra] Update CodeSandbox links (#39992) @anle9650
|
|
48
1608
|
- ​<!-- 04 -->[material-ui][docs] Fix wrong root element for emotion styles in shadow DOM (#35326) @EloB
|
|
49
|
-
- ​<!-- 03 -->[material-ui][docs] Move the responsive font charts from recharts to MUI
|
|
1609
|
+
- ​<!-- 03 -->[material-ui][docs] Move the responsive font charts from recharts to MUI X (#40097) @alexfauquette
|
|
50
1610
|
- ​<!-- 02 -->[joy-ui][templates] Remove outdated code (#40095) @zanivan
|
|
51
1611
|
- ​<!-- 05 -->[material-ui][docs][Popper] Update Positioned Popper demo styles (#40170) @sai6855
|
|
52
1612
|
|
|
53
1613
|
### Core
|
|
54
1614
|
|
|
55
1615
|
- ​<!-- 08 -->[blog] Add a Phuket retreat blog post (#40055) @mikailaread
|
|
56
|
-
- ​<!-- 07 -->[blog] Adjust the latest MUI
|
|
1616
|
+
- ​<!-- 07 -->[blog] Adjust the latest MUI X blog post (#40046) @danilo-leal
|
|
57
1617
|
- ​<!-- 05 -->[core] Migrate from tslint to eslint (#40020) @ZeeshanTamboli
|
|
58
1618
|
|
|
59
1619
|
All contributors of this release in alphabetical order: @abreel, @alexfauquette, @anle9650, @blakenetz, @danilo-leal, @EloB, @lhilgert9, @mbrookes, @mikailaread, @mj12albert, @mnajdova, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli
|
|
@@ -90,7 +1650,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
90
1650
|
- ​<!-- 13 -->[docs-infra] Simplify CSS classes extraction in API docs generator (#39808) @michaldudak
|
|
91
1651
|
- ​<!-- 04 -->[website] Polish dark mode colors (#40052) @danilo-leal
|
|
92
1652
|
- ​<!-- 03 -->[website] Add why Design Engineer for data grid (#40016) @oliviertassinari
|
|
93
|
-
- ​<!-- 02 -->[website] Add stray fixes to the Base
|
|
1653
|
+
- ​<!-- 02 -->[website] Add stray fixes to the Base UI page (#40051) @danilo-leal
|
|
94
1654
|
- ​<!-- 01 -->[website] Revise the Developer Advocate job posting (#39210) @samuelsycamore
|
|
95
1655
|
|
|
96
1656
|
All contributors of this release in alphabetical order: @alexfauquette, @anle9650, @caweidmann, @danilo-leal, @DiegoAndai, @fzaninotto, @Janpot, @lhilgert9, @michaldudak, @mnajdova, @oliviertassinari, @REX500, @samuelsycamore, @zanivan
|
|
@@ -103,7 +1663,7 @@ _Nov 29, 2023_
|
|
|
103
1663
|
|
|
104
1664
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
105
1665
|
|
|
106
|
-
- 🐛 Fix Material
|
|
1666
|
+
- 🐛 Fix Material UI Autocomplete behavior when there are duplicate labels (#36426) @islandryu
|
|
107
1667
|
- 🚀 Added Material You Linear Progress to `material-next` package (#39807) @lhilgert9
|
|
108
1668
|
|
|
109
1669
|
### `@mui/material@5.14.19`
|
|
@@ -145,7 +1705,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
145
1705
|
|
|
146
1706
|
- ​<!-- 19 -->[material-ui] Fix theme prop in v5 migration guide (#39976) @sai6855
|
|
147
1707
|
- ​<!-- 43 -->[base-ui] Improve Next.js Link docs (#39838) @oliviertassinari
|
|
148
|
-
- ​<!-- 39 -->[base-ui] Export Base
|
|
1708
|
+
- ​<!-- 39 -->[base-ui] Export Base UI theme in stylesheet (#39694) @mnajdova
|
|
149
1709
|
- ​<!-- 52 -->[joy-ui] Fix the date min & max slot props values on the Input demo (#40018) @avikalpg
|
|
150
1710
|
- ​<!-- 35 -->[joy-ui][ButtonGroup] Fix orientation prop description (#39876) @sai6855
|
|
151
1711
|
- ​<!-- 25 -->[joy-ui] Update gif from the Dark Mode Optimization page (#39726) @danilo-leal
|
|
@@ -160,7 +1720,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
160
1720
|
- ​<!-- 31 -->Fix nested CSS warning (#39932) @mnajdova
|
|
161
1721
|
- ​<!-- 30 -->Make integration searchable (#39967) @oliviertassinari
|
|
162
1722
|
- ​<!-- 29 -->Fix use of quote in markdown (#39953) @oliviertassinari
|
|
163
|
-
- ​<!-- 28 -->Show design links on Joy
|
|
1723
|
+
- ​<!-- 28 -->Show design links on Joy UI (#39955) @oliviertassinari
|
|
164
1724
|
- ​<!-- 27 -->Restore Algolia results when searching for "Figma" (#39956) @oliviertassinari
|
|
165
1725
|
- ​<!-- 26 -->Fix two tone icon dark mode color (#39868) @mnajdova
|
|
166
1726
|
|
|
@@ -179,7 +1739,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
179
1739
|
- ​<!-- 04 -->[website] Fix 301 redirection to X tree-view @oliviertassinari
|
|
180
1740
|
- ​<!-- 03 -->[website] Change redirection prefixes @oliviertassinari
|
|
181
1741
|
- ​<!-- 02 -->[website] Fix 301 link @oliviertassinari
|
|
182
|
-
- ​<!-- 01 -->[website] Fix modal not being closed with the escape key on the Base
|
|
1742
|
+
- ​<!-- 01 -->[website] Fix modal not being closed with the escape key on the Base UI page (#39880) @ZeeshanTamboli
|
|
183
1743
|
|
|
184
1744
|
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
|
|
185
1745
|
|
|
@@ -191,7 +1751,7 @@ _Nov 14, 2023_
|
|
|
191
1751
|
|
|
192
1752
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
193
1753
|
|
|
194
|
-
- 💫 Introduced new [Stepper](https://mui.com/joy-ui/react-stepper/) component in Joy
|
|
1754
|
+
- 💫 Introduced new [Stepper](https://mui.com/joy-ui/react-stepper/) component in Joy UI (#39688) @siriwatknp
|
|
195
1755
|
- other 🐛 bug fixes and 📚 documentation improvements
|
|
196
1756
|
|
|
197
1757
|
### `@mui/material@5.14.18`
|
|
@@ -225,13 +1785,13 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
225
1785
|
- ​<!-- 16 -->[joy-ui] Fix API generation for Grid (#39861) @oliviertassinari
|
|
226
1786
|
- ​<!-- 15 -->[joy-ui] Fix menu in color inversion header demo (#39785) @sai6855
|
|
227
1787
|
- ​<!-- 14 -->[joy-ui] Change the design kit link on the Overview page (#39725) @danilo-leal
|
|
228
|
-
- ​<!-- 13 -->[joy-ui] Add `CssBaseline` to integration with Material
|
|
1788
|
+
- ​<!-- 13 -->[joy-ui] Add `CssBaseline` to integration with Material UI page (#39790) @swillianc
|
|
229
1789
|
- ​<!-- 10 -->[joy-ui][Tabs] Add wordBreak style to demo (#39821) @sai6855
|
|
230
1790
|
|
|
231
1791
|
## Core
|
|
232
1792
|
|
|
233
|
-
- ​<!-- 27 -->[blog] MUI
|
|
234
|
-
- ​<!-- 25 -->[CHANGELOG] Correct the Joy
|
|
1793
|
+
- ​<!-- 27 -->[blog] MUI X late v6 blog post (#39700) @joserodolfofreitas
|
|
1794
|
+
- ​<!-- 25 -->[CHANGELOG] Correct the Joy UI version in the changelog (#39788) @michaldudak
|
|
235
1795
|
- ​<!-- 23 -->[core] Remove legacy docs files (#39860) @oliviertassinari
|
|
236
1796
|
- ​<!-- 22 -->[core] Fix GitHub title tag consistency @oliviertassinari
|
|
237
1797
|
- ​<!-- 21 -->[core] Make the API docs builder configurable per project (#39772) @michaldudak
|
|
@@ -298,7 +1858,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
298
1858
|
- [docs-infra] Fix crawler on API pages (#39490) @alexfauquette
|
|
299
1859
|
- [docs–infra] Small polish on API toggle (#39704) @oliviertassinari
|
|
300
1860
|
- [core] Speed up the CI by removing the second build (#39684) @michaldudak
|
|
301
|
-
- [core][docs] Fix broken MUI
|
|
1861
|
+
- [core][docs] Fix broken MUI System link in README.md (#39734) @samuelsycamore
|
|
302
1862
|
- [website] List benefits for sponsors (#39640) @oliviertassinari
|
|
303
1863
|
- [website] Add Vadym teamMember card to 'About' (#39701) @hasdfa
|
|
304
1864
|
- [test] Fix flaky screenshot (#39711) @oliviertassinari
|
|
@@ -313,7 +1873,7 @@ _Oct 31, 2023_
|
|
|
313
1873
|
|
|
314
1874
|
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
|
|
315
1875
|
|
|
316
|
-
- ✨ New highly requested Joy
|
|
1876
|
+
- ✨ New highly requested Joy UI component: [Snackbar](https://mui.com/joy-ui/react-snackbar) (#38801) @ZeeshanTamboli
|
|
317
1877
|
|
|
318
1878
|
### `@mui/material@5.14.16`
|
|
319
1879
|
|
|
@@ -404,7 +1964,7 @@ A big thanks to the 17 contributors who made this release possible.
|
|
|
404
1964
|
|
|
405
1965
|
- ​<!-- 09 -->Update peer dep of @mui/material (#39398) @brijeshb42
|
|
406
1966
|
|
|
407
|
-
### `@
|
|
1967
|
+
### `@pigment-css/react@0.0.1-alpha.0`
|
|
408
1968
|
|
|
409
1969
|
- ​<!-- 06 -->Implement typings for public runtime API (#39215) @brijeshb42
|
|
410
1970
|
|
|
@@ -485,9 +2045,9 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
485
2045
|
### Docs
|
|
486
2046
|
|
|
487
2047
|
- ​<!-- 27 -->[docs][base-ui] Renaming demos to BaseXxx (#39104) @christophermorin
|
|
488
|
-
- ​<!-- 26 -->[docs] Accessibility in Base
|
|
2048
|
+
- ​<!-- 26 -->[docs] Accessibility in Base UI (#39264) @michaldudak
|
|
489
2049
|
- ​<!-- 22 -->[docs] Fix 301 redirection @oliviertassinari
|
|
490
|
-
- ​<!-- 21 -->[docs] Improve Base
|
|
2050
|
+
- ​<!-- 21 -->[docs] Improve Base UI table of contents for APIs (#39412) @ZeeshanTamboli
|
|
491
2051
|
- ​<!-- 20 -->[docs] Adjust design kits-related content (#39367) @danilo-leal
|
|
492
2052
|
- ​<!-- 19 -->[docs] Revise the Contributing Guide (#39190) @samuelsycamore
|
|
493
2053
|
- ​<!-- 12 -->[docs][joy-ui] Fix row hover prop name in the Table page (#39431) @adrienbrault
|
|
@@ -585,7 +2145,7 @@ _Oct 3, 2023_
|
|
|
585
2145
|
|
|
586
2146
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
587
2147
|
|
|
588
|
-
- 🎨 Introduced color inversion utilities to Joy
|
|
2148
|
+
- 🎨 Introduced color inversion utilities to Joy UI (#38916) @siriwatknp
|
|
589
2149
|
- 🚀 Added Chip and related TextField components to Material You @DiegoAndai, @mj12albert
|
|
590
2150
|
- 🏗️ 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
|
|
591
2151
|
|
|
@@ -631,7 +2191,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
631
2191
|
- [docs] Update Autocomplete demo for React 18 (#39162) @oliviertassinari
|
|
632
2192
|
- [docs-infra] Tweak feedback footer section design (#36556) @danilo-leal
|
|
633
2193
|
- [docs-infra] Improve code syntax highlight (#39181) @oliviertassinari
|
|
634
|
-
- [docs][base] Add Tailwind
|
|
2194
|
+
- [docs][base] Add Tailwind CSS + plain CSS demo on the TextArea page (#39046) @alisasanib
|
|
635
2195
|
- [docs][base-ui] Fix style for root div of multiline input (#39182) @ttlpta
|
|
636
2196
|
- [docs][base-ui] Improve Select's country select demo (#38983) @oliviertassinari
|
|
637
2197
|
- [docs][joy-ui] Add scrollable tabs example (#39260) @siriwatknp
|
|
@@ -651,7 +2211,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
651
2211
|
- [core] Update eslint rules (#39178) @romgrk
|
|
652
2212
|
- [core] Fix Greg GitHub slug @oliviertassinari
|
|
653
2213
|
- [core] Priority Support casing normalization @oliviertassinari
|
|
654
|
-
- [website] Add
|
|
2214
|
+
- [website] Add Heatmap in pricing page (#39269) @oliviertassinari
|
|
655
2215
|
- [website] Update `React Engineer - xCharts` Ashby link (#39172) @DanailH
|
|
656
2216
|
- [website] Add Charts to the pricing table (#38680) @alexfauquette
|
|
657
2217
|
- [website] Polish career experience @oliviertassinari
|
|
@@ -701,7 +2261,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
701
2261
|
### Docs
|
|
702
2262
|
|
|
703
2263
|
- Improve focus trap demo (#38985) @oliviertassinari
|
|
704
|
-
- Add Tailwind
|
|
2264
|
+
- Add Tailwind CSS + plain CSS demo on the Tabs page (#39000) @alisasanib
|
|
705
2265
|
- Improve the default theme viewer design (#39049) @danilo-leal
|
|
706
2266
|
- Add live demo with CssVarsProvider (#38792) @oliviertassinari
|
|
707
2267
|
- Fix wrong hash on Card's page (#39151) @mnajdova
|
|
@@ -722,7 +2282,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
722
2282
|
- [core] Add a comment to explain `useEnhancedEffect` (#39035) @Janpot
|
|
723
2283
|
- [docs-infra] Fix code removal in table of content (#39165) @alexfauquette
|
|
724
2284
|
- [docs-infra] Improve callouts design (#39084) @danilo-leal
|
|
725
|
-
- [docs-infra] Fix key warning in Base
|
|
2285
|
+
- [docs-infra] Fix key warning in Base UI Slider slots section (#38954) @ZeeshanTamboli
|
|
726
2286
|
- [docs-infra] Fix error when redirecting to the root page (#38451) @maheshguntur
|
|
727
2287
|
- [docs-infra] Open demo crash in the right repository (#39006) @oliviertassinari
|
|
728
2288
|
- [test] Split the test package (#39061) @michaldudak
|
|
@@ -767,7 +2327,7 @@ A big thanks to the 16 contributors who made this release possible. This release
|
|
|
767
2327
|
|
|
768
2328
|
### Docs
|
|
769
2329
|
|
|
770
|
-
- ​<!-- 21 -->[docs][base] Add Tailwind
|
|
2330
|
+
- ​<!-- 21 -->[docs][base] Add Tailwind CSS + plain CSS demo on the NumberInput page (#38928) @alisasanib
|
|
771
2331
|
- ​<!-- 13 -->[docs][Dialog] Add non-modal dialog docs & demo (#38684) @mnajdova
|
|
772
2332
|
- ​<!-- 12 -->[docs] Fix number input wrong demo @oliviertassinari
|
|
773
2333
|
- ​<!-- 11 -->[docs] Exclude joy-ui LinearProgressCountup from visual regression (#38969) @siriwatknp
|
|
@@ -800,8 +2360,8 @@ _Sep 13, 2023_
|
|
|
800
2360
|
|
|
801
2361
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
802
2362
|
|
|
803
|
-
- 🎉 Added the [`Drawer` component](https://mui.com/joy-ui/react-drawer/) to Joy
|
|
804
|
-
- ✨ Material
|
|
2363
|
+
- 🎉 Added the [`Drawer` component](https://mui.com/joy-ui/react-drawer/) to Joy UI (#38169) @mnajdova
|
|
2364
|
+
- ✨ Material UI's [`ButtonGroup` component](https://mui.com/material-ui/react-button-group/) now styles button elements within it correctly (#38520) @ZeeshanTamboli
|
|
805
2365
|
|
|
806
2366
|
### `@mui/material@5.14.9`
|
|
807
2367
|
|
|
@@ -853,7 +2413,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
853
2413
|
- ​<!-- 45 -->[Button][docs][material-ui] Update the file upload demo (#38823) @danilo-leal
|
|
854
2414
|
- ​<!-- 33 -->[docs][DialogTitle] Fix props docs doesn't mention it extends `Typography` props (#38856) @sai6855
|
|
855
2415
|
- ​<!-- 32 -->[docs] Improve npm experience (#38906) @oliviertassinari
|
|
856
|
-
- ​<!-- 31 -->[docs] Fix redirection to Base
|
|
2416
|
+
- ​<!-- 31 -->[docs] Fix redirection to Base UI URLs @oliviertassinari
|
|
857
2417
|
- ​<!-- 30 -->[docs] Fix use of callouts (#38747) @oliviertassinari
|
|
858
2418
|
- ​<!-- 29 -->[docs] Fix 301 links for SEO @oliviertassinari
|
|
859
2419
|
- ​<!-- 28 -->[docs] Remove flag from installation page @oliviertassinari
|
|
@@ -874,7 +2434,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
874
2434
|
### Examples
|
|
875
2435
|
|
|
876
2436
|
- ​<!-- 14 -->[examples] Add shortcut to open example in online IDE (#38572) @oliviertassinari
|
|
877
|
-
- ​<!-- 61 -->[examples][base-ui] Add Base
|
|
2437
|
+
- ​<!-- 61 -->[examples][base-ui] Add Base UI + Vite + Tailwind CSS example in TypeScript (#37595) @dvkam
|
|
878
2438
|
|
|
879
2439
|
### Core
|
|
880
2440
|
|
|
@@ -893,7 +2453,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
893
2453
|
- ​<!-- 55 -->[docs–infra] Fix callout container width (#38880) @oliviertassinari
|
|
894
2454
|
- ​<!-- 23 -->[docs-infra] Catch duplicated trailing splashes in links (#38758) @oliviertassinari
|
|
895
2455
|
- ​<!-- 01 -->[website] add Michel Engelen to the about us page (#38818) @michelengelen
|
|
896
|
-
- ​<!-- 58 -->[website] Add a templates & design kits section to the Material
|
|
2456
|
+
- ​<!-- 58 -->[website] Add a templates & design kits section to the Material UI page (#38617) @danilo-leal
|
|
897
2457
|
|
|
898
2458
|
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
|
|
899
2459
|
|
|
@@ -929,7 +2489,7 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
929
2489
|
|
|
930
2490
|
### `@mui/lab@5.0.0-alpha.143`
|
|
931
2491
|
|
|
932
|
-
- ​<!-- 06 -->[TreeView] Use Tree View from MUI
|
|
2492
|
+
- ​<!-- 06 -->[TreeView] Use Tree View from MUI X in the lab (#38261) @flaviendelangle
|
|
933
2493
|
- ​<!-- 13 -->[LoadingButton] Fix HTML rule button > div forbidden nesting (#38584) @oliviertassinari
|
|
934
2494
|
|
|
935
2495
|
### `@mui/system@5.14.8`
|
|
@@ -943,9 +2503,9 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
943
2503
|
- ​<!-- 52 -->Update changelog (#38704) @mj12albert
|
|
944
2504
|
- ​<!-- 49 -->[docs][Autocomplete] Require referentially stable value (#38734) @michaldudak
|
|
945
2505
|
- ​<!-- 48 -->[docs][base-ui] Add type parameter to the button in prepareForSlot demo (#38640) @michaldudak
|
|
946
|
-
- ​<!-- 47 -->[docs][base-ui] Fix the broken image in the Tailwind
|
|
2506
|
+
- ​<!-- 47 -->[docs][base-ui] Fix the broken image in the Tailwind CSS guide (#38721) @michaldudak
|
|
947
2507
|
- ​<!-- 46 -->[docs][base-ui]: Working With Tailwind Guide - revises example code to avoid import errors (#38693) @christophermorin
|
|
948
|
-
- ​<!-- 45 -->[docs][base] Add Tailwind
|
|
2508
|
+
- ​<!-- 45 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Menu page (#38618) @alisasanib
|
|
949
2509
|
- ​<!-- 44 -->[blog] Clearer blog release title @oliviertassinari
|
|
950
2510
|
- ​<!-- 43 -->[blog] Add a post for the Tree View migration (#38407) @flaviendelangle
|
|
951
2511
|
- ​<!-- 34 -->[docs] Fix broken links to Next.js docs (#38764) @ruflair
|
|
@@ -954,7 +2514,7 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
954
2514
|
- ​<!-- 31 -->[docs] Clean up not used Usage files (#38715) @danilo-leal
|
|
955
2515
|
- ​<!-- 30 -->[docs] Improve theme builder exceptions (#38709) @jyash97
|
|
956
2516
|
- ​<!-- 29 -->[docs] Polish Slider demos (#38759) @oliviertassinari
|
|
957
|
-
- ​<!-- 28 -->[docs] Fix Joy
|
|
2517
|
+
- ​<!-- 28 -->[docs] Fix Joy UI docs link regression (#38761) @oliviertassinari
|
|
958
2518
|
- ​<!-- 27 -->[docs] Fix typo @oliviertassinari
|
|
959
2519
|
- ​<!-- 26 -->[docs] Fix e.g. typo (#38748) @oliviertassinari
|
|
960
2520
|
- ​<!-- 25 -->[docs] Fix Next.js pages router example redirect link (#38750) @sai6855
|
|
@@ -1005,7 +2565,7 @@ A big thanks to the 11 contributors who made this release possible. This release
|
|
|
1005
2565
|
|
|
1006
2566
|
- [useButton][base-ui] Accept arbitrary props in getRootProps and forward them (#38475) @DiegoAndai
|
|
1007
2567
|
|
|
1008
|
-
### `@
|
|
2568
|
+
### `@pigment-css/react@0.0.1-alpha.1`
|
|
1009
2569
|
|
|
1010
2570
|
- [system][zero][tag] Add support for sx prop (#38535) @brijeshb42
|
|
1011
2571
|
|
|
@@ -1039,9 +2599,9 @@ _Aug 23, 2023_
|
|
|
1039
2599
|
|
|
1040
2600
|
A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
|
|
1041
2601
|
|
|
1042
|
-
- 🚀 Added the [Popup](https://mui.com/base-ui/react-popup/) component to Base
|
|
2602
|
+
- 🚀 Added the [Popup](https://mui.com/base-ui/react-popup/) component to Base UI (#37960) @michaldudak
|
|
1043
2603
|
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.
|
|
1044
|
-
- 🚀 Added the [Accordion](https://mui.com/joy-ui/react-accordion/) component to Joy
|
|
2604
|
+
- 🚀 Added the [Accordion](https://mui.com/joy-ui/react-accordion/) component to Joy UI (#38164) @siriwatknp
|
|
1045
2605
|
- 🚀 Added InputBase and ButtonBase components to `material-next` (#38319) @DiegoAndai @mj12albert
|
|
1046
2606
|
- 🔋 First iteration on the zero-runtime styling engine compatible with Server Components (#38378) @brijeshb42
|
|
1047
2607
|
|
|
@@ -1059,7 +2619,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1059
2619
|
|
|
1060
2620
|
### `@mui/joy@5.0.0-beta.3`
|
|
1061
2621
|
|
|
1062
|
-
- [Accordion] Add Joy
|
|
2622
|
+
- [Accordion] Add Joy UI Accordion components (#38164) @siriwatknp
|
|
1063
2623
|
- [Select] Add `required` prop (#38167) @siriwatknp
|
|
1064
2624
|
- Miscellaneous fixes (#38462) @siriwatknp
|
|
1065
2625
|
|
|
@@ -1068,7 +2628,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1068
2628
|
- [ButtonBase] Add ButtonBase component (#38319) @DiegoAndai
|
|
1069
2629
|
- [Input] Add InputBase component (#38392) @mj12albert
|
|
1070
2630
|
|
|
1071
|
-
### `@
|
|
2631
|
+
### `@pigment-css/react@0.0.1-alpha.0`
|
|
1072
2632
|
|
|
1073
2633
|
- Implementation of styled tag processor for linaria (#38378) @brijeshb42
|
|
1074
2634
|
|
|
@@ -1078,12 +2638,12 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1078
2638
|
- [docs] Improve the "Understanding MUI packages" page images (#38619) @danilo-leal
|
|
1079
2639
|
- [docs][base-ui] Revise the structure of the Component docs (#38529) @samuelsycamore
|
|
1080
2640
|
- [docs][base-ui] Fix Menu Hooks demo (#38479) @homerchen19
|
|
1081
|
-
- [docs][base-ui] Correct the MUI
|
|
2641
|
+
- [docs][base-ui] Correct the MUI System quickstart example (#38496) @michaldudak
|
|
1082
2642
|
- [docs][base-ui] Add Tailwind & plain CSS demos for Autocomplete page (#38157) @mj12albert
|
|
1083
|
-
- [docs][base-ui] Add Tailwind
|
|
1084
|
-
- [docs][base-ui] Add Tailwind
|
|
1085
|
-
- [docs][base-ui] Add Tailwind
|
|
1086
|
-
- [docs][base-ui] Add Tailwind
|
|
2643
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Input page (#38302) @alisasanib
|
|
2644
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Snackbar, Badge, Switch pages (#38425) @alisasanib
|
|
2645
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Slider page (#38413) @alisasanib
|
|
2646
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Select page (#38367) @alisasanib
|
|
1087
2647
|
- [docs][joy-ui] Fix typo: Classname -> Class name for consistency (#38510) @alexfauquette
|
|
1088
2648
|
- [docs][joy-ui] Revise the theme color page (#38402) @danilo-leal
|
|
1089
2649
|
- [docs][joy-ui] Sort templates by popularity (#38490) @oliviertassinari
|
|
@@ -1105,22 +2665,22 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1105
2665
|
- [docs] Clarify System peer dependencies @oliviertassinari
|
|
1106
2666
|
- [docs] Fix horizontal scrollbar @oliviertassinari
|
|
1107
2667
|
- [docs] Code style convention @oliviertassinari
|
|
1108
|
-
- [docs] Fix typo in Base
|
|
2668
|
+
- [docs] Fix typo in Base UI @oliviertassinari
|
|
1109
2669
|
- [docs] Update the backers page (#38505) @danilo-leal
|
|
1110
2670
|
- [docs] Add stray design adjustments to the docs (#38501) @danilo-leal
|
|
1111
|
-
- [docs] Use IBM Plex Sans in Tailwind
|
|
2671
|
+
- [docs] Use IBM Plex Sans in Tailwind CSS demos (#38464) @mnajdova
|
|
1112
2672
|
- [docs] Fix SEO issues reported by ahrefs (#38423) @oliviertassinari
|
|
1113
2673
|
|
|
1114
2674
|
### Examples
|
|
1115
2675
|
|
|
1116
2676
|
- [examples] Start to remove Gatsby (#38567) @oliviertassinari
|
|
1117
|
-
- [examples][joy-ui] Fix Joy
|
|
2677
|
+
- [examples][joy-ui] Fix Joy UI example CLI (#38531) @oliviertassinari
|
|
1118
2678
|
- [examples][joy-ui] Improve example when using Next Font (#38540) @mwskwong
|
|
1119
2679
|
|
|
1120
2680
|
### Core
|
|
1121
2681
|
|
|
1122
2682
|
- [changelog] Fix issues in highlight @oliviertassinari
|
|
1123
|
-
- [core] Remove redundant `@material-ui/` aliases from regression test
|
|
2683
|
+
- [core] Remove redundant `@material-ui/` aliases from regression test Webpack config (#38574) @ZeeshanTamboli
|
|
1124
2684
|
- [core] Fix CI error @oliviertassinari
|
|
1125
2685
|
- [core] Remove unnecessary Box (#38461) @oliviertassinari
|
|
1126
2686
|
- [core] Set GitHub Action top level permission @oliviertassinari
|
|
@@ -1140,9 +2700,9 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1140
2700
|
- [docs-infra] Fix GoogleAnalytics missing event for code copy (#38469) @alexfauquette
|
|
1141
2701
|
- [docs-infra] Improve affordance on the code block expansion (#38421) @danilo-leal
|
|
1142
2702
|
- [website] Fine-tune the branding theme buttons (#38588) @danilo-leal
|
|
1143
|
-
- [website] Improve the Base
|
|
1144
|
-
- [website] Add stray design improvements to the Material
|
|
1145
|
-
- [website] Fix mobile view Material
|
|
2703
|
+
- [website] Improve the Base UI hero section demo (#38585) @danilo-leal
|
|
2704
|
+
- [website] Add stray design improvements to the Material UI page (#38590) @danilo-leal
|
|
2705
|
+
- [website] Fix mobile view Material UI page (#38568) @oliviertassinari
|
|
1146
2706
|
- [website] Fix reference to the data grid @oliviertassinari
|
|
1147
2707
|
- [website] Configure Apple Pay @oliviertassinari
|
|
1148
2708
|
- [website] Fix template link on the homepage (#38471) @danilo-leal
|
|
@@ -1157,7 +2717,7 @@ _Aug 14, 2023_
|
|
|
1157
2717
|
|
|
1158
2718
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
1159
2719
|
|
|
1160
|
-
- @mnajdova [made it easier to use third-party components in Base
|
|
2720
|
+
- @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)
|
|
1161
2721
|
|
|
1162
2722
|
### `@mui/material@5.14.5`
|
|
1163
2723
|
|
|
@@ -1183,7 +2743,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1183
2743
|
|
|
1184
2744
|
### Docs
|
|
1185
2745
|
|
|
1186
|
-
- ​<!-- 32 -->[blog] Blog post for MUI
|
|
2746
|
+
- ​<!-- 32 -->[blog] Blog post for MUI X mid v6. Date Pickers, Data Grid, and Charts (#38241) @richbustos
|
|
1187
2747
|
- ​<!-- 35 -->[docs][base-ui] Update number input API docs (#38363) @mj12albert
|
|
1188
2748
|
- ​<!-- 29 -->[docs] Improve page transition speed (#38394) @oliviertassinari
|
|
1189
2749
|
- ​<!-- 28 -->[docs] Improve examples (#38398) @oliviertassinari
|
|
@@ -1195,11 +2755,11 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1195
2755
|
- ​<!-- 14 -->[docs][material-ui] Remove incorrect `aria-label`s in extended variant examples of Floating Action Button (#37170) @ashleykolodziej
|
|
1196
2756
|
- ​<!-- 13 -->[docs][material-ui] Adjust slightly the installation page content (#38380) @danilo-leal
|
|
1197
2757
|
- ​<!-- 12 -->[docs][Switch] Fix the readOnly class name in docs (#38277) @michaldudak
|
|
1198
|
-
- ​<!-- 11 -->[docs][TablePagination] Add Tailwind
|
|
2758
|
+
- ​<!-- 11 -->[docs][TablePagination] Add Tailwind CSS & plain CSS introduction demo (#38286) @mnajdova
|
|
1199
2759
|
|
|
1200
2760
|
### Examples
|
|
1201
2761
|
|
|
1202
|
-
- ​<!-- 10 -->[examples] Add Joy
|
|
2762
|
+
- ​<!-- 10 -->[examples] Add Joy UI + Vite.js + TypeScript example app (#37406) @nithins1
|
|
1203
2763
|
|
|
1204
2764
|
### Core
|
|
1205
2765
|
|
|
@@ -1212,7 +2772,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1212
2772
|
- ​<!-- 21 -->[docs-infra] Adjust heading styles (#38365) @danilo-leal
|
|
1213
2773
|
- ​<!-- 20 -->[docs-infra] Fix info callout border color (#38370) @danilo-leal
|
|
1214
2774
|
- ​<!-- 05 -->[website] Upgrade the homepage hero demos design (#38388) @danilo-leal
|
|
1215
|
-
- ​<!-- 04 -->[website] Improve Base
|
|
2775
|
+
- ​<!-- 04 -->[website] Improve Base UI hero section demo (#38255) @danilo-leal
|
|
1216
2776
|
- ​<!-- 03 -->[website] Fix EmailSubscribe look (#38429) @oliviertassinari
|
|
1217
2777
|
- ​<!-- 02 -->[website] Link Discord in footer (#38369) @richbustos
|
|
1218
2778
|
- ​<!-- 01 -->[website] Clean up the `GetStartedButtons` component (#38256) @danilo-leal
|
|
@@ -1227,7 +2787,7 @@ _Aug 8, 2023_
|
|
|
1227
2787
|
|
|
1228
2788
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
1229
2789
|
|
|
1230
|
-
- 🎉 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
|
|
2790
|
+
- 🎉 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
|
|
1231
2791
|
|
|
1232
2792
|
### `@mui/material@5.14.4`
|
|
1233
2793
|
|
|
@@ -1244,7 +2804,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1244
2804
|
|
|
1245
2805
|
- ​<!-- 32 -->[base] Ban default exports (#38200) @michaldudak
|
|
1246
2806
|
|
|
1247
|
-
Base
|
|
2807
|
+
Base UI default exports were changed to named ones. Previously we had a mix of default and named ones.
|
|
1248
2808
|
This was changed to improve consistency and avoid problems some bundlers have with default exports.
|
|
1249
2809
|
See https://github.com/mui/material-ui/issues/21862 for more context.
|
|
1250
2810
|
|
|
@@ -1265,7 +2825,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1265
2825
|
A codemod is provided to help with the migration:
|
|
1266
2826
|
|
|
1267
2827
|
```bash
|
|
1268
|
-
npx @mui/codemod v5.0.0/base-use-named-exports <path>
|
|
2828
|
+
npx @mui/codemod@latest v5.0.0/base-use-named-exports <path>
|
|
1269
2829
|
```
|
|
1270
2830
|
|
|
1271
2831
|
#### Changes
|
|
@@ -1281,10 +2841,10 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1281
2841
|
### Docs
|
|
1282
2842
|
|
|
1283
2843
|
- ​<!-- 33 -->[docs][AppBar] Fix `ResponsiveAppBar` demo logo href (#38346) @iownthegame
|
|
1284
|
-
- ​<!-- 30 -->[docs][base] Add Tailwind
|
|
2844
|
+
- ​<!-- 30 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Button page (#38240) @alisasanib
|
|
1285
2845
|
- ​<!-- 29 -->[docs][Menu][base] Remove `Unstyled` prefix from demos' function names (#38270) @sai6855
|
|
1286
2846
|
- ​<!-- 22 -->[docs] Add themeable component guide (#37908) @siriwatknp
|
|
1287
|
-
- ​<!-- 21 -->[docs] Fix Joy
|
|
2847
|
+
- ​<!-- 21 -->[docs] Fix Joy UI demo background color (#38307) @oliviertassinari
|
|
1288
2848
|
- ​<!-- 20 -->[docs] Update API docs for Number Input component (#38301) @ZeeshanTamboli
|
|
1289
2849
|
- ​<!-- 14 -->[docs][joy-ui] Revise the theme typography page (#38285) @danilo-leal
|
|
1290
2850
|
- ​<!-- 13 -->[docs][joy-ui] Add TS demo for Menu Bar (#38308) @sai6855
|
|
@@ -1294,10 +2854,10 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1294
2854
|
- ​<!-- 05 -->[docs][Skeleton] Make the demos feel more realistic (#38212) @oliviertassinari
|
|
1295
2855
|
|
|
1296
2856
|
- ​<!-- 08 -->[examples] Swap Next.js examples between App Router and Pages Router; update naming convention (#38204) @samuelsycamore
|
|
1297
|
-
- ​<!-- 07 -->[examples][material-ui] Add Material
|
|
2857
|
+
- ​<!-- 07 -->[examples][material-ui] Add Material UI + Next.js (App Router) example in JS (#38323) @samuelsycamore
|
|
1298
2858
|
- ​<!-- 27 -->[blog] Discord announcement blog (#38258) @richbustos
|
|
1299
2859
|
- ​<!-- 26 -->[blog] Fix 301 links to Toolpad @oliviertassinari
|
|
1300
|
-
- ​<!-- 04 -->[website] Updating Charts demo with real charts usage for MUI
|
|
2860
|
+
- ​<!-- 04 -->[website] Updating Charts demo with real charts usage for MUI X marketing page (#38317) @richbustos
|
|
1301
2861
|
- ​<!-- 03 -->[website] Adjust styles of the Product section on the homepage (#38366) @danilo-leal
|
|
1302
2862
|
- ​<!-- 02 -->[website] Add Nora teamMember card to 'About' (#38358) @noraleonte
|
|
1303
2863
|
- ​<!-- 01 -->[website] Fix image layout shift (#38326) @oliviertassinari
|
|
@@ -1325,9 +2885,9 @@ _Jul 31, 2023_
|
|
|
1325
2885
|
|
|
1326
2886
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
1327
2887
|
|
|
1328
|
-
- 🚀 [Joy
|
|
1329
|
-
- ✨ Refine [Joy
|
|
1330
|
-
- 🎉 Added Dropdown higher-level menu component [Base
|
|
2888
|
+
- 🚀 [Joy UI](https://mui.com/joy-ui/getting-started/) is now in Beta
|
|
2889
|
+
- ✨ Refine [Joy UI](https://mui.com/joy-ui/getting-started/)'s default theme @siriwatknp @zanivan
|
|
2890
|
+
- 🎉 Added Dropdown higher-level menu component [Base UI](https://mui.com/base-ui/getting-started/) @michaldudak
|
|
1331
2891
|
- 💫 Added Material You [Badge](https://mui.com/material-ui/react-badge/#material-you-version) to `material-next` (#37850) @DiegoAndai
|
|
1332
2892
|
|
|
1333
2893
|
### `@mui/material@5.14.3`
|
|
@@ -1366,7 +2926,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1366
2926
|
|
|
1367
2927
|
### Docs
|
|
1368
2928
|
|
|
1369
|
-
- ​<!-- 49 -->[docs] Update Joy
|
|
2929
|
+
- ​<!-- 49 -->[docs] Update Joy UI's package README (#38262) @ZeeshanTamboli
|
|
1370
2930
|
- ​<!-- 48 -->[docs][base-ui] Add new batch of coming soon pages (#38025) @danilo-leal
|
|
1371
2931
|
- ​<!-- 44 -->[docs] fix links to standardized examples (#38193) @emmanuel-ferdman
|
|
1372
2932
|
- ​<!-- 43 -->[docs-infra] Small design polish to the Diamond Sponsor container (#38257) @danilo-leal
|
|
@@ -1376,7 +2936,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1376
2936
|
- ​<!-- 39 -->[docs][material] Revise and update Examples doc (#38205) @samuelsycamore
|
|
1377
2937
|
- ​<!-- 38 -->[docs] Fix typo in notifications.json @mbrookes
|
|
1378
2938
|
- ​<!-- 37 -->[docs-infra] Remove leftover standardNavIcon (#38252) @DiegoAndai
|
|
1379
|
-
- ​<!-- 34 -->[docs][base] Add Tailwind
|
|
2939
|
+
- ​<!-- 34 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Popper page (#37953) @zanivan
|
|
1380
2940
|
- ​<!-- 31 -->[docs][Button][joy] Improve `loading` prop documentation (#38156) @sai6855
|
|
1381
2941
|
- ​<!-- 25 -->[docs] Prepare docs infra for Tree View migration to X (#38202) @flaviendelangle
|
|
1382
2942
|
- ​<!-- 24 -->[docs] Fix SEO issues reported by ahrefs @oliviertassinari
|
|
@@ -1395,7 +2955,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1395
2955
|
|
|
1396
2956
|
### Core
|
|
1397
2957
|
|
|
1398
|
-
- ​<!-- 47 -->[blog] Fix blog post slug Base
|
|
2958
|
+
- ​<!-- 47 -->[blog] Fix blog post slug Base UI (#38254) @oliviertassinari
|
|
1399
2959
|
- ​<!-- 46 -->[core] Use native Node's fetch instead of node-fetch package (#38263) @michaldudak
|
|
1400
2960
|
- ​<!-- 45 -->[core] Remove dead code @oliviertassinari
|
|
1401
2961
|
- ​<!-- 29 -->[core] Polish Stack test to closer CSS injection order @oliviertassinari
|
|
@@ -1431,21 +2991,21 @@ A big thanks to the 23 contributors who made this release possible.
|
|
|
1431
2991
|
### Docs
|
|
1432
2992
|
|
|
1433
2993
|
- ​<!-- 37 -->[docs] Add listbox placement demo for Select (#38130) @sai6855
|
|
1434
|
-
- ​<!-- 36 -->[docs][base] Add Tailwind
|
|
1435
|
-
- ​<!-- 35 -->[docs][base] Add Tailwind
|
|
1436
|
-
- ​<!-- 29 -->[docs] Fix Joy
|
|
2994
|
+
- ​<!-- 36 -->[docs][base] Add Tailwind CSS & plain CSS demo on the Tabs page (#37910) @mnajdova
|
|
2995
|
+
- ​<!-- 35 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Textarea page (#37943) @zanivan
|
|
2996
|
+
- ​<!-- 29 -->[docs] Fix Joy UI menu example (#38140) @harikrishnanp
|
|
1437
2997
|
- ​<!-- 28 -->[docs] Remove translations section from contributing guide (#38125) @nikohoffren
|
|
1438
|
-
- ​<!-- 27 -->[docs] Fix Base
|
|
2998
|
+
- ​<!-- 27 -->[docs] Fix Base UI Button Tailwind CSS padding @oliviertassinari
|
|
1439
2999
|
- ​<!-- 26 -->[docs] Mention in hompage hero that Core is free (#38075) @mbrookes
|
|
1440
3000
|
- ​<!-- 25 -->[docs] Fix a typo in notifications.json (#38078) @mbrookes
|
|
1441
|
-
- ​<!-- 24 -->[docs] Add Tailwind
|
|
3001
|
+
- ​<!-- 24 -->[docs] Add Tailwind CSS & plain CSS demo on the table pagination page (#37937) @mnajdova
|
|
1442
3002
|
- ​<!-- 23 -->[docs] Implement the new API display design (#37405) @alexfauquette
|
|
1443
3003
|
- ​<!-- 22 -->[docs] Update migration installation code blocks (#38028) @danilo-leal
|
|
1444
|
-
- ​<!-- 21 -->[docs][joy] Revise the Joy
|
|
3004
|
+
- ​<!-- 21 -->[docs][joy] Revise the Joy UI Link page (#37829) @danilo-leal
|
|
1445
3005
|
- ​<!-- 20 -->[docs][joy] Add playground for Card component (#37820) @Studio384
|
|
1446
3006
|
- ​<!-- 19 -->[docs][joy] Add adjustments to the color inversion page (#37143) @danilo-leal
|
|
1447
3007
|
- ​<!-- 18 -->[docs][material] Improve documentation about adding custom colors (#37743) @DiegoAndai
|
|
1448
|
-
- ​<!-- 17 -->[examples] Fix Joy
|
|
3008
|
+
- ​<!-- 17 -->[examples] Fix Joy UI Next.js App Router font loading (#38095) @IgnacioUtrilla
|
|
1449
3009
|
- ​<!-- 16 -->[examples] Fix material-next Font Usage with next/font (#38026) @onderonur
|
|
1450
3010
|
|
|
1451
3011
|
### Core
|
|
@@ -1457,11 +3017,11 @@ A big thanks to the 23 contributors who made this release possible.
|
|
|
1457
3017
|
- ​<!-- 09 -->[website] Mobile navigation: Toolpad to Beta (#38146) @bharatkashyap
|
|
1458
3018
|
- ​<!-- 08 -->[website] Fix typo on pricing page @oliviertassinari
|
|
1459
3019
|
- ​<!-- 07 -->[website] Fix a few regression (#38050) @oliviertassinari
|
|
1460
|
-
- ​<!-- 06 -->[website] Update Demo footers on MUI
|
|
3020
|
+
- ​<!-- 06 -->[website] Update Demo footers on MUI X landing page (#38027) @richbustos
|
|
1461
3021
|
- ​<!-- 05 -->[website] Fix 301 redirection to base index page @oliviertassinari
|
|
1462
3022
|
- ​<!-- 04 -->[website] Fix Cell selection feature name (#38029) @oliviertassinari
|
|
1463
3023
|
- ​<!-- 03 -->[website] Improve button look (#38052) @oliviertassinari
|
|
1464
|
-
- ​<!-- 02 -->[website] Link new core page to new Base
|
|
3024
|
+
- ​<!-- 02 -->[website] Link new core page to new Base UI landing page (#38030) @mj12albert
|
|
1465
3025
|
- ​<!-- 01 -->[website] Polish pricing page (#37975) @oliviertassinari
|
|
1466
3026
|
- ​<!-- 10 -->[test] Fail the CI when new unexpected files are created (#38039) @oliviertassinari
|
|
1467
3027
|
- ​<!-- 09 -->[test] Fix linting error by matching main component demo name to filename (#38122) @ZeeshanTamboli
|
|
@@ -1476,10 +3036,10 @@ _Jul 19, 2023_
|
|
|
1476
3036
|
|
|
1477
3037
|
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
|
|
1478
3038
|
|
|
1479
|
-
- 💫 Introducing some new components for Joy
|
|
3039
|
+
- 💫 Introducing some new components for Joy UI:
|
|
1480
3040
|
- [Skeleton](https://mui.com/joy-ui/react-skeleton/) component (#37893) @siriwatknp
|
|
1481
3041
|
- [ToggleButton](https://mui.com/joy-ui/react-toggle-button-group/) (#37716) @siriwatknp
|
|
1482
|
-
- 🎉 Base
|
|
3042
|
+
- 🎉 Base UI has its own [landing page](https://www.mui.com/base-ui)!
|
|
1483
3043
|
- 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
1484
3044
|
|
|
1485
3045
|
### `@mui/material@5.14.1`
|
|
@@ -1502,7 +3062,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
1502
3062
|
|
|
1503
3063
|
- ​<!-- 13 -->[Joy][Select] Fix type error caused by custom variant (#37996) @OmPr366
|
|
1504
3064
|
- ​<!-- 12 -->[ToggleButton][Joy] Add `ToggleButton` component (#37716) @siriwatknp
|
|
1505
|
-
- ​<!-- 07 -->[Skeleton] Add Joy
|
|
3065
|
+
- ​<!-- 07 -->[Skeleton] Add Joy UI `Skeleton` component (#37893) @siriwatknp
|
|
1506
3066
|
|
|
1507
3067
|
### `@mui/utils@5.14.1`
|
|
1508
3068
|
|
|
@@ -1510,25 +3070,25 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
1510
3070
|
|
|
1511
3071
|
### Docs
|
|
1512
3072
|
|
|
1513
|
-
- ​<!-- 52 -->[docs][base] Add Tailwind
|
|
1514
|
-
- ​<!-- 51 -->[docs][base] Make Base
|
|
1515
|
-
- ​<!-- 38 -->[docs] Link Material
|
|
3073
|
+
- ​<!-- 52 -->[docs][base] Add Tailwind CSS & plain CSS demo on the form control page (#37914) @mnajdova
|
|
3074
|
+
- ​<!-- 51 -->[docs][base] Make Base UI Select demos denser (#37836) @zanivan
|
|
3075
|
+
- ​<!-- 38 -->[docs] Link Material UI from the landing page (#37971) @oliviertassinari
|
|
1516
3076
|
- ​<!-- 37 -->[docs] Fix the empty /components page (#38010) @brijeshb42
|
|
1517
3077
|
- ​<!-- 36 -->[docs] Checkout template follows user's color scheme preference (#37928) @OndrejHj04
|
|
1518
3078
|
- ​<!-- 35 -->[docs] Disable ad for onboarding pages (#37998) @oliviertassinari
|
|
1519
|
-
- ​<!-- 34 -->[docs] Fix broken link to Base
|
|
3079
|
+
- ​<!-- 34 -->[docs] Fix broken link to Base UI Next.js App Router (#37973) @oliviertassinari
|
|
1520
3080
|
- ​<!-- 33 -->[docs] Fix typo in next-js-app-router.md (#37974) @ericbrian
|
|
1521
|
-
- ​<!-- 32 -->[docs] Add pnpm commands to Material
|
|
3081
|
+
- ​<!-- 32 -->[docs] Add pnpm commands to Material UI Installation page (#36650) @officialrajdeepsingh
|
|
1522
3082
|
- ​<!-- 31 -->[docs] Link charts in the roadmap (#37944) @oliviertassinari
|
|
1523
3083
|
- ​<!-- 30 -->[docs] Improve changelog @oliviertassinari
|
|
1524
3084
|
- ​<!-- 29 -->[docs] Improve the Select docs (#37279) @michaldudak
|
|
1525
|
-
- ​<!-- 16 -->[docs][menu] Add Tailwind
|
|
3085
|
+
- ​<!-- 16 -->[docs][menu] Add Tailwind CSS & plain CSS demo on the Menu page (#37856) @mnajdova
|
|
1526
3086
|
- ​<!-- 15 -->[example] Update EmotionCacheProvider to work with GlobalStyles (#37962) @siriwatknp
|
|
1527
3087
|
|
|
1528
3088
|
### Core
|
|
1529
3089
|
|
|
1530
3090
|
- ​<!-- 50 -->[blog] Add blog post about support for Next.js App Router (#37929) @samuelsycamore
|
|
1531
|
-
- ​<!-- 49 -->[blog] Blog MUI
|
|
3091
|
+
- ​<!-- 49 -->[blog] Blog MUI X pro statement removed (#38015) @prakhargupta1
|
|
1532
3092
|
- ​<!-- 48 -->[blog] Add Toolpad beta announcement blog (#37799) @prakhargupta1
|
|
1533
3093
|
- ​<!-- 46 -->[core] Increase space available for sidenav @oliviertassinari
|
|
1534
3094
|
- ​<!-- 45 -->[core] Adds `component` prop to `OverrideProps` type (#35924) @sai6855
|
|
@@ -1544,15 +3104,15 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
1544
3104
|
- ​<!-- 25 -->[docs-infra] Fix button label on mobile (#37997) @oliviertassinari
|
|
1545
3105
|
- ​<!-- 24 -->[docs-infra] Square drawer corners (#37970) @oliviertassinari
|
|
1546
3106
|
- ​<!-- 23 -->[docs-infra] Improve tab contrast in codeblock (#38000) @oliviertassinari
|
|
1547
|
-
- ​<!-- 22 -->[docs-infra] Fix API generation for Base
|
|
3107
|
+
- ​<!-- 22 -->[docs-infra] Fix API generation for Base UI (#37941) @oliviertassinari
|
|
1548
3108
|
- ​<!-- 21 -->[docs-infra] Fix layout shift on xGrid (#37954) @oliviertassinari
|
|
1549
3109
|
- ​<!-- 20 -->[docs-infra] Update installation commands to use the new tabs code component (#37927) @danilo-leal
|
|
1550
3110
|
- ​<!-- 19 -->[docs-infra] Improve disableToc={true} support (#37931) @oliviertassinari
|
|
1551
3111
|
- ​<!-- 18 -->[docs-infra] Remove icons and tweak the design of the side nav (#37860) @danilo-leal
|
|
1552
3112
|
- ​<!-- 17 -->[docs-infra] Fix TypeScrit error in demo export (#37830) @oliviertassinari
|
|
1553
3113
|
- ​<!-- 08 -->[notifications] Add notification for first Charts release (#37679) @joserodolfofreitas
|
|
1554
|
-
- ​<!-- 05 -->[website] Add Base
|
|
1555
|
-
- ​<!-- 04 -->[website] Update MUI
|
|
3114
|
+
- ​<!-- 05 -->[website] Add Base UI marketing page (#36622) @siriwatknp
|
|
3115
|
+
- ​<!-- 04 -->[website] Update MUI X landing page (#37966) @cherniavskii
|
|
1556
3116
|
- ​<!-- 03 -->[website] Fix a11y issues (#37999) @oliviertassinari
|
|
1557
3117
|
- ​<!-- 02 -->[website] Make the Core page refer to group of products (#37608) @danilo-leal
|
|
1558
3118
|
- ​<!-- 01 -->[website] Add perpetual option to pricing page (#35504) @joserodolfofreitas
|
|
@@ -1567,11 +3127,11 @@ _Jul 11, 2023_
|
|
|
1567
3127
|
|
|
1568
3128
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
1569
3129
|
|
|
1570
|
-
- 💫 Material
|
|
3130
|
+
- 💫 Material UI, Joy UI, and Base UI are compatible with [Next.js App Router](https://nextjs.org/docs/app) (#37656) @mj12albert
|
|
1571
3131
|
- 📚 Added new guides for integrating with Next.js 13 App Router (#37656) @mj12albert
|
|
1572
|
-
- Ⓜ️ [Material
|
|
1573
|
-
- 🅙 [Joy
|
|
1574
|
-
- 🅱️ [Base
|
|
3132
|
+
- Ⓜ️ [Material UI guide](https://mui.com/material-ui/guides/next-js-app-router/)
|
|
3133
|
+
- 🅙 [Joy UI guide](https://mui.com/joy-ui/integrations/next-js-app-router/)
|
|
3134
|
+
- 🅱️ [Base UI guide](https://mui.com/base-ui/guides/next-js-app-router/)
|
|
1575
3135
|
- 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
1576
3136
|
|
|
1577
3137
|
### `@mui/material@5.14.0`
|
|
@@ -1596,15 +3156,15 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
1596
3156
|
- [docs] Polish Ukraine banner (#37905) @oliviertassinari
|
|
1597
3157
|
- [docs] Reduce Ukraine banner size (#34795) @oliviertassinari
|
|
1598
3158
|
- [docs] Add callouts about controlled vs uncontrolled components in Core docs (#37849) @samuelsycamore
|
|
1599
|
-
- [docs] Add missing Portal elements to Tailwind
|
|
3159
|
+
- [docs] Add missing Portal elements to Tailwind CSS interoperability guide (#37807) @enrique-ramirez
|
|
1600
3160
|
- [docs] Small pickers migration improvement (#37815) @alexfauquette
|
|
1601
3161
|
- [docs] Fix pickers product name (#37825) @LukasTy
|
|
1602
3162
|
- [docs][Joy][Link] Set `variant` and `color` defaults for the playground (#37817) @Studio384
|
|
1603
3163
|
- [docs][Joy][Table] Add `undefined` as an option to `stripe` (#37816) @Studio384
|
|
1604
|
-
- [docs][base] Add Tailwind
|
|
1605
|
-
- [docs][base] Add Tailwind
|
|
3164
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on the Snackbar page (#37812) @mnajdova
|
|
3165
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on Badge page (#37768) @mnajdova
|
|
1606
3166
|
- [docs][base] Fix Nested modal demo positioning (#37506) @gitstart
|
|
1607
|
-
- [docs][base] Add Tailwind
|
|
3167
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on the Switch page (#37728) @mnajdova
|
|
1608
3168
|
- [docs-infra] Remove code tags in ToC (#37834) @cherniavskii
|
|
1609
3169
|
- [docs-infra] Fixes in API pages generation (#37813) @mnajdova
|
|
1610
3170
|
- [docs-infra] Add test case when using sh (#37818) @oliviertassinari
|
|
@@ -1612,11 +3172,11 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
1612
3172
|
- [docs-infra] Fix code parser (#37828) @alexfauquette
|
|
1613
3173
|
- [docs-infra] Fix `marked` deprecation warning (#37769) @alexfauquette
|
|
1614
3174
|
- [docs-infra] Allows to use codeblock in the docs (#37643) @alexfauquette
|
|
1615
|
-
- [docs-infra][joy] Change Joy
|
|
3175
|
+
- [docs-infra][joy] Change Joy UI's playground variant selector (#37821) @danilo-leal
|
|
1616
3176
|
|
|
1617
3177
|
### Core
|
|
1618
3178
|
|
|
1619
|
-
- [core] Prepend "use-client" directive + add docs and examples for using
|
|
3179
|
+
- [core] Prepend "use-client" directive + add docs and examples for using the library with Next.js App Router (#37656) @mj12albert
|
|
1620
3180
|
- [core] Fix imports to React (#37863) @oliviertassinari
|
|
1621
3181
|
- [core] Disambiguate eslint plugin name @oliviertassinari
|
|
1622
3182
|
- [core] Sync the lint script name with the other repositories @oliviertassinari
|
|
@@ -1665,19 +3225,19 @@ This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️
|
|
|
1665
3225
|
### Docs
|
|
1666
3226
|
|
|
1667
3227
|
- [docs][base] Add demo for using the Button as a link (#37317) @AdamSundberg
|
|
1668
|
-
- [docs][base] Add Tailwind
|
|
1669
|
-
- [docs][base] Make Base
|
|
1670
|
-
- [docs][base] Make Base
|
|
1671
|
-
- [docs][base] Add Tailwind
|
|
3228
|
+
- [docs][base] Add Tailwind CSS + plain CSS demo on the Select page (#37725) @mnajdova
|
|
3229
|
+
- [docs][base] Make Base UI input demos denser (#37750) @zanivan
|
|
3230
|
+
- [docs][base] Make Base UI button demos denser (#37689) @zanivan
|
|
3231
|
+
- [docs][base] Add Tailwind CSS & plain CSS demos on the Input page (#37685) @mnajdova
|
|
1672
3232
|
- [docs][base] Fix horizontal scrolling on the mobile input page (#37688) @zanivan
|
|
1673
|
-
- [docs] Improve Base
|
|
3233
|
+
- [docs] Improve Base UI index page (#37761) @oliviertassinari
|
|
1674
3234
|
- [docs] Fix incorrect package URL in README of example material-vite (#37755) @Dlouxgit
|
|
1675
3235
|
- [docs] Explain how to disable Base Select's portal (#37684) @michaldudak
|
|
1676
3236
|
- [docs] Shorten overview page URLs (#37660) @oliviertassinari
|
|
1677
3237
|
- [docs][material] Rename custom tab panel in Tabs demo to prevent confusion with @mui/lab (#37638) @MUK-Dev
|
|
1678
|
-
- [docs][tabs] Document how to use routing with Tabs in Base
|
|
3238
|
+
- [docs][tabs] Document how to use routing with Tabs in Base UI (#37369) @michaldudak
|
|
1679
3239
|
- [docs] Rename product to productId (#37801) @siriwatknp
|
|
1680
|
-
- [docs][base] Add Tailwind
|
|
3240
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on the Slider page (#37736) @mnajdova
|
|
1681
3241
|
|
|
1682
3242
|
### Core
|
|
1683
3243
|
|
|
@@ -1704,7 +3264,7 @@ This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️
|
|
|
1704
3264
|
- [test] Fix test:e2e local run (#37719) @oliviertassinari
|
|
1705
3265
|
- [test] Remove failing test in dev @oliviertassinari
|
|
1706
3266
|
- [website] Add no-op service worker to fix stale cache issue (#37607) @cherniavskii
|
|
1707
|
-
- [website] Transition the Core page to be Material
|
|
3267
|
+
- [website] Transition the Core page to be Material UI instead (#37583) @danilo-leal
|
|
1708
3268
|
- [website] Update the pricing page to reflect sales (#37751) @oliviertassinari
|
|
1709
3269
|
- [website] Match Copyright with the rest of the website @oliviertassinari
|
|
1710
3270
|
- [website] Support deep linking to pricing FAQ @oliviertassinari
|
|
@@ -1718,12 +3278,12 @@ _Jun 21, 2023_
|
|
|
1718
3278
|
A big thanks to the 25 contributors who made this release possible. Here are some highlights ✨:
|
|
1719
3279
|
|
|
1720
3280
|
- 💫 Added [Slider](https://mui.com/material-ui/react-slider/#material-you-version) component using the new Material You design language (#37520) @DiegoAndai.
|
|
1721
|
-
- 📚 Added [examples](https://github.com/mui/material-ui/tree/master/examples/material-ui-nextjs-ts) showcasing how you can use Material
|
|
3281
|
+
- 📚 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
|
|
1722
3282
|
|
|
1723
3283
|
### `@mui/material@5.13.6`
|
|
1724
3284
|
|
|
1725
3285
|
- ​<!-- 45 -->[Autocomplete] Fixed autocomplete's existing option selection (#37012) @bencevoros
|
|
1726
|
-
- ​<!-- 44 -->[Autocomplete] Add hint demos to Material
|
|
3286
|
+
- ​<!-- 44 -->[Autocomplete] Add hint demos to Material UI and Joy UI docs (#37496) @sai6855
|
|
1727
3287
|
- ​<!-- 13 -->[Masonry] Fix ResizeObserver loop limit exceeded error (#37208) @hbjORbj
|
|
1728
3288
|
- ​<!-- 11 -->[Tooltip][material] Improve warning when Tooltip receives string child (#37530) @DiegoAndai
|
|
1729
3289
|
- ​<!-- 10 -->[Modal] Add missing members to ModalOwnProps (#37568) @ivp-dev
|
|
@@ -1754,15 +3314,15 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
1754
3314
|
|
|
1755
3315
|
### Docs
|
|
1756
3316
|
|
|
1757
|
-
- ​<!-- 43 -->[docs][base] Improve Base
|
|
3317
|
+
- ​<!-- 43 -->[docs][base] Improve Base UI all components images (#37590) @danilo-leal
|
|
1758
3318
|
- ​<!-- 42 -->[docs][base] Add pages for coming soon components (#37575) @danilo-leal
|
|
1759
3319
|
- ​<!-- 41 -->[docs][base] Add a Snackbar introduction demo (#37602) @danilo-leal
|
|
1760
|
-
- ​<!-- 40 -->[docs][base] Add page for all Base
|
|
3320
|
+
- ​<!-- 40 -->[docs][base] Add page for all Base UI components (#37536) @danilo-leal
|
|
1761
3321
|
- ​<!-- 33 -->[docs] Fix scrollbar on snackbar page (#37657) @oliviertassinari
|
|
1762
3322
|
- ​<!-- 32 -->[docs] Switch order of snackbar buttons in demos (#37389) @Primajin
|
|
1763
|
-
- ​<!-- 31 -->[docs] Add support for Tailwind
|
|
3323
|
+
- ​<!-- 31 -->[docs] Add support for Tailwind CSS and plain CSS demos (#37319) @mnajdova
|
|
1764
3324
|
- ​<!-- 30 -->[docs] Tree view color fix for dark mode in Gmail example (#37051) @PunitSoniME
|
|
1765
|
-
- ​<!-- 29 -->[docs] Inline the Base
|
|
3325
|
+
- ​<!-- 29 -->[docs] Inline the Base UI demo (#37603) @oliviertassinari
|
|
1766
3326
|
- ​<!-- 28 -->[docs] Fix typo in themed components page (#37598) @vinayr
|
|
1767
3327
|
- ​<!-- 27 -->[docs] Fix render inline code in CSS description generation (#37448) @alexfauquette
|
|
1768
3328
|
- ​<!-- 26 -->[docs] Add styles to styled argument list (#37558) @DiegoAndai
|
|
@@ -1770,17 +3330,17 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
1770
3330
|
- ​<!-- 24 -->[docs] Fix small base -> base-ui migration issue (#37594) @oliviertassinari
|
|
1771
3331
|
- ​<!-- 23 -->[docs] Fix GitHub typo (#37578) @oliviertassinari
|
|
1772
3332
|
- ​<!-- 22 -->[docs] Improve release guide (#37547) @DiegoAndai
|
|
1773
|
-
- ​<!-- 21 -->[docs] Review fixes to the Material
|
|
3333
|
+
- ​<!-- 21 -->[docs] Review fixes to the Material UI's "Example projects" page (#37444) @danilo-leal
|
|
1774
3334
|
- ​<!-- 17 -->[docs][joy] Add a messages template (#37546) @sernstberger
|
|
1775
|
-
- ​<!-- 16 -->[docs][joy] Add pages for coming soon Joy
|
|
3335
|
+
- ​<!-- 16 -->[docs][joy] Add pages for coming soon Joy UI components (#36920) @danilo-leal
|
|
1776
3336
|
- ​<!-- 15 -->[docs][joy] Add design and consistency tweaks to the Playground (#37580) @danilo-leal
|
|
1777
|
-
- ​<!-- 37 -->[docs] Add and revise Base
|
|
3337
|
+
- ​<!-- 37 -->[docs] Add and revise Base UI + Create React App examples (#36825) @samuelsycamore
|
|
1778
3338
|
- ​<!-- 20 -->[docs-infra] Fix demos border radius (#37658) @oliviertassinari
|
|
1779
3339
|
- ​<!-- 19 -->[docs-infra] Add analyticsTags to Algolia (#37600) @Janpot
|
|
1780
3340
|
- ​<!-- 18 -->[docs-infra] Simplify product id handling (#37593) @oliviertassinari
|
|
1781
3341
|
- ​<!-- 35 -->[changelog] Add missing release date for v5.13.5 @oliviertassinari
|
|
1782
3342
|
- ​<!-- 16 -->[examples] Shell command fix in the readme file of material-next-ts example (#37675) @bablukpik
|
|
1783
|
-
- ​<!-- 15 -->[examples] Next.js v13 app router with Material
|
|
3343
|
+
- ​<!-- 15 -->[examples] Next.js v13 app router with Material UI (#37315) @smo043
|
|
1784
3344
|
|
|
1785
3345
|
### Core
|
|
1786
3346
|
|
|
@@ -1788,7 +3348,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
1788
3348
|
- ​<!-- 39 -->[core] Add priority support issue template (#37671) @DanailH
|
|
1789
3349
|
- ​<!-- 03 -->[website] Update roadmap page (#37587) @cherniavskii
|
|
1790
3350
|
- ​<!-- 02 -->[website] Add CSP to limit iframes to self @oliviertassinari
|
|
1791
|
-
- ​<!-- 01 -->[website] Link mui-x Stack
|
|
3351
|
+
- ​<!-- 01 -->[website] Link mui-x Stack Overflow in footer link (#37509) @richbustos
|
|
1792
3352
|
|
|
1793
3353
|
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
|
|
1794
3354
|
|
|
@@ -1798,7 +3358,7 @@ _Jun 12, 2023_
|
|
|
1798
3358
|
|
|
1799
3359
|
A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
|
|
1800
3360
|
|
|
1801
|
-
- 💫 Added `ButtonGroup` component in Joy
|
|
3361
|
+
- 💫 Added `ButtonGroup` component in Joy UI (#37407) @siriwatknp.
|
|
1802
3362
|
- 🐛 bug fixes and 📚 documentation improvements.
|
|
1803
3363
|
|
|
1804
3364
|
### `@mui/material@5.13.5`
|
|
@@ -1818,7 +3378,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
|
|
|
1818
3378
|
- ​<!-- 15 -->[docs] Update /base url references to /base-ui (#37412) @brijeshb42
|
|
1819
3379
|
- ​<!-- 14 -->[docs] Skip components and hooks due to duplicate index (#37539) @siriwatknp
|
|
1820
3380
|
- ​<!-- 13 -->[docs] Polish Sign in to your account joy demo (#37498) @oliviertassinari
|
|
1821
|
-
- ​<!-- 12 -->[docs] Remove outdated Material
|
|
3381
|
+
- ​<!-- 12 -->[docs] Remove outdated Material UI FAQ @oliviertassinari
|
|
1822
3382
|
- ​<!-- 11 -->[docs] Fix crash access to localStorage in Firefox (#37518) @brijeshb42
|
|
1823
3383
|
- ​<!-- 10 -->[docs-infra] Enforce max length on description (#37565) @oliviertassinari
|
|
1824
3384
|
- ​<!-- 09 -->[docs-infra] Mandatory versions (#37497) @oliviertassinari
|
|
@@ -1866,11 +3426,11 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
1866
3426
|
- ​<!-- 17 -->[docs][base] Remove usage of `component` prop in docs (#37462) @sai6855
|
|
1867
3427
|
- ​<!-- 13 -->[docs] Fix docs redirections @oliviertassinari
|
|
1868
3428
|
- ​<!-- 12 -->[docs] Fix Fluent -> Fluent UI @oliviertassinari
|
|
1869
|
-
- ​<!-- 11 -->[docs] Fix MUI Base -> Base
|
|
3429
|
+
- ​<!-- 11 -->[docs] Fix MUI Base -> Base UI @oliviertassinari
|
|
1870
3430
|
- ​<!-- 10 -->[docs] Add base-vite-tailwind example repo (#36994) @mj12albert
|
|
1871
3431
|
- ​<!-- 09 -->[docs] Fix search bar layout shift (#37460) @oliviertassinari
|
|
1872
|
-
- ​<!-- 08 -->[docs] Tweak Material
|
|
1873
|
-
- ​<!-- 07 -->[docs] Tweak Material
|
|
3432
|
+
- ​<!-- 08 -->[docs] Tweak Material UI's "Showcase" page design (#37259) @danilo-leal
|
|
3433
|
+
- ​<!-- 07 -->[docs] Tweak Material UI's "Template" page design (#37260) @danilo-leal
|
|
1874
3434
|
- ​<!-- 06 -->[docs] Fix "Language" page removal leftovers (#37408) @danilo-leal
|
|
1875
3435
|
- ​<!-- 05 -->[docs] Move contents of css-variables to sibling pages (#37411) @brijeshb42
|
|
1876
3436
|
|
|
@@ -1917,7 +3477,7 @@ This release focuses primarily on 🐛 bug fixes and 📚 documentation improvem
|
|
|
1917
3477
|
### Docs
|
|
1918
3478
|
|
|
1919
3479
|
- ​<!-- 14 -->[docs] Clarify Hidden down props as exclusive (#36927) @canac
|
|
1920
|
-
- ​<!-- 13 -->[docs] Add refine to Material
|
|
3480
|
+
- ​<!-- 13 -->[docs] Add refine to Material UI "Related projects" and "More advanced example projects" pages (#37308) @necatiozmen
|
|
1921
3481
|
- ​<!-- 12 -->[docs] Remove todo link from sidebar (#37373) @brijeshb42
|
|
1922
3482
|
- ​<!-- 11 -->[docs] Clarify the peer dependency with react (#37360) @oliviertassinari
|
|
1923
3483
|
- ​<!-- 10 -->[docs] Divider vertical middle prop migration (#36840) @JhonnK08
|
|
@@ -1956,7 +3516,7 @@ A big thanks to the 12 contributors who made this release possible.
|
|
|
1956
3516
|
- [docs][base] Remove default annotations from useBadge's return type (#37313) @TinaSay
|
|
1957
3517
|
- [docs][base] Remove default annotations from useButton's return type (#37312) @TinaSay
|
|
1958
3518
|
- [docs][base] Remove default annotations from useSlider's return type (#37309) @TinaSay
|
|
1959
|
-
- [docs] Remove Material
|
|
3519
|
+
- [docs] Remove Material UI's "Languages" page (#37314) @danilo-leal
|
|
1960
3520
|
- [docs] Prefer to link GitHub repository @oliviertassinari
|
|
1961
3521
|
- [docs] Move product versions to page context (#35078) @m4theushw
|
|
1962
3522
|
- [docs] Fix v5 migration npm install instruction (#37293) @oliviertassinari
|
|
@@ -2016,13 +3576,13 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
2016
3576
|
- [docs] Remove upload button (#36844) @Bastian
|
|
2017
3577
|
- [docs] Update link to overriding component structure guide (#36870) @hbjORbj
|
|
2018
3578
|
- [docs] Fix Material Design templates (#37187) @oliviertassinari
|
|
2019
|
-
- [docs] Fix link to Joy
|
|
3579
|
+
- [docs] Fix link to Joy UI GitHub issues @oliviertassinari
|
|
2020
3580
|
- [docs] Show default value for `filterOptions` prop in Autocomplete's API docs (#37230) @ZeeshanTamboli
|
|
2021
3581
|
- [docs] Add summary and improve `test_static` CI doc in CONTRIBUTING readme file (#36711) @kriskw1999
|
|
2022
|
-
- [docs] Update theme customization
|
|
3582
|
+
- [docs] Update theme customization TypeScript (#35551) @siriwatknp
|
|
2023
3583
|
- [docs] Add Joy Frames X web blocks template (#37203) @siriwatknp
|
|
2024
|
-
- [docs] Change Base
|
|
2025
|
-
- [docs] Improve Base
|
|
3584
|
+
- [docs] Change Base UI `alpha` to `beta` in README (#37228) @ZeeshanTamboli
|
|
3585
|
+
- [docs] Improve Base UI overview page (#37227) @mnajdova
|
|
2026
3586
|
- [docs] Update Joy + Material guide (#36911) @cherniavskii
|
|
2027
3587
|
|
|
2028
3588
|
### Core
|
|
@@ -2044,8 +3604,8 @@ _May 10, 2023_
|
|
|
2044
3604
|
|
|
2045
3605
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
2046
3606
|
|
|
2047
|
-
- 🚀 Base
|
|
2048
|
-
- 🗺 We have
|
|
3607
|
+
- 🚀 Base UI is now in beta - all planned breaking changes are now complete!
|
|
3608
|
+
- 🗺 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.
|
|
2049
3609
|
- 🐛 Various bug fixes, 📚 documentation and 🧪 testing improvements
|
|
2050
3610
|
|
|
2051
3611
|
### `@mui/material@5.13.0`
|
|
@@ -2058,14 +3618,14 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
2058
3618
|
|
|
2059
3619
|
- [Input][joy] Improve alignment on date fields (#37146) @wewakekumar
|
|
2060
3620
|
- [Alery][joy] Turn JS test to TS test (#37077) @hbjORbj
|
|
2061
|
-
- [AspectRatio][joy] js test replaced with
|
|
2062
|
-
- [Badge][AvatarGroup][joy] js test replaced with
|
|
3621
|
+
- [AspectRatio][joy] js test replaced with TypeScript test (#37087) @PunitSoniME
|
|
3622
|
+
- [Badge][AvatarGroup][joy] js test replaced with TypeScript test (#37089) @PunitSoniME
|
|
2063
3623
|
- [Box][Card][MenuList][joy] Turn JS test to TS test (#37126) @uuxxx
|
|
2064
3624
|
- [List][Menu][joy] Turn JS test to TS test (#37123) @uuxxx
|
|
2065
3625
|
- [test][Joy] Remove duplicate Avatar test (#37201) @zignis
|
|
2066
|
-
- [test][joy] js test cases converted to
|
|
2067
|
-
- [Button][joy] Convert Button test to
|
|
2068
|
-
- [CardContent][CardCover][CardOverflow][Chip][ChipDelete][joy] js text case converted to
|
|
3626
|
+
- [test][joy] js test cases converted to TypeScript (#37117) @PunitSoniME
|
|
3627
|
+
- [Button][joy] Convert Button test to TypeScript (#37181) @akash191095
|
|
3628
|
+
- [CardContent][CardCover][CardOverflow][Chip][ChipDelete][joy] js text case converted to TypeScript (#37116) @PunitSoniME
|
|
2069
3629
|
- [Radio][IconButton][Checkbox][Option][joy] Switch to TypeScript unit test (#37137) @DerTimonius
|
|
2070
3630
|
|
|
2071
3631
|
### `@mui/base@5.0.0-beta.0`
|
|
@@ -2077,10 +3637,10 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
2077
3637
|
|
|
2078
3638
|
### Docs
|
|
2079
3639
|
|
|
2080
|
-
- [docs] Stray design tweaks to Base
|
|
3640
|
+
- [docs] Stray design tweaks to Base UI demos (#37003) @danilo-leal
|
|
2081
3641
|
- [docs] Move outdated CSS prefixing docs (#36710) @kriskw1999
|
|
2082
3642
|
- [docs] Improve "Example projects" page design (#37007) @danilo-leal
|
|
2083
|
-
- [docs] Redirect NoSsr, Portal and TextareaAutosize to Base
|
|
3643
|
+
- [docs] Redirect NoSsr, Portal and TextareaAutosize to Base UI API page (#37175) @ZeeshanTamboli
|
|
2084
3644
|
- [docs] Demonstrate `TextField` customization using theme style overrides (#36805) @ZeeshanTamboli
|
|
2085
3645
|
- [docs] Tweak the "Edit this page" button icon (#37142) @danilo-leal
|
|
2086
3646
|
- [docs] Update links to the public roadmap (#36995) @mnajdova
|
|
@@ -2089,7 +3649,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
2089
3649
|
|
|
2090
3650
|
### Core
|
|
2091
3651
|
|
|
2092
|
-
- [blog] Fix images using "MUI Base" instead of "Base
|
|
3652
|
+
- [blog] Fix images using "MUI Base" instead of "Base UI" (#37044) @danilo-leal
|
|
2093
3653
|
- [core] Add VSCode extensions recommendations (#37166) @michaldudak
|
|
2094
3654
|
- [test] `e2e-website` related minor fixes (#37204) @ZeeshanTamboli
|
|
2095
3655
|
- [website] Update the active positions (#37075) @DanailH
|
|
@@ -2106,7 +3666,7 @@ _May 2, 2023_
|
|
|
2106
3666
|
|
|
2107
3667
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
2108
3668
|
|
|
2109
|
-
- all planned breaking changes for Base
|
|
3669
|
+
- all planned breaking changes for Base UI are done. The first beta release should come next week 🎉
|
|
2110
3670
|
- 🐛 bug fixes and 📚 documentation improvements.
|
|
2111
3671
|
|
|
2112
3672
|
### `@mui/material@5.12.3`
|
|
@@ -2147,7 +3707,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
2147
3707
|
There is codemod that you can run in your project to do the transformation:
|
|
2148
3708
|
|
|
2149
3709
|
```bash
|
|
2150
|
-
npx @mui/codemod v5.0.0/base-remove-component-prop <path>
|
|
3710
|
+
npx @mui/codemod@latest v5.0.0/base-remove-component-prop <path>
|
|
2151
3711
|
```
|
|
2152
3712
|
|
|
2153
3713
|
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).
|
|
@@ -2176,7 +3736,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
2176
3736
|
|
|
2177
3737
|
- ​<!-- 41 -->[base] Improve API consistency (#36970) @michaldudak
|
|
2178
3738
|
|
|
2179
|
-
Brought consistency to Base
|
|
3739
|
+
Brought consistency to Base UI components and hooks' parameters and return values:
|
|
2180
3740
|
|
|
2181
3741
|
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.
|
|
2182
3742
|
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.
|
|
@@ -2190,11 +3750,11 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
2190
3750
|
|
|
2191
3751
|
### Docs
|
|
2192
3752
|
|
|
2193
|
-
- ​<!-- 39 -->[base][docs] Add Base
|
|
2194
|
-
- ​<!-- 20 -->[docs] Fix Material
|
|
3753
|
+
- ​<!-- 39 -->[base][docs] Add Base UI Quickstart Guide (#36717) @mj12albert
|
|
3754
|
+
- ​<!-- 20 -->[docs] Fix Material UI's API linking to Base UI (#37121) @mnajdova
|
|
2195
3755
|
- ​<!-- 19 -->[docs] Fix pagination in the DataGrid demo (#37114) @cherniavskii
|
|
2196
3756
|
- ​<!-- 18 -->[docs] Add notification to the release of the new Time Picker UI (#37065) @joserodolfofreitas
|
|
2197
|
-
- ​<!-- 17 -->[docs] Specify "Material
|
|
3757
|
+
- ​<!-- 17 -->[docs] Specify "Material UI" (not "MUI") where appropriate throughout the docs (#37066) @samuelsycamore
|
|
2198
3758
|
- ​<!-- 16 -->[docs] Use focus-visible instead of focus for Menu demos (#36847) @michaldudak
|
|
2199
3759
|
- ​<!-- 15 -->[docs] Fix small regressions API pages (#36972) @oliviertassinari
|
|
2200
3760
|
- ​<!-- 14 -->[docs] Handle a few docs-feedback (#36977) @oliviertassinari
|
|
@@ -2226,7 +3786,7 @@ _Apr 25, 2023_
|
|
|
2226
3786
|
|
|
2227
3787
|
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
2228
3788
|
|
|
2229
|
-
- ⚠️ **[BREAKING CHANGE]** The `Unstyled` suffix has been removed from Base
|
|
3789
|
+
- ⚠️ **[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.
|
|
2230
3790
|
- 🐛 bug fixes and 📚 documentation improvements.
|
|
2231
3791
|
|
|
2232
3792
|
### `@mui/material@5.12.2`
|
|
@@ -2241,12 +3801,12 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
2241
3801
|
|
|
2242
3802
|
- ​<!-- 27 -->[base] Remove unstyled suffix from Base components + Codemod script (#36873) @hbjORbj
|
|
2243
3803
|
|
|
2244
|
-
The `Unstyled` suffix has been removed from all Base
|
|
3804
|
+
The `Unstyled` suffix has been removed from all Base UI component names, including names of types and other related identifiers.
|
|
2245
3805
|
|
|
2246
3806
|
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:
|
|
2247
3807
|
|
|
2248
3808
|
```bash
|
|
2249
|
-
npx @mui/codemod v5.0.0/base-remove-unstyled-suffix <path>
|
|
3809
|
+
npx @mui/codemod@latest v5.0.0/base-remove-unstyled-suffix <path>
|
|
2250
3810
|
```
|
|
2251
3811
|
|
|
2252
3812
|
#### Changes
|
|
@@ -2264,7 +3824,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
2264
3824
|
### Docs
|
|
2265
3825
|
|
|
2266
3826
|
- ​<!-- 21 -->[docs] Fix console error introduced by #36408 (#36980) @alexfauquette
|
|
2267
|
-
- ​<!-- 20 -->[docs] Add stray Joy
|
|
3827
|
+
- ​<!-- 20 -->[docs] Add stray Joy UI documentation improvements (#36921) @danilo-leal
|
|
2268
3828
|
- ​<!-- 19 -->[docs] Add Joy profile dashboard template (#36931) @siriwatknp
|
|
2269
3829
|
- ​<!-- 18 -->[docs] Fix 404 links (#36969) @oliviertassinari
|
|
2270
3830
|
- ​<!-- 17 -->[docs] Clarify when bundle size optimization is needed (#36823) @oliviertassinari
|
|
@@ -2347,7 +3907,7 @@ A big thanks to the 16 contributors who made this release possible. This release
|
|
|
2347
3907
|
- ​<!-- 18 -->[docs][base] Move styles to the bottom of demos code for `TablePagination` (#36593) @gitstart
|
|
2348
3908
|
- ​<!-- 13 -->[docs] Remove the incorrect info about useButton's ref parameter (#36883) @michaldudak
|
|
2349
3909
|
- ​<!-- 12 -->[docs] Sync <Stack> between projects (#36785) @oliviertassinari
|
|
2350
|
-
- ​<!-- 11 -->[docs] Add guides to overriding component structure in Base
|
|
3910
|
+
- ​<!-- 11 -->[docs] Add guides to overriding component structure in Base UI and Joy UI docs (#34990) @samuelsycamore
|
|
2351
3911
|
- ​<!-- 10 -->[docs] Content changed from 'row' to 'orientation=horizontal' (#36858) @navedqb
|
|
2352
3912
|
- ​<!-- 09 -->[docs][Joy] `component`, `slots`, `slotProps` must be visible in Prop table in API docs (#36666) @hbjORbj
|
|
2353
3913
|
- ​<!-- 08 -->[docs][Select] Fix duplicate ID in small size Select demo (#36792) @sai6855
|
|
@@ -2394,7 +3954,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
|
|
|
2394
3954
|
- ​<!-- 16 -->[docs] Add missing `readOnly` state class in the list (#36788) @ZeeshanTamboli
|
|
2395
3955
|
- ​<!-- 15 -->[docs] Improve side nav scroll into view (#36732) @oliviertassinari
|
|
2396
3956
|
- ​<!-- 14 -->[docs][base & joy] Display "Classes" Section in API docs (#36589) @hbjORbj
|
|
2397
|
-
- ​<!-- 13 -->[docs] Fix 100+ typos throughout the Material
|
|
3957
|
+
- ​<!-- 13 -->[docs] Fix 100+ typos throughout the Material UI docs (#36194) @Lioness100
|
|
2398
3958
|
- ​<!-- 12 -->[docs] Change "coming soon" chip color (#36786) @danilo-leal
|
|
2399
3959
|
- ​<!-- 11 -->[docs][Joy] Fix wrong prop descriptions (#36826) @hbjORbj
|
|
2400
3960
|
- ​<!-- 10 -->[docs][material] Highlight global state classes in CSS table in API docs (#36633) @hbjORbj
|
|
@@ -2404,7 +3964,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
|
|
|
2404
3964
|
### Core
|
|
2405
3965
|
|
|
2406
3966
|
- ​<!-- 22 -->[core] Increase margin to scroll @oliviertassinari
|
|
2407
|
-
- ​<!-- 21 -->[core] Replace MUI Base with Base
|
|
3967
|
+
- ​<!-- 21 -->[core] Replace MUI Base with Base UI (#36716) @mnajdova
|
|
2408
3968
|
- ​<!-- 03 -->[website] Fix broken career website links @oliviertassinari
|
|
2409
3969
|
- ​<!-- 02 -->[website] Fix backlinks to homepage (#36801) @oliviertassinari
|
|
2410
3970
|
- ​<!-- 01 -->[website] Tweaks to the Designer position ad (#36771) @danilo-leal
|
|
@@ -2419,7 +3979,7 @@ _Apr 4, 2023_
|
|
|
2419
3979
|
|
|
2420
3980
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
2421
3981
|
|
|
2422
|
-
- 💅 Added tabs on API pages of Base
|
|
3982
|
+
- 💅 Added tabs on API pages of Base UI to switch between component and hook references (#35938) @mnajdova
|
|
2423
3983
|
- 🐛 bug fixes and 📚 documentation improvements.
|
|
2424
3984
|
|
|
2425
3985
|
### `@mui/material@5.11.16`
|
|
@@ -2453,15 +4013,15 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2453
4013
|
- [docs] Introduce markdown permalink to source (#36729) @oliviertassinari
|
|
2454
4014
|
- [docs] Tabs API add slots section (#36769) @mnajdova
|
|
2455
4015
|
- [docs] Update feedbacks management on slack (#36705) @alexfauquette
|
|
2456
|
-
- [docs] Fix Joy
|
|
4016
|
+
- [docs] Fix Joy UI URL to tokens (#36742) @oliviertassinari
|
|
2457
4017
|
- [docs] Add toggle-button coming soon page (#36618) @siriwatknp
|
|
2458
|
-
- [docs] Fix typo on the Joy
|
|
4018
|
+
- [docs] Fix typo on the Joy UI theme builder (#36734) @danilo-leal
|
|
2459
4019
|
- [docs] Fix small typo (#36727) @RBerthier
|
|
2460
|
-
- [docs] Fix Joy
|
|
4020
|
+
- [docs] Fix Joy UI template broken image loading @oliviertassinari
|
|
2461
4021
|
- [docs] Hide the default API column if it's empty (#36715) @mnajdova
|
|
2462
|
-
- [docs] Update Material
|
|
2463
|
-
- [docs] Revise Joy
|
|
2464
|
-
- [docs] Revise Joy
|
|
4022
|
+
- [docs] Update Material UI Related Projects page (#34203) @viclafouch
|
|
4023
|
+
- [docs] Revise Joy UI "Circular Progress" page (#36126) @LadyBluenotes
|
|
4024
|
+
- [docs] Revise Joy UI "Radio" page (#35893) @DevinCLane
|
|
2465
4025
|
- [docs] Support Google Analytics 4 (#36123) @alexfauquette
|
|
2466
4026
|
- [docs][material] Keep consistency in description of classes (#36631) @hbjORbj
|
|
2467
4027
|
- [docs] Remove redundant files and fix regression (#36775) @ZeeshanTamboli
|
|
@@ -2481,7 +4041,7 @@ _Mar 28, 2023_
|
|
|
2481
4041
|
|
|
2482
4042
|
A big thanks to the 10 contributors who made this release possible. We have one big highlight this week ✨:
|
|
2483
4043
|
|
|
2484
|
-
- @siriwatknp made a [Theme Builder](https://mui.com/joy-ui/customization/theme-builder) for Joy
|
|
4044
|
+
- @siriwatknp made a [Theme Builder](https://mui.com/joy-ui/customization/theme-builder) for Joy UI 🎨 (#35741)
|
|
2485
4045
|
|
|
2486
4046
|
### `@mui/material@5.11.15`
|
|
2487
4047
|
|
|
@@ -2581,7 +4141,6 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
2581
4141
|
- [docs] Remove `shouldSkipGeneratingVar` usage (#36581) @siriwatknp
|
|
2582
4142
|
- [docs][material] Update Table's demo to show pointer cursor on clickable rows (#36546) @varunmulay22
|
|
2583
4143
|
- [website] Designer role changes (#36528) @danilo-leal
|
|
2584
|
-
- [website] No association between showcase and MUI @oliviertassinari
|
|
2585
4144
|
- [website] Open Head of Operations role (#36501) @oliviertassinari
|
|
2586
4145
|
- [website] Limit sponsors description to two rows @oliviertassinari
|
|
2587
4146
|
|
|
@@ -2601,13 +4160,13 @@ _Mar 14, 2023_
|
|
|
2601
4160
|
|
|
2602
4161
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
2603
4162
|
|
|
2604
|
-
- @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
|
|
4163
|
+
- @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)
|
|
2605
4164
|
- other 🐛 bug fixes and 📚 documentation improvements.
|
|
2606
4165
|
|
|
2607
4166
|
### `@mui/material@5.11.13`
|
|
2608
4167
|
|
|
2609
|
-
- ​<!-- 13 -->[core] Bump Base
|
|
2610
|
-
- ​<!-- 17 -->[material] Export `shouldSkipGeneratingVar` from Material
|
|
4168
|
+
- ​<!-- 13 -->[core] Bump Base UI's version in Material UI (#36492) @hbjORbj
|
|
4169
|
+
- ​<!-- 17 -->[material] Export `shouldSkipGeneratingVar` from Material UI (#36489) @siriwatknp
|
|
2611
4170
|
- ​<!-- 06 -->[Typography] Apply font properties to typography inherit variant (#33621) @oyar99
|
|
2612
4171
|
|
|
2613
4172
|
### `@mui/base@5.0.0-alpha.121`
|
|
@@ -2622,12 +4181,12 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
2622
4181
|
|
|
2623
4182
|
- ​<!-- 14 -->[blog] Update fields behavior on date pickers blog post (#36480) @joserodolfofreitas
|
|
2624
4183
|
- ​<!-- 12 -->[docs] Info markdown not rendering in Contributing Guide README (#36487) @hbjORbj
|
|
2625
|
-
- ​<!-- 11 -->[docs] Remove 301 redirection to MUI
|
|
4184
|
+
- ​<!-- 11 -->[docs] Remove 301 redirection to MUI X lab migration @oliviertassinari
|
|
2626
4185
|
- ​<!-- 10 -->[docs] Fix a grammar error (#36486) @hbjORbj
|
|
2627
4186
|
- ​<!-- 09 -->[docs] Add blog post notification for v6 release (#36446) @joserodolfofreitas
|
|
2628
4187
|
- ​<!-- 08 -->[docs] Update link to v5 docs (#36421) @m4theushw
|
|
2629
4188
|
- ​<!-- 07 -->[docs] Fix 404 in the API page links (#36419) @oliviertassinari
|
|
2630
|
-
- ​<!-- 08 -->[docs][joy] Error in the exemplary Codesandbox of using Material
|
|
4189
|
+
- ​<!-- 08 -->[docs][joy] Error in the exemplary Codesandbox of using Material UI and Joy UI together (#36462) @hbjORbj
|
|
2631
4190
|
- ​<!-- 06 -->[examples] Refactor to have better types in the Next.js + TypeScript examples (#36355) @erikian
|
|
2632
4191
|
- ​<!-- 02 -->[website] Fix layout shift when loading /blog/mui-x-v6/ @oliviertassinari
|
|
2633
4192
|
- ​<!-- 01 -->[website] Update stats (#36477) @hrutik7
|
|
@@ -2643,7 +4202,7 @@ _Mar 6, 2023_
|
|
|
2643
4202
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
2644
4203
|
|
|
2645
4204
|
- @michaldudak added the multiselect functionality to SelectUnstyled (#36274)
|
|
2646
|
-
- @mnajdova updated `extendTheme` so that it can generate CSS variables with default values. This means that the `CssVarsProvider` is no longer required for Joy
|
|
4205
|
+
- @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)
|
|
2647
4206
|
- other 🐛 bug fixes and 📚 documentation improvements.
|
|
2648
4207
|
|
|
2649
4208
|
### `@mui/material@5.11.12`
|
|
@@ -2663,7 +4222,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2663
4222
|
|
|
2664
4223
|
- ​<!-- 26 -->[core] Generate vars in `extendTheme` (#35739) @mnajdova
|
|
2665
4224
|
|
|
2666
|
-
The `shouldSkipGeneratingVar` prop was moved from the `createCssVarsProvider`'s option to the `theme`. If the default theme does not use `extendTheme` from Material
|
|
4225
|
+
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:
|
|
2667
4226
|
|
|
2668
4227
|
```diff
|
|
2669
4228
|
import {
|
|
@@ -2735,7 +4294,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2735
4294
|
|
|
2736
4295
|
- ​<!-- 09 -->[Joy] Change CSS variables naming for components (#36282) @hbjORbj
|
|
2737
4296
|
|
|
2738
|
-
Joy
|
|
4297
|
+
Joy UI has new naming standards of the CSS variables for its components. Below is an example of how the migration should look like:
|
|
2739
4298
|
|
|
2740
4299
|
```diff
|
|
2741
4300
|
-<List sx={{ py: 'var(--List-divider-gap)' }}>
|
|
@@ -2752,11 +4311,11 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2752
4311
|
### Docs
|
|
2753
4312
|
|
|
2754
4313
|
- ​<!-- 33 -->[docs][joy] Clarify when `CssVarsProvider` is required (#36410) @mnajdova
|
|
2755
|
-
- ​<!-- 32 -->MUI
|
|
4314
|
+
- ​<!-- 32 -->MUI X v6 release announcement (#36398) @joserodolfofreitas
|
|
2756
4315
|
- ​<!-- 23 -->[docs] Add instructions for deploying docs without a release (#36301) @cherniavskii
|
|
2757
4316
|
- ​<!-- 22 -->[docs] Fix 301 redirections on the docs @oliviertassinari
|
|
2758
|
-
- ​<!-- 21 -->[docs] Update MUI
|
|
2759
|
-
- ​<!-- 20 -->[docs] Clarify the future plan for integrating Base
|
|
4317
|
+
- ​<!-- 21 -->[docs] Update MUI X banner to reflect stable release (#36354) @MBilalShafi
|
|
4318
|
+
- ​<!-- 20 -->[docs] Clarify the future plan for integrating Base UI in Material UI (#36365) @mnajdova
|
|
2760
4319
|
- ​<!-- 19 -->[docs] Improve visual look of loose lists (#36190) @oliviertassinari
|
|
2761
4320
|
- ​<!-- 18 -->[docs] Fix @mui/styles example links (#36331) @oliviertassinari
|
|
2762
4321
|
- ​<!-- 17 -->[docs][joy] Build TS versions for List component demos (#36382) @sai6855
|
|
@@ -2764,7 +4323,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2764
4323
|
- ​<!-- 15 -->[docs][joy] Build TS versions for Checkbox component demos (#36381) @sai6855
|
|
2765
4324
|
- ​<!-- 14 -->[docs][joy] Build TS versions for Select component demos (#36380) @sai6855
|
|
2766
4325
|
- ​<!-- 13 -->[docs][joy] Build TS versions for Typography component demos (#36378) @varunmulay22
|
|
2767
|
-
- ​<!-- 12 -->[docs][joy] Add
|
|
4326
|
+
- ​<!-- 12 -->[docs][joy] Add TypeScript demos for `Divider` (#36374) @sai6855
|
|
2768
4327
|
- ​<!-- 11 -->[docs][joy] Build TS versions for Textarea component demos (#36371) @varunmulay22
|
|
2769
4328
|
- ​<!-- 10 -->[docs][joy] Build TS versions for Link component demos (#36366) @hbjORbj
|
|
2770
4329
|
|
|
@@ -2786,14 +4345,14 @@ _Feb 27, 2023_
|
|
|
2786
4345
|
|
|
2787
4346
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
2788
4347
|
|
|
2789
|
-
- 📚 added API documentation for the slots in Base
|
|
4348
|
+
- 📚 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)
|
|
2790
4349
|
- other 🐛 bug fixes and 📚 documentation improvements.
|
|
2791
4350
|
|
|
2792
4351
|
### `@mui/material@5.11.11`
|
|
2793
4352
|
|
|
2794
4353
|
- ​<!-- 30 -->[Autocomplete] Adds `sx` prop to `ListboxProps` type (#36243) @sai6855
|
|
2795
4354
|
- ​<!-- 11 -->[material] Add global CSS class for `readOnly` prop (#32822) @jrparish
|
|
2796
|
-
- ​<!-- 10 -->[Stack][material] Use createStack from
|
|
4355
|
+
- ​<!-- 10 -->[Stack][material] Use createStack from MUI System (#33795) @mnajdova
|
|
2797
4356
|
- ​<!-- 07 -->[Select] Fix incorrect selecting of first element (#36024) @michaldudak
|
|
2798
4357
|
- ​<!-- 06 -->[Slider] Miscellaneous improvements (#35941) @ZeeshanTamboli
|
|
2799
4358
|
- ​<!-- 05 -->[Slider] Remove unnecessary `data-focusvisible` attribute (#36091) @ZeeshanTamboli
|
|
@@ -2849,8 +4408,8 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
2849
4408
|
- ​<!-- 27 -->[docs][base] List slots in API documentation (#36104) @hbjORbj
|
|
2850
4409
|
- ​<!-- 26 -->[docs] Add missing sandbox adapter deps resolving (#36291) @LukasTy
|
|
2851
4410
|
- ​<!-- 25 -->[docs] Allow to pass navigation bar banner from outside (#36299) @MBilalShafi
|
|
2852
|
-
- ​<!-- 24 -->[docs] Fix code on the Working with Tailwind
|
|
2853
|
-
- ​<!-- 23 -->[docs] Remove See Slots Section text from Material
|
|
4411
|
+
- ​<!-- 24 -->[docs] Fix code on the Working with Tailwind CSS guide (#36090) @mnajdova
|
|
4412
|
+
- ​<!-- 23 -->[docs] Remove See Slots Section text from Material UI slots description (#36284) @hbjORbj
|
|
2854
4413
|
- ​<!-- 22 -->[docs] Fix emotion warning `:first-child` (#36263) @siriwatknp
|
|
2855
4414
|
- ​<!-- 21 -->[docs][joy] Improve the descriptions of props in API docs (#36307) @hbjORbj
|
|
2856
4415
|
- ​<!-- 20 -->[docs][joy] List slots in API documentation (#36271) @hbjORbj
|
|
@@ -2966,8 +4525,8 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2966
4525
|
- [docs] Fix demos showing TypeScript instead of JavaScript (#35850) @mj12albert
|
|
2967
4526
|
- [docs] Update release instructions (#36113) @mj12albert
|
|
2968
4527
|
- [docs] Rename `v6-alpha` to `v6-next` in navigation (#36102) @LukasTy
|
|
2969
|
-
- [docs] Revise Joy
|
|
2970
|
-
- [docs] Revise Joy
|
|
4528
|
+
- [docs] Revise Joy UI "Input" page (#35970) @LadyBluenotes
|
|
4529
|
+
- [docs] Revise Joy UI "Typography" page (#35868) @LadyBluenotes
|
|
2971
4530
|
|
|
2972
4531
|
### Examples
|
|
2973
4532
|
|
|
@@ -2993,7 +4552,7 @@ _Feb 7, 2023_
|
|
|
2993
4552
|
|
|
2994
4553
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
2995
4554
|
|
|
2996
|
-
- @siriwatknp added a new [`Sign In` template](https://mui.com/joy-ui/getting-started/templates/sign-in-side/) to Joy
|
|
4555
|
+
- @siriwatknp added a new [`Sign In` template](https://mui.com/joy-ui/getting-started/templates/sign-in-side/) to Joy UI (#36019)
|
|
2997
4556
|
- 📚 Documentation improvements and 🐛 bug fixes as usual
|
|
2998
4557
|
|
|
2999
4558
|
### `@mui/material@5.11.8`
|
|
@@ -3017,13 +4576,13 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
3017
4576
|
### Docs
|
|
3018
4577
|
|
|
3019
4578
|
- ​<!-- 23 -->[blog] Fix dark mode support (#35969) @oliviertassinari
|
|
3020
|
-
- ​<!-- 19 -->[docs] Add banner pointing to "Whats new" in MUI
|
|
4579
|
+
- ​<!-- 19 -->[docs] Add banner pointing to "Whats new" in MUI X page (#36074) @joserodolfofreitas
|
|
3021
4580
|
- ​<!-- 18 -->[docs] Revert unintended change @oliviertassinari
|
|
3022
4581
|
- ​<!-- 17 -->[docs] [Joy] Fixed a typo in `customizing theme tokens` (#36067) @badalsaibo
|
|
3023
4582
|
- ​<!-- 16 -->[docs] Improve inline preview's information (#35974) @oliviertassinari
|
|
3024
4583
|
- ​<!-- 15 -->[docs] Fix wrong v5 migration instructions (#36022) @oliviertassinari
|
|
3025
4584
|
- ​<!-- 14 -->[docs] Fix autocomplete render group key warning in the demo (#36025) @chuanyu0201
|
|
3026
|
-
- ​<!-- 13 -->[docs] Add hooks API pages for Base
|
|
4585
|
+
- ​<!-- 13 -->[docs] Add hooks API pages for Base UI (#35828) @mnajdova
|
|
3027
4586
|
- ​<!-- 12 -->[docs] Fix grammar typo (#36016) @alexownejazayeri
|
|
3028
4587
|
- ​<!-- 11 -->[docs][joy] Add JSDoc for the `AutocompleteProps` type (#36039) @ArthurPedroti
|
|
3029
4588
|
|
|
@@ -3047,7 +4606,7 @@ _Jan 31, 2023_
|
|
|
3047
4606
|
|
|
3048
4607
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
3049
4608
|
|
|
3050
|
-
- @siriwatknp added `Table` component to Joy
|
|
4609
|
+
- @siriwatknp added `Table` component to Joy UI (#35872)
|
|
3051
4610
|
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
3052
4611
|
|
|
3053
4612
|
### `@mui/material@5.11.7`
|
|
@@ -3067,7 +4626,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3067
4626
|
|
|
3068
4627
|
- ​<!-- 05 -->[Joy] Replace `Joy[Component]` classname with `Mui[Component]` classname for all slots of components (#35718) @hbjORbj
|
|
3069
4628
|
|
|
3070
|
-
- Renames the classname prefix of all Joy
|
|
4629
|
+
- Renames the classname prefix of all Joy UI components from `'Joy'` to `'Mui'`.
|
|
3071
4630
|
|
|
3072
4631
|
```diff
|
|
3073
4632
|
<Button
|
|
@@ -3078,9 +4637,9 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3078
4637
|
|
|
3079
4638
|
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.
|
|
3080
4639
|
|
|
3081
|
-
- ​<!-- 04 -->[Joy] Replace `row` prop with `orientation` prop in all Joy
|
|
4640
|
+
- ​<!-- 04 -->[Joy] Replace `row` prop with `orientation` prop in all Joy UI components (#35721) @hbjORbj
|
|
3082
4641
|
|
|
3083
|
-
- Transforms `row` prop to `orientation` prop across `Card`, `List` and `RadioGroup` components in Joy
|
|
4642
|
+
- Transforms `row` prop to `orientation` prop across `Card`, `List` and `RadioGroup` components in Joy UI.
|
|
3084
4643
|
|
|
3085
4644
|
```diff
|
|
3086
4645
|
<Card
|
|
@@ -3103,11 +4662,11 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3103
4662
|
- ​<!-- 27 -->[blog] Prevent horizontal scroll on blog posts (#35948) @oliviertassinari
|
|
3104
4663
|
- ​<!-- 23 -->[docs] Add to codemod README about an added script (#35999) @hbjORbj
|
|
3105
4664
|
- ​<!-- 22 -->[docs] Add a warning about to clear the local storage when `defaultMode` changes (#35937) @ArthurPedroti
|
|
3106
|
-
- ​<!-- 21 -->[docs] Fix Joy
|
|
4665
|
+
- ​<!-- 21 -->[docs] Fix Joy UI variables playground (#35950) @siriwatknp
|
|
3107
4666
|
- ​<!-- 20 -->[docs] Fix typos in base components docs (#35985) @HeVictor
|
|
3108
4667
|
- ​<!-- 19 -->[docs] Fix event's label reported to GA (#35930) @oliviertassinari
|
|
3109
|
-
- ​<!-- 18 -->[docs] Standardize "no longer" / "not documented" callouts in Material
|
|
3110
|
-
- ​<!-- 17 -->[docs] Revise and expand Joy
|
|
4668
|
+
- ​<!-- 18 -->[docs] Standardize "no longer" / "not documented" callouts in Material UI docs (#35957) @samuelsycamore
|
|
4669
|
+
- ​<!-- 17 -->[docs] Revise and expand Joy UI Checkbox doc (#35817) @samuelsycamore
|
|
3111
4670
|
- ​<!-- 16 -->[docs] Add docs notification to Date and Time Pickers revamped (#35935) @joserodolfofreitas
|
|
3112
4671
|
- ​<!-- 15 -->[docs] Update community theme builder to forked updated one (#35928) @idebeijer
|
|
3113
4672
|
- ​<!-- 14 -->[docs] Add Joy default theme viewer (#35554) @siriwatknp
|
|
@@ -3186,7 +4745,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
3186
4745
|
- ​<!-- 10 -->[docs] Fix incorrect breakpoint use (#34948) @rosita-dmello
|
|
3187
4746
|
- ​<!-- 09 -->[docs] Replace react-virtualized with react-virtuoso in Table (#35700) @petyosi
|
|
3188
4747
|
- ​<!-- 08 -->[docs] Fix account menu demo not closing with keyboard. (#35870) @mj12albert
|
|
3189
|
-
- ​<!-- 07 -->[docs] Fix typos in the docs of Joy
|
|
4748
|
+
- ​<!-- 07 -->[docs] Fix typos in the docs of Joy UI (#35876) @HeVictor
|
|
3190
4749
|
- ​<!-- 06 -->[docs] Fix wording in `Color` page (#35873) @oliv37
|
|
3191
4750
|
|
|
3192
4751
|
### Core
|
|
@@ -3210,7 +4769,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
3210
4769
|
|
|
3211
4770
|
### `@mui/material@5.11.5`
|
|
3212
4771
|
|
|
3213
|
-
- [Material
|
|
4772
|
+
- [Material UI] Custom channel token should suppress the warning (#35804) @siriwatknp
|
|
3214
4773
|
- [Autocomplete] Fix value type when `strictNullChecks` is `false` (#35367) @fenghan34
|
|
3215
4774
|
- [Slider] Replace `SliderUnstyled` with `useSlider` hook (#35770) @ZeeshanTamboli
|
|
3216
4775
|
- [l10n] Add Belarusian translation (#35742) @volhalink
|
|
@@ -3239,9 +4798,9 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
3239
4798
|
|
|
3240
4799
|
- [docs] Improve pickers lab migration stressing `mui-x` usage (#35740) @LukasTy
|
|
3241
4800
|
- [docs] Fix incorrectly named AccessibleTable demo component (#35832) @HeVictor
|
|
3242
|
-
- [docs] Clarify where to find docs for Base
|
|
4801
|
+
- [docs] Clarify where to find docs for Base UI components in Material UI (#35799) @samuelsycamore
|
|
3243
4802
|
- [docs] Fix typos (#35814) @alexfauquette
|
|
3244
|
-
- [docs] Revise and expand the Joy
|
|
4803
|
+
- [docs] Revise and expand the Joy UI Card page (#35745) @samuelsycamore
|
|
3245
4804
|
- [docs] Fix navigation layout shift (#35679) @oliviertassinari
|
|
3246
4805
|
- [docs] Fix typo in the Composition page (#35774) @msoyka
|
|
3247
4806
|
- [docs][joy] Update Customization section code example to use the correct API (#35765) @pupudu
|
|
@@ -3253,7 +4812,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
3253
4812
|
- [website] Improve pricing page (#35767) @oliviertassinari
|
|
3254
4813
|
- [website] Add Greg in about page (#35816) @oliviertassinari
|
|
3255
4814
|
- [website] Update the Accessibility Engineer role (#35751) @oliviertassinari
|
|
3256
|
-
- [website] Add docs for MUI
|
|
4815
|
+
- [website] Add docs for MUI for Figma @oliviertassinari
|
|
3257
4816
|
|
|
3258
4817
|
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
|
|
3259
4818
|
|
|
@@ -3288,16 +4847,16 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
3288
4847
|
|
|
3289
4848
|
### Docs
|
|
3290
4849
|
|
|
3291
|
-
- [docs] Revise and expand Joy
|
|
4850
|
+
- [docs] Revise and expand Joy UI Button doc (#35737) @samuelsycamore
|
|
3292
4851
|
- [docs] Document the workaround for crashing a translated page (#35720) @michaldudak
|
|
3293
4852
|
- [docs] Fix API page for `MenuItem` to list all valid props (#35561) @mnajdova
|
|
3294
|
-
- [docs] Fix ad exception in Joy
|
|
4853
|
+
- [docs] Fix ad exception in Joy UI (#35685) @oliviertassinari
|
|
3295
4854
|
- [docs] Fix content wider than screen regression @oliviertassinari
|
|
3296
4855
|
- [examples] Add `Vite.js with TypeScript` example (#35683) @miha53cevic
|
|
3297
4856
|
|
|
3298
4857
|
### Core
|
|
3299
4858
|
|
|
3300
|
-
- [core] Close 2022
|
|
4859
|
+
- [core] Close 2022 Developer Survey @oliviertassinari
|
|
3301
4860
|
- [core] Fix the product license reference name (#35703) @oliviertassinari
|
|
3302
4861
|
- [core] Use TypeScript AST instead of TTP for component doc building (#35379) @flaviendelangle
|
|
3303
4862
|
- [test] Always use & for nesting styles (#35702) @oliviertassinari
|
|
@@ -3350,7 +4909,7 @@ _Dec 26, 2022_
|
|
|
3350
4909
|
|
|
3351
4910
|
A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
|
|
3352
4911
|
|
|
3353
|
-
- ⚙️ Several Base
|
|
4912
|
+
- ⚙️ Several Base UI components were converted to TypeScript by @trizotti, @leventdeniz and @danhuynhdev (#35005, #34793, #34771)
|
|
3354
4913
|
- Many other 🐛 bug fixes abd 📚 documentation improvements.
|
|
3355
4914
|
|
|
3356
4915
|
### `@mui/material@5.11.2`
|
|
@@ -3370,7 +4929,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
3370
4929
|
- ​<!-- 16 -->[FocusTrap][base] Convert code to TypeScript (#35005) @trizotti
|
|
3371
4930
|
- ​<!-- 08 -->[Modal][base] Convert code to TypeScript (#34793) @leventdeniz
|
|
3372
4931
|
- ​<!-- 07 -->[Popper][base] Convert code to TypeScript (#34771) @danhuynhdev
|
|
3373
|
-
- ​<!-- 04 -->[Slider] Exclude `isRtl` from Material
|
|
4932
|
+
- ​<!-- 04 -->[Slider] Exclude `isRtl` from Material UI's Slider props (#35564) @michaldudak
|
|
3374
4933
|
|
|
3375
4934
|
### `@mui/joy@5.0.0-alpha.60`
|
|
3376
4935
|
|
|
@@ -3388,7 +4947,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
3388
4947
|
|
|
3389
4948
|
- ​<!-- 35 -->[docs] Fix GoogleMaps demo (#35545) @hbjORbj
|
|
3390
4949
|
- ​<!-- 25 -->[docs] Remove flow, its legacy (#35624) @oliviertassinari
|
|
3391
|
-
- ​<!-- 24 -->[docs] Add a guide on using icon libraries with Joy
|
|
4950
|
+
- ​<!-- 24 -->[docs] Add a guide on using icon libraries with Joy UI (#35377) @siriwatknp
|
|
3392
4951
|
- ​<!-- 23 -->[docs] Clarify comment about `sortStability()` use case (#35570) @frontendlane
|
|
3393
4952
|
- ​<!-- 22 -->[docs] Improve the experimental API demos on the button page (#35560) @mnajdova
|
|
3394
4953
|
- ​<!-- 21 -->[docs] Force `light` theme mode when `activePage` is null (#35575) @LukasTy
|
|
@@ -3484,7 +5043,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
3484
5043
|
|
|
3485
5044
|
- [Alert] Update icon color in all variants (#35414) @danilo-leal
|
|
3486
5045
|
- [Select] Fix `MenuProps.PopoverClasses` being overriden (#35394) @vitorfrs-dev
|
|
3487
|
-
- [SwipeableDrawer]
|
|
5046
|
+
- [SwipeableDrawer] Fix TypeScript warning "prop open undefined" (#34710) @kraftware
|
|
3488
5047
|
|
|
3489
5048
|
### `@mui/icons-material@5.11.0`
|
|
3490
5049
|
|
|
@@ -3527,11 +5086,11 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
3527
5086
|
- [docs] Refactor `ToggleButtonSizes` demo (#35375) @Armanio
|
|
3528
5087
|
- [docs] Standardize the usage of callouts in the docs (#35361) @samuelsycamore
|
|
3529
5088
|
- [docs] Format feedback to add a link to the commented section (#35381) @alexfauquette
|
|
3530
|
-
- [docs] Direct users from Material
|
|
5089
|
+
- [docs] Direct users from Material UI to Base UI for duplicated components (#35293) @samuelsycamore
|
|
3531
5090
|
- [docs] Fix typo in FormControl API docs (#35449) @Spanishiwa
|
|
3532
5091
|
- [docs] Update callouts design (#35390) @danilo-leal
|
|
3533
5092
|
- [website] New wave of open roles (#35240) @mnajdova
|
|
3534
|
-
- [website] Developer
|
|
5093
|
+
- [website] Developer Survey 2022 (#35407) @joserodolfofreitas
|
|
3535
5094
|
|
|
3536
5095
|
### Core
|
|
3537
5096
|
|
|
@@ -3552,7 +5111,7 @@ _Dec 6, 2022_
|
|
|
3552
5111
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
3553
5112
|
|
|
3554
5113
|
- ✨ @mnajdova added a [Material You Button playground](https://mui.com/material-ui/react-button/#material-you-version) (#35222)
|
|
3555
|
-
- 🔧 @hbjORbj renamed `components` / `componentProps` to `slots` / `slotProps` prop in Joy
|
|
5114
|
+
- 🔧 @hbjORbj renamed `components` / `componentProps` to `slots` / `slotProps` prop in Joy UI to create consistency across products (#34997)
|
|
3556
5115
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
3557
5116
|
|
|
3558
5117
|
### `@mui/material@5.10.17`
|
|
@@ -3573,7 +5132,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3573
5132
|
|
|
3574
5133
|
- ​<!-- 08 -->[Joy] Add `slots`/`slotProps` props to the typing of all components and apply `useSlot` to all components (#34997) @hbjORbj
|
|
3575
5134
|
|
|
3576
|
-
- Change all occurrences of `components` and `componentsProps` props in Joy
|
|
5135
|
+
- Change all occurrences of `components` and `componentsProps` props in Joy UI components to `slots` and `slotProps`, respectively.
|
|
3577
5136
|
|
|
3578
5137
|
```diff
|
|
3579
5138
|
-<Autocomplete components={{listbox: CustomListbox}} componentsProps={{listbox: { className: 'custom-listbox' }}} />
|
|
@@ -3593,7 +5152,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3593
5152
|
- ​<!-- 23 -->[docs] Correct grammatically incorrect sentences in CONTRIBUTING.md (#34949) @Pandey-utkarsh
|
|
3594
5153
|
- ​<!-- 22 -->[docs] Move the demo higher in the API TOC (#35202) @oliviertassinari
|
|
3595
5154
|
- ​<!-- 21 -->[docs] Fix incorrect link in minimizing-bundle-size (#35297) @Juneezee
|
|
3596
|
-
- ​<!-- 20 -->[docs] Revise and expand Joy
|
|
5155
|
+
- ​<!-- 20 -->[docs] Revise and expand Joy UI "Breadcrumbs" page (#35292) @samuelsycamore
|
|
3597
5156
|
- ​<!-- 19 -->[docs] Fix wrong import in the unstyled tabs page (#35310) @guotie
|
|
3598
5157
|
- ​<!-- 18 -->[docs] Disable translations (#34820) @mnajdova
|
|
3599
5158
|
- ​<!-- 17 -->[docs] Fix typo (#35312) @flaviendelangle
|
|
@@ -3601,10 +5160,10 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3601
5160
|
- ​<!-- 15 -->[docs] Fix experimental API page duplication (#35213) @oliviertassinari
|
|
3602
5161
|
- ​<!-- 14 -->[docs] Improve the autogenerated "Unstyled" and "API" text (#35185) @samuelsycamore
|
|
3603
5162
|
- ​<!-- 13 -->[docs] Fix ad margin on API pages (#35201) @oliviertassinari
|
|
3604
|
-
- ​<!-- 12 -->[docs] Revise and expand the Joy
|
|
3605
|
-
- ​<!-- 11 -->[docs] Update Base
|
|
5163
|
+
- ​<!-- 12 -->[docs] Revise and expand the Joy UI "Badge" page (#35199) @samuelsycamore
|
|
5164
|
+
- ​<!-- 11 -->[docs] Update Base UI docs with latest style conventions (#35034) @samuelsycamore
|
|
3606
5165
|
- ​<!-- 09 -->[l10n] Improve Chinese (Taiwan) zh-TW locale (#35328) @happyincent
|
|
3607
|
-
- ​<!-- 02 -->[website] Update
|
|
5166
|
+
- ​<!-- 02 -->[website] Update stats: GitHub stars, Twitter followers, etc. (#35318) @nomandhoni-cs
|
|
3608
5167
|
|
|
3609
5168
|
### Core
|
|
3610
5169
|
|
|
@@ -3612,7 +5171,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3612
5171
|
- ​<!-- 26 -->[core] Fix warning leak in production (#35313) @oliviertassinari
|
|
3613
5172
|
- ​<!-- 25 -->[core] Move the internal packages from docs/packages (#35305) @michaldudak
|
|
3614
5173
|
- ​<!-- 24 -->[core] Clean up the API docs generation scripts (#35244) @michaldudak
|
|
3615
|
-
- ​<!-- 03 -->[test] Scope the tests to just Material
|
|
5174
|
+
- ​<!-- 03 -->[test] Scope the tests to just Material UI components (#35219) @siriwatknp
|
|
3616
5175
|
- ​<!-- 01 -->[website] Remove BlackFriday notification @oliviertassinari
|
|
3617
5176
|
|
|
3618
5177
|
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
|
|
@@ -3696,18 +5255,18 @@ A big thanks to the 9 contributors who made this release possible. Here are some
|
|
|
3696
5255
|
### Docs
|
|
3697
5256
|
|
|
3698
5257
|
- [docs] Fix a couple documentation errors (#35217) @danilo-leal
|
|
3699
|
-
- [docs] Change MUI -> Material
|
|
5258
|
+
- [docs] Change MUI -> Material UI in icons-material's readme (#35220) @michaldudak
|
|
3700
5259
|
- [docs] the pages have no <link rel=canonical so we need to tell Google to not index the staging envs @oliviertassinari
|
|
3701
5260
|
- [docs] Fix confusion in TOCs when reaching scroll bottom (#35214) @oliviertassinari
|
|
3702
5261
|
- [docs] Fix typos in section titles (#35025) @iamxukai
|
|
3703
5262
|
- [docs] Fix typo in legacy date picker migration guide @oliviertassinari
|
|
3704
|
-
- [docs] Iterating on recent Joy
|
|
5263
|
+
- [docs] Iterating on recent Joy UI Component page updates (#35162) @samuelsycamore
|
|
3705
5264
|
- [docs] Inform that pickers are in X repository (#35189) @alexfauquette
|
|
3706
5265
|
- [docs] Explain how the `error` prop works in the Unstyled Input (#35171) @michaldudak
|
|
3707
5266
|
- [docs] Hotfix missing styles in dark mode (#35179) @siriwatknp
|
|
3708
|
-
- [docs] Add Joy
|
|
5267
|
+
- [docs] Add Joy UI theme typography page (#34811) @siriwatknp
|
|
3709
5268
|
- [docs] Fix undo/redo in live editor (#35163) @oliviertassinari
|
|
3710
|
-
- [docs] Revise the Joy
|
|
5269
|
+
- [docs] Revise the Joy UI "Avatar" component page (#35152) @samuelsycamore
|
|
3711
5270
|
- [docs] Make navbar backdrop filter consistent with website (#35157) @danilo-leal
|
|
3712
5271
|
- [docs] Host CodeSandbox on MUI org (#35110) @oliviertassinari
|
|
3713
5272
|
- [docs] Uplift introduction demos & make consistent with Base (#34316) @danilo-leal
|
|
@@ -3733,13 +5292,13 @@ _Nov 14, 2022_
|
|
|
3733
5292
|
|
|
3734
5293
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
3735
5294
|
|
|
3736
|
-
- 🚀 @siriwatknp added the Autocomplete component to the Joy
|
|
3737
|
-
- ♿ @sfavello improved the accessibility of the Material
|
|
5295
|
+
- 🚀 @siriwatknp added the Autocomplete component to the Joy UI (#34315)
|
|
5296
|
+
- ♿ @sfavello improved the accessibility of the Material UI's Autocomplete by adding support for the Delete key (#33822)
|
|
3738
5297
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
3739
5298
|
|
|
3740
5299
|
### `@mui/material@5.10.14`
|
|
3741
5300
|
|
|
3742
|
-
- [Material
|
|
5301
|
+
- [Material UI] Add `palette.background.defaultChannel` token (#35061) @siriwatknp
|
|
3743
5302
|
- [Autocomplete] Remove tags with the Delete key (#33822) @sfavello
|
|
3744
5303
|
- [IconButton] custom color causes type error (#34521) @kushagra010
|
|
3745
5304
|
|
|
@@ -3770,7 +5329,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
3770
5329
|
- [docs] Improve code font family v2 (#35053) @oliviertassinari
|
|
3771
5330
|
- [docs] Upgrade to Next.js 13 (#35001) @mnajdova
|
|
3772
5331
|
- [docs] Fix typo in changelog @oliviertassinari
|
|
3773
|
-
- [docs] Update Joy
|
|
5332
|
+
- [docs] Update Joy UI templates to use latest components (#35058) @siriwatknp
|
|
3774
5333
|
- [website] Fix design kits showcase throwing an error (#35093) @cherniavskii
|
|
3775
5334
|
- [website] Fix margin bug on CTA @oliviertassinari
|
|
3776
5335
|
- [website] Link respective repositories in product pages (#35046) @sidtohan
|
|
@@ -3801,7 +5360,7 @@ _Nov 7, 2022_
|
|
|
3801
5360
|
|
|
3802
5361
|
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
3803
5362
|
|
|
3804
|
-
- 🚀 The slots API has been introduced to the Material
|
|
5363
|
+
- 🚀 The slots API has been introduced to the Material UI package by @michaldudak (#34873).
|
|
3805
5364
|
- 🔥 Live editing of demos is stabilized by @oliviertassinari (#34870).
|
|
3806
5365
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
3807
5366
|
|
|
@@ -3826,7 +5385,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
3826
5385
|
|
|
3827
5386
|
- ​<!-- 20 -->[docs] Add a guide for setting dark mode by default (#34839) @siriwatknp
|
|
3828
5387
|
- ​<!-- 19 -->[docs] Improve code font family (#35027) @oliviertassinari
|
|
3829
|
-
- ​<!-- 18 -->[docs] Revise and expand Joy
|
|
5388
|
+
- ​<!-- 18 -->[docs] Revise and expand Joy UI "Alert" page (#34838) @samuelsycamore
|
|
3830
5389
|
- ​<!-- 17 -->[docs] Live demos v2 (#34870) @oliviertassinari
|
|
3831
5390
|
- ​<!-- 16 -->[docs] Fix 301 links in the docs @oliviertassinari
|
|
3832
5391
|
- ​<!-- 15 -->[docs] Fix code display in RTL (#34951) @oliviertassinari
|
|
@@ -3859,7 +5418,7 @@ _Oct 31, 2022_
|
|
|
3859
5418
|
|
|
3860
5419
|
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
3861
5420
|
|
|
3862
|
-
- 🚀 The LinearProgress component has been added to Joy
|
|
5421
|
+
- 🚀 The LinearProgress component has been added to Joy UI by @hbjORbj (#34514).
|
|
3863
5422
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
3864
5423
|
|
|
3865
5424
|
### `@mui/material@5.10.12`
|
|
@@ -3883,10 +5442,10 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
3883
5442
|
|
|
3884
5443
|
- ​<!-- 40 -->[blog] Add blog post for high-level overview of all MUI products (#34325) @samuelsycamore
|
|
3885
5444
|
- ​<!-- 39 -->[blog] Fix hydration mistmatch (#34857) @oliviertassinari
|
|
3886
|
-
- ​<!-- 21 -->[docs] Revise the Joy
|
|
5445
|
+
- ​<!-- 21 -->[docs] Revise the Joy UI "Aspect Ratio" page (#34858) @samuelsycamore
|
|
3887
5446
|
- ​<!-- 20 -->[docs] Fix Safari code font size (#34859) @oliviertassinari
|
|
3888
5447
|
- ​<!-- 19 -->[docs] Fix spelling mistake (#34955) @punithnayak
|
|
3889
|
-
- ​<!-- 18 -->[docs] Fix 404 link of supported Material
|
|
5448
|
+
- ​<!-- 18 -->[docs] Fix 404 link of supported Material UI components @oliviertassinari
|
|
3890
5449
|
- ​<!-- 17 -->[docs] Fix Safari button misalignment (#34861) @oliviertassinari
|
|
3891
5450
|
- ​<!-- 16 -->[docs] Fix typo in docs title (#34926) @PunitSoniME
|
|
3892
5451
|
- ​<!-- 25 -->[docs] Fix missing emotion prefixes (#34958) @oliviertassinari
|
|
@@ -3898,7 +5457,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
3898
5457
|
- ​<!-- 07 -->[website] Migrate about-us page to use CSS theme variables (#34919) @brianlu2610
|
|
3899
5458
|
- ​<!-- 06 -->[website] Migrate Product-Templates page to use CSS theme variables (#34913) @EduardoSCosta
|
|
3900
5459
|
- ​<!-- 05 -->[website] Migrate career page to use CSS theme variables (#34908) @the-mgi
|
|
3901
|
-
- ​<!-- 04 -->[website] Update MUI
|
|
5460
|
+
- ​<!-- 04 -->[website] Update MUI X open and future roles + about page (#34894) @DanailH
|
|
3902
5461
|
- ​<!-- 03 -->[website] Remove one DOM node (#34960) @oliviertassinari
|
|
3903
5462
|
- ​<!-- 02 -->[website] Use `span` for icon image (#34914) @siriwatknp
|
|
3904
5463
|
- ​<!-- 01 -->[website] Fix subscribe input with Safari (#34869) @oliviertassinari
|
|
@@ -3935,7 +5494,7 @@ _Oct 25, 2022_
|
|
|
3935
5494
|
|
|
3936
5495
|
A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
|
|
3937
5496
|
|
|
3938
|
-
- 🔧 Moved `components` to `slots` prop starting at Base
|
|
5497
|
+
- 🔧 Moved `components` to `slots` prop starting at Base UI to create consistency across products
|
|
3939
5498
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
3940
5499
|
|
|
3941
5500
|
### `@mui/material@5.10.11`
|
|
@@ -3960,7 +5519,7 @@ A big thanks to the 10 contributors who made this release possible. Here are som
|
|
|
3960
5519
|
- [base] Make CSS class prefixes consistent (#33411) @michaldudak
|
|
3961
5520
|
|
|
3962
5521
|
**This is a breaking change for anyone who depends on the class names applied to Base components.**
|
|
3963
|
-
If you use the `<component>UnstyledClasses` objects, you won't notice a difference. Only if you depend on the resulting class names (
|
|
5522
|
+
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.
|
|
3964
5523
|
|
|
3965
5524
|
```diff
|
|
3966
5525
|
-.ButtonUnstyled-root { ... };
|
|
@@ -3983,7 +5542,7 @@ A big thanks to the 10 contributors who made this release possible. Here are som
|
|
|
3983
5542
|
- Revert "[docs] Live demos (#34454)" @oliviertassinari
|
|
3984
5543
|
- Update the order of operations for pagination example so that slicing takes place after sorting. (#34189) @marceliwac
|
|
3985
5544
|
- [docs] Gatsby Description in Joy dark-mode (#34702) @pixelass
|
|
3986
|
-
- [docs] Add notification for blogpost MUI
|
|
5545
|
+
- [docs] Add notification for blogpost MUI X v6 alpha (#34809) @joserodolfofreitas
|
|
3987
5546
|
- [docs] Polish Crowdin config (#34852) @oliviertassinari
|
|
3988
5547
|
- [docs] Fix a few style standard deviations @oliviertassinari
|
|
3989
5548
|
- [docs] Enforce no trailing spaces (#34762) @oliviertassinari
|
|
@@ -4016,8 +5575,8 @@ _Oct 18, 2022_
|
|
|
4016
5575
|
A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
|
|
4017
5576
|
|
|
4018
5577
|
- 🖌 Thanks to the efforts of @bharatkashyap and @nihgwu, we now have editable demos across our docs (#34454)!
|
|
4019
|
-
- 🚀 The Tooltip component has been added to Joy
|
|
4020
|
-
- ⚙️ We started converting the remaining JS components in Base
|
|
5578
|
+
- 🚀 The Tooltip component has been added to Joy UI by @hbjORbj (#34509).
|
|
5579
|
+
- ⚙️ We started converting the remaining JS components in Base UI to TypeScript.
|
|
4021
5580
|
@mbayucot finished the first PR with the conversion of the NoSsr code (#34735).
|
|
4022
5581
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
4023
5582
|
|
|
@@ -4048,14 +5607,14 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
4048
5607
|
### Docs
|
|
4049
5608
|
|
|
4050
5609
|
- [docs] Fix the Autocomplete Highlighting example (#34184) @hayawata3626
|
|
4051
|
-
- [docs] Fix typos in Base (Menu, Tabs) and Joy
|
|
5610
|
+
- [docs] Fix typos in Base (Menu, Tabs) and Joy UI (Chip) (#34803) @rvrvrv
|
|
4052
5611
|
- [docs] Use new editing API in homepage demos (#34220) @m4theushw
|
|
4053
5612
|
- [docs] Live demos (#34454) @bharatkashyap
|
|
4054
|
-
- [docs] Fix typos in Joy
|
|
5613
|
+
- [docs] Fix typos in Joy UI Switch (#34728) @ndresx
|
|
4055
5614
|
- [docs] Avoid scrollbar in the code demos (#34741) @oliviertassinari
|
|
4056
|
-
- [docs] Revise the Joy
|
|
4057
|
-
- [docs] Revise and rename the Joy
|
|
4058
|
-
- [docs] Revise the Joy
|
|
5615
|
+
- [docs] Revise the Joy UI "Automatic adjustment" page (#34614) @samuelsycamore
|
|
5616
|
+
- [docs] Revise and rename the Joy UI "Perfect dark mode" page (#34613) @samuelsycamore
|
|
5617
|
+
- [docs] Revise the Joy UI "Global variants" page (#34595) @samuelsycamore
|
|
4059
5618
|
- [docs] Basic link verification at PR level (#34588) @alexfauquette
|
|
4060
5619
|
- [docs] Add a missing comma in the customization example (#34617) @AbayKinayat
|
|
4061
5620
|
- [website] Clarify Pro/Premium support (#34607) @oliviertassinari
|
|
@@ -4101,12 +5660,12 @@ A big thanks to the 7 contributors who made this release possible. Here are some
|
|
|
4101
5660
|
|
|
4102
5661
|
- ​<!-- 17 -->[system] Fix color-scheme implementation (#34639) @siriwatknp
|
|
4103
5662
|
|
|
4104
|
-
The `enableColorScheme` prop has been removed from `CssVarsProvider` and `getInitColorScheme` (both Material
|
|
5663
|
+
The `enableColorScheme` prop has been removed from `CssVarsProvider` and `getInitColorScheme` (both Material UI and Joy UI).
|
|
4105
5664
|
|
|
4106
5665
|
Migration:
|
|
4107
5666
|
|
|
4108
|
-
- **Material
|
|
4109
|
-
- **Joy
|
|
5667
|
+
- **Material UI**: you can enable the CSS color scheme via `<CssBaseline enableColorScheme />`.
|
|
5668
|
+
- **Joy UI**: it is enabled automatically if you use `<CssBaseline />`, [see the docs](https://mui.com/joy-ui/react-css-baseline/).
|
|
4110
5669
|
|
|
4111
5670
|
#### Changes
|
|
4112
5671
|
|
|
@@ -4123,8 +5682,8 @@ A big thanks to the 7 contributors who made this release possible. Here are some
|
|
|
4123
5682
|
### Docs
|
|
4124
5683
|
|
|
4125
5684
|
- ​<!-- 18 -->[docs] Revert #34541 (#34700) @michaldudak
|
|
4126
|
-
- ​<!-- 15 -->[blog] Blog post for MUI
|
|
4127
|
-
- ​<!-- 09 -->[docs] Improve Joy
|
|
5685
|
+
- ​<!-- 15 -->[blog] Blog post for MUI X v6 alpha zero (#34424) @joserodolfofreitas
|
|
5686
|
+
- ​<!-- 09 -->[docs] Improve Joy UI tutorial demo (#34653) @oliviertassinari
|
|
4128
5687
|
- ​<!-- 08 -->[docs] Explain how SelectUnstyled renders a hidden input (#34638) @michaldudak
|
|
4129
5688
|
- ​<!-- 07 -->[docs] Fix Taiwan description (#34611) @oliviertassinari
|
|
4130
5689
|
- ​<!-- 06 -->[docs] Fix codesandbox export with dayjs (#34619) @oliviertassinari
|
|
@@ -4148,8 +5707,8 @@ _Oct 3, 2022_
|
|
|
4148
5707
|
|
|
4149
5708
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
4150
5709
|
|
|
4151
|
-
- 🚀 [SnackbarUnstyled](https://mui.com/base-ui/react-snackbar/) component & headless hook are added to Base
|
|
4152
|
-
- 📚 [CSS variables documentation](https://mui.com/material-ui/experimental-api/css-theme-variables/overview/) for Material
|
|
5710
|
+
- 🚀 [SnackbarUnstyled](https://mui.com/base-ui/react-snackbar/) component & headless hook are added to Base UI (#33227) @ZeeshanTamboli
|
|
5711
|
+
- 📚 [CSS variables documentation](https://mui.com/material-ui/experimental-api/css-theme-variables/overview/) for Material UI has been added by @siriwatknp (#33958)
|
|
4153
5712
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
4154
5713
|
|
|
4155
5714
|
### `@mui/material@5.10.8`
|
|
@@ -4177,9 +5736,9 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
4177
5736
|
- ​<!-- 27 -->[blog] Fix 404 link in base introduction @oliviertassinari
|
|
4178
5737
|
- ​<!-- 21 -->[docs] Fix CI build (#34589) @mnajdova
|
|
4179
5738
|
- ​<!-- 20 -->[docs] Temporary remove date picker from home page (#34541) @siriwatknp
|
|
4180
|
-
- ​<!-- 19 -->[docs] Revise and expand Joy
|
|
5739
|
+
- ​<!-- 19 -->[docs] Revise and expand Joy UI "Tutorial" doc (#34569) @samuelsycamore
|
|
4181
5740
|
- ​<!-- 18 -->[docs] Fix SEO issues (#34537) @oliviertassinari
|
|
4182
|
-
- ​<!-- 17 -->[docs] Add CSS variables documentation for Material
|
|
5741
|
+
- ​<!-- 17 -->[docs] Add CSS variables documentation for Material UI (#33958) @siriwatknp
|
|
4183
5742
|
- ​<!-- 16 -->[docs] Capitalize Material Design on the Breakpoints page (#34481) @Dustin-Digitar
|
|
4184
5743
|
- ​<!-- 15 -->[docs] Able to load doc components inside markdown files (#34243) @flaviendelangle
|
|
4185
5744
|
- ​<!-- 14 -->[docs] Use mouse pointer on esc button in the search modal (#34485) @minkyngkm
|
|
@@ -4204,7 +5763,7 @@ _Sep 26, 2022_
|
|
|
4204
5763
|
|
|
4205
5764
|
A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
|
|
4206
5765
|
|
|
4207
|
-
- 🚀 [Divider](https://mui.com/joy-ui/react-divider/) component is added to Joy
|
|
5766
|
+
- 🚀 [Divider](https://mui.com/joy-ui/react-divider/) component is added to Joy UI (#34403) @siriwatknp
|
|
4208
5767
|
|
|
4209
5768
|
### `@mui/material@5.10.7`
|
|
4210
5769
|
|
|
@@ -4214,7 +5773,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
4214
5773
|
- [SvgIcon] Fix passing an ownerState to SvgIcon changes the font size (#34429) @ZeeshanTamboli
|
|
4215
5774
|
- [Stepper] Fix optional label is not centered when `alternativeLabel` is used (#34335) @ZeeshanTamboli
|
|
4216
5775
|
- [Tooltip] Add undefined, null or false in `title` (#34289) @abhinav-22-tech
|
|
4217
|
-
- Make @emotion/\* fully supported in all Material
|
|
5776
|
+
- Make @emotion/\* fully supported in all Material UI components (#34451) @garronej
|
|
4218
5777
|
|
|
4219
5778
|
### `@mui/system@5.10.7`
|
|
4220
5779
|
|
|
@@ -4250,7 +5809,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
4250
5809
|
|
|
4251
5810
|
### Docs
|
|
4252
5811
|
|
|
4253
|
-
- [blog] Base
|
|
5812
|
+
- [blog] Base UI announcement typo fixed (#34409) @prakhargupta1
|
|
4254
5813
|
- [blog] Fix typo in date-pickers v5 stable (#34386) @alexfauquette
|
|
4255
5814
|
- [blog] Update date on date pickers v5 release blog post (#34406) @joserodolfofreitas
|
|
4256
5815
|
- [docs] Update `useMenu` and `useMenuItem` hooks demo (#34166) @ZeeshanTamboli
|
|
@@ -4258,11 +5817,11 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
4258
5817
|
- [docs] Fix typo in `Grid` docs (#34475) @Dustin-Digitar
|
|
4259
5818
|
- [docs] Fix typo in `Back to top` section in AppBar docs (#34479) @Dustin-Digitar
|
|
4260
5819
|
- [docs] Standardize all "Installation" pages (#34168) @samuelsycamore
|
|
4261
|
-
- [docs] Fix
|
|
5820
|
+
- [docs] Fix Webpack file name to the standard: `webpack.config.js` (#34446) @CodingItWrong
|
|
4262
5821
|
- [docs] Fix Select `onChange` call (#34408) @siriwatknp
|
|
4263
5822
|
- [docs] Notification for pickers blog - v5 stable (#34400) @joserodolfofreitas
|
|
4264
5823
|
- [docs] Improve social sharing of docs pages (#34346) @oliviertassinari
|
|
4265
|
-
- [docs] Refine the use of MUI vs. Material
|
|
5824
|
+
- [docs] Refine the use of MUI vs. Material UI (#34345) @oliviertassinari
|
|
4266
5825
|
- [docs] Send feedback directly to a dedicated slack channel (#34196) @alexfauquette
|
|
4267
5826
|
- [website] Adds Bilal to about page (#34412) @MBilalShafi
|
|
4268
5827
|
- [website] Add date range picker to pricing table (#34399) @joserodolfofreitas
|
|
@@ -4316,7 +5875,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
4316
5875
|
|
|
4317
5876
|
The SelectUnstyled and MultiSelectUnstyled `onChange` callbacks did not have event as the first parameter, leading to inconsistency with other components and native HTML elements.
|
|
4318
5877
|
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.
|
|
4319
|
-
This also affects Select from Joy
|
|
5878
|
+
This also affects Select from Joy UI.
|
|
4320
5879
|
|
|
4321
5880
|
```jsx
|
|
4322
5881
|
// before
|
|
@@ -4336,8 +5895,8 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
4336
5895
|
- [docs] Fix 301 link to external projects @oliviertassinari
|
|
4337
5896
|
- [docs] Move 12 component names to Title Case (#34188) @oliviertassinari
|
|
4338
5897
|
- [docs] Fix broken links (#34320) @alexfauquette
|
|
4339
|
-
- [docs] Add notification for Base
|
|
4340
|
-
- [website] Fix MUI
|
|
5898
|
+
- [docs] Add notification for Base UI announcement post (#34295) @samuelsycamore
|
|
5899
|
+
- [website] Fix MUI X subscribe email border style (#34330) @oliviertassinari
|
|
4341
5900
|
- [website] Improve security header @oliviertassinari
|
|
4342
5901
|
|
|
4343
5902
|
### Core
|
|
@@ -4357,8 +5916,8 @@ _Sep 12, 2022_
|
|
|
4357
5916
|
|
|
4358
5917
|
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
4359
5918
|
|
|
4360
|
-
- 🚀 [Blog post](https://mui.com/blog/introducing-base-ui/) for announcing the release of the Base
|
|
4361
|
-
- 🚀 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
|
|
5919
|
+
- 🚀 [Blog post](https://mui.com/blog/introducing-base-ui/) for announcing the release of the Base UI package is out thanks to @michaldudak.
|
|
5920
|
+
- 🚀 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
|
|
4362
5921
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
4363
5922
|
|
|
4364
5923
|
### `@mui/material@5.10.5`
|
|
@@ -4368,10 +5927,10 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
4368
5927
|
|
|
4369
5928
|
### `@mui/joy@5.0.0-alpha.45`
|
|
4370
5929
|
|
|
4371
|
-
- ​<!-- 20 -->[Joy
|
|
4372
|
-
- ​<!-- 19 -->[Joy
|
|
4373
|
-
- ​<!-- 18 -->[Joy
|
|
4374
|
-
- ​<!-- 17 -->[Joy
|
|
5930
|
+
- ​<!-- 20 -->[Joy UI] Add `CircularProgress` component (#33869) @hbjORbj
|
|
5931
|
+
- ​<!-- 19 -->[Joy UI] Add `FormControl` component (#34187) @siriwatknp
|
|
5932
|
+
- ​<!-- 18 -->[Joy UI] Add `ListSubheader` component (#34191) @siriwatknp
|
|
5933
|
+
- ​<!-- 17 -->[Joy UI] Add `Modal` component (#34043) @siriwatknp
|
|
4375
5934
|
- ​<!-- 10 -->[Joy] Fix list value of false or 0 (zero) text is incorrectly grey (#34255) @kushagra010
|
|
4376
5935
|
- ​<!-- 09 -->[Joy] Adjust typography decorator margin (#34257) @siriwatknp
|
|
4377
5936
|
- ​<!-- 08 -->[Joy] Miscellaneous fixes (#34193) @siriwatknp
|
|
@@ -4380,10 +5939,10 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
4380
5939
|
|
|
4381
5940
|
### Docs
|
|
4382
5941
|
|
|
4383
|
-
- ​<!-- 16 -->[blog] Introducing Base
|
|
5942
|
+
- ​<!-- 16 -->[blog] Introducing Base UI (#33778) @michaldudak
|
|
4384
5943
|
- ​<!-- 13 -->[docs] Fix spelling error (#34209) @ChrystianDeMatos
|
|
4385
5944
|
- ​<!-- 12 -->[docs] Improve link to the security policy (#34219) @oliviertassinari
|
|
4386
|
-
- ​<!-- 11 -->[docs] Fix typo in Joy
|
|
5945
|
+
- ​<!-- 11 -->[docs] Fix typo in Joy UI's `Usage` docs (#34200) @zillion504
|
|
4387
5946
|
- ​<!-- 02 -->[website] Add Lukas to the about page (#34284) @LukasTy
|
|
4388
5947
|
- ​<!-- 01 -->[website] Update diamond sponsor URL (#34256) @oliviertassinari
|
|
4389
5948
|
|
|
@@ -4403,7 +5962,7 @@ _Sep 5, 2022_
|
|
|
4403
5962
|
|
|
4404
5963
|
A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
|
|
4405
5964
|
|
|
4406
|
-
- 🚀 Added [`Alert`](https://mui.com/joy-ui/react-alert/) component to Joy
|
|
5965
|
+
- 🚀 Added [`Alert`](https://mui.com/joy-ui/react-alert/) component to Joy UI (#33859) @hbjORbj
|
|
4407
5966
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
4408
5967
|
|
|
4409
5968
|
### `@mui/material@5.10.4`
|
|
@@ -4430,7 +5989,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
|
|
|
4430
5989
|
- ​<!-- 12 -->[docs] Fix the color contrast on optional API methods (#34127) @oliviertassinari
|
|
4431
5990
|
- ​<!-- 11 -->[docs] Fix crash due to using wrong variable (#34171) @siriwatknp
|
|
4432
5991
|
- ​<!-- 10 -->[docs] Fix a few Base typos (#33986) @ropereraLK
|
|
4433
|
-
- ​<!-- 09 -->[docs] Revise Joy
|
|
5992
|
+
- ​<!-- 09 -->[docs] Revise Joy UI "Overview" page copy (#34087) @samuelsycamore
|
|
4434
5993
|
- ​<!-- 20 -->[blog] Fix social cards (#34160) @oliviertassinari
|
|
4435
5994
|
- ​<!-- 03 -->[website] Allow deep linking to sponsors @oliviertassinari
|
|
4436
5995
|
- ​<!-- 02 -->[website] Update job descriptions (#34134) @DanailH
|
|
@@ -4460,7 +6019,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
4460
6019
|
### `@mui/material@5.10.3`
|
|
4461
6020
|
|
|
4462
6021
|
- [Autocomplete][material] Fix value overflow when `disableClearable` is used (#34053) @mnajdova
|
|
4463
|
-
- [Autocomplete] Update unstyled demo to not import Material
|
|
6022
|
+
- [Autocomplete] Update unstyled demo to not import Material UI (#34060) @oliviertassinari
|
|
4464
6023
|
- [Slider] Remove SliderInput export from d.ts (#34055) @pieetrus
|
|
4465
6024
|
- [TablePagination] Fix select variant not working (#33974) @ZeeshanTamboli
|
|
4466
6025
|
|
|
@@ -4492,10 +6051,10 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
4492
6051
|
- [docs] Fix 404 link from Joy to React Router (#34115) @oliviertassinari
|
|
4493
6052
|
- [docs] Fix typo in `Select` component (#34091) @HexM7
|
|
4494
6053
|
- [docs] Fix 301 links to tss's docs @oliviertassinari
|
|
4495
|
-
- [docs] Fixing Joy
|
|
6054
|
+
- [docs] Fixing Joy UI usage snippet (#34049) @JonathanAsbury-SPS
|
|
4496
6055
|
- [docs] Fix missing JSX closing tag in Tooltip docs (#34064) @hoangph271
|
|
4497
6056
|
- [website] Add Toolpad to Navigation (#33937) @bharatkashyap
|
|
4498
|
-
- [website] Improve SEO meta description for MUI
|
|
6057
|
+
- [website] Improve SEO meta description for MUI X @oliviertassinari
|
|
4499
6058
|
- [website] Improve visual look of code demos (#34070) @oliviertassinari
|
|
4500
6059
|
- [website] Fix `DatePicker` component demo on the home page (#34054) @NaveenPantra
|
|
4501
6060
|
|
|
@@ -4544,12 +6103,12 @@ A big thanks to the 11 contributors who made this release possible. Here are som
|
|
|
4544
6103
|
|
|
4545
6104
|
- ​<!-- 21 -->[docs] Fix typo in using-joy-ui-and-material-ui.md (#33997) @djohalo2 @danilo-leal
|
|
4546
6105
|
- ​<!-- 20 -->[docs] Fix typo in the Transition docs (#34040) @alirezahekmati
|
|
4547
|
-
- ​<!-- 19 -->[docs] Typo fix in Joy
|
|
4548
|
-
- ​<!-- 15 -->[docs] Fix broken Joy
|
|
6106
|
+
- ​<!-- 19 -->[docs] Typo fix in Joy UI Aspect Ratio doc (#33984) @AjeetSingh2016
|
|
6107
|
+
- ​<!-- 15 -->[docs] Fix broken Joy UI codesandbox export (#34007) @oliviertassinari
|
|
4549
6108
|
- ​<!-- 14 -->[docs] Fix typos in `test` folder's README (#33976) @ropereraLK
|
|
4550
6109
|
- ​<!-- 13 -->[docs] Fix interior section links in Base docs that feature hooks (#33948) @samuelsycamore
|
|
4551
|
-
- ​<!-- 12 -->[docs] Fix typo in Joy
|
|
4552
|
-
- ​<!-- 11 -->[docs] Fix typo in Joy
|
|
6110
|
+
- ​<!-- 12 -->[docs] Fix typo in Joy UI's List Component docs (#33956) @Cerebro92
|
|
6111
|
+
- ​<!-- 11 -->[docs] Fix typo in Joy UI's docs (#33938) @AjeetSingh2016
|
|
4553
6112
|
|
|
4554
6113
|
### Core
|
|
4555
6114
|
|
|
@@ -4588,8 +6147,8 @@ A big thanks to the 18 contributors who made this release possible. This release
|
|
|
4588
6147
|
|
|
4589
6148
|
### Docs
|
|
4590
6149
|
|
|
4591
|
-
- ​<!-- 23 -->[docs] Expand on a11y section for Material
|
|
4592
|
-
- ​<!-- 22 -->[docs] Fix typo in Joy
|
|
6150
|
+
- ​<!-- 23 -->[docs] Expand on a11y section for Material UI `Link` component (#32839) @TKrishnasamy
|
|
6151
|
+
- ​<!-- 22 -->[docs] Fix typo in Joy UI's `AspectRatio` docs (#33895) @IsaacInsoll
|
|
4593
6152
|
- ​<!-- 21 -->[docs] Improve the Base Usage page (#33272) @samuelsycamore
|
|
4594
6153
|
- ​<!-- 20 -->[docs] Avoid refreshing the page when button on demo is clicked (#33852) @PunitSoniME
|
|
4595
6154
|
- ​<!-- 19 -->[docs] Improve the HorizontalNonLinearStepper demo styling (#33886) @hayawata3626
|
|
@@ -4630,8 +6189,8 @@ _Aug 8, 2022_
|
|
|
4630
6189
|
|
|
4631
6190
|
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
4632
6191
|
|
|
4633
|
-
- ✨ [Stack](https://mui.com/system/react-stack/) component is added to MUI
|
|
4634
|
-
- ✨ [Breadcrumbs](https://mui.com/joy-ui/react-breadcrumbs/) component is added to Joy
|
|
6192
|
+
- ✨ [Stack](https://mui.com/system/react-stack/) component is added to MUI System and Joy UI #33760 #33800 @mnajdova
|
|
6193
|
+
- ✨ [Breadcrumbs](https://mui.com/joy-ui/react-breadcrumbs/) component is added to Joy UI (#32697) @hbjORbj
|
|
4635
6194
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
4636
6195
|
|
|
4637
6196
|
### `@mui/material@5.10.0`
|
|
@@ -4665,7 +6224,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
4665
6224
|
- [docs] Fix typo in the ClickAwayListerner name (#33813) @pawelsmigielski
|
|
4666
6225
|
- [docs] Fix link to `Basics` section in `Trap Focus` docs (#33772) @ZeeshanTamboli
|
|
4667
6226
|
- [docs] z-index added in popper when used by split button (#33763) @PunitSoniME
|
|
4668
|
-
- [docs] Improve the guide for using @mui/base with Tailwind
|
|
6227
|
+
- [docs] Improve the guide for using @mui/base with Tailwind CSS (#33670) @mnajdova
|
|
4669
6228
|
- [docs] Fix warnings related to Next.js' links (#33693) @mnajdova
|
|
4670
6229
|
- [docs] Add notification to aggregation blogpost (#33745) @joserodolfofreitas
|
|
4671
6230
|
- [docs] Add Grid version 2 docs (#33554) @siriwatknp
|
|
@@ -4691,7 +6250,7 @@ _Aug 1, 2022_
|
|
|
4691
6250
|
|
|
4692
6251
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
4693
6252
|
|
|
4694
|
-
- 🖼️ @garronej worked on improving the support of Emotion packages in
|
|
6253
|
+
- 🖼️ @garronej worked on improving the support of Emotion packages in MUI System (#33205)
|
|
4695
6254
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
4696
6255
|
|
|
4697
6256
|
### `@mui/material@5.9.3`
|
|
@@ -4703,7 +6262,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
4703
6262
|
|
|
4704
6263
|
### `@mui/system@5.9.3`
|
|
4705
6264
|
|
|
4706
|
-
- [system] Make @emotion/\* fully supported in
|
|
6265
|
+
- [system] Make @emotion/\* fully supported in MUI System (#33205) @garronej
|
|
4707
6266
|
|
|
4708
6267
|
### `@mui/codemod@5.9.3`
|
|
4709
6268
|
|
|
@@ -4747,7 +6306,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
4747
6306
|
- [core] Remove thenify version override from package.json resolutions (#33638) @michaldudak
|
|
4748
6307
|
- [core] Update Node.js to 14 on CircleCI, CodeSandbox, and Netlify (#33642) @michaldudak
|
|
4749
6308
|
- [test] Replace istanbul-instrumenter-loader with babel-plugin-istanbul (#33666) @michaldudak
|
|
4750
|
-
- [test] Run TypeScript module augmentation tests for Joy
|
|
6309
|
+
- [test] Run TypeScript module augmentation tests for Joy UI in CI (#33667) @ZeeshanTamboli
|
|
4751
6310
|
|
|
4752
6311
|
All contributors of this release in alphabetical order: @cherniavskii, @danilo-leal, @fullstackzach, @garronej, @hbjORbj, @husseinsaad98, @joserodolfofreitas, @michaldudak, @mnajdova, @MonstraG, @mracette, @oliviertassinari, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
|
|
4753
6312
|
|
|
@@ -4793,7 +6352,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
4793
6352
|
- ​<!-- 28 -->[docs] Add accessibility tips (#33633) @siriwatknp
|
|
4794
6353
|
- ​<!-- 27 -->[docs] Fix production deploy of codesandboxes (#33608) @oliviertassinari
|
|
4795
6354
|
- ​<!-- 26 -->[docs] Show border on `palette.background.paper` in dark mode docs (#33611) @ZeeshanTamboli
|
|
4796
|
-
- ​<!-- 25 -->[docs] Fix typo in Joy
|
|
6355
|
+
- ​<!-- 25 -->[docs] Fix typo in Joy UI dark mode page (#33620) @bairamau
|
|
4797
6356
|
- ​<!-- 24 -->[docs] Final polish on Base docs - formatting and style consistency (#33156) @samuelsycamore
|
|
4798
6357
|
- ​<!-- 23 -->[docs] Fix `CssBaseline` import in example code (#33614) @dd-ssc
|
|
4799
6358
|
- ​<!-- 22 -->[docs] Fix Toolpad docs redirection (#33524) @bharatkashyap
|
|
@@ -4853,8 +6412,8 @@ A big thanks to the 17 contributors who made this release possible. This release
|
|
|
4853
6412
|
- ​<!-- 14 -->[docs] Fix copy search false positives (#33438) @oliviertassinari
|
|
4854
6413
|
- ​<!-- 13 -->[docs] Fix typo (#33520) @aravindpanicker
|
|
4855
6414
|
- ​<!-- 12 -->[docs] Update Tailwind docs to include step about updating popover containers (#33315) @ajhenry
|
|
4856
|
-
- ​<!-- 11 -->[docs] Add yarn command for Roboto font in Material
|
|
4857
|
-
- ​<!-- 10 -->[docs] Add new community content to the Material
|
|
6415
|
+
- ​<!-- 11 -->[docs] Add yarn command for Roboto font in Material UI's typography.md (#33485) @anthonypz
|
|
6416
|
+
- ​<!-- 10 -->[docs] Add new community content to the Material UI Learn page (#32927) @Nikhilthadani
|
|
4858
6417
|
- ​<!-- 09 -->[examples] Change createEmotionCache to use `insertionPoint` (#32104) @ANTARES-KOR
|
|
4859
6418
|
- ​<!-- 08 -->[examples] Fix error in Next.js example with @mui/styles (#33456) @paustria
|
|
4860
6419
|
|
|
@@ -4874,8 +6433,8 @@ _Jul 12, 2022_
|
|
|
4874
6433
|
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
|
|
4875
6434
|
|
|
4876
6435
|
- 🧪 Exported Grid v2 as `Unstable_Grid2` (#33479) @siriwatknp
|
|
4877
|
-
- 📖 Added a guide for using Joy
|
|
4878
|
-
- 🐛 Fixed a few bugs in Material
|
|
6436
|
+
- 📖 Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
|
|
6437
|
+
- 🐛 Fixed a few bugs in Material UI components. Thanks to @ZeeshanTamboli, @ivan-ngchakming, and @joebingham-wk.
|
|
4879
6438
|
- ⚠️ **[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
|
|
4880
6439
|
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
4881
6440
|
- our documentation site is now running with React 18! (#33196) @mnajdova
|
|
@@ -4886,7 +6445,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
4886
6445
|
- [Autocomplete] Remove unnecessary `clsx` wrapper for single className (#33398) @ZeeshanTamboli
|
|
4887
6446
|
- [Grid] Export new grid as unstable (#33479) @siriwatknp
|
|
4888
6447
|
- [Tooltip] Fix children mouse over detection (#32321) @ivan-ngchakming
|
|
4889
|
-
- [TypeScript] getCssVar autocomplete for Material
|
|
6448
|
+
- [TypeScript] getCssVar autocomplete for Material UI (#33464) @siriwatknp
|
|
4890
6449
|
- [TypeScript] Fix theme options components types to use `Theme` (#33434) @siriwatknp
|
|
4891
6450
|
- [TypeScript] Reexports necessary types for module augmentation (#33397) @siriwatknp
|
|
4892
6451
|
- [ScopedCssBaseline] Add sx typings (#33474) @joebingham-wk
|
|
@@ -4902,7 +6461,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
4902
6461
|
|
|
4903
6462
|
- [lab] Remove the pickers (#33386) @flaviendelangle
|
|
4904
6463
|
|
|
4905
|
-
The pickers are moved to MUI
|
|
6464
|
+
The pickers are moved to MUI X, check out the [migration guide](https://mui.com/x/migration/migration-pickers-lab/).
|
|
4906
6465
|
|
|
4907
6466
|
**Changes**
|
|
4908
6467
|
|
|
@@ -4917,7 +6476,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
4917
6476
|
|
|
4918
6477
|
### `@mui/joy@5.0.0-alpha.36`
|
|
4919
6478
|
|
|
4920
|
-
- [Joy] Add guide about using Joy and Material
|
|
6479
|
+
- [Joy] Add guide about using Joy and Material UI together (#33396) @siriwatknp
|
|
4921
6480
|
- [Joy] Fix variants color palette regressions (#33394) @danilo-leal
|
|
4922
6481
|
|
|
4923
6482
|
### Docs
|
|
@@ -4929,14 +6488,14 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
4929
6488
|
- [docs] Cleanup the migration (#33463) @siriwatknp
|
|
4930
6489
|
- [docs] Fix broken Sponsoring services links @samuelsycamore
|
|
4931
6490
|
- [docs] Improve repo README with light/dark logos, relative links and more (#33356) @samuelsycamore
|
|
4932
|
-
- [docs] Update links to MUI
|
|
6491
|
+
- [docs] Update links to MUI X Overview and Introduction pages (#33201) @samuelsycamore
|
|
4933
6492
|
- [docs] Update to React 18 (#33196) @mnajdova
|
|
4934
6493
|
- [docs] Simplify "Upload button" demo (#33326) @baharalidurrani
|
|
4935
6494
|
- [docs] Add "refine" demo to showcase (#33240) @omeraplak
|
|
4936
|
-
- [docs] Add
|
|
6495
|
+
- [docs] Add Webpack alias for legacy utils package (#33376) @jgbae
|
|
4937
6496
|
- [docs] Improve external link icons synonyms (#33257) @davidgarciab
|
|
4938
|
-
- [examples] Update Base
|
|
4939
|
-
- [examples] Add Base
|
|
6497
|
+
- [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
|
|
6498
|
+
- [examples] Add Base UI example (#33154) @siriwatknp
|
|
4940
6499
|
|
|
4941
6500
|
### Core
|
|
4942
6501
|
|
|
@@ -4955,8 +6514,8 @@ _Jul 4, 2022_
|
|
|
4955
6514
|
|
|
4956
6515
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
4957
6516
|
|
|
4958
|
-
- 🐛 Fixed an issue causing TypeScript errors when building a project with Material
|
|
4959
|
-
- 🐛 Fixed a few bugs in Material
|
|
6517
|
+
- 🐛 Fixed an issue causing TypeScript errors when building a project with Material UI v5.8.6 (@michaldudak)
|
|
6518
|
+
- 🐛 Fixed a few bugs in Material UI components. Thanks @henriqueholtz, @jake-collibra, @MattiasMartens and @TimoWilhelm!
|
|
4960
6519
|
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
4961
6520
|
|
|
4962
6521
|
### `@mui/material@5.8.7`
|
|
@@ -4980,12 +6539,12 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
4980
6539
|
- [Joy] Add radio button documentation (#33254) @siriwatknp
|
|
4981
6540
|
- [Joy] Add switch documentation (#33302) @siriwatknp
|
|
4982
6541
|
- [Joy] Batch a couple of documentation refinements (#33158)
|
|
4983
|
-
- [Joy] Enable Joy and Material
|
|
6542
|
+
- [Joy] Enable Joy and Material UI compatibility (#33379) @siriwatknp
|
|
4984
6543
|
|
|
4985
6544
|
### `@mui/base@5.0.0-alpha.88`
|
|
4986
6545
|
|
|
4987
6546
|
- [base] Remove a type incompatible with TypeScript 3.5 (#33361) @michaldudak
|
|
4988
|
-
- [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix
|
|
6547
|
+
- [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix TypeScript compiler error (#33314) @aaronlademann-wf
|
|
4989
6548
|
- [TablePaginationUnstyled] Accept callbacks in componentsProps (#33309) @michaldudak
|
|
4990
6549
|
|
|
4991
6550
|
### Docs
|
|
@@ -4994,7 +6553,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
4994
6553
|
- [docs] Add caveat about class components with Tooltip (#33325) @joshkel
|
|
4995
6554
|
- [docs] Fix SEO issues (#33288) @oliviertassinari
|
|
4996
6555
|
- [docs] Fix Slider's "player" demo (#33267) @xlianghang
|
|
4997
|
-
- [website] Link
|
|
6556
|
+
- [website] Link Toolpad in mui.com (#33287) @oliviertassinari
|
|
4998
6557
|
|
|
4999
6558
|
All contributors of this release in alphabetical order: @aaarichter, @aaronlademann-wf, @danilo-leal, @henriqueholtz, @jake-collibra, @joshkel, @MattiasMartens, @Methuselah96, @michaldudak, @oliviertassinari, @siriwatknp, @TimoWilhelm, @xlianghang
|
|
5000
6559
|
|
|
@@ -5019,7 +6578,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5019
6578
|
|
|
5020
6579
|
- ​<!-- 11 -->[OutlinedInput] Fix `ownerState` undefined in theme style overrides (#33241) @siriwatknp
|
|
5021
6580
|
- ​<!-- 08 -->[Tabs] Fix crash when used with React 18 & Suspense (#33277) @mnajdova
|
|
5022
|
-
- ​<!-- 05 -->[TypeScript] Add CSS vars type augmentation for Material
|
|
6581
|
+
- ​<!-- 05 -->[TypeScript] Add CSS vars type augmentation for Material UI (#33211) @siriwatknp
|
|
5023
6582
|
|
|
5024
6583
|
### `@mui/system@5.8.6`
|
|
5025
6584
|
|
|
@@ -5045,9 +6604,9 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5045
6604
|
|
|
5046
6605
|
### Docs
|
|
5047
6606
|
|
|
5048
|
-
- ​<!-- 23 -->[blog] Polish Why you should migrate to Material
|
|
6607
|
+
- ​<!-- 23 -->[blog] Polish Why you should migrate to Material UI v5 today (#33244) @oliviertassinari
|
|
5049
6608
|
- ​<!-- 21 -->[docs] Add note in docs about `componentsProps.root` taking precedence (#33097) @ZeeshanTamboli
|
|
5050
|
-
- ​<!-- 20 -->[docs] Remove a note about Base components being reexported from Material
|
|
6609
|
+
- ​<!-- 20 -->[docs] Remove a note about Base components being reexported from Material UI (#33265) @michaldudak
|
|
5051
6610
|
- ​<!-- 19 -->[docs] Update code snippet in docs for custom color palette (#32946) @ZeeshanTamboli
|
|
5052
6611
|
- ​<!-- 18 -->[docs] Fix the docs for production class generation (#31933) @Fafruch
|
|
5053
6612
|
- ​<!-- 17 -->[docs] Fix internal link in Box page (#33149) @davidgarciab
|
|
@@ -5109,7 +6668,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
5109
6668
|
- ​<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
|
|
5110
6669
|
- ​<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
|
|
5111
6670
|
- ​<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
|
|
5112
|
-
- ​<!-- 18 -->[docs] Add guide on how to use Base
|
|
6671
|
+
- ​<!-- 18 -->[docs] Add guide on how to use Base UI with Tailwind CSS (#33100) @mnajdova
|
|
5113
6672
|
- ​<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
|
|
5114
6673
|
- ​<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
|
|
5115
6674
|
- ​<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
|
|
@@ -5120,7 +6679,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
5120
6679
|
|
|
5121
6680
|
### Core
|
|
5122
6681
|
|
|
5123
|
-
- ​<!-- 31 -->[core] Add CSS variables support for Material
|
|
6682
|
+
- ​<!-- 31 -->[core] Add CSS variables support for Material UI components (#32835) @siriwatknp
|
|
5124
6683
|
- ​<!-- 23 -->[core] Add name to workspace root package.json (#33226) @Janpot
|
|
5125
6684
|
- ​<!-- 22 -->[core] Update bug template with generic instruction (#33153) @joserodolfofreitas
|
|
5126
6685
|
- ​<!-- 21 -->[core] Remove dead and redundant code (#33125) @oliviertassinari
|
|
@@ -5137,7 +6696,7 @@ _Jun 14, 2022_
|
|
|
5137
6696
|
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
|
|
5138
6697
|
|
|
5139
6698
|
- 🚀 Added support for custom breakpoints in the `Grid` component by @boutahlilsoufiane
|
|
5140
|
-
- 📚 Added guide on how to use Material
|
|
6699
|
+
- 📚 Added guide on how to use Material UI with Shadow DOM by @cherniavskii
|
|
5141
6700
|
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
5142
6701
|
|
|
5143
6702
|
### `@mui/material@5.8.4`
|
|
@@ -5186,8 +6745,8 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
5186
6745
|
- ​<!-- 32 -->[docs] Add responsive AppBar with drawer (#32769) @dvlprAlamin
|
|
5187
6746
|
- ​<!-- 31 -->[docs] Move codesandbox to MUI org (#33122) @oliviertassinari
|
|
5188
6747
|
- ​<!-- 30 -->[docs] Add Shadow DOM guide (#33007) @cherniavskii
|
|
5189
|
-
- ​<!-- 29 -->[docs] Fix typo in Material
|
|
5190
|
-
- ​<!-- 28 -->[docs] Miscellaneous fixes in `Base
|
|
6748
|
+
- ​<!-- 29 -->[docs] Fix typo in Material UI overview page (#33087) @oliviertassinari
|
|
6749
|
+
- ​<!-- 28 -->[docs] Miscellaneous fixes in `Base UI` docs (#33091) @ZeeshanTamboli
|
|
5191
6750
|
- ​<!-- 27 -->[docs] Fix GitHub capitalization (#33071) @oliviertassinari
|
|
5192
6751
|
- ​<!-- 26 -->[docs] Fix a typo in `InputUnstyled` docs (#33077) @ZeeshanTamboli
|
|
5193
6752
|
- ​<!-- 25 -->[docs] Add notification for Joy blog post (#33059) @siriwatknp
|
|
@@ -5196,7 +6755,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
5196
6755
|
- ​<!-- 23 -->[docs] Fix typo in Autocomplete CSS API (#32838) @KeaghanKennedy
|
|
5197
6756
|
- ​<!-- 22 -->[docs] Improvements for Radio Group Rating Docs (#32843) @Kai-W
|
|
5198
6757
|
- ​<!-- 21 -->[docs] Enable Joy pages (#33064) @siriwatknp
|
|
5199
|
-
- ​<!-- 02 -->[website] Add Joy
|
|
6758
|
+
- ​<!-- 02 -->[website] Add Joy UI to the pricing page (#33099) @danilo-leal
|
|
5200
6759
|
- ​<!-- 01 -->[website] Clarify the pricing a bit (#33069) @oliviertassinari
|
|
5201
6760
|
|
|
5202
6761
|
### Core
|
|
@@ -5261,10 +6820,10 @@ This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
|
5261
6820
|
- [docs] Fix icon color in `BadgeUnstyled` docs (#32976) @ZeeshanTamboli
|
|
5262
6821
|
- [docs] Improve product identifier (#32707) @danilo-leal
|
|
5263
6822
|
- [docs] Improve UX with back to top (#32896) @oliviertassinari
|
|
5264
|
-
- [docs] Polish overview page to Material
|
|
6823
|
+
- [docs] Polish overview page to Material UI (#32954) @oliviertassinari
|
|
5265
6824
|
- [docs] Redirect older URLs (#33037) @oliviertassinari
|
|
5266
6825
|
- [docs] Remove pickers page from the Lab section (#32961) @DanailH
|
|
5267
|
-
- [docs] Show product identifier on updated MUI
|
|
6826
|
+
- [docs] Show product identifier on updated MUI X Introduction pages (#32966) @samuelsycamore
|
|
5268
6827
|
- [docs] Throw on 301 links (#32939) @oliviertassinari
|
|
5269
6828
|
- [website] Add Gerda to the about page (#33038) @danilo-leal
|
|
5270
6829
|
- [website] Polish the pricing page (#32811) @oliviertassinari
|
|
@@ -5345,7 +6904,7 @@ _May 23, 2022_
|
|
|
5345
6904
|
|
|
5346
6905
|
A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
|
|
5347
6906
|
|
|
5348
|
-
- 💅 Added CSS variables support for two more Material
|
|
6907
|
+
- 💅 Added CSS variables support for two more Material UI components by @diggis00 and @alisasanib
|
|
5349
6908
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
5350
6909
|
|
|
5351
6910
|
### `@mui/material@5.8.1`
|
|
@@ -5387,7 +6946,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
5387
6946
|
- ​<!-- 31 -->[docs] Simplify header DOM structure (#32844) @oliviertassinari
|
|
5388
6947
|
- ​<!-- 30 -->[docs] Fix CodeSandbox & StackBlitz generation (#32726) @siriwatknp
|
|
5389
6948
|
- ​<!-- 29 -->[docs] Fix urls to columns pages in pricing table (#32842) @alexfauquette
|
|
5390
|
-
- ​<!-- 28 -->[docs] Fix Tailwind
|
|
6949
|
+
- ​<!-- 28 -->[docs] Fix Tailwind CSS integration docs (#32512) @robertwt7
|
|
5391
6950
|
- ​<!-- 27 -->[docs] Fixed wrong command for the `link-underline-hover` codemod (#32793) @veronikaslc
|
|
5392
6951
|
- ​<!-- 26 -->[docs] Fixed broken link on the icons page (#32780) @SamuelMaddox
|
|
5393
6952
|
- ​<!-- 25 -->[docs] Add "back to top" button (#30441) @VibhorJaiswal
|
|
@@ -5400,7 +6959,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
5400
6959
|
|
|
5401
6960
|
### Core
|
|
5402
6961
|
|
|
5403
|
-
- ​<!-- 32 -->[core] Upgrade MUI
|
|
6962
|
+
- ​<!-- 32 -->[core] Upgrade MUI X dependency (#32824) @oliviertassinari
|
|
5404
6963
|
- ​<!-- 02 -->[typescript] Allow module augmentation for `Mixins` (#32798) @mnajdova
|
|
5405
6964
|
|
|
5406
6965
|
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
|
|
@@ -5413,7 +6972,7 @@ _May 17, 2022_
|
|
|
5413
6972
|
|
|
5414
6973
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
5415
6974
|
|
|
5416
|
-
- 🚀 [Blog post](https://mui.com/blog/premium-plan-release/) for announcing the release of the Premium plan of MUI
|
|
6975
|
+
- 🚀 [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.
|
|
5417
6976
|
- Codemod for `jss` to `tss-react` migration is out thanks to @ryancogswell
|
|
5418
6977
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
5419
6978
|
|
|
@@ -5447,7 +7006,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
5447
7006
|
|
|
5448
7007
|
### Docs
|
|
5449
7008
|
|
|
5450
|
-
- ​<!-- 34 -->[blog] Add release post for MUI
|
|
7009
|
+
- ​<!-- 34 -->[blog] Add release post for MUI X Premium (#32720) @joserodolfofreitas
|
|
5451
7010
|
- ​<!-- 29 -->[docs] Fix wrong code snippet for overriding styles in theme with a callback value (#32781) @ZeeshanTamboli
|
|
5452
7011
|
- ​<!-- 28 -->[docs] Update Crowdin logo (#32782) @andrii-bodnar
|
|
5453
7012
|
- ​<!-- 27 -->[docs] Improve callouts design (#32709) @danilo-leal
|
|
@@ -5463,9 +7022,9 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
5463
7022
|
- ​<!-- 17 -->[examples] Update remix example's tsconfig with required values (#32723) @michaldudak
|
|
5464
7023
|
- ​<!-- 16 -->[examples] Update to use React 18's createRoot (#32506) @mnajdova
|
|
5465
7024
|
- ​<!-- 10 -->[l10n] Fix typos and translations on arSD and arEG locales (#31848) @shadigaafar
|
|
5466
|
-
- ​<!-- 04 -->[website] Improve communication about MUI
|
|
7025
|
+
- ​<!-- 04 -->[website] Improve communication about MUI X components that are still wip (#32708) @danilo-leal
|
|
5467
7026
|
- ​<!-- 03 -->[website] Remove scrollbar on x-axis (#32291) @MrHBS
|
|
5468
|
-
- ​<!-- 02 -->[website] Update the pricing page for the MUI
|
|
7027
|
+
- ​<!-- 02 -->[website] Update the pricing page for the MUI X premium plan release (#32458) @joserodolfofreitas
|
|
5469
7028
|
- ​<!-- 01 -->[website] Update sponsors (#32725) @oliviertassinari
|
|
5470
7029
|
|
|
5471
7030
|
### Core
|
|
@@ -5485,7 +7044,7 @@ _May 10, 2022_
|
|
|
5485
7044
|
|
|
5486
7045
|
A big thanks to the 27 contributors who made this release possible. Here are some highlights ✨:
|
|
5487
7046
|
|
|
5488
|
-
🛠 This release is all about supporting CSS variables in many Material
|
|
7047
|
+
🛠 This release is all about supporting CSS variables in many Material UI components.
|
|
5489
7048
|
Kudos to all contributors!
|
|
5490
7049
|
|
|
5491
7050
|
### `@mui/material@5.7.0`
|
|
@@ -5551,7 +7110,7 @@ Kudos to all contributors!
|
|
|
5551
7110
|
- [docs] Correct links to prevent 301 redirects (#32692) @michaldudak
|
|
5552
7111
|
- [docs] Move, split, and revise "Unstyled components" page (#32562) @samuelsycamore
|
|
5553
7112
|
- [docs] Nest `ListItemButton` in `ListItem` in the Drawer examples (#31987) @stefanprobst
|
|
5554
|
-
- [docs] Apply callouts in the Material
|
|
7113
|
+
- [docs] Apply callouts in the Material UI docs (#32567) @danilo-leal
|
|
5555
7114
|
- [docs] Show product identifier on new X pages (#32657) @cherniavskii
|
|
5556
7115
|
- [docs] Fix copy button childNode not found (#32652) @siriwatknp
|
|
5557
7116
|
- [docs] Split install commands in isolated code blocks (#32566) @danilo-leal
|
|
@@ -5586,7 +7145,7 @@ _May 2, 2022_
|
|
|
5586
7145
|
|
|
5587
7146
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
5588
7147
|
|
|
5589
|
-
- 💅 5 Material
|
|
7148
|
+
- 💅 5 Material UI components were updated to support CSS variables by @ZeeshanTamboli & @vicasas
|
|
5590
7149
|
- And more 🐛 bug fixes and 📚 improvements.
|
|
5591
7150
|
|
|
5592
7151
|
### `@mui/material@5.6.4`
|
|
@@ -5617,18 +7176,18 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5617
7176
|
- ​<!-- 30 -->[docs] SEO fixes (#32515) @oliviertassinari
|
|
5618
7177
|
- ​<!-- 29 -->[docs] Replace `Overriding nested component styles` anchor link with text (#32487) @ZeeshanTamboli
|
|
5619
7178
|
- ​<!-- 28 -->[docs] Update the list of external domains (#32514) @oliviertassinari
|
|
5620
|
-
- ​<!-- 27 -->[docs] Update Material
|
|
7179
|
+
- ​<!-- 27 -->[docs] Update Material UI code snippets for React 18 (#32361) @samuelsycamore
|
|
5621
7180
|
- ​<!-- 26 -->[docs] Base TextareaAutosize style revisions and final review (#32481) @samuelsycamore
|
|
5622
7181
|
- ​<!-- 25 -->[docs] Base ClickAwayListener style revisions and final review (#32156) @samuelsycamore
|
|
5623
7182
|
- ​<!-- 24 -->[docs] Base Button style revisions and final review (#32380) @samuelsycamore
|
|
5624
7183
|
- ​<!-- 23 -->[docs] Base NoSsr style revisions and final review (#32254) @samuelsycamore
|
|
5625
7184
|
- ​<!-- 22 -->[docs] Correctly capitalize Ctrl @oliviertassinari
|
|
5626
|
-
- ​<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the Base
|
|
7185
|
+
- ​<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the Base UI docs (#32488) @ZeeshanTamboli
|
|
5627
7186
|
- ​<!-- 20 -->[docs] Add "Overview" page to Base docs (#32310) @samuelsycamore
|
|
5628
7187
|
- ​<!-- 19 -->[docs] Add copy button to code block (#32390) @siriwatknp
|
|
5629
7188
|
- ​<!-- 18 -->[docs] Base Tabs style revisions and final review (#32423) @samuelsycamore
|
|
5630
7189
|
- ​<!-- 17 -->[docs] Base Popper style revisions and final review (#32412) @samuelsycamore
|
|
5631
|
-
- ​<!-- 16 -->[docs] Improve sidenav for MUI
|
|
7190
|
+
- ​<!-- 16 -->[docs] Improve sidenav for MUI X (#32435) @oliviertassinari
|
|
5632
7191
|
- ​<!-- 15 -->[docs] Don't redirect on deploy preview (#32399) @m4theushw
|
|
5633
7192
|
- ​<!-- 14 -->[docs] A few SEO fixes (#32431) @oliviertassinari
|
|
5634
7193
|
- ​<!-- 13 -->[docs] Update links to the new Group & Pivot pages (#32410) @flaviendelangle
|
|
@@ -5639,7 +7198,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5639
7198
|
|
|
5640
7199
|
### Core
|
|
5641
7200
|
|
|
5642
|
-
- ​<!-- 08 -->[experiment] Add template for testing Material
|
|
7201
|
+
- ​<!-- 08 -->[experiment] Add template for testing Material UI components with CSS variables (#32500) @siriwatknp
|
|
5643
7202
|
|
|
5644
7203
|
All contributors of this release in alphabetical order: @b-novikov-ipersonality, @flaviendelangle, @hbjORbj, @HexM7, @m4theushw, @Martin005, @mongolyy, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas, @ZeeshanTamboli
|
|
5645
7204
|
|
|
@@ -5651,7 +7210,7 @@ _Apr 25, 2022_
|
|
|
5651
7210
|
|
|
5652
7211
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
5653
7212
|
|
|
5654
|
-
- 🛠 Fixed TypeScript issue when the `fill` CSS property is used in
|
|
7213
|
+
- 🛠 Fixed TypeScript issue when the `fill` CSS property is used in MUI System (#32355) @valerii15298
|
|
5655
7214
|
- And more 🐛 bug fixes and 📚 improvements.
|
|
5656
7215
|
|
|
5657
7216
|
### `@mui/material@5.6.3`
|
|
@@ -5795,7 +7354,7 @@ This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
|
5795
7354
|
- [docs] Remove notifications temporary (#32192) @siriwatknp
|
|
5796
7355
|
- [docs] Redirect to new urls (#32048) @siriwatknp
|
|
5797
7356
|
- [docs] Update Learn page copy and resource list (#31989) @samuelsycamore
|
|
5798
|
-
- [website] Fix wrong MUI
|
|
7357
|
+
- [website] Fix wrong MUI X installation instruction link @oliviertassinari
|
|
5799
7358
|
- [website] Revise homepage copy below the hero section (#31283) @samuelsycamore
|
|
5800
7359
|
- [website] Revise homepage Hero copy for more clarity (#31212) @samuelsycamore
|
|
5801
7360
|
- [website] Give up on promoting roles in our docs @oliviertassinari
|
|
@@ -5817,7 +7376,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
5817
7376
|
|
|
5818
7377
|
- 🧰 Update peer dependencies to support React 18 (#32063) @eps1lon
|
|
5819
7378
|
- 🚀 Added the experimental `CssVarsProvider` in `@mui/material` for generating theme CSS variables (#31138) @mnajdova
|
|
5820
|
-
- 📣 Moved date and time pickers from the lab to MUI
|
|
7379
|
+
- 📣 Moved date and time pickers from the lab to MUI X (#31984) @flaviendelangle
|
|
5821
7380
|
- Several 🐛 bug fixes and 📚 documentation improvements
|
|
5822
7381
|
|
|
5823
7382
|
### `@mui/material@5.6.0`
|
|
@@ -5877,7 +7436,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
5877
7436
|
|
|
5878
7437
|
- ​<!-- 28 -->[core] Update peer deps to support React 18 (#32063) @eps1lon
|
|
5879
7438
|
- ​<!-- 27 -->[core] Fix running docs:api on Windows (#32091) @michaldudak
|
|
5880
|
-
- ​<!-- 26 -->[core] Fix api build script for Base
|
|
7439
|
+
- ​<!-- 26 -->[core] Fix api build script for Base UI (#32081) @siriwatknp
|
|
5881
7440
|
|
|
5882
7441
|
All contributors of this release in alphabetical order: @apeltop, @eps1lon, @flaviendelangle, @garronej, @ivan-ngchakming, @m4theushw, @MatthijsMud, @michaldudak, @mnajdova, @oliviertassinari, @psjishnu, @raigoinabox, @samuelsycamore, @siriwatknp, @TkaczykAdam
|
|
5883
7442
|
|
|
@@ -5925,7 +7484,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
5925
7484
|
|
|
5926
7485
|
- ​<!-- 03 -->[FocusTrap] Move docs to Base and drop the Unstyled prefix (#31954) @michaldudak
|
|
5927
7486
|
|
|
5928
|
-
Removed the `Unstyled_` prefix from the Base export (it remains in the Material
|
|
7487
|
+
Removed the `Unstyled_` prefix from the Base export (it remains in the Material UI export, though).
|
|
5929
7488
|
|
|
5930
7489
|
```diff
|
|
5931
7490
|
-import { Unstyled_TrapFocus } from '@mui/base';
|
|
@@ -5958,7 +7517,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
5958
7517
|
- ​<!-- 21 -->[docs] Fix in-house ad for the design kits (#31965) @oliviertassinari
|
|
5959
7518
|
- ​<!-- 20 -->[docs] Fix the documentation for filterOptions in Autocomplete API page (#31416) @santhoshbala0178
|
|
5960
7519
|
- ​<!-- 19 -->[docs] Update href for 'TypeScript guide on theme customization' (#31880) @NickFoden
|
|
5961
|
-
- ​<!-- 18 -->[docs] Fix the CSS
|
|
7520
|
+
- ​<!-- 18 -->[docs] Fix the CSS Modules example in the Interoperability page (#31935) @WilsonNet
|
|
5962
7521
|
- ​<!-- 17 -->[docs] Fix small typo in the `styled()` utility page (#31967) @jason1985
|
|
5963
7522
|
- ​<!-- 16 -->[docs] Update mui-x on material-ui navigation (#31810) @siriwatknp
|
|
5964
7523
|
- ​<!-- 15 -->[docs] Copy ClickAwayListener docs to Base (#31878) @michaldudak
|
|
@@ -6070,7 +7629,7 @@ A big thanks to the 23 contributors who made this release possible. Here are som
|
|
|
6070
7629
|
- [docs] Refine the product identifier menu (#31262) @danilo-leal
|
|
6071
7630
|
- [docs] Fix Search crash (#31386) @reckter
|
|
6072
7631
|
- [docs] Update TextField multiline description (#31291) @jontewks
|
|
6073
|
-
- [docs] Add gap theme mapping in
|
|
7632
|
+
- [docs] Add gap theme mapping in MUI System properties table (#31382) @danilo-leal
|
|
6074
7633
|
- [docs] Test products search (#31351) @siriwatknp
|
|
6075
7634
|
- [docs] Fix GitHub source links in the demo toolbar (#31339) @PunitSoniME
|
|
6076
7635
|
- [docs] Add Algolia verification code to robot.txt (#31356) @siriwatknp
|
|
@@ -6104,7 +7663,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
6104
7663
|
|
|
6105
7664
|
- ​<!-- 24 -->[ClassNameGenerator] Prevent all `base` imports (#31297) @siriwatknp
|
|
6106
7665
|
|
|
6107
|
-
`unstable_ClassNameGenerator` has been moved from `utils` to `className` folder to prevent all Base
|
|
7666
|
+
`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:
|
|
6108
7667
|
|
|
6109
7668
|
```diff
|
|
6110
7669
|
-import { unstable_ClassNameGenerator } from '@mui/material/utils';
|
|
@@ -6155,7 +7714,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
6155
7714
|
- ​<!-- 18 -->[docs] Fix maxWidth of scrollable Tabs demos (#31285) @danilo-leal
|
|
6156
7715
|
- ​<!-- 17 -->[docs] Fix icon linking implementation concurrent safe (#30428) @Janpot
|
|
6157
7716
|
- ​<!-- 16 -->[docs] Follow up new doc space issues (#31251) @siriwatknp
|
|
6158
|
-
- ​<!-- 29 -->[examples] Add `@types/node` to
|
|
7717
|
+
- ​<!-- 29 -->[examples] Add `@types/node` to Next.js TypeScript starter (#30918) @Daggy1234
|
|
6159
7718
|
- ​<!-- 14 -->[examples] Fix import ThemeProvider from correct package in remix-wit… (#30981) @nnecec
|
|
6160
7719
|
- ​<!-- 25 -->[blog] Simplify the labels (#30921) @oliviertassinari
|
|
6161
7720
|
- ​<!-- 08 -->[l10n] Add Croatian (hr-HR) and Serbian (sr-RS) translation (#30906) @m14d3n
|
|
@@ -6269,7 +7828,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
6269
7828
|
- ​<!-- 12 -->[docs] Fix small typo in chips.md (#31092) @cameliaben
|
|
6270
7829
|
- ​<!-- 07 -->[l10n] Add it-IT translation for labelDisplayedRows (#31131) @frab90
|
|
6271
7830
|
- ​<!-- 06 -->[l10n] Add pl-PL translation for labelDisplayedRows (#31088) @ThomasTheHuman
|
|
6272
|
-
- ​<!-- 03 -->[website] Sync MUI
|
|
7831
|
+
- ​<!-- 03 -->[website] Sync MUI X table feature (#30913) @alexfauquette
|
|
6273
7832
|
- ​<!-- 02 -->[website] Prefill source in job application links (#31036) @oliviertassinari
|
|
6274
7833
|
- ​<!-- 01 -->[website] Fix a grammar mistake (#31099) @huyenltnguyen
|
|
6275
7834
|
|
|
@@ -6324,10 +7883,10 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
6324
7883
|
- [docs] Increase scroll affordance in wide tables (#30713) @danilo-leal
|
|
6325
7884
|
- [docs] Fix look & feel of the Masonry demos (#30971) @oliviertassinari
|
|
6326
7885
|
- [docs] Improve Base component demos (#30884) @danilo-leal
|
|
6327
|
-
- [docs] Use full product names (Material
|
|
7886
|
+
- [docs] Use full product names (Material UI, MUI System) (#30960) @oliviertassinari
|
|
6328
7887
|
- [docs] Prefer useEnhancedEffect to avoid server side warnings (#30977) @mnajdova
|
|
6329
7888
|
- [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
|
|
6330
|
-
- [docs] Add live Tailwind
|
|
7889
|
+
- [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
|
|
6331
7890
|
- [website] Add banner for promoting priority open roles (#31076) @danilo-leal
|
|
6332
7891
|
- [website] Open Full-stack Engineer role for studio (#31038) @prakhargupta1
|
|
6333
7892
|
- [website] Minor security improvements (#31062) @oliviertassinari
|
|
@@ -6341,7 +7900,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
6341
7900
|
- [core] Bump date-io version (#31016) @michaldudak
|
|
6342
7901
|
- [core] Fix typo in useSlider (#31061) @ryohey
|
|
6343
7902
|
- [core] Remove unused draft-js types package (#30993) @michaldudak
|
|
6344
|
-
- [test] Test if certain Base members are exported from Material
|
|
7903
|
+
- [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
|
|
6345
7904
|
- [core] Remove dead code (#31064) @oliviertassinari
|
|
6346
7905
|
|
|
6347
7906
|
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
|
|
@@ -6426,7 +7985,7 @@ _Feb 1, 2022_
|
|
|
6426
7985
|
|
|
6427
7986
|
A big thanks to the 22 contributors who made this release possible. Here are some highlights ✨:
|
|
6428
7987
|
|
|
6429
|
-
- 🛠 @goncalovf added an example project using [Material
|
|
7988
|
+
- 🛠 @goncalovf added an example project using [Material UI with Vite.js](https://github.com/mui/material-ui/tree/master/examples/material-ui-vite) (#28241)
|
|
6430
7989
|
- Number of 🐛 bug fixes and 📚 documentation improvements.
|
|
6431
7990
|
|
|
6432
7991
|
### `@mui/material@5.4.0`
|
|
@@ -6489,7 +8048,7 @@ A big thanks to the 22 contributors who made this release possible. Here are som
|
|
|
6489
8048
|
|
|
6490
8049
|
### Core
|
|
6491
8050
|
|
|
6492
|
-
- ​<!-- 29 -->[core] Clarify the label, to match with MUI
|
|
8051
|
+
- ​<!-- 29 -->[core] Clarify the label, to match with MUI X (#30831) @oliviertassinari
|
|
6493
8052
|
- ​<!-- 26 -->[core] Remove none code related instructions from git (#30843) @oliviertassinari
|
|
6494
8053
|
- ​<!-- 25 -->[core] Fix typos in comments for scripts (#30809) @aefox
|
|
6495
8054
|
- ​<!-- 24 -->[core] Fix 301 link in the blog @oliviertassinari
|
|
@@ -6510,7 +8069,7 @@ _Jan 24, 2022_
|
|
|
6510
8069
|
|
|
6511
8070
|
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
6512
8071
|
|
|
6513
|
-
- 🛠 @mnajdova added interoperability guide for using Tailwind
|
|
8072
|
+
- 🛠 @mnajdova added interoperability guide for using Tailwind CSS (#30700)
|
|
6514
8073
|
- A meaningful number of 🐛 bug fixes and 📚 documentation improvements.
|
|
6515
8074
|
|
|
6516
8075
|
### `@mui/icons-material@5.3.1`
|
|
@@ -6536,7 +8095,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
6536
8095
|
- ​<!-- 21 -->[docs] Fix SEO crawl errors (#30733) @oliviertassinari
|
|
6537
8096
|
- ​<!-- 20 -->[docs] Update migration-v4.md (#30721) @ddecrulle
|
|
6538
8097
|
- ​<!-- 19 -->[docs] Fix migration issues detected by `ahrefs` (#30751) @siriwatknp
|
|
6539
|
-
- ​<!-- 18 -->[docs] Add interoprability guide for using Tailwind
|
|
8098
|
+
- ​<!-- 18 -->[docs] Add interoprability guide for using Tailwind CSS (#30700) @mnajdova
|
|
6540
8099
|
- ​<!-- 17 -->[docs] Fix typo in containedSizeMedium class (#30723) @aaneitchik
|
|
6541
8100
|
- ​<!-- 16 -->[docs] Hotfix the wrong URL in X marketing page (#30729) @siriwatknp
|
|
6542
8101
|
- ​<!-- 15 -->[docs] Post migration preparation fix (#30716) @siriwatknp
|
|
@@ -6605,7 +8164,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
6605
8164
|
- [docs] Fix migration guides for versions older than v4 (#30595) @kkirsche
|
|
6606
8165
|
- [docs] Inform about specific files for DataGrid locales (#30411) @alexfauquette
|
|
6607
8166
|
- [docs] jss-to-tss migration advise to drop clsx in favor of cx (#30527) @garronej
|
|
6608
|
-
- [docs] Fix integration with MUI
|
|
8167
|
+
- [docs] Fix integration with MUI X (#30593) @oliviertassinari
|
|
6609
8168
|
- [docs] Adding peer dependencies explanation on @mui/lab README.md (#30532) @glaucoheitor
|
|
6610
8169
|
- [docs] Add missing quote in migration docs (#30587) @Atralbus
|
|
6611
8170
|
- [docs] Update link to Doit sponsor (#30586) @oliviertassinari
|
|
@@ -6750,13 +8309,13 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
6750
8309
|
- ​<!-- 08 -->[docs] Fix incorrect number of breakpoint helpers (#30353) @chwallen
|
|
6751
8310
|
- ​<!-- 07 -->[docs] Update outdated links (#30260) @oliviertassinari
|
|
6752
8311
|
- ​<!-- 06 -->[docs] Support redirects from old urls to /material/\* (#30286) @siriwatknp
|
|
6753
|
-
- ​<!-- 05 -->[examples] Fix CSS
|
|
8312
|
+
- ​<!-- 05 -->[examples] Fix CSS Modules integration (#30381) @oliviertassinari
|
|
6754
8313
|
- ​<!-- 02 -->[website] Fix SEO issues (#30372) @oliviertassinari
|
|
6755
8314
|
- ​<!-- 01 -->[website] Sync sponsors (#30259) @oliviertassinari
|
|
6756
8315
|
|
|
6757
8316
|
### Core
|
|
6758
8317
|
|
|
6759
|
-
- ​<!-- 28 -->[core] Rename Material
|
|
8318
|
+
- ​<!-- 28 -->[core] Rename Material UI to MUI (#30338) @ZeeshanTamboli
|
|
6760
8319
|
- ​<!-- 23 -->[core] Fix warning in dev mode (#30368) @oliviertassinari
|
|
6761
8320
|
- ​<!-- 22 -->[core] Update `buildApi` script to support new structure (#30245) @siriwatknp
|
|
6762
8321
|
|
|
@@ -6878,7 +8437,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
6878
8437
|
- ​<!-- 19 -->[docs] Sync translations with Crowdin (#30067) @l10nbot
|
|
6879
8438
|
- ​<!-- 18 -->[docs] Fix link on "Custom variables" section in the Theming page #30100 @danilo-leal
|
|
6880
8439
|
- ​<!-- 17 -->[docs] Fix justifyContent option in the Grid interactive demo (#30117) @danilo-leal
|
|
6881
|
-
- ​<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in Stack
|
|
8440
|
+
- ​<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in Stack Overflow (#30101) @danilo-leal
|
|
6882
8441
|
- ​<!-- 15 -->[docs] Fix import example inside Unstyled Backdrop section (#30098) @TheodosiouTh
|
|
6883
8442
|
- ​<!-- 01 -->[website] Column pinning and Tree data are out (#30136) @oliviertassinari
|
|
6884
8443
|
- ​<!-- 07 -->[survey] Remove survey promotion items (#30122) @danilo-leal
|
|
@@ -6904,7 +8463,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
6904
8463
|
|
|
6905
8464
|
<a href="https://mui.com/components/tables/#unstyled-table"><img width="800" alt="unstyled table" src="https://user-images.githubusercontent.com/4512430/144862194-584356ef-7d9d-462c-a631-186a7e716193.png"></a>
|
|
6906
8465
|
|
|
6907
|
-
You can follow our progress with unstyled components at https://github.com/mui/
|
|
8466
|
+
You can follow our progress with unstyled components at https://github.com/mui/base-ui/issues/10.
|
|
6908
8467
|
|
|
6909
8468
|
- 🎉 We have added an example of how to use MUI with [Remix](https://remix.run/) (#29952) @mnajdova
|
|
6910
8469
|
|
|
@@ -6922,7 +8481,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
6922
8481
|
### `@mui/system@5.2.3`
|
|
6923
8482
|
|
|
6924
8483
|
- ​<!-- 06 -->[system] Fix return type of `createBox` (#29989) @mnajdova
|
|
6925
|
-
- ​<!-- 05 -->[system] Support boolean values in
|
|
8484
|
+
- ​<!-- 05 -->[system] Support boolean values in TypeScript for the `sx` prop when used as array (#29911) @tasugi
|
|
6926
8485
|
|
|
6927
8486
|
### `@mui/utils@5.2.3`
|
|
6928
8487
|
|
|
@@ -6959,7 +8518,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
6959
8518
|
- ​<!-- 21 -->[docs] Update nextjs-typescript-example (#29974) @huydhoang
|
|
6960
8519
|
- ​<!-- 20 -->[docs] Add missing global state classes to API docs generator (#29945) @michaldudak
|
|
6961
8520
|
- ​<!-- 19 -->[docs] Fix benchmarks folder link (#29981) @fourjr
|
|
6962
|
-
- ​<!-- 18 -->[docs] Improve wording in Stack
|
|
8521
|
+
- ​<!-- 18 -->[docs] Improve wording in Stack Overflow section of support page (#29956) @ronwarner
|
|
6963
8522
|
- ​<!-- 17 -->[docs] Remove Black Friday sale notification (#29936) @mbrookes
|
|
6964
8523
|
- ​<!-- 16 -->[examples] Fix typos in the Remix example (#30071) @MichaelDeBoey
|
|
6965
8524
|
- ​<!-- 15 -->[examples] Add Remix example (#29952) @mnajdova
|
|
@@ -6972,7 +8531,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
6972
8531
|
### Core
|
|
6973
8532
|
|
|
6974
8533
|
- ​<!-- 31 -->[core] Batch small changes (#30042) @oliviertassinari
|
|
6975
|
-
- ​<!-- 28 -->[core] Transition to a new Stack
|
|
8534
|
+
- ​<!-- 28 -->[core] Transition to a new Stack Overflow tag (#29967) @oliviertassinari
|
|
6976
8535
|
|
|
6977
8536
|
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
|
|
6978
8537
|
|
|
@@ -7048,13 +8607,13 @@ _Nov 25, 2021_
|
|
|
7048
8607
|
|
|
7049
8608
|
A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
7050
8609
|
|
|
7051
|
-
This is an early release to fix `export 'useId' (imported as 'React') was not found in 'react'` when bundling code depending on MUI
|
|
8610
|
+
This is an early release to fix `export 'useId' (imported as 'React') was not found in 'react'` when bundling code depending on MUI Core.
|
|
7052
8611
|
|
|
7053
8612
|
- ​<!-- 10 -->[AppBar][docs] Add a fully responsive demo to docs (#29829) @karakib2k18
|
|
7054
8613
|
- ​<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
|
|
7055
8614
|
- ​<!-- 8 -->[core] Move bundle size monitoring to CircleCI (#29876) @eps1lon
|
|
7056
8615
|
- ​<!-- 7 -->[docs] Add keys to Responsive AppBar demo (#29884) @mbrookes
|
|
7057
|
-
- ​<!-- 6 -->[docs] MUI's 2021 Developer
|
|
8616
|
+
- ​<!-- 6 -->[docs] MUI's 2021 Developer Survey (#29765) @prakhargupta1
|
|
7058
8617
|
- ​<!-- 5 -->[docs] Smoother image loading UX (#29858) @oliviertassinari
|
|
7059
8618
|
- ​<!-- 4 -->[Select] Fix select display value with React Nodes (#29836) @kegi
|
|
7060
8619
|
- ​<!-- 3 -->[system] Add `experimental_sx` utility (#29833) @mnajdova
|
|
@@ -7119,7 +8678,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
7119
8678
|
|
|
7120
8679
|
### Docs
|
|
7121
8680
|
|
|
7122
|
-
- [blog] MUI
|
|
8681
|
+
- [blog] MUI X v5 blog post (#29590) @DanailH
|
|
7123
8682
|
- [blog] Polish the Benny Joo joins MUI post (#29697) @oliviertassinari
|
|
7124
8683
|
- [changelog] Explain why we do breaking changes @oliviertassinari
|
|
7125
8684
|
- [core] Update latest issue template for codesandbox CI (#29783) @eps1lon
|
|
@@ -7171,7 +8730,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
7171
8730
|
|
|
7172
8731
|
- ​<!-- 27 -->[core] Rename mui/core to mui/base (#29585) @michaldudak
|
|
7173
8732
|
|
|
7174
|
-
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
|
|
8733
|
+
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.
|
|
7175
8734
|
|
|
7176
8735
|
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.
|
|
7177
8736
|
|
|
@@ -7187,7 +8746,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
7187
8746
|
|
|
7188
8747
|
### Docs
|
|
7189
8748
|
|
|
7190
|
-
- ​<!-- 25 -->[docs] Correct bundler configuration for using legacy
|
|
8749
|
+
- ​<!-- 25 -->[docs] Correct bundler configuration for using legacy Material UI build (#29146) @petermikitsh
|
|
7191
8750
|
- ​<!-- 24 -->[docs] Fix typo on autocomplete.md (#29570) @netizer
|
|
7192
8751
|
- ​<!-- 23 -->[docs] Fix dark mode on branding pages (#29611) @alexfauquette
|
|
7193
8752
|
- ​<!-- 22 -->[docs] Do not render CSS section in API docs navbar if there are no CSS classes (#29622) @ZeeshanTamboli
|
|
@@ -7199,7 +8758,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
7199
8758
|
- ​<!-- 16 -->[docs] Remove svg logos from the Support page (#29431) @oliviertassinari
|
|
7200
8759
|
- ​<!-- 15 -->[docs] Link UXPin integration (#29422) @oliviertassinari
|
|
7201
8760
|
- ​<!-- 14 -->[docs] Link to the new public roadmap for the design kits (#29433) @oliviertassinari
|
|
7202
|
-
- ​<!-- 28 -->[docs] correct bundler configuration for using legacy
|
|
8761
|
+
- ​<!-- 28 -->[docs] correct bundler configuration for using legacy Material UI build (#29146) @petermikitsh
|
|
7203
8762
|
- ​<!-- 01 -->[website] Fix premium plan release date (#29430) @oliviertassinari
|
|
7204
8763
|
- ​<!-- 02 -->[website] Add GitHub icon button to the navbar (#29640) @danilo-leal
|
|
7205
8764
|
- ​<!-- 39 -->[blog] Support many authors in markdown pages (#29633) @m4theushw
|
|
@@ -7313,7 +8872,7 @@ A big thanks to the 33 contributors who made this release possible. Here are som
|
|
|
7313
8872
|
- ​<!-- 61 -->[core] Convert a named color to lowercase (#29465) @ainatenhi
|
|
7314
8873
|
- ​<!-- 60 -->[core] Allow to reuse functions from `docs:api` (#28828) @m4theushw
|
|
7315
8874
|
- ​<!-- 59 -->[core] Commit new nextjs 12 tsconfig (#29458) @eps1lon
|
|
7316
|
-
- ​<!-- 58 -->[core] Settle on MUI
|
|
8875
|
+
- ​<!-- 58 -->[core] Settle on MUI X for the official name (#29420) @oliviertassinari
|
|
7317
8876
|
- ​<!-- 57 -->[core] Add mui as a npm keyword (#29427) @oliviertassinari
|
|
7318
8877
|
- ​<!-- 56 -->[core] Fix issue template redirection (#29432) @oliviertassinari
|
|
7319
8878
|
- ​<!-- 55 -->[core] Remove unecessary destructuration (#29354) @oliviertassinari
|
|
@@ -7673,7 +9232,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
7673
9232
|
- ​<!-- 30 -->[docs] Update caret position in comments to match npm scope (#28426) @eps1lon
|
|
7674
9233
|
- ​<!-- 29 -->[docs] Fix CONTRIBUTING to point out to master as targeted branch (#28396) @mnajdova
|
|
7675
9234
|
- ​<!-- 28 -->[docs] Update examples to remove 'beta' (#28475) @oliviertassinari
|
|
7676
|
-
- ​<!-- 27 -->[docs] Fix 404 links to MUI
|
|
9235
|
+
- ​<!-- 27 -->[docs] Fix 404 links to MUI X API (#28176) @oliviertassinari
|
|
7677
9236
|
- ​<!-- 26 -->[docs] Fix broken/incorrect attributes links in Avatar and NativeSelect API pages (#28417) @xenostar
|
|
7678
9237
|
- ​<!-- 25 -->[docs] Explain how `<Alert icon={false} />` behaves (#28348) @nguyenkhanhnam
|
|
7679
9238
|
- ​<!-- 24 -->[docs] Fix typo in /system/the-sx-prop (#28393) @danwoods
|
|
@@ -7700,7 +9259,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
7700
9259
|
- ​<!-- 42 -->[core] Remove code handling JSS components (#28421) @eps1lon
|
|
7701
9260
|
- ​<!-- 41 -->[core] Remove unused dependencies (#28468) @eps1lon
|
|
7702
9261
|
- ​<!-- 40 -->[core] Ensure both docs bundles are analyzeable (#28410) @eps1lon
|
|
7703
|
-
- ​<!-- 39 -->[core] Switch to
|
|
9262
|
+
- ​<!-- 39 -->[core] Switch to Webpack 5 (#28248) @eps1lon
|
|
7704
9263
|
- ​<!-- 38 -->[core] Batch small changes (#28177) @oliviertassinari
|
|
7705
9264
|
- ​<!-- 37 -->[core] Update publish tag to latest (#28382) @mnajdova
|
|
7706
9265
|
- ​<!-- 19 -->[framer] Update @mui/\* dependencies (#28469) @eps1lon
|
|
@@ -7717,7 +9276,7 @@ All contributors of this release in alphabetical order: @breitembach, @chetrit,
|
|
|
7717
9276
|
|
|
7718
9277
|
_Sep 16, 2021_
|
|
7719
9278
|
|
|
7720
|
-
After over 400 days of development and over 40 canary releases, we are excited to introduce [MUI
|
|
9279
|
+
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/)!
|
|
7721
9280
|
|
|
7722
9281
|
Some statistics with the released of v5.0.0 compared to the one of v4.0.0:
|
|
7723
9282
|
|
|
@@ -7752,10 +9311,10 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
|
|
|
7752
9311
|
|
|
7753
9312
|
### Docs
|
|
7754
9313
|
|
|
7755
|
-
- ​<!-- 38 -->[blog] Introducing MUI
|
|
9314
|
+
- ​<!-- 38 -->[blog] Introducing MUI Core v5.0 (#27912) @oliviertassinari
|
|
7756
9315
|
- ​<!-- 08 -->[docs] Fix quotes in font-face literal (#28260) @Aurelain
|
|
7757
9316
|
- ​<!-- 07 -->[docs] Update redirects to X's docs (#28263) @m4theushw
|
|
7758
|
-
- ​<!-- 06 -->[docs] Change Material
|
|
9317
|
+
- ​<!-- 06 -->[docs] Change Material UI to MUI in the console (#28270) @mbrookes
|
|
7759
9318
|
- ​<!-- 05 -->[docs] Docs redesign adjustments (#28203) @mnajdova
|
|
7760
9319
|
- ​<!-- 04 -->[docs] How to compose theme in steps (#28246) @goncalovf
|
|
7761
9320
|
- ​<!-- 03 -->[docs] Fix DataGrid demo console warning in Table docs (#28235) @ZeeshanTamboli
|
|
@@ -7776,7 +9335,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
|
|
|
7776
9335
|
|
|
7777
9336
|
### Core
|
|
7778
9337
|
|
|
7779
|
-
- ​<!-- 12 -->[core] Replace Material
|
|
9338
|
+
- ​<!-- 12 -->[core] Replace Material UI with MUI (#28243) @mnajdova
|
|
7780
9339
|
- ​<!-- 11 -->[core] Prepare for v5 stable release (#28240) @mnajdova
|
|
7781
9340
|
- ​<!-- 10 -->[core] Mark lines that needs to be changed with a major release (#28238) @mnajdova
|
|
7782
9341
|
- ​<!-- 18 -->[core] Various updates to what we consider the default branch (#28328) @eps1lon
|
|
@@ -7837,7 +9396,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
7837
9396
|
- ​<!-- 29 -->[docs] Improve docs for creating dark theme (#28104) @mnajdova
|
|
7838
9397
|
- ​<!-- 28 -->[docs] Don't use Material theme in unstyled demos (#28073) @michaldudak
|
|
7839
9398
|
- ​<!-- 27 -->[docs] Fix api doc import example (#28199) @siriwatknp
|
|
7840
|
-
- ​<!-- 26 -->[docs] Remove demo for re-creating Material
|
|
9399
|
+
- ​<!-- 26 -->[docs] Remove demo for re-creating Material UI switches (#28042) @eps1lon
|
|
7841
9400
|
- ​<!-- 25 -->[docs] Improve legibility of CTA on landing page (#28124) @akashshyamdev
|
|
7842
9401
|
- ​<!-- 24 -->[docs] Fix Link outdated default underline prop (#28134) @outofgamut
|
|
7843
9402
|
- ​<!-- 23 -->[docs] Fix branding theme leaking on the templates (#28120) @mnajdova
|
|
@@ -8248,7 +9807,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
8248
9807
|
- ​<!-- 37 -->[website] Add spicefactory as gold sponsor @oliviertassinari
|
|
8249
9808
|
- ​<!-- 30 -->[website] Homepage rebranding (#27488) @siriwatknp
|
|
8250
9809
|
- ​<!-- 24 -->[website] Add Flavien to team and about pages (#27575) @flaviendelangle
|
|
8251
|
-
- ​<!-- 17 -->[website] Add Ryan to Community contributors for Stack
|
|
9810
|
+
- ​<!-- 17 -->[website] Add Ryan to Community contributors for Stack Overflow contributions (#27529) @ryancogswell
|
|
8252
9811
|
- ​<!-- 02 -->[website] Add references section to home (#27444) @siriwatknp
|
|
8253
9812
|
|
|
8254
9813
|
### Core
|
|
@@ -8325,7 +9884,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
8325
9884
|
### Docs
|
|
8326
9885
|
|
|
8327
9886
|
- ​<!-- 56 -->[docs] Display Popper arrow correctly (#27339) @Patil2099
|
|
8328
|
-
- ​<!-- 53 -->[docs] Focus pickers introduction on Material
|
|
9887
|
+
- ​<!-- 53 -->[docs] Focus pickers introduction on Material UI (#27394) @eps1lon
|
|
8329
9888
|
- ​<!-- 51 -->[docs] Fix wrong import path in @material-ui/styles section (#27427) @WeldonTan
|
|
8330
9889
|
- ​<!-- 47 -->[docs] Update color imports (#27321) @siriwatknp
|
|
8331
9890
|
- ​<!-- 38 -->[docs] Sync params of callbacks between types and JSDoc description (#27366) @eps1lon
|
|
@@ -8374,7 +9933,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
8374
9933
|
|
|
8375
9934
|
<a href="https://mui.com/components/switches/#unstyled"><img width="832" alt="switch" src="https://user-images.githubusercontent.com/3165635/125192249-236f8a80-e247-11eb-9df9-17d476379a32.png"></a>
|
|
8376
9935
|
|
|
8377
|
-
You can follow our progress at https://github.com/mui/
|
|
9936
|
+
You can follow our progress at https://github.com/mui/base-ui/issues/10.
|
|
8378
9937
|
|
|
8379
9938
|
- 💄 We have updated the default `info` `success` `warning` color to be more accessible (#26817) @siriwatknp.
|
|
8380
9939
|
You can find the new [default values](https://mui.com/material-ui/customization/palette/#default-values) in the documentation.
|
|
@@ -8448,7 +10007,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
8448
10007
|
- [docs] Sort the size in a more logical order (#27186) @oliviertassinari
|
|
8449
10008
|
- [docs] Use actual link to paperbase (#27063) @eps1lon
|
|
8450
10009
|
- [docs] Use custom markdown loader for landing page (#27065) @eps1lon
|
|
8451
|
-
- [docs] Use
|
|
10010
|
+
- [docs] Use Webpack 5 (#27077) @eps1lon
|
|
8452
10011
|
- [examples] Fix CDN warning (#27229) @oliviertassinari
|
|
8453
10012
|
- [examples] Remove `StyledEngineProvider` as JSS is not used (#27133) @mnajdova
|
|
8454
10013
|
- [examples] Remove forgotten StyledEngineProvider (#27163) @oliviertassinari
|
|
@@ -8468,7 +10027,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
8468
10027
|
- [test] Update tests with latest state of StrictMode compatibility (#27042) @eps1lon
|
|
8469
10028
|
- [test] Use DOM events instead of mocked, partial events (#27198) @eps1lon
|
|
8470
10029
|
- [website] Open 4 new roles (#27123) @oliviertassinari
|
|
8471
|
-
- [blog] Danilo Leal joins Material
|
|
10030
|
+
- [blog] Danilo Leal joins Material UI (#27231) @oliviertassinari
|
|
8472
10031
|
|
|
8473
10032
|
All contributors of this release in alphabetical order: @eps1lon, @mbrookes, @michal-perlakowski, @michaldudak, @mnajdova, @moshfeu, @oliviertassinari, @rajzik, @renovate[bot], @sahil-blulabs, @ShirasawaSama, @siriwatknp, @vimutti77
|
|
8474
10033
|
|
|
@@ -8578,7 +10137,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
8578
10137
|
- ​<!-- 35 -->[docs] Fix /components/hidden merge conflict (#26997) @eps1lon
|
|
8579
10138
|
- ​<!-- 26 -->[docs] Fix 404 links (#26963) @oliviertassinari
|
|
8580
10139
|
- ​<!-- 24 -->[docs] Remove link that points to v4 blog post (#26960) @steveafrost
|
|
8581
|
-
- ​<!-- 16 -->[docs] Use custom
|
|
10140
|
+
- ​<!-- 16 -->[docs] Use custom Webpack loader for markdown (#26774) @eps1lon
|
|
8582
10141
|
- ​<!-- 11 -->[docs] Fix 301 links (#26942) @oliviertassinari
|
|
8583
10142
|
- ​<!-- 01 -->[docs] Add page for the `sx` prop (#26769) @mnajdova
|
|
8584
10143
|
- ​<!-- 52 -->[docs] pre-fill issue when a demo crashes (#27034) @eps1lon
|
|
@@ -8790,7 +10349,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
8790
10349
|
- ​<!-- 02 -->[docs] Fix small PT typo fix: inciar -> iniciar (#26775) @brunocavalcante
|
|
8791
10350
|
- ​<!-- 03 -->[I10n] Add Chinese (Hong Kong) (zh-HK) locale (#26637) @kshuiroy
|
|
8792
10351
|
- ​<!-- 44 -->[l10n] Add sinhalese (siLK) locale (#26875) @pavinduLakshan
|
|
8793
|
-
- ​<!-- 39 -->[examples] Rename
|
|
10352
|
+
- ​<!-- 39 -->[examples] Rename Next.js TypeScript theme from tsx to ts (#26862) @Izhaki
|
|
8794
10353
|
|
|
8795
10354
|
### Core
|
|
8796
10355
|
|
|
@@ -8905,7 +10464,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
|
|
|
8905
10464
|
|
|
8906
10465
|
### Docs
|
|
8907
10466
|
|
|
8908
|
-
- ​<!-- 20 -->[blog] Michał Dudak joins Material
|
|
10467
|
+
- ​<!-- 20 -->[blog] Michał Dudak joins Material UI (#26700) @oliviertassinari
|
|
8909
10468
|
- ​<!-- 27 -->[docs] Migrate onepirate premium template to emotion part2 (#26707) @vicasas
|
|
8910
10469
|
- ​<!-- 24 -->[docs] Fix TextField demo layout (#26710) @vicasas
|
|
8911
10470
|
- ​<!-- 19 -->[docs] Improve Paperbase demo (#26711) @oliviertassinari
|
|
@@ -9120,7 +10679,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
9120
10679
|
- [ButtonBase] Fix role="button" attribute (#26271) @Gautam-Arora24
|
|
9121
10680
|
- [Dialog] Fix support for custom breakpoints (#26331) @jeferson-sb
|
|
9122
10681
|
- [Select] Open popup below button (#26200) @oliviertassinari
|
|
9123
|
-
- [TextField] Add variants support,
|
|
10682
|
+
- [TextField] Add variants support, for example custom sizes (#26468) @siriwatknp
|
|
9124
10683
|
- [Tooltip] Improve handling of small vs. touch screens (#26097) @oliviertassinari
|
|
9125
10684
|
|
|
9126
10685
|
### `@material-ui/codemod@5.0.0-alpha.35`
|
|
@@ -9193,7 +10752,7 @@ We are progressively moving all modules that are relevant to styling custom desi
|
|
|
9193
10752
|
- [test] Move ClockPicker tests to ClockPicker.test (#26407) @eps1lon
|
|
9194
10753
|
- [test] setProps from createPickerRender should set props on the rendered element (#26405) @eps1lon
|
|
9195
10754
|
- [utils] Convert useId to TypeScript (#26491) @eps1lon
|
|
9196
|
-
- [website] Add Material
|
|
10755
|
+
- [website] Add Material UI X page (#25794) @DanailH
|
|
9197
10756
|
- [website] Add open application section (#26501) @oliviertassinari
|
|
9198
10757
|
- [website] Add Siriwat to team page (#26406) @siriwatknp
|
|
9199
10758
|
|
|
@@ -9452,7 +11011,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
9452
11011
|
|
|
9453
11012
|
- ​<!-- 51 -->[Box] Remove render prop (#26113) @m4theushw
|
|
9454
11013
|
|
|
9455
|
-
Its behavior can be obtained using the `sx` prop directly on the child if it's a Material
|
|
11014
|
+
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:
|
|
9456
11015
|
|
|
9457
11016
|
```diff
|
|
9458
11017
|
-<Box sx={{ border: '1px dashed grey' }}>
|
|
@@ -10068,7 +11627,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
10068
11627
|
- ​<!-- 03 -->[docs] Add interoperability section for Portal (#25575) @mnajdova
|
|
10069
11628
|
- ​<!-- 01 -->[docs] Fix side nav scroll position (#25619) @misaka3
|
|
10070
11629
|
- ​<!-- 30 -->[website] Q1 2021 Update (#25591) @oliviertassinari
|
|
10071
|
-
- ​<!-- 04 -->[website] Matheus Wichman joins Material
|
|
11630
|
+
- ​<!-- 04 -->[website] Matheus Wichman joins Material UI (#25590) @oliviertassinari
|
|
10072
11631
|
|
|
10073
11632
|
### Core
|
|
10074
11633
|
|
|
@@ -10138,7 +11697,7 @@ A big thanks to the 26 contributors who made this release possible. Here are som
|
|
|
10138
11697
|
### Docs
|
|
10139
11698
|
|
|
10140
11699
|
- ​<!-- 46 -->[docs] Provide an alternative to right-to-left (#25584) @dariusk
|
|
10141
|
-
- ​<!-- 45 -->[docs] Add note for
|
|
11700
|
+
- ​<!-- 45 -->[docs] Add note for TypeScript on the styled() customization guide (#25576) @mnajdova
|
|
10142
11701
|
- ​<!-- 44 -->[docs] Replace incorrect instances of defined with define (#25572) @surajpoddar16
|
|
10143
11702
|
- ​<!-- 42 -->[docs] Fix spelling error in roadmap.md file (#25570) @Brlaney
|
|
10144
11703
|
- ​<!-- 37 -->[docs] Migrate Card demos to emotion (#25557) @vicasas
|
|
@@ -10572,7 +12131,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
10572
12131
|
2. @vicasas x5
|
|
10573
12132
|
3. @kodai3 x4
|
|
10574
12133
|
|
|
10575
|
-
- 📐 Add a subset of
|
|
12134
|
+
- 📐 Add a subset of MUI System as flattened props on `Typography` (#24496) @mnajdova.
|
|
10576
12135
|
Now, you can do:
|
|
10577
12136
|
|
|
10578
12137
|
```jsx
|
|
@@ -10589,7 +12148,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
10589
12148
|
- Increase the minimum version of TypeScript supported from v3.2 to v3.5. (#24795) @petyosi
|
|
10590
12149
|
|
|
10591
12150
|
We try to align with types released from [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) (i.e. packages published on npm under the `@types` namespace).
|
|
10592
|
-
We will not change the minimum supported version in a major version of Material
|
|
12151
|
+
We will not change the minimum supported version in a major version of Material UI.
|
|
10593
12152
|
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).
|
|
10594
12153
|
|
|
10595
12154
|
#### Changes
|
|
@@ -10645,7 +12204,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
10645
12204
|
|
|
10646
12205
|
- ​<!-- 78 -->[system] Use spacing unit in `gap`, `rowGap`, and `columnGap` (#24794) @ruppysuppy
|
|
10647
12206
|
|
|
10648
|
-
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,
|
|
12207
|
+
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}>`.
|
|
10649
12208
|
|
|
10650
12209
|
```diff
|
|
10651
12210
|
<Box
|
|
@@ -10663,7 +12222,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
10663
12222
|
#### Breaking changes
|
|
10664
12223
|
|
|
10665
12224
|
- ​<!-- 91 -->[types] Rename the exported `Omit` type in `@material-ui/types`. (#24795) @petyosi
|
|
10666
|
-
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
|
|
12225
|
+
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).
|
|
10667
12226
|
|
|
10668
12227
|
```diff
|
|
10669
12228
|
-import { Omit } from '@material-ui/types';
|
|
@@ -10739,7 +12298,7 @@ A big thanks to the 23 contributors who made this release possible. Here are som
|
|
|
10739
12298
|
- 👩🎤 Convert 31 components to emotion. Around 40% of the components have been migrated so far thanks to the help of the community.
|
|
10740
12299
|
- 🐛 Fix two long-standing issues with the Grid. Solve the horizontal scrollbar as well as dimensions when nesting (#24332) @greguintow.
|
|
10741
12300
|
- 📚 Fix various display issues on API documentation pages (#24526, #24503, #24504. #24517, #24417).
|
|
10742
|
-
- 📐 Add a subset of
|
|
12301
|
+
- 📐 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.
|
|
10743
12302
|
|
|
10744
12303
|
```jsx
|
|
10745
12304
|
<Box m={2}>
|
|
@@ -10822,7 +12381,7 @@ A big thanks to the 23 contributors who made this release possible. Here are som
|
|
|
10822
12381
|
- ​<!-- 70 -->[docs] Add API of picker components (#24497) @eps1lon
|
|
10823
12382
|
- ​<!-- 63 -->[examples] Add `locale` prop to the Nextjs Link component (#24596) @CyanoFresh
|
|
10824
12383
|
- ​<!-- 52 -->[docs] List required props first in /api/\* (#24526) @eps1lon
|
|
10825
|
-
- ​<!-- 45 -->[docs] Mention
|
|
12384
|
+
- ​<!-- 45 -->[docs] Mention MUI System props when available in the API pages (#24503) @mnajdova
|
|
10826
12385
|
- ​<!-- 43 -->[docs] Improve system properties page (#24524) @mnajdova
|
|
10827
12386
|
- ​<!-- 42 -->[docs] Fix malformed component API description (#24504) @eps1lon
|
|
10828
12387
|
- ​<!-- 41 -->[docs] Fix ToC "Component name" fragment link on /api/\* (#24517) @eps1lon
|
|
@@ -11029,7 +12588,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
11029
12588
|
- 👩🎤 Migrate the Avatar to emotion (#24114) @oliviertassinari
|
|
11030
12589
|
- 👩🎤 Migrate the Button to emotion (#24107, #24100) @mnajdova
|
|
11031
12590
|
- ♿️ Improve TrapFocus behavior, ignore the container as a tabbable element (#23364) @gregnb
|
|
11032
|
-
In rare cases, an element might not longer be tabbable when looping,
|
|
12591
|
+
In rare cases, an element might not longer be tabbable when looping, for example overflow container in Firefox.
|
|
11033
12592
|
You can work around the problem by adding a `tabIndex={0}` or customizing the `getTabbable` prop.
|
|
11034
12593
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
11035
12594
|
|
|
@@ -11305,7 +12864,7 @@ _Dec 3, 2020_
|
|
|
11305
12864
|
|
|
11306
12865
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
11307
12866
|
|
|
11308
|
-
- Fix most of the issues with
|
|
12867
|
+
- Fix most of the issues with MUI System (#23716, #23635, #23737, #23733, #23700, #23688) @mnajdova.
|
|
11309
12868
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
11310
12869
|
|
|
11311
12870
|
### `@material-ui/core@v5.0.0-alpha.18`
|
|
@@ -11398,7 +12957,7 @@ _Nov 23, 2020_
|
|
|
11398
12957
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
11399
12958
|
|
|
11400
12959
|
- 📚 Improve the IntelliSense support for the `sx` prop (#23599) @mnajdova.
|
|
11401
|
-
You should now get a description for each property of
|
|
12960
|
+
You should now get a description for each property of MUI System. For instance with `mx`:
|
|
11402
12961
|
|
|
11403
12962
|

|
|
11404
12963
|
|
|
@@ -11429,7 +12988,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
11429
12988
|
);
|
|
11430
12989
|
```
|
|
11431
12990
|
|
|
11432
|
-
This enforces emotion being injected first. [More details](https://mui.com/material-ui/
|
|
12991
|
+
This enforces emotion being injected first. [More details](https://mui.com/material-ui/integrations/interoperability/#css-injection-order) in the documentation.
|
|
11433
12992
|
|
|
11434
12993
|
- [Autocomplete] Rename `closeIcon` prop with `clearIcon` to avoid confusion (#23617) @akhilmhdh.
|
|
11435
12994
|
|
|
@@ -11523,24 +13082,24 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
11523
13082
|
- [DatePicker] Add missing exports (#23621) @havgry
|
|
11524
13083
|
- [DatePicker] Add missing TypeScript definitions (#23560) @mbrookes
|
|
11525
13084
|
- [DatePicker] Fix false-positive when validating mask in Safari (#23602) @eps1lon
|
|
11526
|
-
- [DatePicker] Fix missing manifest for
|
|
13085
|
+
- [DatePicker] Fix missing manifest for TypeScript packages (#23564) @eps1lon
|
|
11527
13086
|
- [TimePicker] Prevent scroll when interacting with the clock (#23563) @knightss27
|
|
11528
13087
|
|
|
11529
13088
|
### Docs
|
|
11530
13089
|
|
|
11531
|
-
- [docs] Add advanced page for
|
|
13090
|
+
- [docs] Add advanced page for MUI System (#23596) @mnajdova
|
|
11532
13091
|
- [docs] Add docs for typography in system (#23510) @oliviertassinari
|
|
11533
13092
|
- [docs] API pages i18n (#23214) @mbrookes
|
|
11534
13093
|
- [docs] Create pickers migration guide (#23605) @dmtrKovalenko
|
|
11535
13094
|
- [docs] Enable TS language service for docs/src (#23576) @eps1lon
|
|
11536
|
-
- [docs] Explain the information listed on
|
|
13095
|
+
- [docs] Explain the information listed on MUI System properties page (#23566) @mnajdova
|
|
11537
13096
|
- [docs] Fix /api client-side routing (#23586) @eps1lon
|
|
11538
13097
|
- [docs] Fix the Box section title on migration-v4 guide (#23679) @claudioldf
|
|
11539
13098
|
- [docs] Generate default values for docs from the unstyled components (#23614) @mnajdova
|
|
11540
13099
|
- [docs] Increase printWidth from 80 to 85(#23512) @eps1lon
|
|
11541
13100
|
- [docs] Prevent layout jumps from img loading in system demo (#23504) @eps1lon
|
|
11542
13101
|
- [docs] Remove controlled Tooltip example in Slider (#23625) @micsidoruk
|
|
11543
|
-
- [docs] Remove dead demos in
|
|
13102
|
+
- [docs] Remove dead demos in MUI System basics page (#23565) @mnajdova
|
|
11544
13103
|
- [docs] Replace emotion-server packages with @emotion/server (#23557) @numToStr
|
|
11545
13104
|
- [docs] Sync translations (#23648) @l10nbot
|
|
11546
13105
|
|
|
@@ -11569,7 +13128,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
11569
13128
|
|
|
11570
13129
|
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.
|
|
11571
13130
|
|
|
11572
|
-
- 📚 Revamp the documentation for [
|
|
13131
|
+
- 📚 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.
|
|
11573
13132
|
- 👩🎨 Upgrade emotion to v11 (#23007) @mnajdova.
|
|
11574
13133
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
11575
13134
|
|
|
@@ -11636,12 +13195,12 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
11636
13195
|
- [docs] Fix links being opened when dismissing context menus (#23491) @eps1lon
|
|
11637
13196
|
- [docs] Fix the Netlify proxy for localization of X (#23387) @oliviertassinari
|
|
11638
13197
|
- [docs] Fix usage of palette.type instead of palette.mode in docs (#23414) @hubgit
|
|
11639
|
-
- [docs] Improve documentation of
|
|
13198
|
+
- [docs] Improve documentation of MUI System (#23294) @mnajdova
|
|
11640
13199
|
- [docs] Improve feedback a11y (#23459) @eps1lon
|
|
11641
|
-
- [docs] Improve formatting of
|
|
13200
|
+
- [docs] Improve formatting of MUI System (#23509) @oliviertassinari
|
|
11642
13201
|
- [docs] Improve migration guide for theme.palette (#23416) @hubgit
|
|
11643
13202
|
- [docs] Mention delay instead of transition twice (#23393) @benmneb
|
|
11644
|
-
- [docs] Prepare Material
|
|
13203
|
+
- [docs] Prepare Material UI X (#1893) @oliviertassinari
|
|
11645
13204
|
- [docs] Redirect legacy GridList pages to ImageList (#23456) @eps1lon
|
|
11646
13205
|
- [docs] Remove redundant aria-label when wrapped in Tooltip (#23455) @eps1lon
|
|
11647
13206
|
- [docs] Sync translations (#23316) @l10nbot
|
|
@@ -11669,19 +13228,19 @@ _Nov 4, 2020_
|
|
|
11669
13228
|
A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
|
|
11670
13229
|
|
|
11671
13230
|
- ⚛️ Add support for React 17 (#23311) @eps1lon.
|
|
11672
|
-
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
|
|
13231
|
+
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`.
|
|
11673
13232
|
- 🛠 Introduce a new `@material-ui/unstyled` package (#23270) @mnajdova.
|
|
11674
13233
|
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.
|
|
11675
13234
|
|
|
11676
13235
|
**Why an unstyled package?**
|
|
11677
13236
|
|
|
11678
|
-
While engineering teams are successfully building custom design systems by wrapping Material
|
|
13237
|
+
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.
|
|
11679
13238
|
|
|
11680
13239
|
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).
|
|
11681
13240
|
|
|
11682
13241
|
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).
|
|
11683
13242
|
|
|
11684
|
-
A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material
|
|
13243
|
+
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).
|
|
11685
13244
|
|
|
11686
13245
|
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.
|
|
11687
13246
|
|
|
@@ -11708,7 +13267,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
11708
13267
|
- [Avatar] Fix usage of srcset property (#23286) @matheuspiment
|
|
11709
13268
|
- [ClickAwayListener] Fix mounting behavior in Portals in React 17 (#23315) @eps1lon
|
|
11710
13269
|
- [core] Allow React 17 (#23311) @eps1lon
|
|
11711
|
-
- [Icon] Fix translation,
|
|
13270
|
+
- [Icon] Fix translation, for example Google Translate (#23237) @cbeltrangomez84
|
|
11712
13271
|
- [LinearProgress] Fix Safari's bug during composition of different paint (#23293) @montogeek
|
|
11713
13272
|
- [Radio] Fix dot misalignment in Safari (#23239) @anasufana
|
|
11714
13273
|
- [styled-engine] Fix tagged template syntax with multiple expressions (#23269) @eps1lon
|
|
@@ -11745,8 +13304,8 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
11745
13304
|
### Docs
|
|
11746
13305
|
|
|
11747
13306
|
- [Transition] Document default appear value (#23221) @GuilleDF
|
|
11748
|
-
- [blog] Danail Hadjiatanasov joins Material
|
|
11749
|
-
- [docs] Add Material
|
|
13307
|
+
- [blog] Danail Hadjiatanasov joins Material UI (#23223) @oliviertassinari
|
|
13308
|
+
- [docs] Add Material UI Builder to in-house ads (#23342) @mbrookes
|
|
11750
13309
|
- [docs] Fix a few typos and add comma (#23284) @reedanders
|
|
11751
13310
|
- [docs] Fix few propTypes in Inputs (#23331) @youknowhat
|
|
11752
13311
|
- [docs] Fix language cookie (#23324) @mbrookes
|
|
@@ -11782,8 +13341,8 @@ A big thanks to the 23 contributors who made this release possible.
|
|
|
11782
13341
|
Here are some highlights ✨:
|
|
11783
13342
|
|
|
11784
13343
|
- 💄 Introduce a new `sx` prop (#23053, #23205) @mnajdova
|
|
11785
|
-
We have resumed the work on Material
|
|
11786
|
-
You can read the [introduction blog post](https://medium.com/material-ui/introducing-material-ui-design-system-93e921beb8df) that we did for
|
|
13344
|
+
We have resumed the work on Material UI System. This is made possible by the latest progress on the new styling solution of v5.
|
|
13345
|
+
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.
|
|
11787
13346
|
|
|
11788
13347
|
The system is meant to solve the following problems:
|
|
11789
13348
|
|
|
@@ -11792,10 +13351,10 @@ Here are some highlights ✨:
|
|
|
11792
13351
|
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?
|
|
11793
13352
|
4. Pulling values out from the theme can be cumbersome. How can we make it less painful to increase the usage of design tokens?
|
|
11794
13353
|
|
|
11795
|
-
This new iteration of
|
|
13354
|
+
This new iteration of MUI System brings two major improvements:
|
|
11796
13355
|
|
|
11797
13356
|
- It moves from the support of a subset of CSS to the support of a superset of CSS.
|
|
11798
|
-
Learning the shorthand is optional. It's no longer necessary to moving back to styled() when
|
|
13357
|
+
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.
|
|
11799
13358
|
- It moves from support on Box only to any core component (starting with the slider).
|
|
11800
13359
|
|
|
11801
13360
|
```jsx
|
|
@@ -11955,12 +13514,12 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
11955
13514
|
Here are some highlights ✨:
|
|
11956
13515
|
|
|
11957
13516
|
- 📦 Ship modern bundle (#22814) @eps1lon.
|
|
11958
|
-
This is a significant update to the [browsers supported](https://mui.com/material-ui/getting-started/supported-platforms/) by Material
|
|
13517
|
+
This is a significant update to the [browsers supported](https://mui.com/material-ui/getting-started/supported-platforms/) by Material UI.
|
|
11959
13518
|
The previous policy was defined 2 years ago, and the landscape has evolved since then. The package now includes 4 bundles:
|
|
11960
13519
|
|
|
11961
13520
|
1. `stable` (default, formerly `esm`) which targets a snapshot (on release) of `> 0.5%, last 2 versions, Firefox ESR, not dead, not IE 11"`
|
|
11962
13521
|
2. `node` (formerly default) which targets a snapshot (on release) of `maintained node versions`
|
|
11963
|
-
3. `legacy` (new) which is `stable` +
|
|
13522
|
+
3. `legacy` (new) which is `stable` + IE 11
|
|
11964
13523
|
4. `modern` (formerly `es`) which targets the last 1 version of evergreen browsers and active node (currently that is 14
|
|
11965
13524
|
|
|
11966
13525
|
The change yields a 6% reduction in bundle size 📦 (Babel only).
|
|
@@ -12306,7 +13865,7 @@ Here are some highlights ✨:
|
|
|
12306
13865
|
|
|
12307
13866
|
- 👩🎨 A first iteration on the new styling solution.
|
|
12308
13867
|
|
|
12309
|
-
You can find a [new version](https://mui.com/components/slider-styled/) of the slider in the lab powered by [
|
|
13868
|
+
You can find a [new version](https://mui.com/components/slider-styled/) of the slider in the lab powered by [Emotion](https://emotion.sh/).
|
|
12310
13869
|
|
|
12311
13870
|
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.
|
|
12312
13871
|
|
|
@@ -12505,7 +14064,7 @@ More documentation are coming.
|
|
|
12505
14064
|
- [docs] Add ui-schema in related projects (#22644) @elbakerino
|
|
12506
14065
|
- [docs] Avoid confusion between layout grid and data grid (#22681) @oliviertassinari
|
|
12507
14066
|
- [docs] Batch small changes (#22646) @oliviertassinari
|
|
12508
|
-
- [docs] Configuring redirects for MUI
|
|
14067
|
+
- [docs] Configuring redirects for MUI X (#22632) @dtassone
|
|
12509
14068
|
- [docs] Customized hook at Autocomplete issue in dark mode (#22605) @hmaddisb
|
|
12510
14069
|
- [docs] Encourage DataGrid in /components/tables/ over alternatives (#22637) @oliviertassinari
|
|
12511
14070
|
- [docs] Fix emotion broken in SSR (#22731) @mnajdova
|
|
@@ -12610,7 +14169,7 @@ Here are some highlights ✨:
|
|
|
12610
14169
|
|
|
12611
14170
|
- [theme] Remove palette.text.hint key (#22537) @mbrookes
|
|
12612
14171
|
|
|
12613
|
-
The `theme.palette.text.hint` key was available but unused in Material
|
|
14172
|
+
The `theme.palette.text.hint` key was available but unused in Material UI v4 components.
|
|
12614
14173
|
You can use `adaptV4Theme()` to restore the previous behavior.
|
|
12615
14174
|
|
|
12616
14175
|
#### Changes
|
|
@@ -12678,7 +14237,7 @@ Here are some highlights ✨:
|
|
|
12678
14237
|
#### Breaking changes
|
|
12679
14238
|
|
|
12680
14239
|
- [Modal] Remove `onRendered` prop from Modal and Portal (#22464) @eps1lon
|
|
12681
|
-
Depending on your use case either use a [callback ref](https://
|
|
14240
|
+
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.
|
|
12682
14241
|
|
|
12683
14242
|
#### Changes
|
|
12684
14243
|
|
|
@@ -13028,7 +14587,7 @@ A big thanks to the 26 contributors who made this release possible.
|
|
|
13028
14587
|
Here are some highlights ✨:
|
|
13029
14588
|
|
|
13030
14589
|
- 💅 Introduce a new dynamic variant API (#21648) @mnajdova.
|
|
13031
|
-
This API allows developers to add new variants on the Material
|
|
14590
|
+
This API allows developers to add new variants on the Material UI's components right from the theme, without having to wrap the components.
|
|
13032
14591
|
For instance with the Button:
|
|
13033
14592
|
|
|
13034
14593
|
```tsx
|
|
@@ -13390,7 +14949,7 @@ A big thanks to the 11 contributors who made this release possible.
|
|
|
13390
14949
|
- [core] Drop support for non-ref-forwarding class components (#21811) @eps1lon
|
|
13391
14950
|
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.
|
|
13392
14951
|
Otherwise check out the ["Caveat with refs" section in our composition guide](/guides/composition/#caveat-with-refs) to find out how to migrate.
|
|
13393
|
-
This change affects almost all components where you're using the `component` prop or passing `children` to components that require `children` to be elements (
|
|
14952
|
+
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>`)
|
|
13394
14953
|
- [Stepper] Use context API (#21613) @baterson
|
|
13395
14954
|
Rely on the context over the `React.cloneElement()` API.
|
|
13396
14955
|
This change makes composition easier.
|
|
@@ -13626,28 +15185,28 @@ A big thanks to the 33 contributors who made this release possible. Here are som
|
|
|
13626
15185
|
+</Accordion>
|
|
13627
15186
|
```
|
|
13628
15187
|
|
|
13629
|
-
- [BottomNavigation]
|
|
15188
|
+
- [BottomNavigation] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
|
|
13630
15189
|
|
|
13631
15190
|
```diff
|
|
13632
15191
|
-<BottomNavigation onChange={(event: React.ChangeEvent<{}>) => {}} />
|
|
13633
15192
|
+<BottomNavigation onChange={(event: React.SyntheticEvent) => {}} />
|
|
13634
15193
|
```
|
|
13635
15194
|
|
|
13636
|
-
- [Slider]
|
|
15195
|
+
- [Slider] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
|
|
13637
15196
|
|
|
13638
15197
|
```diff
|
|
13639
15198
|
-<Slider onChange={(event: React.ChangeEvent<{}>, value: unknown) => {}} />
|
|
13640
15199
|
+<Slider onChange={(event: React.SyntheticEvent, value: unknown) => {}} />
|
|
13641
15200
|
```
|
|
13642
15201
|
|
|
13643
|
-
- [Tabs]
|
|
15202
|
+
- [Tabs] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
|
|
13644
15203
|
|
|
13645
15204
|
```diff
|
|
13646
15205
|
-<Tabs onChange={(event: React.ChangeEvent<{}>, value: unknown) => {}} />
|
|
13647
15206
|
+<Tabs onChange={(event: React.SyntheticEvent, value: unknown) => {}} />
|
|
13648
15207
|
```
|
|
13649
15208
|
|
|
13650
|
-
- [Accordion]
|
|
15209
|
+
- [Accordion] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
|
|
13651
15210
|
|
|
13652
15211
|
```diff
|
|
13653
15212
|
-<Accordion onChange={(event: React.ChangeEvent<{}>, expanded: boolean) => {}} />
|