@mui/styled-engine-sc 6.0.0-alpha.9 → 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 +1927 -410
- package/GlobalStyles/GlobalStyles.d.ts +1 -1
- package/README.md +1 -1
- package/StyledEngineProvider/StyledEngineProvider.d.ts +1 -1
- package/index.d.ts +34 -38
- 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,1523 @@
|
|
|
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
|
+
|
|
3
1521
|
## 5.15.1
|
|
4
1522
|
|
|
5
1523
|
<!-- generated comparing v5.15.0..master -->
|
|
@@ -50,7 +1568,7 @@ _Dec 11, 2023_
|
|
|
50
1568
|
|
|
51
1569
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
52
1570
|
|
|
53
|
-
- 🚀 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
|
|
54
1572
|
|
|
55
1573
|
### `@mui/material@5.15.0`
|
|
56
1574
|
|
|
@@ -88,14 +1606,14 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
88
1606
|
- ​<!-- 09 -->[docs][base-ui] Add copy button & primary color picker to the component gallery page (#39884) @mnajdova
|
|
89
1607
|
- ​<!-- 08 -->[docs-infra] Update CodeSandbox links (#39992) @anle9650
|
|
90
1608
|
- ​<!-- 04 -->[material-ui][docs] Fix wrong root element for emotion styles in shadow DOM (#35326) @EloB
|
|
91
|
-
- ​<!-- 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
|
|
92
1610
|
- ​<!-- 02 -->[joy-ui][templates] Remove outdated code (#40095) @zanivan
|
|
93
1611
|
- ​<!-- 05 -->[material-ui][docs][Popper] Update Positioned Popper demo styles (#40170) @sai6855
|
|
94
1612
|
|
|
95
1613
|
### Core
|
|
96
1614
|
|
|
97
1615
|
- ​<!-- 08 -->[blog] Add a Phuket retreat blog post (#40055) @mikailaread
|
|
98
|
-
- ​<!-- 07 -->[blog] Adjust the latest MUI
|
|
1616
|
+
- ​<!-- 07 -->[blog] Adjust the latest MUI X blog post (#40046) @danilo-leal
|
|
99
1617
|
- ​<!-- 05 -->[core] Migrate from tslint to eslint (#40020) @ZeeshanTamboli
|
|
100
1618
|
|
|
101
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
|
|
@@ -132,7 +1650,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
132
1650
|
- ​<!-- 13 -->[docs-infra] Simplify CSS classes extraction in API docs generator (#39808) @michaldudak
|
|
133
1651
|
- ​<!-- 04 -->[website] Polish dark mode colors (#40052) @danilo-leal
|
|
134
1652
|
- ​<!-- 03 -->[website] Add why Design Engineer for data grid (#40016) @oliviertassinari
|
|
135
|
-
- ​<!-- 02 -->[website] Add stray fixes to the Base
|
|
1653
|
+
- ​<!-- 02 -->[website] Add stray fixes to the Base UI page (#40051) @danilo-leal
|
|
136
1654
|
- ​<!-- 01 -->[website] Revise the Developer Advocate job posting (#39210) @samuelsycamore
|
|
137
1655
|
|
|
138
1656
|
All contributors of this release in alphabetical order: @alexfauquette, @anle9650, @caweidmann, @danilo-leal, @DiegoAndai, @fzaninotto, @Janpot, @lhilgert9, @michaldudak, @mnajdova, @oliviertassinari, @REX500, @samuelsycamore, @zanivan
|
|
@@ -145,7 +1663,7 @@ _Nov 29, 2023_
|
|
|
145
1663
|
|
|
146
1664
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
147
1665
|
|
|
148
|
-
- 🐛 Fix Material
|
|
1666
|
+
- 🐛 Fix Material UI Autocomplete behavior when there are duplicate labels (#36426) @islandryu
|
|
149
1667
|
- 🚀 Added Material You Linear Progress to `material-next` package (#39807) @lhilgert9
|
|
150
1668
|
|
|
151
1669
|
### `@mui/material@5.14.19`
|
|
@@ -187,7 +1705,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
187
1705
|
|
|
188
1706
|
- ​<!-- 19 -->[material-ui] Fix theme prop in v5 migration guide (#39976) @sai6855
|
|
189
1707
|
- ​<!-- 43 -->[base-ui] Improve Next.js Link docs (#39838) @oliviertassinari
|
|
190
|
-
- ​<!-- 39 -->[base-ui] Export Base
|
|
1708
|
+
- ​<!-- 39 -->[base-ui] Export Base UI theme in stylesheet (#39694) @mnajdova
|
|
191
1709
|
- ​<!-- 52 -->[joy-ui] Fix the date min & max slot props values on the Input demo (#40018) @avikalpg
|
|
192
1710
|
- ​<!-- 35 -->[joy-ui][ButtonGroup] Fix orientation prop description (#39876) @sai6855
|
|
193
1711
|
- ​<!-- 25 -->[joy-ui] Update gif from the Dark Mode Optimization page (#39726) @danilo-leal
|
|
@@ -202,7 +1720,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
202
1720
|
- ​<!-- 31 -->Fix nested CSS warning (#39932) @mnajdova
|
|
203
1721
|
- ​<!-- 30 -->Make integration searchable (#39967) @oliviertassinari
|
|
204
1722
|
- ​<!-- 29 -->Fix use of quote in markdown (#39953) @oliviertassinari
|
|
205
|
-
- ​<!-- 28 -->Show design links on Joy
|
|
1723
|
+
- ​<!-- 28 -->Show design links on Joy UI (#39955) @oliviertassinari
|
|
206
1724
|
- ​<!-- 27 -->Restore Algolia results when searching for "Figma" (#39956) @oliviertassinari
|
|
207
1725
|
- ​<!-- 26 -->Fix two tone icon dark mode color (#39868) @mnajdova
|
|
208
1726
|
|
|
@@ -221,7 +1739,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
221
1739
|
- ​<!-- 04 -->[website] Fix 301 redirection to X tree-view @oliviertassinari
|
|
222
1740
|
- ​<!-- 03 -->[website] Change redirection prefixes @oliviertassinari
|
|
223
1741
|
- ​<!-- 02 -->[website] Fix 301 link @oliviertassinari
|
|
224
|
-
- ​<!-- 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
|
|
225
1743
|
|
|
226
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
|
|
227
1745
|
|
|
@@ -233,7 +1751,7 @@ _Nov 14, 2023_
|
|
|
233
1751
|
|
|
234
1752
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
235
1753
|
|
|
236
|
-
- 💫 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
|
|
237
1755
|
- other 🐛 bug fixes and 📚 documentation improvements
|
|
238
1756
|
|
|
239
1757
|
### `@mui/material@5.14.18`
|
|
@@ -267,13 +1785,13 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
267
1785
|
- ​<!-- 16 -->[joy-ui] Fix API generation for Grid (#39861) @oliviertassinari
|
|
268
1786
|
- ​<!-- 15 -->[joy-ui] Fix menu in color inversion header demo (#39785) @sai6855
|
|
269
1787
|
- ​<!-- 14 -->[joy-ui] Change the design kit link on the Overview page (#39725) @danilo-leal
|
|
270
|
-
- ​<!-- 13 -->[joy-ui] Add `CssBaseline` to integration with Material
|
|
1788
|
+
- ​<!-- 13 -->[joy-ui] Add `CssBaseline` to integration with Material UI page (#39790) @swillianc
|
|
271
1789
|
- ​<!-- 10 -->[joy-ui][Tabs] Add wordBreak style to demo (#39821) @sai6855
|
|
272
1790
|
|
|
273
1791
|
## Core
|
|
274
1792
|
|
|
275
|
-
- ​<!-- 27 -->[blog] MUI
|
|
276
|
-
- ​<!-- 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
|
|
277
1795
|
- ​<!-- 23 -->[core] Remove legacy docs files (#39860) @oliviertassinari
|
|
278
1796
|
- ​<!-- 22 -->[core] Fix GitHub title tag consistency @oliviertassinari
|
|
279
1797
|
- ​<!-- 21 -->[core] Make the API docs builder configurable per project (#39772) @michaldudak
|
|
@@ -340,7 +1858,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
340
1858
|
- [docs-infra] Fix crawler on API pages (#39490) @alexfauquette
|
|
341
1859
|
- [docs–infra] Small polish on API toggle (#39704) @oliviertassinari
|
|
342
1860
|
- [core] Speed up the CI by removing the second build (#39684) @michaldudak
|
|
343
|
-
- [core][docs] Fix broken MUI
|
|
1861
|
+
- [core][docs] Fix broken MUI System link in README.md (#39734) @samuelsycamore
|
|
344
1862
|
- [website] List benefits for sponsors (#39640) @oliviertassinari
|
|
345
1863
|
- [website] Add Vadym teamMember card to 'About' (#39701) @hasdfa
|
|
346
1864
|
- [test] Fix flaky screenshot (#39711) @oliviertassinari
|
|
@@ -355,7 +1873,7 @@ _Oct 31, 2023_
|
|
|
355
1873
|
|
|
356
1874
|
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
|
|
357
1875
|
|
|
358
|
-
- ✨ New highly requested Joy
|
|
1876
|
+
- ✨ New highly requested Joy UI component: [Snackbar](https://mui.com/joy-ui/react-snackbar) (#38801) @ZeeshanTamboli
|
|
359
1877
|
|
|
360
1878
|
### `@mui/material@5.14.16`
|
|
361
1879
|
|
|
@@ -446,7 +1964,7 @@ A big thanks to the 17 contributors who made this release possible.
|
|
|
446
1964
|
|
|
447
1965
|
- ​<!-- 09 -->Update peer dep of @mui/material (#39398) @brijeshb42
|
|
448
1966
|
|
|
449
|
-
### `@
|
|
1967
|
+
### `@pigment-css/react@0.0.1-alpha.0`
|
|
450
1968
|
|
|
451
1969
|
- ​<!-- 06 -->Implement typings for public runtime API (#39215) @brijeshb42
|
|
452
1970
|
|
|
@@ -527,9 +2045,9 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
527
2045
|
### Docs
|
|
528
2046
|
|
|
529
2047
|
- ​<!-- 27 -->[docs][base-ui] Renaming demos to BaseXxx (#39104) @christophermorin
|
|
530
|
-
- ​<!-- 26 -->[docs] Accessibility in Base
|
|
2048
|
+
- ​<!-- 26 -->[docs] Accessibility in Base UI (#39264) @michaldudak
|
|
531
2049
|
- ​<!-- 22 -->[docs] Fix 301 redirection @oliviertassinari
|
|
532
|
-
- ​<!-- 21 -->[docs] Improve Base
|
|
2050
|
+
- ​<!-- 21 -->[docs] Improve Base UI table of contents for APIs (#39412) @ZeeshanTamboli
|
|
533
2051
|
- ​<!-- 20 -->[docs] Adjust design kits-related content (#39367) @danilo-leal
|
|
534
2052
|
- ​<!-- 19 -->[docs] Revise the Contributing Guide (#39190) @samuelsycamore
|
|
535
2053
|
- ​<!-- 12 -->[docs][joy-ui] Fix row hover prop name in the Table page (#39431) @adrienbrault
|
|
@@ -627,7 +2145,7 @@ _Oct 3, 2023_
|
|
|
627
2145
|
|
|
628
2146
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
629
2147
|
|
|
630
|
-
- 🎨 Introduced color inversion utilities to Joy
|
|
2148
|
+
- 🎨 Introduced color inversion utilities to Joy UI (#38916) @siriwatknp
|
|
631
2149
|
- 🚀 Added Chip and related TextField components to Material You @DiegoAndai, @mj12albert
|
|
632
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
|
|
633
2151
|
|
|
@@ -673,7 +2191,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
673
2191
|
- [docs] Update Autocomplete demo for React 18 (#39162) @oliviertassinari
|
|
674
2192
|
- [docs-infra] Tweak feedback footer section design (#36556) @danilo-leal
|
|
675
2193
|
- [docs-infra] Improve code syntax highlight (#39181) @oliviertassinari
|
|
676
|
-
- [docs][base] Add Tailwind
|
|
2194
|
+
- [docs][base] Add Tailwind CSS + plain CSS demo on the TextArea page (#39046) @alisasanib
|
|
677
2195
|
- [docs][base-ui] Fix style for root div of multiline input (#39182) @ttlpta
|
|
678
2196
|
- [docs][base-ui] Improve Select's country select demo (#38983) @oliviertassinari
|
|
679
2197
|
- [docs][joy-ui] Add scrollable tabs example (#39260) @siriwatknp
|
|
@@ -693,7 +2211,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
693
2211
|
- [core] Update eslint rules (#39178) @romgrk
|
|
694
2212
|
- [core] Fix Greg GitHub slug @oliviertassinari
|
|
695
2213
|
- [core] Priority Support casing normalization @oliviertassinari
|
|
696
|
-
- [website] Add
|
|
2214
|
+
- [website] Add Heatmap in pricing page (#39269) @oliviertassinari
|
|
697
2215
|
- [website] Update `React Engineer - xCharts` Ashby link (#39172) @DanailH
|
|
698
2216
|
- [website] Add Charts to the pricing table (#38680) @alexfauquette
|
|
699
2217
|
- [website] Polish career experience @oliviertassinari
|
|
@@ -743,7 +2261,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
743
2261
|
### Docs
|
|
744
2262
|
|
|
745
2263
|
- Improve focus trap demo (#38985) @oliviertassinari
|
|
746
|
-
- Add Tailwind
|
|
2264
|
+
- Add Tailwind CSS + plain CSS demo on the Tabs page (#39000) @alisasanib
|
|
747
2265
|
- Improve the default theme viewer design (#39049) @danilo-leal
|
|
748
2266
|
- Add live demo with CssVarsProvider (#38792) @oliviertassinari
|
|
749
2267
|
- Fix wrong hash on Card's page (#39151) @mnajdova
|
|
@@ -764,7 +2282,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
764
2282
|
- [core] Add a comment to explain `useEnhancedEffect` (#39035) @Janpot
|
|
765
2283
|
- [docs-infra] Fix code removal in table of content (#39165) @alexfauquette
|
|
766
2284
|
- [docs-infra] Improve callouts design (#39084) @danilo-leal
|
|
767
|
-
- [docs-infra] Fix key warning in Base
|
|
2285
|
+
- [docs-infra] Fix key warning in Base UI Slider slots section (#38954) @ZeeshanTamboli
|
|
768
2286
|
- [docs-infra] Fix error when redirecting to the root page (#38451) @maheshguntur
|
|
769
2287
|
- [docs-infra] Open demo crash in the right repository (#39006) @oliviertassinari
|
|
770
2288
|
- [test] Split the test package (#39061) @michaldudak
|
|
@@ -809,7 +2327,7 @@ A big thanks to the 16 contributors who made this release possible. This release
|
|
|
809
2327
|
|
|
810
2328
|
### Docs
|
|
811
2329
|
|
|
812
|
-
- ​<!-- 21 -->[docs][base] Add Tailwind
|
|
2330
|
+
- ​<!-- 21 -->[docs][base] Add Tailwind CSS + plain CSS demo on the NumberInput page (#38928) @alisasanib
|
|
813
2331
|
- ​<!-- 13 -->[docs][Dialog] Add non-modal dialog docs & demo (#38684) @mnajdova
|
|
814
2332
|
- ​<!-- 12 -->[docs] Fix number input wrong demo @oliviertassinari
|
|
815
2333
|
- ​<!-- 11 -->[docs] Exclude joy-ui LinearProgressCountup from visual regression (#38969) @siriwatknp
|
|
@@ -842,8 +2360,8 @@ _Sep 13, 2023_
|
|
|
842
2360
|
|
|
843
2361
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
844
2362
|
|
|
845
|
-
- 🎉 Added the [`Drawer` component](https://mui.com/joy-ui/react-drawer/) to Joy
|
|
846
|
-
- ✨ 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
|
|
847
2365
|
|
|
848
2366
|
### `@mui/material@5.14.9`
|
|
849
2367
|
|
|
@@ -895,7 +2413,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
895
2413
|
- ​<!-- 45 -->[Button][docs][material-ui] Update the file upload demo (#38823) @danilo-leal
|
|
896
2414
|
- ​<!-- 33 -->[docs][DialogTitle] Fix props docs doesn't mention it extends `Typography` props (#38856) @sai6855
|
|
897
2415
|
- ​<!-- 32 -->[docs] Improve npm experience (#38906) @oliviertassinari
|
|
898
|
-
- ​<!-- 31 -->[docs] Fix redirection to Base
|
|
2416
|
+
- ​<!-- 31 -->[docs] Fix redirection to Base UI URLs @oliviertassinari
|
|
899
2417
|
- ​<!-- 30 -->[docs] Fix use of callouts (#38747) @oliviertassinari
|
|
900
2418
|
- ​<!-- 29 -->[docs] Fix 301 links for SEO @oliviertassinari
|
|
901
2419
|
- ​<!-- 28 -->[docs] Remove flag from installation page @oliviertassinari
|
|
@@ -916,7 +2434,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
916
2434
|
### Examples
|
|
917
2435
|
|
|
918
2436
|
- ​<!-- 14 -->[examples] Add shortcut to open example in online IDE (#38572) @oliviertassinari
|
|
919
|
-
- ​<!-- 61 -->[examples][base-ui] Add Base
|
|
2437
|
+
- ​<!-- 61 -->[examples][base-ui] Add Base UI + Vite + Tailwind CSS example in TypeScript (#37595) @dvkam
|
|
920
2438
|
|
|
921
2439
|
### Core
|
|
922
2440
|
|
|
@@ -935,7 +2453,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
935
2453
|
- ​<!-- 55 -->[docs–infra] Fix callout container width (#38880) @oliviertassinari
|
|
936
2454
|
- ​<!-- 23 -->[docs-infra] Catch duplicated trailing splashes in links (#38758) @oliviertassinari
|
|
937
2455
|
- ​<!-- 01 -->[website] add Michel Engelen to the about us page (#38818) @michelengelen
|
|
938
|
-
- ​<!-- 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
|
|
939
2457
|
|
|
940
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
|
|
941
2459
|
|
|
@@ -971,7 +2489,7 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
971
2489
|
|
|
972
2490
|
### `@mui/lab@5.0.0-alpha.143`
|
|
973
2491
|
|
|
974
|
-
- ​<!-- 06 -->[TreeView] Use Tree View from MUI
|
|
2492
|
+
- ​<!-- 06 -->[TreeView] Use Tree View from MUI X in the lab (#38261) @flaviendelangle
|
|
975
2493
|
- ​<!-- 13 -->[LoadingButton] Fix HTML rule button > div forbidden nesting (#38584) @oliviertassinari
|
|
976
2494
|
|
|
977
2495
|
### `@mui/system@5.14.8`
|
|
@@ -985,9 +2503,9 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
985
2503
|
- ​<!-- 52 -->Update changelog (#38704) @mj12albert
|
|
986
2504
|
- ​<!-- 49 -->[docs][Autocomplete] Require referentially stable value (#38734) @michaldudak
|
|
987
2505
|
- ​<!-- 48 -->[docs][base-ui] Add type parameter to the button in prepareForSlot demo (#38640) @michaldudak
|
|
988
|
-
- ​<!-- 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
|
|
989
2507
|
- ​<!-- 46 -->[docs][base-ui]: Working With Tailwind Guide - revises example code to avoid import errors (#38693) @christophermorin
|
|
990
|
-
- ​<!-- 45 -->[docs][base] Add Tailwind
|
|
2508
|
+
- ​<!-- 45 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Menu page (#38618) @alisasanib
|
|
991
2509
|
- ​<!-- 44 -->[blog] Clearer blog release title @oliviertassinari
|
|
992
2510
|
- ​<!-- 43 -->[blog] Add a post for the Tree View migration (#38407) @flaviendelangle
|
|
993
2511
|
- ​<!-- 34 -->[docs] Fix broken links to Next.js docs (#38764) @ruflair
|
|
@@ -996,7 +2514,7 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
996
2514
|
- ​<!-- 31 -->[docs] Clean up not used Usage files (#38715) @danilo-leal
|
|
997
2515
|
- ​<!-- 30 -->[docs] Improve theme builder exceptions (#38709) @jyash97
|
|
998
2516
|
- ​<!-- 29 -->[docs] Polish Slider demos (#38759) @oliviertassinari
|
|
999
|
-
- ​<!-- 28 -->[docs] Fix Joy
|
|
2517
|
+
- ​<!-- 28 -->[docs] Fix Joy UI docs link regression (#38761) @oliviertassinari
|
|
1000
2518
|
- ​<!-- 27 -->[docs] Fix typo @oliviertassinari
|
|
1001
2519
|
- ​<!-- 26 -->[docs] Fix e.g. typo (#38748) @oliviertassinari
|
|
1002
2520
|
- ​<!-- 25 -->[docs] Fix Next.js pages router example redirect link (#38750) @sai6855
|
|
@@ -1047,7 +2565,7 @@ A big thanks to the 11 contributors who made this release possible. This release
|
|
|
1047
2565
|
|
|
1048
2566
|
- [useButton][base-ui] Accept arbitrary props in getRootProps and forward them (#38475) @DiegoAndai
|
|
1049
2567
|
|
|
1050
|
-
### `@
|
|
2568
|
+
### `@pigment-css/react@0.0.1-alpha.1`
|
|
1051
2569
|
|
|
1052
2570
|
- [system][zero][tag] Add support for sx prop (#38535) @brijeshb42
|
|
1053
2571
|
|
|
@@ -1081,9 +2599,9 @@ _Aug 23, 2023_
|
|
|
1081
2599
|
|
|
1082
2600
|
A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
|
|
1083
2601
|
|
|
1084
|
-
- 🚀 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
|
|
1085
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.
|
|
1086
|
-
- 🚀 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
|
|
1087
2605
|
- 🚀 Added InputBase and ButtonBase components to `material-next` (#38319) @DiegoAndai @mj12albert
|
|
1088
2606
|
- 🔋 First iteration on the zero-runtime styling engine compatible with Server Components (#38378) @brijeshb42
|
|
1089
2607
|
|
|
@@ -1101,7 +2619,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1101
2619
|
|
|
1102
2620
|
### `@mui/joy@5.0.0-beta.3`
|
|
1103
2621
|
|
|
1104
|
-
- [Accordion] Add Joy
|
|
2622
|
+
- [Accordion] Add Joy UI Accordion components (#38164) @siriwatknp
|
|
1105
2623
|
- [Select] Add `required` prop (#38167) @siriwatknp
|
|
1106
2624
|
- Miscellaneous fixes (#38462) @siriwatknp
|
|
1107
2625
|
|
|
@@ -1110,7 +2628,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1110
2628
|
- [ButtonBase] Add ButtonBase component (#38319) @DiegoAndai
|
|
1111
2629
|
- [Input] Add InputBase component (#38392) @mj12albert
|
|
1112
2630
|
|
|
1113
|
-
### `@
|
|
2631
|
+
### `@pigment-css/react@0.0.1-alpha.0`
|
|
1114
2632
|
|
|
1115
2633
|
- Implementation of styled tag processor for linaria (#38378) @brijeshb42
|
|
1116
2634
|
|
|
@@ -1120,12 +2638,12 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1120
2638
|
- [docs] Improve the "Understanding MUI packages" page images (#38619) @danilo-leal
|
|
1121
2639
|
- [docs][base-ui] Revise the structure of the Component docs (#38529) @samuelsycamore
|
|
1122
2640
|
- [docs][base-ui] Fix Menu Hooks demo (#38479) @homerchen19
|
|
1123
|
-
- [docs][base-ui] Correct the MUI
|
|
2641
|
+
- [docs][base-ui] Correct the MUI System quickstart example (#38496) @michaldudak
|
|
1124
2642
|
- [docs][base-ui] Add Tailwind & plain CSS demos for Autocomplete page (#38157) @mj12albert
|
|
1125
|
-
- [docs][base-ui] Add Tailwind
|
|
1126
|
-
- [docs][base-ui] Add Tailwind
|
|
1127
|
-
- [docs][base-ui] Add Tailwind
|
|
1128
|
-
- [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
|
|
1129
2647
|
- [docs][joy-ui] Fix typo: Classname -> Class name for consistency (#38510) @alexfauquette
|
|
1130
2648
|
- [docs][joy-ui] Revise the theme color page (#38402) @danilo-leal
|
|
1131
2649
|
- [docs][joy-ui] Sort templates by popularity (#38490) @oliviertassinari
|
|
@@ -1147,22 +2665,22 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1147
2665
|
- [docs] Clarify System peer dependencies @oliviertassinari
|
|
1148
2666
|
- [docs] Fix horizontal scrollbar @oliviertassinari
|
|
1149
2667
|
- [docs] Code style convention @oliviertassinari
|
|
1150
|
-
- [docs] Fix typo in Base
|
|
2668
|
+
- [docs] Fix typo in Base UI @oliviertassinari
|
|
1151
2669
|
- [docs] Update the backers page (#38505) @danilo-leal
|
|
1152
2670
|
- [docs] Add stray design adjustments to the docs (#38501) @danilo-leal
|
|
1153
|
-
- [docs] Use IBM Plex Sans in Tailwind
|
|
2671
|
+
- [docs] Use IBM Plex Sans in Tailwind CSS demos (#38464) @mnajdova
|
|
1154
2672
|
- [docs] Fix SEO issues reported by ahrefs (#38423) @oliviertassinari
|
|
1155
2673
|
|
|
1156
2674
|
### Examples
|
|
1157
2675
|
|
|
1158
2676
|
- [examples] Start to remove Gatsby (#38567) @oliviertassinari
|
|
1159
|
-
- [examples][joy-ui] Fix Joy
|
|
2677
|
+
- [examples][joy-ui] Fix Joy UI example CLI (#38531) @oliviertassinari
|
|
1160
2678
|
- [examples][joy-ui] Improve example when using Next Font (#38540) @mwskwong
|
|
1161
2679
|
|
|
1162
2680
|
### Core
|
|
1163
2681
|
|
|
1164
2682
|
- [changelog] Fix issues in highlight @oliviertassinari
|
|
1165
|
-
- [core] Remove redundant `@material-ui/` aliases from regression test
|
|
2683
|
+
- [core] Remove redundant `@material-ui/` aliases from regression test Webpack config (#38574) @ZeeshanTamboli
|
|
1166
2684
|
- [core] Fix CI error @oliviertassinari
|
|
1167
2685
|
- [core] Remove unnecessary Box (#38461) @oliviertassinari
|
|
1168
2686
|
- [core] Set GitHub Action top level permission @oliviertassinari
|
|
@@ -1182,9 +2700,9 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1182
2700
|
- [docs-infra] Fix GoogleAnalytics missing event for code copy (#38469) @alexfauquette
|
|
1183
2701
|
- [docs-infra] Improve affordance on the code block expansion (#38421) @danilo-leal
|
|
1184
2702
|
- [website] Fine-tune the branding theme buttons (#38588) @danilo-leal
|
|
1185
|
-
- [website] Improve the Base
|
|
1186
|
-
- [website] Add stray design improvements to the Material
|
|
1187
|
-
- [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
|
|
1188
2706
|
- [website] Fix reference to the data grid @oliviertassinari
|
|
1189
2707
|
- [website] Configure Apple Pay @oliviertassinari
|
|
1190
2708
|
- [website] Fix template link on the homepage (#38471) @danilo-leal
|
|
@@ -1199,7 +2717,7 @@ _Aug 14, 2023_
|
|
|
1199
2717
|
|
|
1200
2718
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
1201
2719
|
|
|
1202
|
-
- @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)
|
|
1203
2721
|
|
|
1204
2722
|
### `@mui/material@5.14.5`
|
|
1205
2723
|
|
|
@@ -1225,7 +2743,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1225
2743
|
|
|
1226
2744
|
### Docs
|
|
1227
2745
|
|
|
1228
|
-
- ​<!-- 32 -->[blog] Blog post for MUI
|
|
2746
|
+
- ​<!-- 32 -->[blog] Blog post for MUI X mid v6. Date Pickers, Data Grid, and Charts (#38241) @richbustos
|
|
1229
2747
|
- ​<!-- 35 -->[docs][base-ui] Update number input API docs (#38363) @mj12albert
|
|
1230
2748
|
- ​<!-- 29 -->[docs] Improve page transition speed (#38394) @oliviertassinari
|
|
1231
2749
|
- ​<!-- 28 -->[docs] Improve examples (#38398) @oliviertassinari
|
|
@@ -1237,11 +2755,11 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1237
2755
|
- ​<!-- 14 -->[docs][material-ui] Remove incorrect `aria-label`s in extended variant examples of Floating Action Button (#37170) @ashleykolodziej
|
|
1238
2756
|
- ​<!-- 13 -->[docs][material-ui] Adjust slightly the installation page content (#38380) @danilo-leal
|
|
1239
2757
|
- ​<!-- 12 -->[docs][Switch] Fix the readOnly class name in docs (#38277) @michaldudak
|
|
1240
|
-
- ​<!-- 11 -->[docs][TablePagination] Add Tailwind
|
|
2758
|
+
- ​<!-- 11 -->[docs][TablePagination] Add Tailwind CSS & plain CSS introduction demo (#38286) @mnajdova
|
|
1241
2759
|
|
|
1242
2760
|
### Examples
|
|
1243
2761
|
|
|
1244
|
-
- ​<!-- 10 -->[examples] Add Joy
|
|
2762
|
+
- ​<!-- 10 -->[examples] Add Joy UI + Vite.js + TypeScript example app (#37406) @nithins1
|
|
1245
2763
|
|
|
1246
2764
|
### Core
|
|
1247
2765
|
|
|
@@ -1254,7 +2772,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1254
2772
|
- ​<!-- 21 -->[docs-infra] Adjust heading styles (#38365) @danilo-leal
|
|
1255
2773
|
- ​<!-- 20 -->[docs-infra] Fix info callout border color (#38370) @danilo-leal
|
|
1256
2774
|
- ​<!-- 05 -->[website] Upgrade the homepage hero demos design (#38388) @danilo-leal
|
|
1257
|
-
- ​<!-- 04 -->[website] Improve Base
|
|
2775
|
+
- ​<!-- 04 -->[website] Improve Base UI hero section demo (#38255) @danilo-leal
|
|
1258
2776
|
- ​<!-- 03 -->[website] Fix EmailSubscribe look (#38429) @oliviertassinari
|
|
1259
2777
|
- ​<!-- 02 -->[website] Link Discord in footer (#38369) @richbustos
|
|
1260
2778
|
- ​<!-- 01 -->[website] Clean up the `GetStartedButtons` component (#38256) @danilo-leal
|
|
@@ -1269,7 +2787,7 @@ _Aug 8, 2023_
|
|
|
1269
2787
|
|
|
1270
2788
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
1271
2789
|
|
|
1272
|
-
- 🎉 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
|
|
1273
2791
|
|
|
1274
2792
|
### `@mui/material@5.14.4`
|
|
1275
2793
|
|
|
@@ -1286,7 +2804,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1286
2804
|
|
|
1287
2805
|
- ​<!-- 32 -->[base] Ban default exports (#38200) @michaldudak
|
|
1288
2806
|
|
|
1289
|
-
Base
|
|
2807
|
+
Base UI default exports were changed to named ones. Previously we had a mix of default and named ones.
|
|
1290
2808
|
This was changed to improve consistency and avoid problems some bundlers have with default exports.
|
|
1291
2809
|
See https://github.com/mui/material-ui/issues/21862 for more context.
|
|
1292
2810
|
|
|
@@ -1307,7 +2825,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1307
2825
|
A codemod is provided to help with the migration:
|
|
1308
2826
|
|
|
1309
2827
|
```bash
|
|
1310
|
-
npx @mui/codemod v5.0.0/base-use-named-exports <path>
|
|
2828
|
+
npx @mui/codemod@latest v5.0.0/base-use-named-exports <path>
|
|
1311
2829
|
```
|
|
1312
2830
|
|
|
1313
2831
|
#### Changes
|
|
@@ -1323,10 +2841,10 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1323
2841
|
### Docs
|
|
1324
2842
|
|
|
1325
2843
|
- ​<!-- 33 -->[docs][AppBar] Fix `ResponsiveAppBar` demo logo href (#38346) @iownthegame
|
|
1326
|
-
- ​<!-- 30 -->[docs][base] Add Tailwind
|
|
2844
|
+
- ​<!-- 30 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Button page (#38240) @alisasanib
|
|
1327
2845
|
- ​<!-- 29 -->[docs][Menu][base] Remove `Unstyled` prefix from demos' function names (#38270) @sai6855
|
|
1328
2846
|
- ​<!-- 22 -->[docs] Add themeable component guide (#37908) @siriwatknp
|
|
1329
|
-
- ​<!-- 21 -->[docs] Fix Joy
|
|
2847
|
+
- ​<!-- 21 -->[docs] Fix Joy UI demo background color (#38307) @oliviertassinari
|
|
1330
2848
|
- ​<!-- 20 -->[docs] Update API docs for Number Input component (#38301) @ZeeshanTamboli
|
|
1331
2849
|
- ​<!-- 14 -->[docs][joy-ui] Revise the theme typography page (#38285) @danilo-leal
|
|
1332
2850
|
- ​<!-- 13 -->[docs][joy-ui] Add TS demo for Menu Bar (#38308) @sai6855
|
|
@@ -1336,10 +2854,10 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1336
2854
|
- ​<!-- 05 -->[docs][Skeleton] Make the demos feel more realistic (#38212) @oliviertassinari
|
|
1337
2855
|
|
|
1338
2856
|
- ​<!-- 08 -->[examples] Swap Next.js examples between App Router and Pages Router; update naming convention (#38204) @samuelsycamore
|
|
1339
|
-
- ​<!-- 07 -->[examples][material-ui] Add Material
|
|
2857
|
+
- ​<!-- 07 -->[examples][material-ui] Add Material UI + Next.js (App Router) example in JS (#38323) @samuelsycamore
|
|
1340
2858
|
- ​<!-- 27 -->[blog] Discord announcement blog (#38258) @richbustos
|
|
1341
2859
|
- ​<!-- 26 -->[blog] Fix 301 links to Toolpad @oliviertassinari
|
|
1342
|
-
- ​<!-- 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
|
|
1343
2861
|
- ​<!-- 03 -->[website] Adjust styles of the Product section on the homepage (#38366) @danilo-leal
|
|
1344
2862
|
- ​<!-- 02 -->[website] Add Nora teamMember card to 'About' (#38358) @noraleonte
|
|
1345
2863
|
- ​<!-- 01 -->[website] Fix image layout shift (#38326) @oliviertassinari
|
|
@@ -1367,9 +2885,9 @@ _Jul 31, 2023_
|
|
|
1367
2885
|
|
|
1368
2886
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
1369
2887
|
|
|
1370
|
-
- 🚀 [Joy
|
|
1371
|
-
- ✨ Refine [Joy
|
|
1372
|
-
- 🎉 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
|
|
1373
2891
|
- 💫 Added Material You [Badge](https://mui.com/material-ui/react-badge/#material-you-version) to `material-next` (#37850) @DiegoAndai
|
|
1374
2892
|
|
|
1375
2893
|
### `@mui/material@5.14.3`
|
|
@@ -1408,7 +2926,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1408
2926
|
|
|
1409
2927
|
### Docs
|
|
1410
2928
|
|
|
1411
|
-
- ​<!-- 49 -->[docs] Update Joy
|
|
2929
|
+
- ​<!-- 49 -->[docs] Update Joy UI's package README (#38262) @ZeeshanTamboli
|
|
1412
2930
|
- ​<!-- 48 -->[docs][base-ui] Add new batch of coming soon pages (#38025) @danilo-leal
|
|
1413
2931
|
- ​<!-- 44 -->[docs] fix links to standardized examples (#38193) @emmanuel-ferdman
|
|
1414
2932
|
- ​<!-- 43 -->[docs-infra] Small design polish to the Diamond Sponsor container (#38257) @danilo-leal
|
|
@@ -1418,7 +2936,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1418
2936
|
- ​<!-- 39 -->[docs][material] Revise and update Examples doc (#38205) @samuelsycamore
|
|
1419
2937
|
- ​<!-- 38 -->[docs] Fix typo in notifications.json @mbrookes
|
|
1420
2938
|
- ​<!-- 37 -->[docs-infra] Remove leftover standardNavIcon (#38252) @DiegoAndai
|
|
1421
|
-
- ​<!-- 34 -->[docs][base] Add Tailwind
|
|
2939
|
+
- ​<!-- 34 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Popper page (#37953) @zanivan
|
|
1422
2940
|
- ​<!-- 31 -->[docs][Button][joy] Improve `loading` prop documentation (#38156) @sai6855
|
|
1423
2941
|
- ​<!-- 25 -->[docs] Prepare docs infra for Tree View migration to X (#38202) @flaviendelangle
|
|
1424
2942
|
- ​<!-- 24 -->[docs] Fix SEO issues reported by ahrefs @oliviertassinari
|
|
@@ -1437,7 +2955,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1437
2955
|
|
|
1438
2956
|
### Core
|
|
1439
2957
|
|
|
1440
|
-
- ​<!-- 47 -->[blog] Fix blog post slug Base
|
|
2958
|
+
- ​<!-- 47 -->[blog] Fix blog post slug Base UI (#38254) @oliviertassinari
|
|
1441
2959
|
- ​<!-- 46 -->[core] Use native Node's fetch instead of node-fetch package (#38263) @michaldudak
|
|
1442
2960
|
- ​<!-- 45 -->[core] Remove dead code @oliviertassinari
|
|
1443
2961
|
- ​<!-- 29 -->[core] Polish Stack test to closer CSS injection order @oliviertassinari
|
|
@@ -1473,21 +2991,21 @@ A big thanks to the 23 contributors who made this release possible.
|
|
|
1473
2991
|
### Docs
|
|
1474
2992
|
|
|
1475
2993
|
- ​<!-- 37 -->[docs] Add listbox placement demo for Select (#38130) @sai6855
|
|
1476
|
-
- ​<!-- 36 -->[docs][base] Add Tailwind
|
|
1477
|
-
- ​<!-- 35 -->[docs][base] Add Tailwind
|
|
1478
|
-
- ​<!-- 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
|
|
1479
2997
|
- ​<!-- 28 -->[docs] Remove translations section from contributing guide (#38125) @nikohoffren
|
|
1480
|
-
- ​<!-- 27 -->[docs] Fix Base
|
|
2998
|
+
- ​<!-- 27 -->[docs] Fix Base UI Button Tailwind CSS padding @oliviertassinari
|
|
1481
2999
|
- ​<!-- 26 -->[docs] Mention in hompage hero that Core is free (#38075) @mbrookes
|
|
1482
3000
|
- ​<!-- 25 -->[docs] Fix a typo in notifications.json (#38078) @mbrookes
|
|
1483
|
-
- ​<!-- 24 -->[docs] Add Tailwind
|
|
3001
|
+
- ​<!-- 24 -->[docs] Add Tailwind CSS & plain CSS demo on the table pagination page (#37937) @mnajdova
|
|
1484
3002
|
- ​<!-- 23 -->[docs] Implement the new API display design (#37405) @alexfauquette
|
|
1485
3003
|
- ​<!-- 22 -->[docs] Update migration installation code blocks (#38028) @danilo-leal
|
|
1486
|
-
- ​<!-- 21 -->[docs][joy] Revise the Joy
|
|
3004
|
+
- ​<!-- 21 -->[docs][joy] Revise the Joy UI Link page (#37829) @danilo-leal
|
|
1487
3005
|
- ​<!-- 20 -->[docs][joy] Add playground for Card component (#37820) @Studio384
|
|
1488
3006
|
- ​<!-- 19 -->[docs][joy] Add adjustments to the color inversion page (#37143) @danilo-leal
|
|
1489
3007
|
- ​<!-- 18 -->[docs][material] Improve documentation about adding custom colors (#37743) @DiegoAndai
|
|
1490
|
-
- ​<!-- 17 -->[examples] Fix Joy
|
|
3008
|
+
- ​<!-- 17 -->[examples] Fix Joy UI Next.js App Router font loading (#38095) @IgnacioUtrilla
|
|
1491
3009
|
- ​<!-- 16 -->[examples] Fix material-next Font Usage with next/font (#38026) @onderonur
|
|
1492
3010
|
|
|
1493
3011
|
### Core
|
|
@@ -1499,11 +3017,11 @@ A big thanks to the 23 contributors who made this release possible.
|
|
|
1499
3017
|
- ​<!-- 09 -->[website] Mobile navigation: Toolpad to Beta (#38146) @bharatkashyap
|
|
1500
3018
|
- ​<!-- 08 -->[website] Fix typo on pricing page @oliviertassinari
|
|
1501
3019
|
- ​<!-- 07 -->[website] Fix a few regression (#38050) @oliviertassinari
|
|
1502
|
-
- ​<!-- 06 -->[website] Update Demo footers on MUI
|
|
3020
|
+
- ​<!-- 06 -->[website] Update Demo footers on MUI X landing page (#38027) @richbustos
|
|
1503
3021
|
- ​<!-- 05 -->[website] Fix 301 redirection to base index page @oliviertassinari
|
|
1504
3022
|
- ​<!-- 04 -->[website] Fix Cell selection feature name (#38029) @oliviertassinari
|
|
1505
3023
|
- ​<!-- 03 -->[website] Improve button look (#38052) @oliviertassinari
|
|
1506
|
-
- ​<!-- 02 -->[website] Link new core page to new Base
|
|
3024
|
+
- ​<!-- 02 -->[website] Link new core page to new Base UI landing page (#38030) @mj12albert
|
|
1507
3025
|
- ​<!-- 01 -->[website] Polish pricing page (#37975) @oliviertassinari
|
|
1508
3026
|
- ​<!-- 10 -->[test] Fail the CI when new unexpected files are created (#38039) @oliviertassinari
|
|
1509
3027
|
- ​<!-- 09 -->[test] Fix linting error by matching main component demo name to filename (#38122) @ZeeshanTamboli
|
|
@@ -1518,10 +3036,10 @@ _Jul 19, 2023_
|
|
|
1518
3036
|
|
|
1519
3037
|
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
|
|
1520
3038
|
|
|
1521
|
-
- 💫 Introducing some new components for Joy
|
|
3039
|
+
- 💫 Introducing some new components for Joy UI:
|
|
1522
3040
|
- [Skeleton](https://mui.com/joy-ui/react-skeleton/) component (#37893) @siriwatknp
|
|
1523
3041
|
- [ToggleButton](https://mui.com/joy-ui/react-toggle-button-group/) (#37716) @siriwatknp
|
|
1524
|
-
- 🎉 Base
|
|
3042
|
+
- 🎉 Base UI has its own [landing page](https://www.mui.com/base-ui)!
|
|
1525
3043
|
- 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
1526
3044
|
|
|
1527
3045
|
### `@mui/material@5.14.1`
|
|
@@ -1544,7 +3062,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
1544
3062
|
|
|
1545
3063
|
- ​<!-- 13 -->[Joy][Select] Fix type error caused by custom variant (#37996) @OmPr366
|
|
1546
3064
|
- ​<!-- 12 -->[ToggleButton][Joy] Add `ToggleButton` component (#37716) @siriwatknp
|
|
1547
|
-
- ​<!-- 07 -->[Skeleton] Add Joy
|
|
3065
|
+
- ​<!-- 07 -->[Skeleton] Add Joy UI `Skeleton` component (#37893) @siriwatknp
|
|
1548
3066
|
|
|
1549
3067
|
### `@mui/utils@5.14.1`
|
|
1550
3068
|
|
|
@@ -1552,25 +3070,25 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
1552
3070
|
|
|
1553
3071
|
### Docs
|
|
1554
3072
|
|
|
1555
|
-
- ​<!-- 52 -->[docs][base] Add Tailwind
|
|
1556
|
-
- ​<!-- 51 -->[docs][base] Make Base
|
|
1557
|
-
- ​<!-- 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
|
|
1558
3076
|
- ​<!-- 37 -->[docs] Fix the empty /components page (#38010) @brijeshb42
|
|
1559
3077
|
- ​<!-- 36 -->[docs] Checkout template follows user's color scheme preference (#37928) @OndrejHj04
|
|
1560
3078
|
- ​<!-- 35 -->[docs] Disable ad for onboarding pages (#37998) @oliviertassinari
|
|
1561
|
-
- ​<!-- 34 -->[docs] Fix broken link to Base
|
|
3079
|
+
- ​<!-- 34 -->[docs] Fix broken link to Base UI Next.js App Router (#37973) @oliviertassinari
|
|
1562
3080
|
- ​<!-- 33 -->[docs] Fix typo in next-js-app-router.md (#37974) @ericbrian
|
|
1563
|
-
- ​<!-- 32 -->[docs] Add pnpm commands to Material
|
|
3081
|
+
- ​<!-- 32 -->[docs] Add pnpm commands to Material UI Installation page (#36650) @officialrajdeepsingh
|
|
1564
3082
|
- ​<!-- 31 -->[docs] Link charts in the roadmap (#37944) @oliviertassinari
|
|
1565
3083
|
- ​<!-- 30 -->[docs] Improve changelog @oliviertassinari
|
|
1566
3084
|
- ​<!-- 29 -->[docs] Improve the Select docs (#37279) @michaldudak
|
|
1567
|
-
- ​<!-- 16 -->[docs][menu] Add Tailwind
|
|
3085
|
+
- ​<!-- 16 -->[docs][menu] Add Tailwind CSS & plain CSS demo on the Menu page (#37856) @mnajdova
|
|
1568
3086
|
- ​<!-- 15 -->[example] Update EmotionCacheProvider to work with GlobalStyles (#37962) @siriwatknp
|
|
1569
3087
|
|
|
1570
3088
|
### Core
|
|
1571
3089
|
|
|
1572
3090
|
- ​<!-- 50 -->[blog] Add blog post about support for Next.js App Router (#37929) @samuelsycamore
|
|
1573
|
-
- ​<!-- 49 -->[blog] Blog MUI
|
|
3091
|
+
- ​<!-- 49 -->[blog] Blog MUI X pro statement removed (#38015) @prakhargupta1
|
|
1574
3092
|
- ​<!-- 48 -->[blog] Add Toolpad beta announcement blog (#37799) @prakhargupta1
|
|
1575
3093
|
- ​<!-- 46 -->[core] Increase space available for sidenav @oliviertassinari
|
|
1576
3094
|
- ​<!-- 45 -->[core] Adds `component` prop to `OverrideProps` type (#35924) @sai6855
|
|
@@ -1586,15 +3104,15 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
1586
3104
|
- ​<!-- 25 -->[docs-infra] Fix button label on mobile (#37997) @oliviertassinari
|
|
1587
3105
|
- ​<!-- 24 -->[docs-infra] Square drawer corners (#37970) @oliviertassinari
|
|
1588
3106
|
- ​<!-- 23 -->[docs-infra] Improve tab contrast in codeblock (#38000) @oliviertassinari
|
|
1589
|
-
- ​<!-- 22 -->[docs-infra] Fix API generation for Base
|
|
3107
|
+
- ​<!-- 22 -->[docs-infra] Fix API generation for Base UI (#37941) @oliviertassinari
|
|
1590
3108
|
- ​<!-- 21 -->[docs-infra] Fix layout shift on xGrid (#37954) @oliviertassinari
|
|
1591
3109
|
- ​<!-- 20 -->[docs-infra] Update installation commands to use the new tabs code component (#37927) @danilo-leal
|
|
1592
3110
|
- ​<!-- 19 -->[docs-infra] Improve disableToc={true} support (#37931) @oliviertassinari
|
|
1593
3111
|
- ​<!-- 18 -->[docs-infra] Remove icons and tweak the design of the side nav (#37860) @danilo-leal
|
|
1594
3112
|
- ​<!-- 17 -->[docs-infra] Fix TypeScrit error in demo export (#37830) @oliviertassinari
|
|
1595
3113
|
- ​<!-- 08 -->[notifications] Add notification for first Charts release (#37679) @joserodolfofreitas
|
|
1596
|
-
- ​<!-- 05 -->[website] Add Base
|
|
1597
|
-
- ​<!-- 04 -->[website] Update MUI
|
|
3114
|
+
- ​<!-- 05 -->[website] Add Base UI marketing page (#36622) @siriwatknp
|
|
3115
|
+
- ​<!-- 04 -->[website] Update MUI X landing page (#37966) @cherniavskii
|
|
1598
3116
|
- ​<!-- 03 -->[website] Fix a11y issues (#37999) @oliviertassinari
|
|
1599
3117
|
- ​<!-- 02 -->[website] Make the Core page refer to group of products (#37608) @danilo-leal
|
|
1600
3118
|
- ​<!-- 01 -->[website] Add perpetual option to pricing page (#35504) @joserodolfofreitas
|
|
@@ -1609,11 +3127,11 @@ _Jul 11, 2023_
|
|
|
1609
3127
|
|
|
1610
3128
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
1611
3129
|
|
|
1612
|
-
- 💫 Material
|
|
3130
|
+
- 💫 Material UI, Joy UI, and Base UI are compatible with [Next.js App Router](https://nextjs.org/docs/app) (#37656) @mj12albert
|
|
1613
3131
|
- 📚 Added new guides for integrating with Next.js 13 App Router (#37656) @mj12albert
|
|
1614
|
-
- Ⓜ️ [Material
|
|
1615
|
-
- 🅙 [Joy
|
|
1616
|
-
- 🅱️ [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/)
|
|
1617
3135
|
- 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
1618
3136
|
|
|
1619
3137
|
### `@mui/material@5.14.0`
|
|
@@ -1638,15 +3156,15 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
1638
3156
|
- [docs] Polish Ukraine banner (#37905) @oliviertassinari
|
|
1639
3157
|
- [docs] Reduce Ukraine banner size (#34795) @oliviertassinari
|
|
1640
3158
|
- [docs] Add callouts about controlled vs uncontrolled components in Core docs (#37849) @samuelsycamore
|
|
1641
|
-
- [docs] Add missing Portal elements to Tailwind
|
|
3159
|
+
- [docs] Add missing Portal elements to Tailwind CSS interoperability guide (#37807) @enrique-ramirez
|
|
1642
3160
|
- [docs] Small pickers migration improvement (#37815) @alexfauquette
|
|
1643
3161
|
- [docs] Fix pickers product name (#37825) @LukasTy
|
|
1644
3162
|
- [docs][Joy][Link] Set `variant` and `color` defaults for the playground (#37817) @Studio384
|
|
1645
3163
|
- [docs][Joy][Table] Add `undefined` as an option to `stripe` (#37816) @Studio384
|
|
1646
|
-
- [docs][base] Add Tailwind
|
|
1647
|
-
- [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
|
|
1648
3166
|
- [docs][base] Fix Nested modal demo positioning (#37506) @gitstart
|
|
1649
|
-
- [docs][base] Add Tailwind
|
|
3167
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on the Switch page (#37728) @mnajdova
|
|
1650
3168
|
- [docs-infra] Remove code tags in ToC (#37834) @cherniavskii
|
|
1651
3169
|
- [docs-infra] Fixes in API pages generation (#37813) @mnajdova
|
|
1652
3170
|
- [docs-infra] Add test case when using sh (#37818) @oliviertassinari
|
|
@@ -1654,11 +3172,11 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
1654
3172
|
- [docs-infra] Fix code parser (#37828) @alexfauquette
|
|
1655
3173
|
- [docs-infra] Fix `marked` deprecation warning (#37769) @alexfauquette
|
|
1656
3174
|
- [docs-infra] Allows to use codeblock in the docs (#37643) @alexfauquette
|
|
1657
|
-
- [docs-infra][joy] Change Joy
|
|
3175
|
+
- [docs-infra][joy] Change Joy UI's playground variant selector (#37821) @danilo-leal
|
|
1658
3176
|
|
|
1659
3177
|
### Core
|
|
1660
3178
|
|
|
1661
|
-
- [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
|
|
1662
3180
|
- [core] Fix imports to React (#37863) @oliviertassinari
|
|
1663
3181
|
- [core] Disambiguate eslint plugin name @oliviertassinari
|
|
1664
3182
|
- [core] Sync the lint script name with the other repositories @oliviertassinari
|
|
@@ -1707,19 +3225,19 @@ This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️
|
|
|
1707
3225
|
### Docs
|
|
1708
3226
|
|
|
1709
3227
|
- [docs][base] Add demo for using the Button as a link (#37317) @AdamSundberg
|
|
1710
|
-
- [docs][base] Add Tailwind
|
|
1711
|
-
- [docs][base] Make Base
|
|
1712
|
-
- [docs][base] Make Base
|
|
1713
|
-
- [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
|
|
1714
3232
|
- [docs][base] Fix horizontal scrolling on the mobile input page (#37688) @zanivan
|
|
1715
|
-
- [docs] Improve Base
|
|
3233
|
+
- [docs] Improve Base UI index page (#37761) @oliviertassinari
|
|
1716
3234
|
- [docs] Fix incorrect package URL in README of example material-vite (#37755) @Dlouxgit
|
|
1717
3235
|
- [docs] Explain how to disable Base Select's portal (#37684) @michaldudak
|
|
1718
3236
|
- [docs] Shorten overview page URLs (#37660) @oliviertassinari
|
|
1719
3237
|
- [docs][material] Rename custom tab panel in Tabs demo to prevent confusion with @mui/lab (#37638) @MUK-Dev
|
|
1720
|
-
- [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
|
|
1721
3239
|
- [docs] Rename product to productId (#37801) @siriwatknp
|
|
1722
|
-
- [docs][base] Add Tailwind
|
|
3240
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on the Slider page (#37736) @mnajdova
|
|
1723
3241
|
|
|
1724
3242
|
### Core
|
|
1725
3243
|
|
|
@@ -1746,7 +3264,7 @@ This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️
|
|
|
1746
3264
|
- [test] Fix test:e2e local run (#37719) @oliviertassinari
|
|
1747
3265
|
- [test] Remove failing test in dev @oliviertassinari
|
|
1748
3266
|
- [website] Add no-op service worker to fix stale cache issue (#37607) @cherniavskii
|
|
1749
|
-
- [website] Transition the Core page to be Material
|
|
3267
|
+
- [website] Transition the Core page to be Material UI instead (#37583) @danilo-leal
|
|
1750
3268
|
- [website] Update the pricing page to reflect sales (#37751) @oliviertassinari
|
|
1751
3269
|
- [website] Match Copyright with the rest of the website @oliviertassinari
|
|
1752
3270
|
- [website] Support deep linking to pricing FAQ @oliviertassinari
|
|
@@ -1760,12 +3278,12 @@ _Jun 21, 2023_
|
|
|
1760
3278
|
A big thanks to the 25 contributors who made this release possible. Here are some highlights ✨:
|
|
1761
3279
|
|
|
1762
3280
|
- 💫 Added [Slider](https://mui.com/material-ui/react-slider/#material-you-version) component using the new Material You design language (#37520) @DiegoAndai.
|
|
1763
|
-
- 📚 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
|
|
1764
3282
|
|
|
1765
3283
|
### `@mui/material@5.13.6`
|
|
1766
3284
|
|
|
1767
3285
|
- ​<!-- 45 -->[Autocomplete] Fixed autocomplete's existing option selection (#37012) @bencevoros
|
|
1768
|
-
- ​<!-- 44 -->[Autocomplete] Add hint demos to Material
|
|
3286
|
+
- ​<!-- 44 -->[Autocomplete] Add hint demos to Material UI and Joy UI docs (#37496) @sai6855
|
|
1769
3287
|
- ​<!-- 13 -->[Masonry] Fix ResizeObserver loop limit exceeded error (#37208) @hbjORbj
|
|
1770
3288
|
- ​<!-- 11 -->[Tooltip][material] Improve warning when Tooltip receives string child (#37530) @DiegoAndai
|
|
1771
3289
|
- ​<!-- 10 -->[Modal] Add missing members to ModalOwnProps (#37568) @ivp-dev
|
|
@@ -1796,15 +3314,15 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
1796
3314
|
|
|
1797
3315
|
### Docs
|
|
1798
3316
|
|
|
1799
|
-
- ​<!-- 43 -->[docs][base] Improve Base
|
|
3317
|
+
- ​<!-- 43 -->[docs][base] Improve Base UI all components images (#37590) @danilo-leal
|
|
1800
3318
|
- ​<!-- 42 -->[docs][base] Add pages for coming soon components (#37575) @danilo-leal
|
|
1801
3319
|
- ​<!-- 41 -->[docs][base] Add a Snackbar introduction demo (#37602) @danilo-leal
|
|
1802
|
-
- ​<!-- 40 -->[docs][base] Add page for all Base
|
|
3320
|
+
- ​<!-- 40 -->[docs][base] Add page for all Base UI components (#37536) @danilo-leal
|
|
1803
3321
|
- ​<!-- 33 -->[docs] Fix scrollbar on snackbar page (#37657) @oliviertassinari
|
|
1804
3322
|
- ​<!-- 32 -->[docs] Switch order of snackbar buttons in demos (#37389) @Primajin
|
|
1805
|
-
- ​<!-- 31 -->[docs] Add support for Tailwind
|
|
3323
|
+
- ​<!-- 31 -->[docs] Add support for Tailwind CSS and plain CSS demos (#37319) @mnajdova
|
|
1806
3324
|
- ​<!-- 30 -->[docs] Tree view color fix for dark mode in Gmail example (#37051) @PunitSoniME
|
|
1807
|
-
- ​<!-- 29 -->[docs] Inline the Base
|
|
3325
|
+
- ​<!-- 29 -->[docs] Inline the Base UI demo (#37603) @oliviertassinari
|
|
1808
3326
|
- ​<!-- 28 -->[docs] Fix typo in themed components page (#37598) @vinayr
|
|
1809
3327
|
- ​<!-- 27 -->[docs] Fix render inline code in CSS description generation (#37448) @alexfauquette
|
|
1810
3328
|
- ​<!-- 26 -->[docs] Add styles to styled argument list (#37558) @DiegoAndai
|
|
@@ -1812,17 +3330,17 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
1812
3330
|
- ​<!-- 24 -->[docs] Fix small base -> base-ui migration issue (#37594) @oliviertassinari
|
|
1813
3331
|
- ​<!-- 23 -->[docs] Fix GitHub typo (#37578) @oliviertassinari
|
|
1814
3332
|
- ​<!-- 22 -->[docs] Improve release guide (#37547) @DiegoAndai
|
|
1815
|
-
- ​<!-- 21 -->[docs] Review fixes to the Material
|
|
3333
|
+
- ​<!-- 21 -->[docs] Review fixes to the Material UI's "Example projects" page (#37444) @danilo-leal
|
|
1816
3334
|
- ​<!-- 17 -->[docs][joy] Add a messages template (#37546) @sernstberger
|
|
1817
|
-
- ​<!-- 16 -->[docs][joy] Add pages for coming soon Joy
|
|
3335
|
+
- ​<!-- 16 -->[docs][joy] Add pages for coming soon Joy UI components (#36920) @danilo-leal
|
|
1818
3336
|
- ​<!-- 15 -->[docs][joy] Add design and consistency tweaks to the Playground (#37580) @danilo-leal
|
|
1819
|
-
- ​<!-- 37 -->[docs] Add and revise Base
|
|
3337
|
+
- ​<!-- 37 -->[docs] Add and revise Base UI + Create React App examples (#36825) @samuelsycamore
|
|
1820
3338
|
- ​<!-- 20 -->[docs-infra] Fix demos border radius (#37658) @oliviertassinari
|
|
1821
3339
|
- ​<!-- 19 -->[docs-infra] Add analyticsTags to Algolia (#37600) @Janpot
|
|
1822
3340
|
- ​<!-- 18 -->[docs-infra] Simplify product id handling (#37593) @oliviertassinari
|
|
1823
3341
|
- ​<!-- 35 -->[changelog] Add missing release date for v5.13.5 @oliviertassinari
|
|
1824
3342
|
- ​<!-- 16 -->[examples] Shell command fix in the readme file of material-next-ts example (#37675) @bablukpik
|
|
1825
|
-
- ​<!-- 15 -->[examples] Next.js v13 app router with Material
|
|
3343
|
+
- ​<!-- 15 -->[examples] Next.js v13 app router with Material UI (#37315) @smo043
|
|
1826
3344
|
|
|
1827
3345
|
### Core
|
|
1828
3346
|
|
|
@@ -1830,7 +3348,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
1830
3348
|
- ​<!-- 39 -->[core] Add priority support issue template (#37671) @DanailH
|
|
1831
3349
|
- ​<!-- 03 -->[website] Update roadmap page (#37587) @cherniavskii
|
|
1832
3350
|
- ​<!-- 02 -->[website] Add CSP to limit iframes to self @oliviertassinari
|
|
1833
|
-
- ​<!-- 01 -->[website] Link mui-x Stack
|
|
3351
|
+
- ​<!-- 01 -->[website] Link mui-x Stack Overflow in footer link (#37509) @richbustos
|
|
1834
3352
|
|
|
1835
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
|
|
1836
3354
|
|
|
@@ -1840,7 +3358,7 @@ _Jun 12, 2023_
|
|
|
1840
3358
|
|
|
1841
3359
|
A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
|
|
1842
3360
|
|
|
1843
|
-
- 💫 Added `ButtonGroup` component in Joy
|
|
3361
|
+
- 💫 Added `ButtonGroup` component in Joy UI (#37407) @siriwatknp.
|
|
1844
3362
|
- 🐛 bug fixes and 📚 documentation improvements.
|
|
1845
3363
|
|
|
1846
3364
|
### `@mui/material@5.13.5`
|
|
@@ -1860,7 +3378,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
|
|
|
1860
3378
|
- ​<!-- 15 -->[docs] Update /base url references to /base-ui (#37412) @brijeshb42
|
|
1861
3379
|
- ​<!-- 14 -->[docs] Skip components and hooks due to duplicate index (#37539) @siriwatknp
|
|
1862
3380
|
- ​<!-- 13 -->[docs] Polish Sign in to your account joy demo (#37498) @oliviertassinari
|
|
1863
|
-
- ​<!-- 12 -->[docs] Remove outdated Material
|
|
3381
|
+
- ​<!-- 12 -->[docs] Remove outdated Material UI FAQ @oliviertassinari
|
|
1864
3382
|
- ​<!-- 11 -->[docs] Fix crash access to localStorage in Firefox (#37518) @brijeshb42
|
|
1865
3383
|
- ​<!-- 10 -->[docs-infra] Enforce max length on description (#37565) @oliviertassinari
|
|
1866
3384
|
- ​<!-- 09 -->[docs-infra] Mandatory versions (#37497) @oliviertassinari
|
|
@@ -1908,11 +3426,11 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
1908
3426
|
- ​<!-- 17 -->[docs][base] Remove usage of `component` prop in docs (#37462) @sai6855
|
|
1909
3427
|
- ​<!-- 13 -->[docs] Fix docs redirections @oliviertassinari
|
|
1910
3428
|
- ​<!-- 12 -->[docs] Fix Fluent -> Fluent UI @oliviertassinari
|
|
1911
|
-
- ​<!-- 11 -->[docs] Fix MUI Base -> Base
|
|
3429
|
+
- ​<!-- 11 -->[docs] Fix MUI Base -> Base UI @oliviertassinari
|
|
1912
3430
|
- ​<!-- 10 -->[docs] Add base-vite-tailwind example repo (#36994) @mj12albert
|
|
1913
3431
|
- ​<!-- 09 -->[docs] Fix search bar layout shift (#37460) @oliviertassinari
|
|
1914
|
-
- ​<!-- 08 -->[docs] Tweak Material
|
|
1915
|
-
- ​<!-- 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
|
|
1916
3434
|
- ​<!-- 06 -->[docs] Fix "Language" page removal leftovers (#37408) @danilo-leal
|
|
1917
3435
|
- ​<!-- 05 -->[docs] Move contents of css-variables to sibling pages (#37411) @brijeshb42
|
|
1918
3436
|
|
|
@@ -1959,7 +3477,7 @@ This release focuses primarily on 🐛 bug fixes and 📚 documentation improvem
|
|
|
1959
3477
|
### Docs
|
|
1960
3478
|
|
|
1961
3479
|
- ​<!-- 14 -->[docs] Clarify Hidden down props as exclusive (#36927) @canac
|
|
1962
|
-
- ​<!-- 13 -->[docs] Add refine to Material
|
|
3480
|
+
- ​<!-- 13 -->[docs] Add refine to Material UI "Related projects" and "More advanced example projects" pages (#37308) @necatiozmen
|
|
1963
3481
|
- ​<!-- 12 -->[docs] Remove todo link from sidebar (#37373) @brijeshb42
|
|
1964
3482
|
- ​<!-- 11 -->[docs] Clarify the peer dependency with react (#37360) @oliviertassinari
|
|
1965
3483
|
- ​<!-- 10 -->[docs] Divider vertical middle prop migration (#36840) @JhonnK08
|
|
@@ -1998,7 +3516,7 @@ A big thanks to the 12 contributors who made this release possible.
|
|
|
1998
3516
|
- [docs][base] Remove default annotations from useBadge's return type (#37313) @TinaSay
|
|
1999
3517
|
- [docs][base] Remove default annotations from useButton's return type (#37312) @TinaSay
|
|
2000
3518
|
- [docs][base] Remove default annotations from useSlider's return type (#37309) @TinaSay
|
|
2001
|
-
- [docs] Remove Material
|
|
3519
|
+
- [docs] Remove Material UI's "Languages" page (#37314) @danilo-leal
|
|
2002
3520
|
- [docs] Prefer to link GitHub repository @oliviertassinari
|
|
2003
3521
|
- [docs] Move product versions to page context (#35078) @m4theushw
|
|
2004
3522
|
- [docs] Fix v5 migration npm install instruction (#37293) @oliviertassinari
|
|
@@ -2058,13 +3576,13 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
2058
3576
|
- [docs] Remove upload button (#36844) @Bastian
|
|
2059
3577
|
- [docs] Update link to overriding component structure guide (#36870) @hbjORbj
|
|
2060
3578
|
- [docs] Fix Material Design templates (#37187) @oliviertassinari
|
|
2061
|
-
- [docs] Fix link to Joy
|
|
3579
|
+
- [docs] Fix link to Joy UI GitHub issues @oliviertassinari
|
|
2062
3580
|
- [docs] Show default value for `filterOptions` prop in Autocomplete's API docs (#37230) @ZeeshanTamboli
|
|
2063
3581
|
- [docs] Add summary and improve `test_static` CI doc in CONTRIBUTING readme file (#36711) @kriskw1999
|
|
2064
|
-
- [docs] Update theme customization
|
|
3582
|
+
- [docs] Update theme customization TypeScript (#35551) @siriwatknp
|
|
2065
3583
|
- [docs] Add Joy Frames X web blocks template (#37203) @siriwatknp
|
|
2066
|
-
- [docs] Change Base
|
|
2067
|
-
- [docs] Improve Base
|
|
3584
|
+
- [docs] Change Base UI `alpha` to `beta` in README (#37228) @ZeeshanTamboli
|
|
3585
|
+
- [docs] Improve Base UI overview page (#37227) @mnajdova
|
|
2068
3586
|
- [docs] Update Joy + Material guide (#36911) @cherniavskii
|
|
2069
3587
|
|
|
2070
3588
|
### Core
|
|
@@ -2086,8 +3604,8 @@ _May 10, 2023_
|
|
|
2086
3604
|
|
|
2087
3605
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
2088
3606
|
|
|
2089
|
-
- 🚀 Base
|
|
2090
|
-
- 🗺 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.
|
|
2091
3609
|
- 🐛 Various bug fixes, 📚 documentation and 🧪 testing improvements
|
|
2092
3610
|
|
|
2093
3611
|
### `@mui/material@5.13.0`
|
|
@@ -2100,14 +3618,14 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
2100
3618
|
|
|
2101
3619
|
- [Input][joy] Improve alignment on date fields (#37146) @wewakekumar
|
|
2102
3620
|
- [Alery][joy] Turn JS test to TS test (#37077) @hbjORbj
|
|
2103
|
-
- [AspectRatio][joy] js test replaced with
|
|
2104
|
-
- [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
|
|
2105
3623
|
- [Box][Card][MenuList][joy] Turn JS test to TS test (#37126) @uuxxx
|
|
2106
3624
|
- [List][Menu][joy] Turn JS test to TS test (#37123) @uuxxx
|
|
2107
3625
|
- [test][Joy] Remove duplicate Avatar test (#37201) @zignis
|
|
2108
|
-
- [test][joy] js test cases converted to
|
|
2109
|
-
- [Button][joy] Convert Button test to
|
|
2110
|
-
- [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
|
|
2111
3629
|
- [Radio][IconButton][Checkbox][Option][joy] Switch to TypeScript unit test (#37137) @DerTimonius
|
|
2112
3630
|
|
|
2113
3631
|
### `@mui/base@5.0.0-beta.0`
|
|
@@ -2119,10 +3637,10 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
2119
3637
|
|
|
2120
3638
|
### Docs
|
|
2121
3639
|
|
|
2122
|
-
- [docs] Stray design tweaks to Base
|
|
3640
|
+
- [docs] Stray design tweaks to Base UI demos (#37003) @danilo-leal
|
|
2123
3641
|
- [docs] Move outdated CSS prefixing docs (#36710) @kriskw1999
|
|
2124
3642
|
- [docs] Improve "Example projects" page design (#37007) @danilo-leal
|
|
2125
|
-
- [docs] Redirect NoSsr, Portal and TextareaAutosize to Base
|
|
3643
|
+
- [docs] Redirect NoSsr, Portal and TextareaAutosize to Base UI API page (#37175) @ZeeshanTamboli
|
|
2126
3644
|
- [docs] Demonstrate `TextField` customization using theme style overrides (#36805) @ZeeshanTamboli
|
|
2127
3645
|
- [docs] Tweak the "Edit this page" button icon (#37142) @danilo-leal
|
|
2128
3646
|
- [docs] Update links to the public roadmap (#36995) @mnajdova
|
|
@@ -2131,7 +3649,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
2131
3649
|
|
|
2132
3650
|
### Core
|
|
2133
3651
|
|
|
2134
|
-
- [blog] Fix images using "MUI Base" instead of "Base
|
|
3652
|
+
- [blog] Fix images using "MUI Base" instead of "Base UI" (#37044) @danilo-leal
|
|
2135
3653
|
- [core] Add VSCode extensions recommendations (#37166) @michaldudak
|
|
2136
3654
|
- [test] `e2e-website` related minor fixes (#37204) @ZeeshanTamboli
|
|
2137
3655
|
- [website] Update the active positions (#37075) @DanailH
|
|
@@ -2148,7 +3666,7 @@ _May 2, 2023_
|
|
|
2148
3666
|
|
|
2149
3667
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
2150
3668
|
|
|
2151
|
-
- all planned breaking changes for Base
|
|
3669
|
+
- all planned breaking changes for Base UI are done. The first beta release should come next week 🎉
|
|
2152
3670
|
- 🐛 bug fixes and 📚 documentation improvements.
|
|
2153
3671
|
|
|
2154
3672
|
### `@mui/material@5.12.3`
|
|
@@ -2189,7 +3707,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
2189
3707
|
There is codemod that you can run in your project to do the transformation:
|
|
2190
3708
|
|
|
2191
3709
|
```bash
|
|
2192
|
-
npx @mui/codemod v5.0.0/base-remove-component-prop <path>
|
|
3710
|
+
npx @mui/codemod@latest v5.0.0/base-remove-component-prop <path>
|
|
2193
3711
|
```
|
|
2194
3712
|
|
|
2195
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).
|
|
@@ -2218,7 +3736,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
2218
3736
|
|
|
2219
3737
|
- ​<!-- 41 -->[base] Improve API consistency (#36970) @michaldudak
|
|
2220
3738
|
|
|
2221
|
-
Brought consistency to Base
|
|
3739
|
+
Brought consistency to Base UI components and hooks' parameters and return values:
|
|
2222
3740
|
|
|
2223
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.
|
|
2224
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.
|
|
@@ -2232,11 +3750,11 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
2232
3750
|
|
|
2233
3751
|
### Docs
|
|
2234
3752
|
|
|
2235
|
-
- ​<!-- 39 -->[base][docs] Add Base
|
|
2236
|
-
- ​<!-- 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
|
|
2237
3755
|
- ​<!-- 19 -->[docs] Fix pagination in the DataGrid demo (#37114) @cherniavskii
|
|
2238
3756
|
- ​<!-- 18 -->[docs] Add notification to the release of the new Time Picker UI (#37065) @joserodolfofreitas
|
|
2239
|
-
- ​<!-- 17 -->[docs] Specify "Material
|
|
3757
|
+
- ​<!-- 17 -->[docs] Specify "Material UI" (not "MUI") where appropriate throughout the docs (#37066) @samuelsycamore
|
|
2240
3758
|
- ​<!-- 16 -->[docs] Use focus-visible instead of focus for Menu demos (#36847) @michaldudak
|
|
2241
3759
|
- ​<!-- 15 -->[docs] Fix small regressions API pages (#36972) @oliviertassinari
|
|
2242
3760
|
- ​<!-- 14 -->[docs] Handle a few docs-feedback (#36977) @oliviertassinari
|
|
@@ -2268,7 +3786,7 @@ _Apr 25, 2023_
|
|
|
2268
3786
|
|
|
2269
3787
|
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
2270
3788
|
|
|
2271
|
-
- ⚠️ **[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.
|
|
2272
3790
|
- 🐛 bug fixes and 📚 documentation improvements.
|
|
2273
3791
|
|
|
2274
3792
|
### `@mui/material@5.12.2`
|
|
@@ -2283,12 +3801,12 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
2283
3801
|
|
|
2284
3802
|
- ​<!-- 27 -->[base] Remove unstyled suffix from Base components + Codemod script (#36873) @hbjORbj
|
|
2285
3803
|
|
|
2286
|
-
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.
|
|
2287
3805
|
|
|
2288
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:
|
|
2289
3807
|
|
|
2290
3808
|
```bash
|
|
2291
|
-
npx @mui/codemod v5.0.0/base-remove-unstyled-suffix <path>
|
|
3809
|
+
npx @mui/codemod@latest v5.0.0/base-remove-unstyled-suffix <path>
|
|
2292
3810
|
```
|
|
2293
3811
|
|
|
2294
3812
|
#### Changes
|
|
@@ -2306,7 +3824,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
2306
3824
|
### Docs
|
|
2307
3825
|
|
|
2308
3826
|
- ​<!-- 21 -->[docs] Fix console error introduced by #36408 (#36980) @alexfauquette
|
|
2309
|
-
- ​<!-- 20 -->[docs] Add stray Joy
|
|
3827
|
+
- ​<!-- 20 -->[docs] Add stray Joy UI documentation improvements (#36921) @danilo-leal
|
|
2310
3828
|
- ​<!-- 19 -->[docs] Add Joy profile dashboard template (#36931) @siriwatknp
|
|
2311
3829
|
- ​<!-- 18 -->[docs] Fix 404 links (#36969) @oliviertassinari
|
|
2312
3830
|
- ​<!-- 17 -->[docs] Clarify when bundle size optimization is needed (#36823) @oliviertassinari
|
|
@@ -2389,7 +3907,7 @@ A big thanks to the 16 contributors who made this release possible. This release
|
|
|
2389
3907
|
- ​<!-- 18 -->[docs][base] Move styles to the bottom of demos code for `TablePagination` (#36593) @gitstart
|
|
2390
3908
|
- ​<!-- 13 -->[docs] Remove the incorrect info about useButton's ref parameter (#36883) @michaldudak
|
|
2391
3909
|
- ​<!-- 12 -->[docs] Sync <Stack> between projects (#36785) @oliviertassinari
|
|
2392
|
-
- ​<!-- 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
|
|
2393
3911
|
- ​<!-- 10 -->[docs] Content changed from 'row' to 'orientation=horizontal' (#36858) @navedqb
|
|
2394
3912
|
- ​<!-- 09 -->[docs][Joy] `component`, `slots`, `slotProps` must be visible in Prop table in API docs (#36666) @hbjORbj
|
|
2395
3913
|
- ​<!-- 08 -->[docs][Select] Fix duplicate ID in small size Select demo (#36792) @sai6855
|
|
@@ -2436,7 +3954,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
|
|
|
2436
3954
|
- ​<!-- 16 -->[docs] Add missing `readOnly` state class in the list (#36788) @ZeeshanTamboli
|
|
2437
3955
|
- ​<!-- 15 -->[docs] Improve side nav scroll into view (#36732) @oliviertassinari
|
|
2438
3956
|
- ​<!-- 14 -->[docs][base & joy] Display "Classes" Section in API docs (#36589) @hbjORbj
|
|
2439
|
-
- ​<!-- 13 -->[docs] Fix 100+ typos throughout the Material
|
|
3957
|
+
- ​<!-- 13 -->[docs] Fix 100+ typos throughout the Material UI docs (#36194) @Lioness100
|
|
2440
3958
|
- ​<!-- 12 -->[docs] Change "coming soon" chip color (#36786) @danilo-leal
|
|
2441
3959
|
- ​<!-- 11 -->[docs][Joy] Fix wrong prop descriptions (#36826) @hbjORbj
|
|
2442
3960
|
- ​<!-- 10 -->[docs][material] Highlight global state classes in CSS table in API docs (#36633) @hbjORbj
|
|
@@ -2446,7 +3964,7 @@ A big thanks to the 9 contributors who made this release possible. Here are some
|
|
|
2446
3964
|
### Core
|
|
2447
3965
|
|
|
2448
3966
|
- ​<!-- 22 -->[core] Increase margin to scroll @oliviertassinari
|
|
2449
|
-
- ​<!-- 21 -->[core] Replace MUI Base with Base
|
|
3967
|
+
- ​<!-- 21 -->[core] Replace MUI Base with Base UI (#36716) @mnajdova
|
|
2450
3968
|
- ​<!-- 03 -->[website] Fix broken career website links @oliviertassinari
|
|
2451
3969
|
- ​<!-- 02 -->[website] Fix backlinks to homepage (#36801) @oliviertassinari
|
|
2452
3970
|
- ​<!-- 01 -->[website] Tweaks to the Designer position ad (#36771) @danilo-leal
|
|
@@ -2461,7 +3979,7 @@ _Apr 4, 2023_
|
|
|
2461
3979
|
|
|
2462
3980
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
2463
3981
|
|
|
2464
|
-
- 💅 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
|
|
2465
3983
|
- 🐛 bug fixes and 📚 documentation improvements.
|
|
2466
3984
|
|
|
2467
3985
|
### `@mui/material@5.11.16`
|
|
@@ -2495,15 +4013,15 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2495
4013
|
- [docs] Introduce markdown permalink to source (#36729) @oliviertassinari
|
|
2496
4014
|
- [docs] Tabs API add slots section (#36769) @mnajdova
|
|
2497
4015
|
- [docs] Update feedbacks management on slack (#36705) @alexfauquette
|
|
2498
|
-
- [docs] Fix Joy
|
|
4016
|
+
- [docs] Fix Joy UI URL to tokens (#36742) @oliviertassinari
|
|
2499
4017
|
- [docs] Add toggle-button coming soon page (#36618) @siriwatknp
|
|
2500
|
-
- [docs] Fix typo on the Joy
|
|
4018
|
+
- [docs] Fix typo on the Joy UI theme builder (#36734) @danilo-leal
|
|
2501
4019
|
- [docs] Fix small typo (#36727) @RBerthier
|
|
2502
|
-
- [docs] Fix Joy
|
|
4020
|
+
- [docs] Fix Joy UI template broken image loading @oliviertassinari
|
|
2503
4021
|
- [docs] Hide the default API column if it's empty (#36715) @mnajdova
|
|
2504
|
-
- [docs] Update Material
|
|
2505
|
-
- [docs] Revise Joy
|
|
2506
|
-
- [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
|
|
2507
4025
|
- [docs] Support Google Analytics 4 (#36123) @alexfauquette
|
|
2508
4026
|
- [docs][material] Keep consistency in description of classes (#36631) @hbjORbj
|
|
2509
4027
|
- [docs] Remove redundant files and fix regression (#36775) @ZeeshanTamboli
|
|
@@ -2523,7 +4041,7 @@ _Mar 28, 2023_
|
|
|
2523
4041
|
|
|
2524
4042
|
A big thanks to the 10 contributors who made this release possible. We have one big highlight this week ✨:
|
|
2525
4043
|
|
|
2526
|
-
- @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)
|
|
2527
4045
|
|
|
2528
4046
|
### `@mui/material@5.11.15`
|
|
2529
4047
|
|
|
@@ -2623,7 +4141,6 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
2623
4141
|
- [docs] Remove `shouldSkipGeneratingVar` usage (#36581) @siriwatknp
|
|
2624
4142
|
- [docs][material] Update Table's demo to show pointer cursor on clickable rows (#36546) @varunmulay22
|
|
2625
4143
|
- [website] Designer role changes (#36528) @danilo-leal
|
|
2626
|
-
- [website] No association between showcase and MUI @oliviertassinari
|
|
2627
4144
|
- [website] Open Head of Operations role (#36501) @oliviertassinari
|
|
2628
4145
|
- [website] Limit sponsors description to two rows @oliviertassinari
|
|
2629
4146
|
|
|
@@ -2643,13 +4160,13 @@ _Mar 14, 2023_
|
|
|
2643
4160
|
|
|
2644
4161
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
2645
4162
|
|
|
2646
|
-
- @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)
|
|
2647
4164
|
- other 🐛 bug fixes and 📚 documentation improvements.
|
|
2648
4165
|
|
|
2649
4166
|
### `@mui/material@5.11.13`
|
|
2650
4167
|
|
|
2651
|
-
- ​<!-- 13 -->[core] Bump Base
|
|
2652
|
-
- ​<!-- 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
|
|
2653
4170
|
- ​<!-- 06 -->[Typography] Apply font properties to typography inherit variant (#33621) @oyar99
|
|
2654
4171
|
|
|
2655
4172
|
### `@mui/base@5.0.0-alpha.121`
|
|
@@ -2664,12 +4181,12 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
2664
4181
|
|
|
2665
4182
|
- ​<!-- 14 -->[blog] Update fields behavior on date pickers blog post (#36480) @joserodolfofreitas
|
|
2666
4183
|
- ​<!-- 12 -->[docs] Info markdown not rendering in Contributing Guide README (#36487) @hbjORbj
|
|
2667
|
-
- ​<!-- 11 -->[docs] Remove 301 redirection to MUI
|
|
4184
|
+
- ​<!-- 11 -->[docs] Remove 301 redirection to MUI X lab migration @oliviertassinari
|
|
2668
4185
|
- ​<!-- 10 -->[docs] Fix a grammar error (#36486) @hbjORbj
|
|
2669
4186
|
- ​<!-- 09 -->[docs] Add blog post notification for v6 release (#36446) @joserodolfofreitas
|
|
2670
4187
|
- ​<!-- 08 -->[docs] Update link to v5 docs (#36421) @m4theushw
|
|
2671
4188
|
- ​<!-- 07 -->[docs] Fix 404 in the API page links (#36419) @oliviertassinari
|
|
2672
|
-
- ​<!-- 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
|
|
2673
4190
|
- ​<!-- 06 -->[examples] Refactor to have better types in the Next.js + TypeScript examples (#36355) @erikian
|
|
2674
4191
|
- ​<!-- 02 -->[website] Fix layout shift when loading /blog/mui-x-v6/ @oliviertassinari
|
|
2675
4192
|
- ​<!-- 01 -->[website] Update stats (#36477) @hrutik7
|
|
@@ -2685,7 +4202,7 @@ _Mar 6, 2023_
|
|
|
2685
4202
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
2686
4203
|
|
|
2687
4204
|
- @michaldudak added the multiselect functionality to SelectUnstyled (#36274)
|
|
2688
|
-
- @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)
|
|
2689
4206
|
- other 🐛 bug fixes and 📚 documentation improvements.
|
|
2690
4207
|
|
|
2691
4208
|
### `@mui/material@5.11.12`
|
|
@@ -2705,7 +4222,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2705
4222
|
|
|
2706
4223
|
- ​<!-- 26 -->[core] Generate vars in `extendTheme` (#35739) @mnajdova
|
|
2707
4224
|
|
|
2708
|
-
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:
|
|
2709
4226
|
|
|
2710
4227
|
```diff
|
|
2711
4228
|
import {
|
|
@@ -2777,7 +4294,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2777
4294
|
|
|
2778
4295
|
- ​<!-- 09 -->[Joy] Change CSS variables naming for components (#36282) @hbjORbj
|
|
2779
4296
|
|
|
2780
|
-
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:
|
|
2781
4298
|
|
|
2782
4299
|
```diff
|
|
2783
4300
|
-<List sx={{ py: 'var(--List-divider-gap)' }}>
|
|
@@ -2794,11 +4311,11 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2794
4311
|
### Docs
|
|
2795
4312
|
|
|
2796
4313
|
- ​<!-- 33 -->[docs][joy] Clarify when `CssVarsProvider` is required (#36410) @mnajdova
|
|
2797
|
-
- ​<!-- 32 -->MUI
|
|
4314
|
+
- ​<!-- 32 -->MUI X v6 release announcement (#36398) @joserodolfofreitas
|
|
2798
4315
|
- ​<!-- 23 -->[docs] Add instructions for deploying docs without a release (#36301) @cherniavskii
|
|
2799
4316
|
- ​<!-- 22 -->[docs] Fix 301 redirections on the docs @oliviertassinari
|
|
2800
|
-
- ​<!-- 21 -->[docs] Update MUI
|
|
2801
|
-
- ​<!-- 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
|
|
2802
4319
|
- ​<!-- 19 -->[docs] Improve visual look of loose lists (#36190) @oliviertassinari
|
|
2803
4320
|
- ​<!-- 18 -->[docs] Fix @mui/styles example links (#36331) @oliviertassinari
|
|
2804
4321
|
- ​<!-- 17 -->[docs][joy] Build TS versions for List component demos (#36382) @sai6855
|
|
@@ -2806,7 +4323,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2806
4323
|
- ​<!-- 15 -->[docs][joy] Build TS versions for Checkbox component demos (#36381) @sai6855
|
|
2807
4324
|
- ​<!-- 14 -->[docs][joy] Build TS versions for Select component demos (#36380) @sai6855
|
|
2808
4325
|
- ​<!-- 13 -->[docs][joy] Build TS versions for Typography component demos (#36378) @varunmulay22
|
|
2809
|
-
- ​<!-- 12 -->[docs][joy] Add
|
|
4326
|
+
- ​<!-- 12 -->[docs][joy] Add TypeScript demos for `Divider` (#36374) @sai6855
|
|
2810
4327
|
- ​<!-- 11 -->[docs][joy] Build TS versions for Textarea component demos (#36371) @varunmulay22
|
|
2811
4328
|
- ​<!-- 10 -->[docs][joy] Build TS versions for Link component demos (#36366) @hbjORbj
|
|
2812
4329
|
|
|
@@ -2828,14 +4345,14 @@ _Feb 27, 2023_
|
|
|
2828
4345
|
|
|
2829
4346
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
2830
4347
|
|
|
2831
|
-
- 📚 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)
|
|
2832
4349
|
- other 🐛 bug fixes and 📚 documentation improvements.
|
|
2833
4350
|
|
|
2834
4351
|
### `@mui/material@5.11.11`
|
|
2835
4352
|
|
|
2836
4353
|
- ​<!-- 30 -->[Autocomplete] Adds `sx` prop to `ListboxProps` type (#36243) @sai6855
|
|
2837
4354
|
- ​<!-- 11 -->[material] Add global CSS class for `readOnly` prop (#32822) @jrparish
|
|
2838
|
-
- ​<!-- 10 -->[Stack][material] Use createStack from
|
|
4355
|
+
- ​<!-- 10 -->[Stack][material] Use createStack from MUI System (#33795) @mnajdova
|
|
2839
4356
|
- ​<!-- 07 -->[Select] Fix incorrect selecting of first element (#36024) @michaldudak
|
|
2840
4357
|
- ​<!-- 06 -->[Slider] Miscellaneous improvements (#35941) @ZeeshanTamboli
|
|
2841
4358
|
- ​<!-- 05 -->[Slider] Remove unnecessary `data-focusvisible` attribute (#36091) @ZeeshanTamboli
|
|
@@ -2891,8 +4408,8 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
2891
4408
|
- ​<!-- 27 -->[docs][base] List slots in API documentation (#36104) @hbjORbj
|
|
2892
4409
|
- ​<!-- 26 -->[docs] Add missing sandbox adapter deps resolving (#36291) @LukasTy
|
|
2893
4410
|
- ​<!-- 25 -->[docs] Allow to pass navigation bar banner from outside (#36299) @MBilalShafi
|
|
2894
|
-
- ​<!-- 24 -->[docs] Fix code on the Working with Tailwind
|
|
2895
|
-
- ​<!-- 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
|
|
2896
4413
|
- ​<!-- 22 -->[docs] Fix emotion warning `:first-child` (#36263) @siriwatknp
|
|
2897
4414
|
- ​<!-- 21 -->[docs][joy] Improve the descriptions of props in API docs (#36307) @hbjORbj
|
|
2898
4415
|
- ​<!-- 20 -->[docs][joy] List slots in API documentation (#36271) @hbjORbj
|
|
@@ -3008,8 +4525,8 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
3008
4525
|
- [docs] Fix demos showing TypeScript instead of JavaScript (#35850) @mj12albert
|
|
3009
4526
|
- [docs] Update release instructions (#36113) @mj12albert
|
|
3010
4527
|
- [docs] Rename `v6-alpha` to `v6-next` in navigation (#36102) @LukasTy
|
|
3011
|
-
- [docs] Revise Joy
|
|
3012
|
-
- [docs] Revise Joy
|
|
4528
|
+
- [docs] Revise Joy UI "Input" page (#35970) @LadyBluenotes
|
|
4529
|
+
- [docs] Revise Joy UI "Typography" page (#35868) @LadyBluenotes
|
|
3013
4530
|
|
|
3014
4531
|
### Examples
|
|
3015
4532
|
|
|
@@ -3035,7 +4552,7 @@ _Feb 7, 2023_
|
|
|
3035
4552
|
|
|
3036
4553
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
3037
4554
|
|
|
3038
|
-
- @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)
|
|
3039
4556
|
- 📚 Documentation improvements and 🐛 bug fixes as usual
|
|
3040
4557
|
|
|
3041
4558
|
### `@mui/material@5.11.8`
|
|
@@ -3059,13 +4576,13 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
3059
4576
|
### Docs
|
|
3060
4577
|
|
|
3061
4578
|
- ​<!-- 23 -->[blog] Fix dark mode support (#35969) @oliviertassinari
|
|
3062
|
-
- ​<!-- 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
|
|
3063
4580
|
- ​<!-- 18 -->[docs] Revert unintended change @oliviertassinari
|
|
3064
4581
|
- ​<!-- 17 -->[docs] [Joy] Fixed a typo in `customizing theme tokens` (#36067) @badalsaibo
|
|
3065
4582
|
- ​<!-- 16 -->[docs] Improve inline preview's information (#35974) @oliviertassinari
|
|
3066
4583
|
- ​<!-- 15 -->[docs] Fix wrong v5 migration instructions (#36022) @oliviertassinari
|
|
3067
4584
|
- ​<!-- 14 -->[docs] Fix autocomplete render group key warning in the demo (#36025) @chuanyu0201
|
|
3068
|
-
- ​<!-- 13 -->[docs] Add hooks API pages for Base
|
|
4585
|
+
- ​<!-- 13 -->[docs] Add hooks API pages for Base UI (#35828) @mnajdova
|
|
3069
4586
|
- ​<!-- 12 -->[docs] Fix grammar typo (#36016) @alexownejazayeri
|
|
3070
4587
|
- ​<!-- 11 -->[docs][joy] Add JSDoc for the `AutocompleteProps` type (#36039) @ArthurPedroti
|
|
3071
4588
|
|
|
@@ -3089,7 +4606,7 @@ _Jan 31, 2023_
|
|
|
3089
4606
|
|
|
3090
4607
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
3091
4608
|
|
|
3092
|
-
- @siriwatknp added `Table` component to Joy
|
|
4609
|
+
- @siriwatknp added `Table` component to Joy UI (#35872)
|
|
3093
4610
|
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
3094
4611
|
|
|
3095
4612
|
### `@mui/material@5.11.7`
|
|
@@ -3109,7 +4626,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3109
4626
|
|
|
3110
4627
|
- ​<!-- 05 -->[Joy] Replace `Joy[Component]` classname with `Mui[Component]` classname for all slots of components (#35718) @hbjORbj
|
|
3111
4628
|
|
|
3112
|
-
- Renames the classname prefix of all Joy
|
|
4629
|
+
- Renames the classname prefix of all Joy UI components from `'Joy'` to `'Mui'`.
|
|
3113
4630
|
|
|
3114
4631
|
```diff
|
|
3115
4632
|
<Button
|
|
@@ -3120,9 +4637,9 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3120
4637
|
|
|
3121
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.
|
|
3122
4639
|
|
|
3123
|
-
- ​<!-- 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
|
|
3124
4641
|
|
|
3125
|
-
- 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.
|
|
3126
4643
|
|
|
3127
4644
|
```diff
|
|
3128
4645
|
<Card
|
|
@@ -3145,11 +4662,11 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3145
4662
|
- ​<!-- 27 -->[blog] Prevent horizontal scroll on blog posts (#35948) @oliviertassinari
|
|
3146
4663
|
- ​<!-- 23 -->[docs] Add to codemod README about an added script (#35999) @hbjORbj
|
|
3147
4664
|
- ​<!-- 22 -->[docs] Add a warning about to clear the local storage when `defaultMode` changes (#35937) @ArthurPedroti
|
|
3148
|
-
- ​<!-- 21 -->[docs] Fix Joy
|
|
4665
|
+
- ​<!-- 21 -->[docs] Fix Joy UI variables playground (#35950) @siriwatknp
|
|
3149
4666
|
- ​<!-- 20 -->[docs] Fix typos in base components docs (#35985) @HeVictor
|
|
3150
4667
|
- ​<!-- 19 -->[docs] Fix event's label reported to GA (#35930) @oliviertassinari
|
|
3151
|
-
- ​<!-- 18 -->[docs] Standardize "no longer" / "not documented" callouts in Material
|
|
3152
|
-
- ​<!-- 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
|
|
3153
4670
|
- ​<!-- 16 -->[docs] Add docs notification to Date and Time Pickers revamped (#35935) @joserodolfofreitas
|
|
3154
4671
|
- ​<!-- 15 -->[docs] Update community theme builder to forked updated one (#35928) @idebeijer
|
|
3155
4672
|
- ​<!-- 14 -->[docs] Add Joy default theme viewer (#35554) @siriwatknp
|
|
@@ -3228,7 +4745,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
3228
4745
|
- ​<!-- 10 -->[docs] Fix incorrect breakpoint use (#34948) @rosita-dmello
|
|
3229
4746
|
- ​<!-- 09 -->[docs] Replace react-virtualized with react-virtuoso in Table (#35700) @petyosi
|
|
3230
4747
|
- ​<!-- 08 -->[docs] Fix account menu demo not closing with keyboard. (#35870) @mj12albert
|
|
3231
|
-
- ​<!-- 07 -->[docs] Fix typos in the docs of Joy
|
|
4748
|
+
- ​<!-- 07 -->[docs] Fix typos in the docs of Joy UI (#35876) @HeVictor
|
|
3232
4749
|
- ​<!-- 06 -->[docs] Fix wording in `Color` page (#35873) @oliv37
|
|
3233
4750
|
|
|
3234
4751
|
### Core
|
|
@@ -3252,7 +4769,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
3252
4769
|
|
|
3253
4770
|
### `@mui/material@5.11.5`
|
|
3254
4771
|
|
|
3255
|
-
- [Material
|
|
4772
|
+
- [Material UI] Custom channel token should suppress the warning (#35804) @siriwatknp
|
|
3256
4773
|
- [Autocomplete] Fix value type when `strictNullChecks` is `false` (#35367) @fenghan34
|
|
3257
4774
|
- [Slider] Replace `SliderUnstyled` with `useSlider` hook (#35770) @ZeeshanTamboli
|
|
3258
4775
|
- [l10n] Add Belarusian translation (#35742) @volhalink
|
|
@@ -3281,9 +4798,9 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
3281
4798
|
|
|
3282
4799
|
- [docs] Improve pickers lab migration stressing `mui-x` usage (#35740) @LukasTy
|
|
3283
4800
|
- [docs] Fix incorrectly named AccessibleTable demo component (#35832) @HeVictor
|
|
3284
|
-
- [docs] Clarify where to find docs for Base
|
|
4801
|
+
- [docs] Clarify where to find docs for Base UI components in Material UI (#35799) @samuelsycamore
|
|
3285
4802
|
- [docs] Fix typos (#35814) @alexfauquette
|
|
3286
|
-
- [docs] Revise and expand the Joy
|
|
4803
|
+
- [docs] Revise and expand the Joy UI Card page (#35745) @samuelsycamore
|
|
3287
4804
|
- [docs] Fix navigation layout shift (#35679) @oliviertassinari
|
|
3288
4805
|
- [docs] Fix typo in the Composition page (#35774) @msoyka
|
|
3289
4806
|
- [docs][joy] Update Customization section code example to use the correct API (#35765) @pupudu
|
|
@@ -3295,7 +4812,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
3295
4812
|
- [website] Improve pricing page (#35767) @oliviertassinari
|
|
3296
4813
|
- [website] Add Greg in about page (#35816) @oliviertassinari
|
|
3297
4814
|
- [website] Update the Accessibility Engineer role (#35751) @oliviertassinari
|
|
3298
|
-
- [website] Add docs for MUI
|
|
4815
|
+
- [website] Add docs for MUI for Figma @oliviertassinari
|
|
3299
4816
|
|
|
3300
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
|
|
3301
4818
|
|
|
@@ -3330,16 +4847,16 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
3330
4847
|
|
|
3331
4848
|
### Docs
|
|
3332
4849
|
|
|
3333
|
-
- [docs] Revise and expand Joy
|
|
4850
|
+
- [docs] Revise and expand Joy UI Button doc (#35737) @samuelsycamore
|
|
3334
4851
|
- [docs] Document the workaround for crashing a translated page (#35720) @michaldudak
|
|
3335
4852
|
- [docs] Fix API page for `MenuItem` to list all valid props (#35561) @mnajdova
|
|
3336
|
-
- [docs] Fix ad exception in Joy
|
|
4853
|
+
- [docs] Fix ad exception in Joy UI (#35685) @oliviertassinari
|
|
3337
4854
|
- [docs] Fix content wider than screen regression @oliviertassinari
|
|
3338
4855
|
- [examples] Add `Vite.js with TypeScript` example (#35683) @miha53cevic
|
|
3339
4856
|
|
|
3340
4857
|
### Core
|
|
3341
4858
|
|
|
3342
|
-
- [core] Close 2022
|
|
4859
|
+
- [core] Close 2022 Developer Survey @oliviertassinari
|
|
3343
4860
|
- [core] Fix the product license reference name (#35703) @oliviertassinari
|
|
3344
4861
|
- [core] Use TypeScript AST instead of TTP for component doc building (#35379) @flaviendelangle
|
|
3345
4862
|
- [test] Always use & for nesting styles (#35702) @oliviertassinari
|
|
@@ -3392,7 +4909,7 @@ _Dec 26, 2022_
|
|
|
3392
4909
|
|
|
3393
4910
|
A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
|
|
3394
4911
|
|
|
3395
|
-
- ⚙️ Several Base
|
|
4912
|
+
- ⚙️ Several Base UI components were converted to TypeScript by @trizotti, @leventdeniz and @danhuynhdev (#35005, #34793, #34771)
|
|
3396
4913
|
- Many other 🐛 bug fixes abd 📚 documentation improvements.
|
|
3397
4914
|
|
|
3398
4915
|
### `@mui/material@5.11.2`
|
|
@@ -3412,7 +4929,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
3412
4929
|
- ​<!-- 16 -->[FocusTrap][base] Convert code to TypeScript (#35005) @trizotti
|
|
3413
4930
|
- ​<!-- 08 -->[Modal][base] Convert code to TypeScript (#34793) @leventdeniz
|
|
3414
4931
|
- ​<!-- 07 -->[Popper][base] Convert code to TypeScript (#34771) @danhuynhdev
|
|
3415
|
-
- ​<!-- 04 -->[Slider] Exclude `isRtl` from Material
|
|
4932
|
+
- ​<!-- 04 -->[Slider] Exclude `isRtl` from Material UI's Slider props (#35564) @michaldudak
|
|
3416
4933
|
|
|
3417
4934
|
### `@mui/joy@5.0.0-alpha.60`
|
|
3418
4935
|
|
|
@@ -3430,7 +4947,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
3430
4947
|
|
|
3431
4948
|
- ​<!-- 35 -->[docs] Fix GoogleMaps demo (#35545) @hbjORbj
|
|
3432
4949
|
- ​<!-- 25 -->[docs] Remove flow, its legacy (#35624) @oliviertassinari
|
|
3433
|
-
- ​<!-- 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
|
|
3434
4951
|
- ​<!-- 23 -->[docs] Clarify comment about `sortStability()` use case (#35570) @frontendlane
|
|
3435
4952
|
- ​<!-- 22 -->[docs] Improve the experimental API demos on the button page (#35560) @mnajdova
|
|
3436
4953
|
- ​<!-- 21 -->[docs] Force `light` theme mode when `activePage` is null (#35575) @LukasTy
|
|
@@ -3526,7 +5043,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
3526
5043
|
|
|
3527
5044
|
- [Alert] Update icon color in all variants (#35414) @danilo-leal
|
|
3528
5045
|
- [Select] Fix `MenuProps.PopoverClasses` being overriden (#35394) @vitorfrs-dev
|
|
3529
|
-
- [SwipeableDrawer]
|
|
5046
|
+
- [SwipeableDrawer] Fix TypeScript warning "prop open undefined" (#34710) @kraftware
|
|
3530
5047
|
|
|
3531
5048
|
### `@mui/icons-material@5.11.0`
|
|
3532
5049
|
|
|
@@ -3569,11 +5086,11 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
3569
5086
|
- [docs] Refactor `ToggleButtonSizes` demo (#35375) @Armanio
|
|
3570
5087
|
- [docs] Standardize the usage of callouts in the docs (#35361) @samuelsycamore
|
|
3571
5088
|
- [docs] Format feedback to add a link to the commented section (#35381) @alexfauquette
|
|
3572
|
-
- [docs] Direct users from Material
|
|
5089
|
+
- [docs] Direct users from Material UI to Base UI for duplicated components (#35293) @samuelsycamore
|
|
3573
5090
|
- [docs] Fix typo in FormControl API docs (#35449) @Spanishiwa
|
|
3574
5091
|
- [docs] Update callouts design (#35390) @danilo-leal
|
|
3575
5092
|
- [website] New wave of open roles (#35240) @mnajdova
|
|
3576
|
-
- [website] Developer
|
|
5093
|
+
- [website] Developer Survey 2022 (#35407) @joserodolfofreitas
|
|
3577
5094
|
|
|
3578
5095
|
### Core
|
|
3579
5096
|
|
|
@@ -3594,7 +5111,7 @@ _Dec 6, 2022_
|
|
|
3594
5111
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
3595
5112
|
|
|
3596
5113
|
- ✨ @mnajdova added a [Material You Button playground](https://mui.com/material-ui/react-button/#material-you-version) (#35222)
|
|
3597
|
-
- 🔧 @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)
|
|
3598
5115
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
3599
5116
|
|
|
3600
5117
|
### `@mui/material@5.10.17`
|
|
@@ -3615,7 +5132,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3615
5132
|
|
|
3616
5133
|
- ​<!-- 08 -->[Joy] Add `slots`/`slotProps` props to the typing of all components and apply `useSlot` to all components (#34997) @hbjORbj
|
|
3617
5134
|
|
|
3618
|
-
- 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.
|
|
3619
5136
|
|
|
3620
5137
|
```diff
|
|
3621
5138
|
-<Autocomplete components={{listbox: CustomListbox}} componentsProps={{listbox: { className: 'custom-listbox' }}} />
|
|
@@ -3635,7 +5152,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3635
5152
|
- ​<!-- 23 -->[docs] Correct grammatically incorrect sentences in CONTRIBUTING.md (#34949) @Pandey-utkarsh
|
|
3636
5153
|
- ​<!-- 22 -->[docs] Move the demo higher in the API TOC (#35202) @oliviertassinari
|
|
3637
5154
|
- ​<!-- 21 -->[docs] Fix incorrect link in minimizing-bundle-size (#35297) @Juneezee
|
|
3638
|
-
- ​<!-- 20 -->[docs] Revise and expand Joy
|
|
5155
|
+
- ​<!-- 20 -->[docs] Revise and expand Joy UI "Breadcrumbs" page (#35292) @samuelsycamore
|
|
3639
5156
|
- ​<!-- 19 -->[docs] Fix wrong import in the unstyled tabs page (#35310) @guotie
|
|
3640
5157
|
- ​<!-- 18 -->[docs] Disable translations (#34820) @mnajdova
|
|
3641
5158
|
- ​<!-- 17 -->[docs] Fix typo (#35312) @flaviendelangle
|
|
@@ -3643,10 +5160,10 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3643
5160
|
- ​<!-- 15 -->[docs] Fix experimental API page duplication (#35213) @oliviertassinari
|
|
3644
5161
|
- ​<!-- 14 -->[docs] Improve the autogenerated "Unstyled" and "API" text (#35185) @samuelsycamore
|
|
3645
5162
|
- ​<!-- 13 -->[docs] Fix ad margin on API pages (#35201) @oliviertassinari
|
|
3646
|
-
- ​<!-- 12 -->[docs] Revise and expand the Joy
|
|
3647
|
-
- ​<!-- 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
|
|
3648
5165
|
- ​<!-- 09 -->[l10n] Improve Chinese (Taiwan) zh-TW locale (#35328) @happyincent
|
|
3649
|
-
- ​<!-- 02 -->[website] Update
|
|
5166
|
+
- ​<!-- 02 -->[website] Update stats: GitHub stars, Twitter followers, etc. (#35318) @nomandhoni-cs
|
|
3650
5167
|
|
|
3651
5168
|
### Core
|
|
3652
5169
|
|
|
@@ -3654,7 +5171,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3654
5171
|
- ​<!-- 26 -->[core] Fix warning leak in production (#35313) @oliviertassinari
|
|
3655
5172
|
- ​<!-- 25 -->[core] Move the internal packages from docs/packages (#35305) @michaldudak
|
|
3656
5173
|
- ​<!-- 24 -->[core] Clean up the API docs generation scripts (#35244) @michaldudak
|
|
3657
|
-
- ​<!-- 03 -->[test] Scope the tests to just Material
|
|
5174
|
+
- ​<!-- 03 -->[test] Scope the tests to just Material UI components (#35219) @siriwatknp
|
|
3658
5175
|
- ​<!-- 01 -->[website] Remove BlackFriday notification @oliviertassinari
|
|
3659
5176
|
|
|
3660
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
|
|
@@ -3738,18 +5255,18 @@ A big thanks to the 9 contributors who made this release possible. Here are some
|
|
|
3738
5255
|
### Docs
|
|
3739
5256
|
|
|
3740
5257
|
- [docs] Fix a couple documentation errors (#35217) @danilo-leal
|
|
3741
|
-
- [docs] Change MUI -> Material
|
|
5258
|
+
- [docs] Change MUI -> Material UI in icons-material's readme (#35220) @michaldudak
|
|
3742
5259
|
- [docs] the pages have no <link rel=canonical so we need to tell Google to not index the staging envs @oliviertassinari
|
|
3743
5260
|
- [docs] Fix confusion in TOCs when reaching scroll bottom (#35214) @oliviertassinari
|
|
3744
5261
|
- [docs] Fix typos in section titles (#35025) @iamxukai
|
|
3745
5262
|
- [docs] Fix typo in legacy date picker migration guide @oliviertassinari
|
|
3746
|
-
- [docs] Iterating on recent Joy
|
|
5263
|
+
- [docs] Iterating on recent Joy UI Component page updates (#35162) @samuelsycamore
|
|
3747
5264
|
- [docs] Inform that pickers are in X repository (#35189) @alexfauquette
|
|
3748
5265
|
- [docs] Explain how the `error` prop works in the Unstyled Input (#35171) @michaldudak
|
|
3749
5266
|
- [docs] Hotfix missing styles in dark mode (#35179) @siriwatknp
|
|
3750
|
-
- [docs] Add Joy
|
|
5267
|
+
- [docs] Add Joy UI theme typography page (#34811) @siriwatknp
|
|
3751
5268
|
- [docs] Fix undo/redo in live editor (#35163) @oliviertassinari
|
|
3752
|
-
- [docs] Revise the Joy
|
|
5269
|
+
- [docs] Revise the Joy UI "Avatar" component page (#35152) @samuelsycamore
|
|
3753
5270
|
- [docs] Make navbar backdrop filter consistent with website (#35157) @danilo-leal
|
|
3754
5271
|
- [docs] Host CodeSandbox on MUI org (#35110) @oliviertassinari
|
|
3755
5272
|
- [docs] Uplift introduction demos & make consistent with Base (#34316) @danilo-leal
|
|
@@ -3775,13 +5292,13 @@ _Nov 14, 2022_
|
|
|
3775
5292
|
|
|
3776
5293
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
3777
5294
|
|
|
3778
|
-
- 🚀 @siriwatknp added the Autocomplete component to the Joy
|
|
3779
|
-
- ♿ @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)
|
|
3780
5297
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
3781
5298
|
|
|
3782
5299
|
### `@mui/material@5.10.14`
|
|
3783
5300
|
|
|
3784
|
-
- [Material
|
|
5301
|
+
- [Material UI] Add `palette.background.defaultChannel` token (#35061) @siriwatknp
|
|
3785
5302
|
- [Autocomplete] Remove tags with the Delete key (#33822) @sfavello
|
|
3786
5303
|
- [IconButton] custom color causes type error (#34521) @kushagra010
|
|
3787
5304
|
|
|
@@ -3812,7 +5329,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
3812
5329
|
- [docs] Improve code font family v2 (#35053) @oliviertassinari
|
|
3813
5330
|
- [docs] Upgrade to Next.js 13 (#35001) @mnajdova
|
|
3814
5331
|
- [docs] Fix typo in changelog @oliviertassinari
|
|
3815
|
-
- [docs] Update Joy
|
|
5332
|
+
- [docs] Update Joy UI templates to use latest components (#35058) @siriwatknp
|
|
3816
5333
|
- [website] Fix design kits showcase throwing an error (#35093) @cherniavskii
|
|
3817
5334
|
- [website] Fix margin bug on CTA @oliviertassinari
|
|
3818
5335
|
- [website] Link respective repositories in product pages (#35046) @sidtohan
|
|
@@ -3843,7 +5360,7 @@ _Nov 7, 2022_
|
|
|
3843
5360
|
|
|
3844
5361
|
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
3845
5362
|
|
|
3846
|
-
- 🚀 The slots API has been introduced to the Material
|
|
5363
|
+
- 🚀 The slots API has been introduced to the Material UI package by @michaldudak (#34873).
|
|
3847
5364
|
- 🔥 Live editing of demos is stabilized by @oliviertassinari (#34870).
|
|
3848
5365
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
3849
5366
|
|
|
@@ -3868,7 +5385,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
3868
5385
|
|
|
3869
5386
|
- ​<!-- 20 -->[docs] Add a guide for setting dark mode by default (#34839) @siriwatknp
|
|
3870
5387
|
- ​<!-- 19 -->[docs] Improve code font family (#35027) @oliviertassinari
|
|
3871
|
-
- ​<!-- 18 -->[docs] Revise and expand Joy
|
|
5388
|
+
- ​<!-- 18 -->[docs] Revise and expand Joy UI "Alert" page (#34838) @samuelsycamore
|
|
3872
5389
|
- ​<!-- 17 -->[docs] Live demos v2 (#34870) @oliviertassinari
|
|
3873
5390
|
- ​<!-- 16 -->[docs] Fix 301 links in the docs @oliviertassinari
|
|
3874
5391
|
- ​<!-- 15 -->[docs] Fix code display in RTL (#34951) @oliviertassinari
|
|
@@ -3901,7 +5418,7 @@ _Oct 31, 2022_
|
|
|
3901
5418
|
|
|
3902
5419
|
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
3903
5420
|
|
|
3904
|
-
- 🚀 The LinearProgress component has been added to Joy
|
|
5421
|
+
- 🚀 The LinearProgress component has been added to Joy UI by @hbjORbj (#34514).
|
|
3905
5422
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
3906
5423
|
|
|
3907
5424
|
### `@mui/material@5.10.12`
|
|
@@ -3925,10 +5442,10 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
3925
5442
|
|
|
3926
5443
|
- ​<!-- 40 -->[blog] Add blog post for high-level overview of all MUI products (#34325) @samuelsycamore
|
|
3927
5444
|
- ​<!-- 39 -->[blog] Fix hydration mistmatch (#34857) @oliviertassinari
|
|
3928
|
-
- ​<!-- 21 -->[docs] Revise the Joy
|
|
5445
|
+
- ​<!-- 21 -->[docs] Revise the Joy UI "Aspect Ratio" page (#34858) @samuelsycamore
|
|
3929
5446
|
- ​<!-- 20 -->[docs] Fix Safari code font size (#34859) @oliviertassinari
|
|
3930
5447
|
- ​<!-- 19 -->[docs] Fix spelling mistake (#34955) @punithnayak
|
|
3931
|
-
- ​<!-- 18 -->[docs] Fix 404 link of supported Material
|
|
5448
|
+
- ​<!-- 18 -->[docs] Fix 404 link of supported Material UI components @oliviertassinari
|
|
3932
5449
|
- ​<!-- 17 -->[docs] Fix Safari button misalignment (#34861) @oliviertassinari
|
|
3933
5450
|
- ​<!-- 16 -->[docs] Fix typo in docs title (#34926) @PunitSoniME
|
|
3934
5451
|
- ​<!-- 25 -->[docs] Fix missing emotion prefixes (#34958) @oliviertassinari
|
|
@@ -3940,7 +5457,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
3940
5457
|
- ​<!-- 07 -->[website] Migrate about-us page to use CSS theme variables (#34919) @brianlu2610
|
|
3941
5458
|
- ​<!-- 06 -->[website] Migrate Product-Templates page to use CSS theme variables (#34913) @EduardoSCosta
|
|
3942
5459
|
- ​<!-- 05 -->[website] Migrate career page to use CSS theme variables (#34908) @the-mgi
|
|
3943
|
-
- ​<!-- 04 -->[website] Update MUI
|
|
5460
|
+
- ​<!-- 04 -->[website] Update MUI X open and future roles + about page (#34894) @DanailH
|
|
3944
5461
|
- ​<!-- 03 -->[website] Remove one DOM node (#34960) @oliviertassinari
|
|
3945
5462
|
- ​<!-- 02 -->[website] Use `span` for icon image (#34914) @siriwatknp
|
|
3946
5463
|
- ​<!-- 01 -->[website] Fix subscribe input with Safari (#34869) @oliviertassinari
|
|
@@ -3977,7 +5494,7 @@ _Oct 25, 2022_
|
|
|
3977
5494
|
|
|
3978
5495
|
A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
|
|
3979
5496
|
|
|
3980
|
-
- 🔧 Moved `components` to `slots` prop starting at Base
|
|
5497
|
+
- 🔧 Moved `components` to `slots` prop starting at Base UI to create consistency across products
|
|
3981
5498
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
3982
5499
|
|
|
3983
5500
|
### `@mui/material@5.10.11`
|
|
@@ -4002,7 +5519,7 @@ A big thanks to the 10 contributors who made this release possible. Here are som
|
|
|
4002
5519
|
- [base] Make CSS class prefixes consistent (#33411) @michaldudak
|
|
4003
5520
|
|
|
4004
5521
|
**This is a breaking change for anyone who depends on the class names applied to Base components.**
|
|
4005
|
-
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.
|
|
4006
5523
|
|
|
4007
5524
|
```diff
|
|
4008
5525
|
-.ButtonUnstyled-root { ... };
|
|
@@ -4025,7 +5542,7 @@ A big thanks to the 10 contributors who made this release possible. Here are som
|
|
|
4025
5542
|
- Revert "[docs] Live demos (#34454)" @oliviertassinari
|
|
4026
5543
|
- Update the order of operations for pagination example so that slicing takes place after sorting. (#34189) @marceliwac
|
|
4027
5544
|
- [docs] Gatsby Description in Joy dark-mode (#34702) @pixelass
|
|
4028
|
-
- [docs] Add notification for blogpost MUI
|
|
5545
|
+
- [docs] Add notification for blogpost MUI X v6 alpha (#34809) @joserodolfofreitas
|
|
4029
5546
|
- [docs] Polish Crowdin config (#34852) @oliviertassinari
|
|
4030
5547
|
- [docs] Fix a few style standard deviations @oliviertassinari
|
|
4031
5548
|
- [docs] Enforce no trailing spaces (#34762) @oliviertassinari
|
|
@@ -4058,8 +5575,8 @@ _Oct 18, 2022_
|
|
|
4058
5575
|
A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
|
|
4059
5576
|
|
|
4060
5577
|
- 🖌 Thanks to the efforts of @bharatkashyap and @nihgwu, we now have editable demos across our docs (#34454)!
|
|
4061
|
-
- 🚀 The Tooltip component has been added to Joy
|
|
4062
|
-
- ⚙️ 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.
|
|
4063
5580
|
@mbayucot finished the first PR with the conversion of the NoSsr code (#34735).
|
|
4064
5581
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
4065
5582
|
|
|
@@ -4090,14 +5607,14 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
4090
5607
|
### Docs
|
|
4091
5608
|
|
|
4092
5609
|
- [docs] Fix the Autocomplete Highlighting example (#34184) @hayawata3626
|
|
4093
|
-
- [docs] Fix typos in Base (Menu, Tabs) and Joy
|
|
5610
|
+
- [docs] Fix typos in Base (Menu, Tabs) and Joy UI (Chip) (#34803) @rvrvrv
|
|
4094
5611
|
- [docs] Use new editing API in homepage demos (#34220) @m4theushw
|
|
4095
5612
|
- [docs] Live demos (#34454) @bharatkashyap
|
|
4096
|
-
- [docs] Fix typos in Joy
|
|
5613
|
+
- [docs] Fix typos in Joy UI Switch (#34728) @ndresx
|
|
4097
5614
|
- [docs] Avoid scrollbar in the code demos (#34741) @oliviertassinari
|
|
4098
|
-
- [docs] Revise the Joy
|
|
4099
|
-
- [docs] Revise and rename the Joy
|
|
4100
|
-
- [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
|
|
4101
5618
|
- [docs] Basic link verification at PR level (#34588) @alexfauquette
|
|
4102
5619
|
- [docs] Add a missing comma in the customization example (#34617) @AbayKinayat
|
|
4103
5620
|
- [website] Clarify Pro/Premium support (#34607) @oliviertassinari
|
|
@@ -4143,12 +5660,12 @@ A big thanks to the 7 contributors who made this release possible. Here are some
|
|
|
4143
5660
|
|
|
4144
5661
|
- ​<!-- 17 -->[system] Fix color-scheme implementation (#34639) @siriwatknp
|
|
4145
5662
|
|
|
4146
|
-
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).
|
|
4147
5664
|
|
|
4148
5665
|
Migration:
|
|
4149
5666
|
|
|
4150
|
-
- **Material
|
|
4151
|
-
- **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/).
|
|
4152
5669
|
|
|
4153
5670
|
#### Changes
|
|
4154
5671
|
|
|
@@ -4165,8 +5682,8 @@ A big thanks to the 7 contributors who made this release possible. Here are some
|
|
|
4165
5682
|
### Docs
|
|
4166
5683
|
|
|
4167
5684
|
- ​<!-- 18 -->[docs] Revert #34541 (#34700) @michaldudak
|
|
4168
|
-
- ​<!-- 15 -->[blog] Blog post for MUI
|
|
4169
|
-
- ​<!-- 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
|
|
4170
5687
|
- ​<!-- 08 -->[docs] Explain how SelectUnstyled renders a hidden input (#34638) @michaldudak
|
|
4171
5688
|
- ​<!-- 07 -->[docs] Fix Taiwan description (#34611) @oliviertassinari
|
|
4172
5689
|
- ​<!-- 06 -->[docs] Fix codesandbox export with dayjs (#34619) @oliviertassinari
|
|
@@ -4190,8 +5707,8 @@ _Oct 3, 2022_
|
|
|
4190
5707
|
|
|
4191
5708
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
4192
5709
|
|
|
4193
|
-
- 🚀 [SnackbarUnstyled](https://mui.com/base-ui/react-snackbar/) component & headless hook are added to Base
|
|
4194
|
-
- 📚 [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)
|
|
4195
5712
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
4196
5713
|
|
|
4197
5714
|
### `@mui/material@5.10.8`
|
|
@@ -4219,9 +5736,9 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
4219
5736
|
- ​<!-- 27 -->[blog] Fix 404 link in base introduction @oliviertassinari
|
|
4220
5737
|
- ​<!-- 21 -->[docs] Fix CI build (#34589) @mnajdova
|
|
4221
5738
|
- ​<!-- 20 -->[docs] Temporary remove date picker from home page (#34541) @siriwatknp
|
|
4222
|
-
- ​<!-- 19 -->[docs] Revise and expand Joy
|
|
5739
|
+
- ​<!-- 19 -->[docs] Revise and expand Joy UI "Tutorial" doc (#34569) @samuelsycamore
|
|
4223
5740
|
- ​<!-- 18 -->[docs] Fix SEO issues (#34537) @oliviertassinari
|
|
4224
|
-
- ​<!-- 17 -->[docs] Add CSS variables documentation for Material
|
|
5741
|
+
- ​<!-- 17 -->[docs] Add CSS variables documentation for Material UI (#33958) @siriwatknp
|
|
4225
5742
|
- ​<!-- 16 -->[docs] Capitalize Material Design on the Breakpoints page (#34481) @Dustin-Digitar
|
|
4226
5743
|
- ​<!-- 15 -->[docs] Able to load doc components inside markdown files (#34243) @flaviendelangle
|
|
4227
5744
|
- ​<!-- 14 -->[docs] Use mouse pointer on esc button in the search modal (#34485) @minkyngkm
|
|
@@ -4246,7 +5763,7 @@ _Sep 26, 2022_
|
|
|
4246
5763
|
|
|
4247
5764
|
A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
|
|
4248
5765
|
|
|
4249
|
-
- 🚀 [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
|
|
4250
5767
|
|
|
4251
5768
|
### `@mui/material@5.10.7`
|
|
4252
5769
|
|
|
@@ -4256,7 +5773,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
4256
5773
|
- [SvgIcon] Fix passing an ownerState to SvgIcon changes the font size (#34429) @ZeeshanTamboli
|
|
4257
5774
|
- [Stepper] Fix optional label is not centered when `alternativeLabel` is used (#34335) @ZeeshanTamboli
|
|
4258
5775
|
- [Tooltip] Add undefined, null or false in `title` (#34289) @abhinav-22-tech
|
|
4259
|
-
- Make @emotion/\* fully supported in all Material
|
|
5776
|
+
- Make @emotion/\* fully supported in all Material UI components (#34451) @garronej
|
|
4260
5777
|
|
|
4261
5778
|
### `@mui/system@5.10.7`
|
|
4262
5779
|
|
|
@@ -4292,7 +5809,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
4292
5809
|
|
|
4293
5810
|
### Docs
|
|
4294
5811
|
|
|
4295
|
-
- [blog] Base
|
|
5812
|
+
- [blog] Base UI announcement typo fixed (#34409) @prakhargupta1
|
|
4296
5813
|
- [blog] Fix typo in date-pickers v5 stable (#34386) @alexfauquette
|
|
4297
5814
|
- [blog] Update date on date pickers v5 release blog post (#34406) @joserodolfofreitas
|
|
4298
5815
|
- [docs] Update `useMenu` and `useMenuItem` hooks demo (#34166) @ZeeshanTamboli
|
|
@@ -4300,11 +5817,11 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
4300
5817
|
- [docs] Fix typo in `Grid` docs (#34475) @Dustin-Digitar
|
|
4301
5818
|
- [docs] Fix typo in `Back to top` section in AppBar docs (#34479) @Dustin-Digitar
|
|
4302
5819
|
- [docs] Standardize all "Installation" pages (#34168) @samuelsycamore
|
|
4303
|
-
- [docs] Fix
|
|
5820
|
+
- [docs] Fix Webpack file name to the standard: `webpack.config.js` (#34446) @CodingItWrong
|
|
4304
5821
|
- [docs] Fix Select `onChange` call (#34408) @siriwatknp
|
|
4305
5822
|
- [docs] Notification for pickers blog - v5 stable (#34400) @joserodolfofreitas
|
|
4306
5823
|
- [docs] Improve social sharing of docs pages (#34346) @oliviertassinari
|
|
4307
|
-
- [docs] Refine the use of MUI vs. Material
|
|
5824
|
+
- [docs] Refine the use of MUI vs. Material UI (#34345) @oliviertassinari
|
|
4308
5825
|
- [docs] Send feedback directly to a dedicated slack channel (#34196) @alexfauquette
|
|
4309
5826
|
- [website] Adds Bilal to about page (#34412) @MBilalShafi
|
|
4310
5827
|
- [website] Add date range picker to pricing table (#34399) @joserodolfofreitas
|
|
@@ -4358,7 +5875,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
4358
5875
|
|
|
4359
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.
|
|
4360
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.
|
|
4361
|
-
This also affects Select from Joy
|
|
5878
|
+
This also affects Select from Joy UI.
|
|
4362
5879
|
|
|
4363
5880
|
```jsx
|
|
4364
5881
|
// before
|
|
@@ -4378,8 +5895,8 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
4378
5895
|
- [docs] Fix 301 link to external projects @oliviertassinari
|
|
4379
5896
|
- [docs] Move 12 component names to Title Case (#34188) @oliviertassinari
|
|
4380
5897
|
- [docs] Fix broken links (#34320) @alexfauquette
|
|
4381
|
-
- [docs] Add notification for Base
|
|
4382
|
-
- [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
|
|
4383
5900
|
- [website] Improve security header @oliviertassinari
|
|
4384
5901
|
|
|
4385
5902
|
### Core
|
|
@@ -4399,8 +5916,8 @@ _Sep 12, 2022_
|
|
|
4399
5916
|
|
|
4400
5917
|
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
4401
5918
|
|
|
4402
|
-
- 🚀 [Blog post](https://mui.com/blog/introducing-base-ui/) for announcing the release of the Base
|
|
4403
|
-
- 🚀 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
|
|
4404
5921
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
4405
5922
|
|
|
4406
5923
|
### `@mui/material@5.10.5`
|
|
@@ -4410,10 +5927,10 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
4410
5927
|
|
|
4411
5928
|
### `@mui/joy@5.0.0-alpha.45`
|
|
4412
5929
|
|
|
4413
|
-
- ​<!-- 20 -->[Joy
|
|
4414
|
-
- ​<!-- 19 -->[Joy
|
|
4415
|
-
- ​<!-- 18 -->[Joy
|
|
4416
|
-
- ​<!-- 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
|
|
4417
5934
|
- ​<!-- 10 -->[Joy] Fix list value of false or 0 (zero) text is incorrectly grey (#34255) @kushagra010
|
|
4418
5935
|
- ​<!-- 09 -->[Joy] Adjust typography decorator margin (#34257) @siriwatknp
|
|
4419
5936
|
- ​<!-- 08 -->[Joy] Miscellaneous fixes (#34193) @siriwatknp
|
|
@@ -4422,10 +5939,10 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
4422
5939
|
|
|
4423
5940
|
### Docs
|
|
4424
5941
|
|
|
4425
|
-
- ​<!-- 16 -->[blog] Introducing Base
|
|
5942
|
+
- ​<!-- 16 -->[blog] Introducing Base UI (#33778) @michaldudak
|
|
4426
5943
|
- ​<!-- 13 -->[docs] Fix spelling error (#34209) @ChrystianDeMatos
|
|
4427
5944
|
- ​<!-- 12 -->[docs] Improve link to the security policy (#34219) @oliviertassinari
|
|
4428
|
-
- ​<!-- 11 -->[docs] Fix typo in Joy
|
|
5945
|
+
- ​<!-- 11 -->[docs] Fix typo in Joy UI's `Usage` docs (#34200) @zillion504
|
|
4429
5946
|
- ​<!-- 02 -->[website] Add Lukas to the about page (#34284) @LukasTy
|
|
4430
5947
|
- ​<!-- 01 -->[website] Update diamond sponsor URL (#34256) @oliviertassinari
|
|
4431
5948
|
|
|
@@ -4445,7 +5962,7 @@ _Sep 5, 2022_
|
|
|
4445
5962
|
|
|
4446
5963
|
A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
|
|
4447
5964
|
|
|
4448
|
-
- 🚀 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
|
|
4449
5966
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
4450
5967
|
|
|
4451
5968
|
### `@mui/material@5.10.4`
|
|
@@ -4472,7 +5989,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
|
|
|
4472
5989
|
- ​<!-- 12 -->[docs] Fix the color contrast on optional API methods (#34127) @oliviertassinari
|
|
4473
5990
|
- ​<!-- 11 -->[docs] Fix crash due to using wrong variable (#34171) @siriwatknp
|
|
4474
5991
|
- ​<!-- 10 -->[docs] Fix a few Base typos (#33986) @ropereraLK
|
|
4475
|
-
- ​<!-- 09 -->[docs] Revise Joy
|
|
5992
|
+
- ​<!-- 09 -->[docs] Revise Joy UI "Overview" page copy (#34087) @samuelsycamore
|
|
4476
5993
|
- ​<!-- 20 -->[blog] Fix social cards (#34160) @oliviertassinari
|
|
4477
5994
|
- ​<!-- 03 -->[website] Allow deep linking to sponsors @oliviertassinari
|
|
4478
5995
|
- ​<!-- 02 -->[website] Update job descriptions (#34134) @DanailH
|
|
@@ -4502,7 +6019,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
4502
6019
|
### `@mui/material@5.10.3`
|
|
4503
6020
|
|
|
4504
6021
|
- [Autocomplete][material] Fix value overflow when `disableClearable` is used (#34053) @mnajdova
|
|
4505
|
-
- [Autocomplete] Update unstyled demo to not import Material
|
|
6022
|
+
- [Autocomplete] Update unstyled demo to not import Material UI (#34060) @oliviertassinari
|
|
4506
6023
|
- [Slider] Remove SliderInput export from d.ts (#34055) @pieetrus
|
|
4507
6024
|
- [TablePagination] Fix select variant not working (#33974) @ZeeshanTamboli
|
|
4508
6025
|
|
|
@@ -4534,10 +6051,10 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
4534
6051
|
- [docs] Fix 404 link from Joy to React Router (#34115) @oliviertassinari
|
|
4535
6052
|
- [docs] Fix typo in `Select` component (#34091) @HexM7
|
|
4536
6053
|
- [docs] Fix 301 links to tss's docs @oliviertassinari
|
|
4537
|
-
- [docs] Fixing Joy
|
|
6054
|
+
- [docs] Fixing Joy UI usage snippet (#34049) @JonathanAsbury-SPS
|
|
4538
6055
|
- [docs] Fix missing JSX closing tag in Tooltip docs (#34064) @hoangph271
|
|
4539
6056
|
- [website] Add Toolpad to Navigation (#33937) @bharatkashyap
|
|
4540
|
-
- [website] Improve SEO meta description for MUI
|
|
6057
|
+
- [website] Improve SEO meta description for MUI X @oliviertassinari
|
|
4541
6058
|
- [website] Improve visual look of code demos (#34070) @oliviertassinari
|
|
4542
6059
|
- [website] Fix `DatePicker` component demo on the home page (#34054) @NaveenPantra
|
|
4543
6060
|
|
|
@@ -4586,12 +6103,12 @@ A big thanks to the 11 contributors who made this release possible. Here are som
|
|
|
4586
6103
|
|
|
4587
6104
|
- ​<!-- 21 -->[docs] Fix typo in using-joy-ui-and-material-ui.md (#33997) @djohalo2 @danilo-leal
|
|
4588
6105
|
- ​<!-- 20 -->[docs] Fix typo in the Transition docs (#34040) @alirezahekmati
|
|
4589
|
-
- ​<!-- 19 -->[docs] Typo fix in Joy
|
|
4590
|
-
- ​<!-- 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
|
|
4591
6108
|
- ​<!-- 14 -->[docs] Fix typos in `test` folder's README (#33976) @ropereraLK
|
|
4592
6109
|
- ​<!-- 13 -->[docs] Fix interior section links in Base docs that feature hooks (#33948) @samuelsycamore
|
|
4593
|
-
- ​<!-- 12 -->[docs] Fix typo in Joy
|
|
4594
|
-
- ​<!-- 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
|
|
4595
6112
|
|
|
4596
6113
|
### Core
|
|
4597
6114
|
|
|
@@ -4630,8 +6147,8 @@ A big thanks to the 18 contributors who made this release possible. This release
|
|
|
4630
6147
|
|
|
4631
6148
|
### Docs
|
|
4632
6149
|
|
|
4633
|
-
- ​<!-- 23 -->[docs] Expand on a11y section for Material
|
|
4634
|
-
- ​<!-- 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
|
|
4635
6152
|
- ​<!-- 21 -->[docs] Improve the Base Usage page (#33272) @samuelsycamore
|
|
4636
6153
|
- ​<!-- 20 -->[docs] Avoid refreshing the page when button on demo is clicked (#33852) @PunitSoniME
|
|
4637
6154
|
- ​<!-- 19 -->[docs] Improve the HorizontalNonLinearStepper demo styling (#33886) @hayawata3626
|
|
@@ -4672,8 +6189,8 @@ _Aug 8, 2022_
|
|
|
4672
6189
|
|
|
4673
6190
|
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
4674
6191
|
|
|
4675
|
-
- ✨ [Stack](https://mui.com/system/react-stack/) component is added to MUI
|
|
4676
|
-
- ✨ [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
|
|
4677
6194
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
4678
6195
|
|
|
4679
6196
|
### `@mui/material@5.10.0`
|
|
@@ -4707,7 +6224,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
4707
6224
|
- [docs] Fix typo in the ClickAwayListerner name (#33813) @pawelsmigielski
|
|
4708
6225
|
- [docs] Fix link to `Basics` section in `Trap Focus` docs (#33772) @ZeeshanTamboli
|
|
4709
6226
|
- [docs] z-index added in popper when used by split button (#33763) @PunitSoniME
|
|
4710
|
-
- [docs] Improve the guide for using @mui/base with Tailwind
|
|
6227
|
+
- [docs] Improve the guide for using @mui/base with Tailwind CSS (#33670) @mnajdova
|
|
4711
6228
|
- [docs] Fix warnings related to Next.js' links (#33693) @mnajdova
|
|
4712
6229
|
- [docs] Add notification to aggregation blogpost (#33745) @joserodolfofreitas
|
|
4713
6230
|
- [docs] Add Grid version 2 docs (#33554) @siriwatknp
|
|
@@ -4733,7 +6250,7 @@ _Aug 1, 2022_
|
|
|
4733
6250
|
|
|
4734
6251
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
4735
6252
|
|
|
4736
|
-
- 🖼️ @garronej worked on improving the support of Emotion packages in
|
|
6253
|
+
- 🖼️ @garronej worked on improving the support of Emotion packages in MUI System (#33205)
|
|
4737
6254
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
4738
6255
|
|
|
4739
6256
|
### `@mui/material@5.9.3`
|
|
@@ -4745,7 +6262,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
4745
6262
|
|
|
4746
6263
|
### `@mui/system@5.9.3`
|
|
4747
6264
|
|
|
4748
|
-
- [system] Make @emotion/\* fully supported in
|
|
6265
|
+
- [system] Make @emotion/\* fully supported in MUI System (#33205) @garronej
|
|
4749
6266
|
|
|
4750
6267
|
### `@mui/codemod@5.9.3`
|
|
4751
6268
|
|
|
@@ -4789,7 +6306,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
4789
6306
|
- [core] Remove thenify version override from package.json resolutions (#33638) @michaldudak
|
|
4790
6307
|
- [core] Update Node.js to 14 on CircleCI, CodeSandbox, and Netlify (#33642) @michaldudak
|
|
4791
6308
|
- [test] Replace istanbul-instrumenter-loader with babel-plugin-istanbul (#33666) @michaldudak
|
|
4792
|
-
- [test] Run TypeScript module augmentation tests for Joy
|
|
6309
|
+
- [test] Run TypeScript module augmentation tests for Joy UI in CI (#33667) @ZeeshanTamboli
|
|
4793
6310
|
|
|
4794
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
|
|
4795
6312
|
|
|
@@ -4835,7 +6352,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
4835
6352
|
- ​<!-- 28 -->[docs] Add accessibility tips (#33633) @siriwatknp
|
|
4836
6353
|
- ​<!-- 27 -->[docs] Fix production deploy of codesandboxes (#33608) @oliviertassinari
|
|
4837
6354
|
- ​<!-- 26 -->[docs] Show border on `palette.background.paper` in dark mode docs (#33611) @ZeeshanTamboli
|
|
4838
|
-
- ​<!-- 25 -->[docs] Fix typo in Joy
|
|
6355
|
+
- ​<!-- 25 -->[docs] Fix typo in Joy UI dark mode page (#33620) @bairamau
|
|
4839
6356
|
- ​<!-- 24 -->[docs] Final polish on Base docs - formatting and style consistency (#33156) @samuelsycamore
|
|
4840
6357
|
- ​<!-- 23 -->[docs] Fix `CssBaseline` import in example code (#33614) @dd-ssc
|
|
4841
6358
|
- ​<!-- 22 -->[docs] Fix Toolpad docs redirection (#33524) @bharatkashyap
|
|
@@ -4895,8 +6412,8 @@ A big thanks to the 17 contributors who made this release possible. This release
|
|
|
4895
6412
|
- ​<!-- 14 -->[docs] Fix copy search false positives (#33438) @oliviertassinari
|
|
4896
6413
|
- ​<!-- 13 -->[docs] Fix typo (#33520) @aravindpanicker
|
|
4897
6414
|
- ​<!-- 12 -->[docs] Update Tailwind docs to include step about updating popover containers (#33315) @ajhenry
|
|
4898
|
-
- ​<!-- 11 -->[docs] Add yarn command for Roboto font in Material
|
|
4899
|
-
- ​<!-- 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
|
|
4900
6417
|
- ​<!-- 09 -->[examples] Change createEmotionCache to use `insertionPoint` (#32104) @ANTARES-KOR
|
|
4901
6418
|
- ​<!-- 08 -->[examples] Fix error in Next.js example with @mui/styles (#33456) @paustria
|
|
4902
6419
|
|
|
@@ -4916,8 +6433,8 @@ _Jul 12, 2022_
|
|
|
4916
6433
|
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
|
|
4917
6434
|
|
|
4918
6435
|
- 🧪 Exported Grid v2 as `Unstable_Grid2` (#33479) @siriwatknp
|
|
4919
|
-
- 📖 Added a guide for using Joy
|
|
4920
|
-
- 🐛 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.
|
|
4921
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
|
|
4922
6439
|
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
4923
6440
|
- our documentation site is now running with React 18! (#33196) @mnajdova
|
|
@@ -4928,7 +6445,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
4928
6445
|
- [Autocomplete] Remove unnecessary `clsx` wrapper for single className (#33398) @ZeeshanTamboli
|
|
4929
6446
|
- [Grid] Export new grid as unstable (#33479) @siriwatknp
|
|
4930
6447
|
- [Tooltip] Fix children mouse over detection (#32321) @ivan-ngchakming
|
|
4931
|
-
- [TypeScript] getCssVar autocomplete for Material
|
|
6448
|
+
- [TypeScript] getCssVar autocomplete for Material UI (#33464) @siriwatknp
|
|
4932
6449
|
- [TypeScript] Fix theme options components types to use `Theme` (#33434) @siriwatknp
|
|
4933
6450
|
- [TypeScript] Reexports necessary types for module augmentation (#33397) @siriwatknp
|
|
4934
6451
|
- [ScopedCssBaseline] Add sx typings (#33474) @joebingham-wk
|
|
@@ -4944,7 +6461,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
4944
6461
|
|
|
4945
6462
|
- [lab] Remove the pickers (#33386) @flaviendelangle
|
|
4946
6463
|
|
|
4947
|
-
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/).
|
|
4948
6465
|
|
|
4949
6466
|
**Changes**
|
|
4950
6467
|
|
|
@@ -4959,7 +6476,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
4959
6476
|
|
|
4960
6477
|
### `@mui/joy@5.0.0-alpha.36`
|
|
4961
6478
|
|
|
4962
|
-
- [Joy] Add guide about using Joy and Material
|
|
6479
|
+
- [Joy] Add guide about using Joy and Material UI together (#33396) @siriwatknp
|
|
4963
6480
|
- [Joy] Fix variants color palette regressions (#33394) @danilo-leal
|
|
4964
6481
|
|
|
4965
6482
|
### Docs
|
|
@@ -4971,14 +6488,14 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
4971
6488
|
- [docs] Cleanup the migration (#33463) @siriwatknp
|
|
4972
6489
|
- [docs] Fix broken Sponsoring services links @samuelsycamore
|
|
4973
6490
|
- [docs] Improve repo README with light/dark logos, relative links and more (#33356) @samuelsycamore
|
|
4974
|
-
- [docs] Update links to MUI
|
|
6491
|
+
- [docs] Update links to MUI X Overview and Introduction pages (#33201) @samuelsycamore
|
|
4975
6492
|
- [docs] Update to React 18 (#33196) @mnajdova
|
|
4976
6493
|
- [docs] Simplify "Upload button" demo (#33326) @baharalidurrani
|
|
4977
6494
|
- [docs] Add "refine" demo to showcase (#33240) @omeraplak
|
|
4978
|
-
- [docs] Add
|
|
6495
|
+
- [docs] Add Webpack alias for legacy utils package (#33376) @jgbae
|
|
4979
6496
|
- [docs] Improve external link icons synonyms (#33257) @davidgarciab
|
|
4980
|
-
- [examples] Update Base
|
|
4981
|
-
- [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
|
|
4982
6499
|
|
|
4983
6500
|
### Core
|
|
4984
6501
|
|
|
@@ -4997,8 +6514,8 @@ _Jul 4, 2022_
|
|
|
4997
6514
|
|
|
4998
6515
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
4999
6516
|
|
|
5000
|
-
- 🐛 Fixed an issue causing TypeScript errors when building a project with Material
|
|
5001
|
-
- 🐛 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!
|
|
5002
6519
|
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
5003
6520
|
|
|
5004
6521
|
### `@mui/material@5.8.7`
|
|
@@ -5022,12 +6539,12 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5022
6539
|
- [Joy] Add radio button documentation (#33254) @siriwatknp
|
|
5023
6540
|
- [Joy] Add switch documentation (#33302) @siriwatknp
|
|
5024
6541
|
- [Joy] Batch a couple of documentation refinements (#33158)
|
|
5025
|
-
- [Joy] Enable Joy and Material
|
|
6542
|
+
- [Joy] Enable Joy and Material UI compatibility (#33379) @siriwatknp
|
|
5026
6543
|
|
|
5027
6544
|
### `@mui/base@5.0.0-alpha.88`
|
|
5028
6545
|
|
|
5029
6546
|
- [base] Remove a type incompatible with TypeScript 3.5 (#33361) @michaldudak
|
|
5030
|
-
- [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix
|
|
6547
|
+
- [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix TypeScript compiler error (#33314) @aaronlademann-wf
|
|
5031
6548
|
- [TablePaginationUnstyled] Accept callbacks in componentsProps (#33309) @michaldudak
|
|
5032
6549
|
|
|
5033
6550
|
### Docs
|
|
@@ -5036,7 +6553,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5036
6553
|
- [docs] Add caveat about class components with Tooltip (#33325) @joshkel
|
|
5037
6554
|
- [docs] Fix SEO issues (#33288) @oliviertassinari
|
|
5038
6555
|
- [docs] Fix Slider's "player" demo (#33267) @xlianghang
|
|
5039
|
-
- [website] Link
|
|
6556
|
+
- [website] Link Toolpad in mui.com (#33287) @oliviertassinari
|
|
5040
6557
|
|
|
5041
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
|
|
5042
6559
|
|
|
@@ -5061,7 +6578,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5061
6578
|
|
|
5062
6579
|
- ​<!-- 11 -->[OutlinedInput] Fix `ownerState` undefined in theme style overrides (#33241) @siriwatknp
|
|
5063
6580
|
- ​<!-- 08 -->[Tabs] Fix crash when used with React 18 & Suspense (#33277) @mnajdova
|
|
5064
|
-
- ​<!-- 05 -->[TypeScript] Add CSS vars type augmentation for Material
|
|
6581
|
+
- ​<!-- 05 -->[TypeScript] Add CSS vars type augmentation for Material UI (#33211) @siriwatknp
|
|
5065
6582
|
|
|
5066
6583
|
### `@mui/system@5.8.6`
|
|
5067
6584
|
|
|
@@ -5087,9 +6604,9 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5087
6604
|
|
|
5088
6605
|
### Docs
|
|
5089
6606
|
|
|
5090
|
-
- ​<!-- 23 -->[blog] Polish Why you should migrate to Material
|
|
6607
|
+
- ​<!-- 23 -->[blog] Polish Why you should migrate to Material UI v5 today (#33244) @oliviertassinari
|
|
5091
6608
|
- ​<!-- 21 -->[docs] Add note in docs about `componentsProps.root` taking precedence (#33097) @ZeeshanTamboli
|
|
5092
|
-
- ​<!-- 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
|
|
5093
6610
|
- ​<!-- 19 -->[docs] Update code snippet in docs for custom color palette (#32946) @ZeeshanTamboli
|
|
5094
6611
|
- ​<!-- 18 -->[docs] Fix the docs for production class generation (#31933) @Fafruch
|
|
5095
6612
|
- ​<!-- 17 -->[docs] Fix internal link in Box page (#33149) @davidgarciab
|
|
@@ -5151,7 +6668,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
5151
6668
|
- ​<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
|
|
5152
6669
|
- ​<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
|
|
5153
6670
|
- ​<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
|
|
5154
|
-
- ​<!-- 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
|
|
5155
6672
|
- ​<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
|
|
5156
6673
|
- ​<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
|
|
5157
6674
|
- ​<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
|
|
@@ -5162,7 +6679,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
5162
6679
|
|
|
5163
6680
|
### Core
|
|
5164
6681
|
|
|
5165
|
-
- ​<!-- 31 -->[core] Add CSS variables support for Material
|
|
6682
|
+
- ​<!-- 31 -->[core] Add CSS variables support for Material UI components (#32835) @siriwatknp
|
|
5166
6683
|
- ​<!-- 23 -->[core] Add name to workspace root package.json (#33226) @Janpot
|
|
5167
6684
|
- ​<!-- 22 -->[core] Update bug template with generic instruction (#33153) @joserodolfofreitas
|
|
5168
6685
|
- ​<!-- 21 -->[core] Remove dead and redundant code (#33125) @oliviertassinari
|
|
@@ -5179,7 +6696,7 @@ _Jun 14, 2022_
|
|
|
5179
6696
|
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
|
|
5180
6697
|
|
|
5181
6698
|
- 🚀 Added support for custom breakpoints in the `Grid` component by @boutahlilsoufiane
|
|
5182
|
-
- 📚 Added guide on how to use Material
|
|
6699
|
+
- 📚 Added guide on how to use Material UI with Shadow DOM by @cherniavskii
|
|
5183
6700
|
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
5184
6701
|
|
|
5185
6702
|
### `@mui/material@5.8.4`
|
|
@@ -5228,8 +6745,8 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
5228
6745
|
- ​<!-- 32 -->[docs] Add responsive AppBar with drawer (#32769) @dvlprAlamin
|
|
5229
6746
|
- ​<!-- 31 -->[docs] Move codesandbox to MUI org (#33122) @oliviertassinari
|
|
5230
6747
|
- ​<!-- 30 -->[docs] Add Shadow DOM guide (#33007) @cherniavskii
|
|
5231
|
-
- ​<!-- 29 -->[docs] Fix typo in Material
|
|
5232
|
-
- ​<!-- 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
|
|
5233
6750
|
- ​<!-- 27 -->[docs] Fix GitHub capitalization (#33071) @oliviertassinari
|
|
5234
6751
|
- ​<!-- 26 -->[docs] Fix a typo in `InputUnstyled` docs (#33077) @ZeeshanTamboli
|
|
5235
6752
|
- ​<!-- 25 -->[docs] Add notification for Joy blog post (#33059) @siriwatknp
|
|
@@ -5238,7 +6755,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
5238
6755
|
- ​<!-- 23 -->[docs] Fix typo in Autocomplete CSS API (#32838) @KeaghanKennedy
|
|
5239
6756
|
- ​<!-- 22 -->[docs] Improvements for Radio Group Rating Docs (#32843) @Kai-W
|
|
5240
6757
|
- ​<!-- 21 -->[docs] Enable Joy pages (#33064) @siriwatknp
|
|
5241
|
-
- ​<!-- 02 -->[website] Add Joy
|
|
6758
|
+
- ​<!-- 02 -->[website] Add Joy UI to the pricing page (#33099) @danilo-leal
|
|
5242
6759
|
- ​<!-- 01 -->[website] Clarify the pricing a bit (#33069) @oliviertassinari
|
|
5243
6760
|
|
|
5244
6761
|
### Core
|
|
@@ -5303,10 +6820,10 @@ This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
|
5303
6820
|
- [docs] Fix icon color in `BadgeUnstyled` docs (#32976) @ZeeshanTamboli
|
|
5304
6821
|
- [docs] Improve product identifier (#32707) @danilo-leal
|
|
5305
6822
|
- [docs] Improve UX with back to top (#32896) @oliviertassinari
|
|
5306
|
-
- [docs] Polish overview page to Material
|
|
6823
|
+
- [docs] Polish overview page to Material UI (#32954) @oliviertassinari
|
|
5307
6824
|
- [docs] Redirect older URLs (#33037) @oliviertassinari
|
|
5308
6825
|
- [docs] Remove pickers page from the Lab section (#32961) @DanailH
|
|
5309
|
-
- [docs] Show product identifier on updated MUI
|
|
6826
|
+
- [docs] Show product identifier on updated MUI X Introduction pages (#32966) @samuelsycamore
|
|
5310
6827
|
- [docs] Throw on 301 links (#32939) @oliviertassinari
|
|
5311
6828
|
- [website] Add Gerda to the about page (#33038) @danilo-leal
|
|
5312
6829
|
- [website] Polish the pricing page (#32811) @oliviertassinari
|
|
@@ -5387,7 +6904,7 @@ _May 23, 2022_
|
|
|
5387
6904
|
|
|
5388
6905
|
A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
|
|
5389
6906
|
|
|
5390
|
-
- 💅 Added CSS variables support for two more Material
|
|
6907
|
+
- 💅 Added CSS variables support for two more Material UI components by @diggis00 and @alisasanib
|
|
5391
6908
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
5392
6909
|
|
|
5393
6910
|
### `@mui/material@5.8.1`
|
|
@@ -5429,7 +6946,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
5429
6946
|
- ​<!-- 31 -->[docs] Simplify header DOM structure (#32844) @oliviertassinari
|
|
5430
6947
|
- ​<!-- 30 -->[docs] Fix CodeSandbox & StackBlitz generation (#32726) @siriwatknp
|
|
5431
6948
|
- ​<!-- 29 -->[docs] Fix urls to columns pages in pricing table (#32842) @alexfauquette
|
|
5432
|
-
- ​<!-- 28 -->[docs] Fix Tailwind
|
|
6949
|
+
- ​<!-- 28 -->[docs] Fix Tailwind CSS integration docs (#32512) @robertwt7
|
|
5433
6950
|
- ​<!-- 27 -->[docs] Fixed wrong command for the `link-underline-hover` codemod (#32793) @veronikaslc
|
|
5434
6951
|
- ​<!-- 26 -->[docs] Fixed broken link on the icons page (#32780) @SamuelMaddox
|
|
5435
6952
|
- ​<!-- 25 -->[docs] Add "back to top" button (#30441) @VibhorJaiswal
|
|
@@ -5442,7 +6959,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
5442
6959
|
|
|
5443
6960
|
### Core
|
|
5444
6961
|
|
|
5445
|
-
- ​<!-- 32 -->[core] Upgrade MUI
|
|
6962
|
+
- ​<!-- 32 -->[core] Upgrade MUI X dependency (#32824) @oliviertassinari
|
|
5446
6963
|
- ​<!-- 02 -->[typescript] Allow module augmentation for `Mixins` (#32798) @mnajdova
|
|
5447
6964
|
|
|
5448
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
|
|
@@ -5455,7 +6972,7 @@ _May 17, 2022_
|
|
|
5455
6972
|
|
|
5456
6973
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
5457
6974
|
|
|
5458
|
-
- 🚀 [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.
|
|
5459
6976
|
- Codemod for `jss` to `tss-react` migration is out thanks to @ryancogswell
|
|
5460
6977
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
5461
6978
|
|
|
@@ -5489,7 +7006,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
5489
7006
|
|
|
5490
7007
|
### Docs
|
|
5491
7008
|
|
|
5492
|
-
- ​<!-- 34 -->[blog] Add release post for MUI
|
|
7009
|
+
- ​<!-- 34 -->[blog] Add release post for MUI X Premium (#32720) @joserodolfofreitas
|
|
5493
7010
|
- ​<!-- 29 -->[docs] Fix wrong code snippet for overriding styles in theme with a callback value (#32781) @ZeeshanTamboli
|
|
5494
7011
|
- ​<!-- 28 -->[docs] Update Crowdin logo (#32782) @andrii-bodnar
|
|
5495
7012
|
- ​<!-- 27 -->[docs] Improve callouts design (#32709) @danilo-leal
|
|
@@ -5505,9 +7022,9 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
5505
7022
|
- ​<!-- 17 -->[examples] Update remix example's tsconfig with required values (#32723) @michaldudak
|
|
5506
7023
|
- ​<!-- 16 -->[examples] Update to use React 18's createRoot (#32506) @mnajdova
|
|
5507
7024
|
- ​<!-- 10 -->[l10n] Fix typos and translations on arSD and arEG locales (#31848) @shadigaafar
|
|
5508
|
-
- ​<!-- 04 -->[website] Improve communication about MUI
|
|
7025
|
+
- ​<!-- 04 -->[website] Improve communication about MUI X components that are still wip (#32708) @danilo-leal
|
|
5509
7026
|
- ​<!-- 03 -->[website] Remove scrollbar on x-axis (#32291) @MrHBS
|
|
5510
|
-
- ​<!-- 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
|
|
5511
7028
|
- ​<!-- 01 -->[website] Update sponsors (#32725) @oliviertassinari
|
|
5512
7029
|
|
|
5513
7030
|
### Core
|
|
@@ -5527,7 +7044,7 @@ _May 10, 2022_
|
|
|
5527
7044
|
|
|
5528
7045
|
A big thanks to the 27 contributors who made this release possible. Here are some highlights ✨:
|
|
5529
7046
|
|
|
5530
|
-
🛠 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.
|
|
5531
7048
|
Kudos to all contributors!
|
|
5532
7049
|
|
|
5533
7050
|
### `@mui/material@5.7.0`
|
|
@@ -5593,7 +7110,7 @@ Kudos to all contributors!
|
|
|
5593
7110
|
- [docs] Correct links to prevent 301 redirects (#32692) @michaldudak
|
|
5594
7111
|
- [docs] Move, split, and revise "Unstyled components" page (#32562) @samuelsycamore
|
|
5595
7112
|
- [docs] Nest `ListItemButton` in `ListItem` in the Drawer examples (#31987) @stefanprobst
|
|
5596
|
-
- [docs] Apply callouts in the Material
|
|
7113
|
+
- [docs] Apply callouts in the Material UI docs (#32567) @danilo-leal
|
|
5597
7114
|
- [docs] Show product identifier on new X pages (#32657) @cherniavskii
|
|
5598
7115
|
- [docs] Fix copy button childNode not found (#32652) @siriwatknp
|
|
5599
7116
|
- [docs] Split install commands in isolated code blocks (#32566) @danilo-leal
|
|
@@ -5628,7 +7145,7 @@ _May 2, 2022_
|
|
|
5628
7145
|
|
|
5629
7146
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
5630
7147
|
|
|
5631
|
-
- 💅 5 Material
|
|
7148
|
+
- 💅 5 Material UI components were updated to support CSS variables by @ZeeshanTamboli & @vicasas
|
|
5632
7149
|
- And more 🐛 bug fixes and 📚 improvements.
|
|
5633
7150
|
|
|
5634
7151
|
### `@mui/material@5.6.4`
|
|
@@ -5659,18 +7176,18 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5659
7176
|
- ​<!-- 30 -->[docs] SEO fixes (#32515) @oliviertassinari
|
|
5660
7177
|
- ​<!-- 29 -->[docs] Replace `Overriding nested component styles` anchor link with text (#32487) @ZeeshanTamboli
|
|
5661
7178
|
- ​<!-- 28 -->[docs] Update the list of external domains (#32514) @oliviertassinari
|
|
5662
|
-
- ​<!-- 27 -->[docs] Update Material
|
|
7179
|
+
- ​<!-- 27 -->[docs] Update Material UI code snippets for React 18 (#32361) @samuelsycamore
|
|
5663
7180
|
- ​<!-- 26 -->[docs] Base TextareaAutosize style revisions and final review (#32481) @samuelsycamore
|
|
5664
7181
|
- ​<!-- 25 -->[docs] Base ClickAwayListener style revisions and final review (#32156) @samuelsycamore
|
|
5665
7182
|
- ​<!-- 24 -->[docs] Base Button style revisions and final review (#32380) @samuelsycamore
|
|
5666
7183
|
- ​<!-- 23 -->[docs] Base NoSsr style revisions and final review (#32254) @samuelsycamore
|
|
5667
7184
|
- ​<!-- 22 -->[docs] Correctly capitalize Ctrl @oliviertassinari
|
|
5668
|
-
- ​<!-- 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
|
|
5669
7186
|
- ​<!-- 20 -->[docs] Add "Overview" page to Base docs (#32310) @samuelsycamore
|
|
5670
7187
|
- ​<!-- 19 -->[docs] Add copy button to code block (#32390) @siriwatknp
|
|
5671
7188
|
- ​<!-- 18 -->[docs] Base Tabs style revisions and final review (#32423) @samuelsycamore
|
|
5672
7189
|
- ​<!-- 17 -->[docs] Base Popper style revisions and final review (#32412) @samuelsycamore
|
|
5673
|
-
- ​<!-- 16 -->[docs] Improve sidenav for MUI
|
|
7190
|
+
- ​<!-- 16 -->[docs] Improve sidenav for MUI X (#32435) @oliviertassinari
|
|
5674
7191
|
- ​<!-- 15 -->[docs] Don't redirect on deploy preview (#32399) @m4theushw
|
|
5675
7192
|
- ​<!-- 14 -->[docs] A few SEO fixes (#32431) @oliviertassinari
|
|
5676
7193
|
- ​<!-- 13 -->[docs] Update links to the new Group & Pivot pages (#32410) @flaviendelangle
|
|
@@ -5681,7 +7198,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5681
7198
|
|
|
5682
7199
|
### Core
|
|
5683
7200
|
|
|
5684
|
-
- ​<!-- 08 -->[experiment] Add template for testing Material
|
|
7201
|
+
- ​<!-- 08 -->[experiment] Add template for testing Material UI components with CSS variables (#32500) @siriwatknp
|
|
5685
7202
|
|
|
5686
7203
|
All contributors of this release in alphabetical order: @b-novikov-ipersonality, @flaviendelangle, @hbjORbj, @HexM7, @m4theushw, @Martin005, @mongolyy, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas, @ZeeshanTamboli
|
|
5687
7204
|
|
|
@@ -5693,7 +7210,7 @@ _Apr 25, 2022_
|
|
|
5693
7210
|
|
|
5694
7211
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
5695
7212
|
|
|
5696
|
-
- 🛠 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
|
|
5697
7214
|
- And more 🐛 bug fixes and 📚 improvements.
|
|
5698
7215
|
|
|
5699
7216
|
### `@mui/material@5.6.3`
|
|
@@ -5837,7 +7354,7 @@ This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
|
5837
7354
|
- [docs] Remove notifications temporary (#32192) @siriwatknp
|
|
5838
7355
|
- [docs] Redirect to new urls (#32048) @siriwatknp
|
|
5839
7356
|
- [docs] Update Learn page copy and resource list (#31989) @samuelsycamore
|
|
5840
|
-
- [website] Fix wrong MUI
|
|
7357
|
+
- [website] Fix wrong MUI X installation instruction link @oliviertassinari
|
|
5841
7358
|
- [website] Revise homepage copy below the hero section (#31283) @samuelsycamore
|
|
5842
7359
|
- [website] Revise homepage Hero copy for more clarity (#31212) @samuelsycamore
|
|
5843
7360
|
- [website] Give up on promoting roles in our docs @oliviertassinari
|
|
@@ -5859,7 +7376,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
5859
7376
|
|
|
5860
7377
|
- 🧰 Update peer dependencies to support React 18 (#32063) @eps1lon
|
|
5861
7378
|
- 🚀 Added the experimental `CssVarsProvider` in `@mui/material` for generating theme CSS variables (#31138) @mnajdova
|
|
5862
|
-
- 📣 Moved date and time pickers from the lab to MUI
|
|
7379
|
+
- 📣 Moved date and time pickers from the lab to MUI X (#31984) @flaviendelangle
|
|
5863
7380
|
- Several 🐛 bug fixes and 📚 documentation improvements
|
|
5864
7381
|
|
|
5865
7382
|
### `@mui/material@5.6.0`
|
|
@@ -5919,7 +7436,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
5919
7436
|
|
|
5920
7437
|
- ​<!-- 28 -->[core] Update peer deps to support React 18 (#32063) @eps1lon
|
|
5921
7438
|
- ​<!-- 27 -->[core] Fix running docs:api on Windows (#32091) @michaldudak
|
|
5922
|
-
- ​<!-- 26 -->[core] Fix api build script for Base
|
|
7439
|
+
- ​<!-- 26 -->[core] Fix api build script for Base UI (#32081) @siriwatknp
|
|
5923
7440
|
|
|
5924
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
|
|
5925
7442
|
|
|
@@ -5967,7 +7484,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
5967
7484
|
|
|
5968
7485
|
- ​<!-- 03 -->[FocusTrap] Move docs to Base and drop the Unstyled prefix (#31954) @michaldudak
|
|
5969
7486
|
|
|
5970
|
-
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).
|
|
5971
7488
|
|
|
5972
7489
|
```diff
|
|
5973
7490
|
-import { Unstyled_TrapFocus } from '@mui/base';
|
|
@@ -6000,7 +7517,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
6000
7517
|
- ​<!-- 21 -->[docs] Fix in-house ad for the design kits (#31965) @oliviertassinari
|
|
6001
7518
|
- ​<!-- 20 -->[docs] Fix the documentation for filterOptions in Autocomplete API page (#31416) @santhoshbala0178
|
|
6002
7519
|
- ​<!-- 19 -->[docs] Update href for 'TypeScript guide on theme customization' (#31880) @NickFoden
|
|
6003
|
-
- ​<!-- 18 -->[docs] Fix the CSS
|
|
7520
|
+
- ​<!-- 18 -->[docs] Fix the CSS Modules example in the Interoperability page (#31935) @WilsonNet
|
|
6004
7521
|
- ​<!-- 17 -->[docs] Fix small typo in the `styled()` utility page (#31967) @jason1985
|
|
6005
7522
|
- ​<!-- 16 -->[docs] Update mui-x on material-ui navigation (#31810) @siriwatknp
|
|
6006
7523
|
- ​<!-- 15 -->[docs] Copy ClickAwayListener docs to Base (#31878) @michaldudak
|
|
@@ -6112,7 +7629,7 @@ A big thanks to the 23 contributors who made this release possible. Here are som
|
|
|
6112
7629
|
- [docs] Refine the product identifier menu (#31262) @danilo-leal
|
|
6113
7630
|
- [docs] Fix Search crash (#31386) @reckter
|
|
6114
7631
|
- [docs] Update TextField multiline description (#31291) @jontewks
|
|
6115
|
-
- [docs] Add gap theme mapping in
|
|
7632
|
+
- [docs] Add gap theme mapping in MUI System properties table (#31382) @danilo-leal
|
|
6116
7633
|
- [docs] Test products search (#31351) @siriwatknp
|
|
6117
7634
|
- [docs] Fix GitHub source links in the demo toolbar (#31339) @PunitSoniME
|
|
6118
7635
|
- [docs] Add Algolia verification code to robot.txt (#31356) @siriwatknp
|
|
@@ -6146,7 +7663,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
6146
7663
|
|
|
6147
7664
|
- ​<!-- 24 -->[ClassNameGenerator] Prevent all `base` imports (#31297) @siriwatknp
|
|
6148
7665
|
|
|
6149
|
-
`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:
|
|
6150
7667
|
|
|
6151
7668
|
```diff
|
|
6152
7669
|
-import { unstable_ClassNameGenerator } from '@mui/material/utils';
|
|
@@ -6197,7 +7714,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
6197
7714
|
- ​<!-- 18 -->[docs] Fix maxWidth of scrollable Tabs demos (#31285) @danilo-leal
|
|
6198
7715
|
- ​<!-- 17 -->[docs] Fix icon linking implementation concurrent safe (#30428) @Janpot
|
|
6199
7716
|
- ​<!-- 16 -->[docs] Follow up new doc space issues (#31251) @siriwatknp
|
|
6200
|
-
- ​<!-- 29 -->[examples] Add `@types/node` to
|
|
7717
|
+
- ​<!-- 29 -->[examples] Add `@types/node` to Next.js TypeScript starter (#30918) @Daggy1234
|
|
6201
7718
|
- ​<!-- 14 -->[examples] Fix import ThemeProvider from correct package in remix-wit… (#30981) @nnecec
|
|
6202
7719
|
- ​<!-- 25 -->[blog] Simplify the labels (#30921) @oliviertassinari
|
|
6203
7720
|
- ​<!-- 08 -->[l10n] Add Croatian (hr-HR) and Serbian (sr-RS) translation (#30906) @m14d3n
|
|
@@ -6311,7 +7828,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
6311
7828
|
- ​<!-- 12 -->[docs] Fix small typo in chips.md (#31092) @cameliaben
|
|
6312
7829
|
- ​<!-- 07 -->[l10n] Add it-IT translation for labelDisplayedRows (#31131) @frab90
|
|
6313
7830
|
- ​<!-- 06 -->[l10n] Add pl-PL translation for labelDisplayedRows (#31088) @ThomasTheHuman
|
|
6314
|
-
- ​<!-- 03 -->[website] Sync MUI
|
|
7831
|
+
- ​<!-- 03 -->[website] Sync MUI X table feature (#30913) @alexfauquette
|
|
6315
7832
|
- ​<!-- 02 -->[website] Prefill source in job application links (#31036) @oliviertassinari
|
|
6316
7833
|
- ​<!-- 01 -->[website] Fix a grammar mistake (#31099) @huyenltnguyen
|
|
6317
7834
|
|
|
@@ -6366,10 +7883,10 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
6366
7883
|
- [docs] Increase scroll affordance in wide tables (#30713) @danilo-leal
|
|
6367
7884
|
- [docs] Fix look & feel of the Masonry demos (#30971) @oliviertassinari
|
|
6368
7885
|
- [docs] Improve Base component demos (#30884) @danilo-leal
|
|
6369
|
-
- [docs] Use full product names (Material
|
|
7886
|
+
- [docs] Use full product names (Material UI, MUI System) (#30960) @oliviertassinari
|
|
6370
7887
|
- [docs] Prefer useEnhancedEffect to avoid server side warnings (#30977) @mnajdova
|
|
6371
7888
|
- [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
|
|
6372
|
-
- [docs] Add live Tailwind
|
|
7889
|
+
- [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
|
|
6373
7890
|
- [website] Add banner for promoting priority open roles (#31076) @danilo-leal
|
|
6374
7891
|
- [website] Open Full-stack Engineer role for studio (#31038) @prakhargupta1
|
|
6375
7892
|
- [website] Minor security improvements (#31062) @oliviertassinari
|
|
@@ -6383,7 +7900,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
6383
7900
|
- [core] Bump date-io version (#31016) @michaldudak
|
|
6384
7901
|
- [core] Fix typo in useSlider (#31061) @ryohey
|
|
6385
7902
|
- [core] Remove unused draft-js types package (#30993) @michaldudak
|
|
6386
|
-
- [test] Test if certain Base members are exported from Material
|
|
7903
|
+
- [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
|
|
6387
7904
|
- [core] Remove dead code (#31064) @oliviertassinari
|
|
6388
7905
|
|
|
6389
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
|
|
@@ -6468,7 +7985,7 @@ _Feb 1, 2022_
|
|
|
6468
7985
|
|
|
6469
7986
|
A big thanks to the 22 contributors who made this release possible. Here are some highlights ✨:
|
|
6470
7987
|
|
|
6471
|
-
- 🛠 @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)
|
|
6472
7989
|
- Number of 🐛 bug fixes and 📚 documentation improvements.
|
|
6473
7990
|
|
|
6474
7991
|
### `@mui/material@5.4.0`
|
|
@@ -6531,7 +8048,7 @@ A big thanks to the 22 contributors who made this release possible. Here are som
|
|
|
6531
8048
|
|
|
6532
8049
|
### Core
|
|
6533
8050
|
|
|
6534
|
-
- ​<!-- 29 -->[core] Clarify the label, to match with MUI
|
|
8051
|
+
- ​<!-- 29 -->[core] Clarify the label, to match with MUI X (#30831) @oliviertassinari
|
|
6535
8052
|
- ​<!-- 26 -->[core] Remove none code related instructions from git (#30843) @oliviertassinari
|
|
6536
8053
|
- ​<!-- 25 -->[core] Fix typos in comments for scripts (#30809) @aefox
|
|
6537
8054
|
- ​<!-- 24 -->[core] Fix 301 link in the blog @oliviertassinari
|
|
@@ -6552,7 +8069,7 @@ _Jan 24, 2022_
|
|
|
6552
8069
|
|
|
6553
8070
|
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
6554
8071
|
|
|
6555
|
-
- 🛠 @mnajdova added interoperability guide for using Tailwind
|
|
8072
|
+
- 🛠 @mnajdova added interoperability guide for using Tailwind CSS (#30700)
|
|
6556
8073
|
- A meaningful number of 🐛 bug fixes and 📚 documentation improvements.
|
|
6557
8074
|
|
|
6558
8075
|
### `@mui/icons-material@5.3.1`
|
|
@@ -6578,7 +8095,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
6578
8095
|
- ​<!-- 21 -->[docs] Fix SEO crawl errors (#30733) @oliviertassinari
|
|
6579
8096
|
- ​<!-- 20 -->[docs] Update migration-v4.md (#30721) @ddecrulle
|
|
6580
8097
|
- ​<!-- 19 -->[docs] Fix migration issues detected by `ahrefs` (#30751) @siriwatknp
|
|
6581
|
-
- ​<!-- 18 -->[docs] Add interoprability guide for using Tailwind
|
|
8098
|
+
- ​<!-- 18 -->[docs] Add interoprability guide for using Tailwind CSS (#30700) @mnajdova
|
|
6582
8099
|
- ​<!-- 17 -->[docs] Fix typo in containedSizeMedium class (#30723) @aaneitchik
|
|
6583
8100
|
- ​<!-- 16 -->[docs] Hotfix the wrong URL in X marketing page (#30729) @siriwatknp
|
|
6584
8101
|
- ​<!-- 15 -->[docs] Post migration preparation fix (#30716) @siriwatknp
|
|
@@ -6647,7 +8164,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
6647
8164
|
- [docs] Fix migration guides for versions older than v4 (#30595) @kkirsche
|
|
6648
8165
|
- [docs] Inform about specific files for DataGrid locales (#30411) @alexfauquette
|
|
6649
8166
|
- [docs] jss-to-tss migration advise to drop clsx in favor of cx (#30527) @garronej
|
|
6650
|
-
- [docs] Fix integration with MUI
|
|
8167
|
+
- [docs] Fix integration with MUI X (#30593) @oliviertassinari
|
|
6651
8168
|
- [docs] Adding peer dependencies explanation on @mui/lab README.md (#30532) @glaucoheitor
|
|
6652
8169
|
- [docs] Add missing quote in migration docs (#30587) @Atralbus
|
|
6653
8170
|
- [docs] Update link to Doit sponsor (#30586) @oliviertassinari
|
|
@@ -6792,13 +8309,13 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
6792
8309
|
- ​<!-- 08 -->[docs] Fix incorrect number of breakpoint helpers (#30353) @chwallen
|
|
6793
8310
|
- ​<!-- 07 -->[docs] Update outdated links (#30260) @oliviertassinari
|
|
6794
8311
|
- ​<!-- 06 -->[docs] Support redirects from old urls to /material/\* (#30286) @siriwatknp
|
|
6795
|
-
- ​<!-- 05 -->[examples] Fix CSS
|
|
8312
|
+
- ​<!-- 05 -->[examples] Fix CSS Modules integration (#30381) @oliviertassinari
|
|
6796
8313
|
- ​<!-- 02 -->[website] Fix SEO issues (#30372) @oliviertassinari
|
|
6797
8314
|
- ​<!-- 01 -->[website] Sync sponsors (#30259) @oliviertassinari
|
|
6798
8315
|
|
|
6799
8316
|
### Core
|
|
6800
8317
|
|
|
6801
|
-
- ​<!-- 28 -->[core] Rename Material
|
|
8318
|
+
- ​<!-- 28 -->[core] Rename Material UI to MUI (#30338) @ZeeshanTamboli
|
|
6802
8319
|
- ​<!-- 23 -->[core] Fix warning in dev mode (#30368) @oliviertassinari
|
|
6803
8320
|
- ​<!-- 22 -->[core] Update `buildApi` script to support new structure (#30245) @siriwatknp
|
|
6804
8321
|
|
|
@@ -6920,7 +8437,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
6920
8437
|
- ​<!-- 19 -->[docs] Sync translations with Crowdin (#30067) @l10nbot
|
|
6921
8438
|
- ​<!-- 18 -->[docs] Fix link on "Custom variables" section in the Theming page #30100 @danilo-leal
|
|
6922
8439
|
- ​<!-- 17 -->[docs] Fix justifyContent option in the Grid interactive demo (#30117) @danilo-leal
|
|
6923
|
-
- ​<!-- 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
|
|
6924
8441
|
- ​<!-- 15 -->[docs] Fix import example inside Unstyled Backdrop section (#30098) @TheodosiouTh
|
|
6925
8442
|
- ​<!-- 01 -->[website] Column pinning and Tree data are out (#30136) @oliviertassinari
|
|
6926
8443
|
- ​<!-- 07 -->[survey] Remove survey promotion items (#30122) @danilo-leal
|
|
@@ -6946,7 +8463,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
6946
8463
|
|
|
6947
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>
|
|
6948
8465
|
|
|
6949
|
-
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.
|
|
6950
8467
|
|
|
6951
8468
|
- 🎉 We have added an example of how to use MUI with [Remix](https://remix.run/) (#29952) @mnajdova
|
|
6952
8469
|
|
|
@@ -6964,7 +8481,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
6964
8481
|
### `@mui/system@5.2.3`
|
|
6965
8482
|
|
|
6966
8483
|
- ​<!-- 06 -->[system] Fix return type of `createBox` (#29989) @mnajdova
|
|
6967
|
-
- ​<!-- 05 -->[system] Support boolean values in
|
|
8484
|
+
- ​<!-- 05 -->[system] Support boolean values in TypeScript for the `sx` prop when used as array (#29911) @tasugi
|
|
6968
8485
|
|
|
6969
8486
|
### `@mui/utils@5.2.3`
|
|
6970
8487
|
|
|
@@ -7001,7 +8518,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
7001
8518
|
- ​<!-- 21 -->[docs] Update nextjs-typescript-example (#29974) @huydhoang
|
|
7002
8519
|
- ​<!-- 20 -->[docs] Add missing global state classes to API docs generator (#29945) @michaldudak
|
|
7003
8520
|
- ​<!-- 19 -->[docs] Fix benchmarks folder link (#29981) @fourjr
|
|
7004
|
-
- ​<!-- 18 -->[docs] Improve wording in Stack
|
|
8521
|
+
- ​<!-- 18 -->[docs] Improve wording in Stack Overflow section of support page (#29956) @ronwarner
|
|
7005
8522
|
- ​<!-- 17 -->[docs] Remove Black Friday sale notification (#29936) @mbrookes
|
|
7006
8523
|
- ​<!-- 16 -->[examples] Fix typos in the Remix example (#30071) @MichaelDeBoey
|
|
7007
8524
|
- ​<!-- 15 -->[examples] Add Remix example (#29952) @mnajdova
|
|
@@ -7014,7 +8531,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
7014
8531
|
### Core
|
|
7015
8532
|
|
|
7016
8533
|
- ​<!-- 31 -->[core] Batch small changes (#30042) @oliviertassinari
|
|
7017
|
-
- ​<!-- 28 -->[core] Transition to a new Stack
|
|
8534
|
+
- ​<!-- 28 -->[core] Transition to a new Stack Overflow tag (#29967) @oliviertassinari
|
|
7018
8535
|
|
|
7019
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
|
|
7020
8537
|
|
|
@@ -7090,13 +8607,13 @@ _Nov 25, 2021_
|
|
|
7090
8607
|
|
|
7091
8608
|
A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
7092
8609
|
|
|
7093
|
-
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.
|
|
7094
8611
|
|
|
7095
8612
|
- ​<!-- 10 -->[AppBar][docs] Add a fully responsive demo to docs (#29829) @karakib2k18
|
|
7096
8613
|
- ​<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
|
|
7097
8614
|
- ​<!-- 8 -->[core] Move bundle size monitoring to CircleCI (#29876) @eps1lon
|
|
7098
8615
|
- ​<!-- 7 -->[docs] Add keys to Responsive AppBar demo (#29884) @mbrookes
|
|
7099
|
-
- ​<!-- 6 -->[docs] MUI's 2021 Developer
|
|
8616
|
+
- ​<!-- 6 -->[docs] MUI's 2021 Developer Survey (#29765) @prakhargupta1
|
|
7100
8617
|
- ​<!-- 5 -->[docs] Smoother image loading UX (#29858) @oliviertassinari
|
|
7101
8618
|
- ​<!-- 4 -->[Select] Fix select display value with React Nodes (#29836) @kegi
|
|
7102
8619
|
- ​<!-- 3 -->[system] Add `experimental_sx` utility (#29833) @mnajdova
|
|
@@ -7161,7 +8678,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
7161
8678
|
|
|
7162
8679
|
### Docs
|
|
7163
8680
|
|
|
7164
|
-
- [blog] MUI
|
|
8681
|
+
- [blog] MUI X v5 blog post (#29590) @DanailH
|
|
7165
8682
|
- [blog] Polish the Benny Joo joins MUI post (#29697) @oliviertassinari
|
|
7166
8683
|
- [changelog] Explain why we do breaking changes @oliviertassinari
|
|
7167
8684
|
- [core] Update latest issue template for codesandbox CI (#29783) @eps1lon
|
|
@@ -7213,7 +8730,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
7213
8730
|
|
|
7214
8731
|
- ​<!-- 27 -->[core] Rename mui/core to mui/base (#29585) @michaldudak
|
|
7215
8732
|
|
|
7216
|
-
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.
|
|
7217
8734
|
|
|
7218
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.
|
|
7219
8736
|
|
|
@@ -7229,7 +8746,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
7229
8746
|
|
|
7230
8747
|
### Docs
|
|
7231
8748
|
|
|
7232
|
-
- ​<!-- 25 -->[docs] Correct bundler configuration for using legacy
|
|
8749
|
+
- ​<!-- 25 -->[docs] Correct bundler configuration for using legacy Material UI build (#29146) @petermikitsh
|
|
7233
8750
|
- ​<!-- 24 -->[docs] Fix typo on autocomplete.md (#29570) @netizer
|
|
7234
8751
|
- ​<!-- 23 -->[docs] Fix dark mode on branding pages (#29611) @alexfauquette
|
|
7235
8752
|
- ​<!-- 22 -->[docs] Do not render CSS section in API docs navbar if there are no CSS classes (#29622) @ZeeshanTamboli
|
|
@@ -7241,7 +8758,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
7241
8758
|
- ​<!-- 16 -->[docs] Remove svg logos from the Support page (#29431) @oliviertassinari
|
|
7242
8759
|
- ​<!-- 15 -->[docs] Link UXPin integration (#29422) @oliviertassinari
|
|
7243
8760
|
- ​<!-- 14 -->[docs] Link to the new public roadmap for the design kits (#29433) @oliviertassinari
|
|
7244
|
-
- ​<!-- 28 -->[docs] correct bundler configuration for using legacy
|
|
8761
|
+
- ​<!-- 28 -->[docs] correct bundler configuration for using legacy Material UI build (#29146) @petermikitsh
|
|
7245
8762
|
- ​<!-- 01 -->[website] Fix premium plan release date (#29430) @oliviertassinari
|
|
7246
8763
|
- ​<!-- 02 -->[website] Add GitHub icon button to the navbar (#29640) @danilo-leal
|
|
7247
8764
|
- ​<!-- 39 -->[blog] Support many authors in markdown pages (#29633) @m4theushw
|
|
@@ -7355,7 +8872,7 @@ A big thanks to the 33 contributors who made this release possible. Here are som
|
|
|
7355
8872
|
- ​<!-- 61 -->[core] Convert a named color to lowercase (#29465) @ainatenhi
|
|
7356
8873
|
- ​<!-- 60 -->[core] Allow to reuse functions from `docs:api` (#28828) @m4theushw
|
|
7357
8874
|
- ​<!-- 59 -->[core] Commit new nextjs 12 tsconfig (#29458) @eps1lon
|
|
7358
|
-
- ​<!-- 58 -->[core] Settle on MUI
|
|
8875
|
+
- ​<!-- 58 -->[core] Settle on MUI X for the official name (#29420) @oliviertassinari
|
|
7359
8876
|
- ​<!-- 57 -->[core] Add mui as a npm keyword (#29427) @oliviertassinari
|
|
7360
8877
|
- ​<!-- 56 -->[core] Fix issue template redirection (#29432) @oliviertassinari
|
|
7361
8878
|
- ​<!-- 55 -->[core] Remove unecessary destructuration (#29354) @oliviertassinari
|
|
@@ -7715,7 +9232,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
7715
9232
|
- ​<!-- 30 -->[docs] Update caret position in comments to match npm scope (#28426) @eps1lon
|
|
7716
9233
|
- ​<!-- 29 -->[docs] Fix CONTRIBUTING to point out to master as targeted branch (#28396) @mnajdova
|
|
7717
9234
|
- ​<!-- 28 -->[docs] Update examples to remove 'beta' (#28475) @oliviertassinari
|
|
7718
|
-
- ​<!-- 27 -->[docs] Fix 404 links to MUI
|
|
9235
|
+
- ​<!-- 27 -->[docs] Fix 404 links to MUI X API (#28176) @oliviertassinari
|
|
7719
9236
|
- ​<!-- 26 -->[docs] Fix broken/incorrect attributes links in Avatar and NativeSelect API pages (#28417) @xenostar
|
|
7720
9237
|
- ​<!-- 25 -->[docs] Explain how `<Alert icon={false} />` behaves (#28348) @nguyenkhanhnam
|
|
7721
9238
|
- ​<!-- 24 -->[docs] Fix typo in /system/the-sx-prop (#28393) @danwoods
|
|
@@ -7742,7 +9259,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
7742
9259
|
- ​<!-- 42 -->[core] Remove code handling JSS components (#28421) @eps1lon
|
|
7743
9260
|
- ​<!-- 41 -->[core] Remove unused dependencies (#28468) @eps1lon
|
|
7744
9261
|
- ​<!-- 40 -->[core] Ensure both docs bundles are analyzeable (#28410) @eps1lon
|
|
7745
|
-
- ​<!-- 39 -->[core] Switch to
|
|
9262
|
+
- ​<!-- 39 -->[core] Switch to Webpack 5 (#28248) @eps1lon
|
|
7746
9263
|
- ​<!-- 38 -->[core] Batch small changes (#28177) @oliviertassinari
|
|
7747
9264
|
- ​<!-- 37 -->[core] Update publish tag to latest (#28382) @mnajdova
|
|
7748
9265
|
- ​<!-- 19 -->[framer] Update @mui/\* dependencies (#28469) @eps1lon
|
|
@@ -7759,7 +9276,7 @@ All contributors of this release in alphabetical order: @breitembach, @chetrit,
|
|
|
7759
9276
|
|
|
7760
9277
|
_Sep 16, 2021_
|
|
7761
9278
|
|
|
7762
|
-
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/)!
|
|
7763
9280
|
|
|
7764
9281
|
Some statistics with the released of v5.0.0 compared to the one of v4.0.0:
|
|
7765
9282
|
|
|
@@ -7794,10 +9311,10 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
|
|
|
7794
9311
|
|
|
7795
9312
|
### Docs
|
|
7796
9313
|
|
|
7797
|
-
- ​<!-- 38 -->[blog] Introducing MUI
|
|
9314
|
+
- ​<!-- 38 -->[blog] Introducing MUI Core v5.0 (#27912) @oliviertassinari
|
|
7798
9315
|
- ​<!-- 08 -->[docs] Fix quotes in font-face literal (#28260) @Aurelain
|
|
7799
9316
|
- ​<!-- 07 -->[docs] Update redirects to X's docs (#28263) @m4theushw
|
|
7800
|
-
- ​<!-- 06 -->[docs] Change Material
|
|
9317
|
+
- ​<!-- 06 -->[docs] Change Material UI to MUI in the console (#28270) @mbrookes
|
|
7801
9318
|
- ​<!-- 05 -->[docs] Docs redesign adjustments (#28203) @mnajdova
|
|
7802
9319
|
- ​<!-- 04 -->[docs] How to compose theme in steps (#28246) @goncalovf
|
|
7803
9320
|
- ​<!-- 03 -->[docs] Fix DataGrid demo console warning in Table docs (#28235) @ZeeshanTamboli
|
|
@@ -7818,7 +9335,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
|
|
|
7818
9335
|
|
|
7819
9336
|
### Core
|
|
7820
9337
|
|
|
7821
|
-
- ​<!-- 12 -->[core] Replace Material
|
|
9338
|
+
- ​<!-- 12 -->[core] Replace Material UI with MUI (#28243) @mnajdova
|
|
7822
9339
|
- ​<!-- 11 -->[core] Prepare for v5 stable release (#28240) @mnajdova
|
|
7823
9340
|
- ​<!-- 10 -->[core] Mark lines that needs to be changed with a major release (#28238) @mnajdova
|
|
7824
9341
|
- ​<!-- 18 -->[core] Various updates to what we consider the default branch (#28328) @eps1lon
|
|
@@ -7879,7 +9396,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
7879
9396
|
- ​<!-- 29 -->[docs] Improve docs for creating dark theme (#28104) @mnajdova
|
|
7880
9397
|
- ​<!-- 28 -->[docs] Don't use Material theme in unstyled demos (#28073) @michaldudak
|
|
7881
9398
|
- ​<!-- 27 -->[docs] Fix api doc import example (#28199) @siriwatknp
|
|
7882
|
-
- ​<!-- 26 -->[docs] Remove demo for re-creating Material
|
|
9399
|
+
- ​<!-- 26 -->[docs] Remove demo for re-creating Material UI switches (#28042) @eps1lon
|
|
7883
9400
|
- ​<!-- 25 -->[docs] Improve legibility of CTA on landing page (#28124) @akashshyamdev
|
|
7884
9401
|
- ​<!-- 24 -->[docs] Fix Link outdated default underline prop (#28134) @outofgamut
|
|
7885
9402
|
- ​<!-- 23 -->[docs] Fix branding theme leaking on the templates (#28120) @mnajdova
|
|
@@ -8290,7 +9807,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
8290
9807
|
- ​<!-- 37 -->[website] Add spicefactory as gold sponsor @oliviertassinari
|
|
8291
9808
|
- ​<!-- 30 -->[website] Homepage rebranding (#27488) @siriwatknp
|
|
8292
9809
|
- ​<!-- 24 -->[website] Add Flavien to team and about pages (#27575) @flaviendelangle
|
|
8293
|
-
- ​<!-- 17 -->[website] Add Ryan to Community contributors for Stack
|
|
9810
|
+
- ​<!-- 17 -->[website] Add Ryan to Community contributors for Stack Overflow contributions (#27529) @ryancogswell
|
|
8294
9811
|
- ​<!-- 02 -->[website] Add references section to home (#27444) @siriwatknp
|
|
8295
9812
|
|
|
8296
9813
|
### Core
|
|
@@ -8367,7 +9884,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
8367
9884
|
### Docs
|
|
8368
9885
|
|
|
8369
9886
|
- ​<!-- 56 -->[docs] Display Popper arrow correctly (#27339) @Patil2099
|
|
8370
|
-
- ​<!-- 53 -->[docs] Focus pickers introduction on Material
|
|
9887
|
+
- ​<!-- 53 -->[docs] Focus pickers introduction on Material UI (#27394) @eps1lon
|
|
8371
9888
|
- ​<!-- 51 -->[docs] Fix wrong import path in @material-ui/styles section (#27427) @WeldonTan
|
|
8372
9889
|
- ​<!-- 47 -->[docs] Update color imports (#27321) @siriwatknp
|
|
8373
9890
|
- ​<!-- 38 -->[docs] Sync params of callbacks between types and JSDoc description (#27366) @eps1lon
|
|
@@ -8416,7 +9933,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
8416
9933
|
|
|
8417
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>
|
|
8418
9935
|
|
|
8419
|
-
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.
|
|
8420
9937
|
|
|
8421
9938
|
- 💄 We have updated the default `info` `success` `warning` color to be more accessible (#26817) @siriwatknp.
|
|
8422
9939
|
You can find the new [default values](https://mui.com/material-ui/customization/palette/#default-values) in the documentation.
|
|
@@ -8490,7 +10007,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
8490
10007
|
- [docs] Sort the size in a more logical order (#27186) @oliviertassinari
|
|
8491
10008
|
- [docs] Use actual link to paperbase (#27063) @eps1lon
|
|
8492
10009
|
- [docs] Use custom markdown loader for landing page (#27065) @eps1lon
|
|
8493
|
-
- [docs] Use
|
|
10010
|
+
- [docs] Use Webpack 5 (#27077) @eps1lon
|
|
8494
10011
|
- [examples] Fix CDN warning (#27229) @oliviertassinari
|
|
8495
10012
|
- [examples] Remove `StyledEngineProvider` as JSS is not used (#27133) @mnajdova
|
|
8496
10013
|
- [examples] Remove forgotten StyledEngineProvider (#27163) @oliviertassinari
|
|
@@ -8510,7 +10027,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
8510
10027
|
- [test] Update tests with latest state of StrictMode compatibility (#27042) @eps1lon
|
|
8511
10028
|
- [test] Use DOM events instead of mocked, partial events (#27198) @eps1lon
|
|
8512
10029
|
- [website] Open 4 new roles (#27123) @oliviertassinari
|
|
8513
|
-
- [blog] Danilo Leal joins Material
|
|
10030
|
+
- [blog] Danilo Leal joins Material UI (#27231) @oliviertassinari
|
|
8514
10031
|
|
|
8515
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
|
|
8516
10033
|
|
|
@@ -8620,7 +10137,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
8620
10137
|
- ​<!-- 35 -->[docs] Fix /components/hidden merge conflict (#26997) @eps1lon
|
|
8621
10138
|
- ​<!-- 26 -->[docs] Fix 404 links (#26963) @oliviertassinari
|
|
8622
10139
|
- ​<!-- 24 -->[docs] Remove link that points to v4 blog post (#26960) @steveafrost
|
|
8623
|
-
- ​<!-- 16 -->[docs] Use custom
|
|
10140
|
+
- ​<!-- 16 -->[docs] Use custom Webpack loader for markdown (#26774) @eps1lon
|
|
8624
10141
|
- ​<!-- 11 -->[docs] Fix 301 links (#26942) @oliviertassinari
|
|
8625
10142
|
- ​<!-- 01 -->[docs] Add page for the `sx` prop (#26769) @mnajdova
|
|
8626
10143
|
- ​<!-- 52 -->[docs] pre-fill issue when a demo crashes (#27034) @eps1lon
|
|
@@ -8832,7 +10349,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
8832
10349
|
- ​<!-- 02 -->[docs] Fix small PT typo fix: inciar -> iniciar (#26775) @brunocavalcante
|
|
8833
10350
|
- ​<!-- 03 -->[I10n] Add Chinese (Hong Kong) (zh-HK) locale (#26637) @kshuiroy
|
|
8834
10351
|
- ​<!-- 44 -->[l10n] Add sinhalese (siLK) locale (#26875) @pavinduLakshan
|
|
8835
|
-
- ​<!-- 39 -->[examples] Rename
|
|
10352
|
+
- ​<!-- 39 -->[examples] Rename Next.js TypeScript theme from tsx to ts (#26862) @Izhaki
|
|
8836
10353
|
|
|
8837
10354
|
### Core
|
|
8838
10355
|
|
|
@@ -8947,7 +10464,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
|
|
|
8947
10464
|
|
|
8948
10465
|
### Docs
|
|
8949
10466
|
|
|
8950
|
-
- ​<!-- 20 -->[blog] Michał Dudak joins Material
|
|
10467
|
+
- ​<!-- 20 -->[blog] Michał Dudak joins Material UI (#26700) @oliviertassinari
|
|
8951
10468
|
- ​<!-- 27 -->[docs] Migrate onepirate premium template to emotion part2 (#26707) @vicasas
|
|
8952
10469
|
- ​<!-- 24 -->[docs] Fix TextField demo layout (#26710) @vicasas
|
|
8953
10470
|
- ​<!-- 19 -->[docs] Improve Paperbase demo (#26711) @oliviertassinari
|
|
@@ -9162,7 +10679,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
9162
10679
|
- [ButtonBase] Fix role="button" attribute (#26271) @Gautam-Arora24
|
|
9163
10680
|
- [Dialog] Fix support for custom breakpoints (#26331) @jeferson-sb
|
|
9164
10681
|
- [Select] Open popup below button (#26200) @oliviertassinari
|
|
9165
|
-
- [TextField] Add variants support,
|
|
10682
|
+
- [TextField] Add variants support, for example custom sizes (#26468) @siriwatknp
|
|
9166
10683
|
- [Tooltip] Improve handling of small vs. touch screens (#26097) @oliviertassinari
|
|
9167
10684
|
|
|
9168
10685
|
### `@material-ui/codemod@5.0.0-alpha.35`
|
|
@@ -9235,7 +10752,7 @@ We are progressively moving all modules that are relevant to styling custom desi
|
|
|
9235
10752
|
- [test] Move ClockPicker tests to ClockPicker.test (#26407) @eps1lon
|
|
9236
10753
|
- [test] setProps from createPickerRender should set props on the rendered element (#26405) @eps1lon
|
|
9237
10754
|
- [utils] Convert useId to TypeScript (#26491) @eps1lon
|
|
9238
|
-
- [website] Add Material
|
|
10755
|
+
- [website] Add Material UI X page (#25794) @DanailH
|
|
9239
10756
|
- [website] Add open application section (#26501) @oliviertassinari
|
|
9240
10757
|
- [website] Add Siriwat to team page (#26406) @siriwatknp
|
|
9241
10758
|
|
|
@@ -9494,7 +11011,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
9494
11011
|
|
|
9495
11012
|
- ​<!-- 51 -->[Box] Remove render prop (#26113) @m4theushw
|
|
9496
11013
|
|
|
9497
|
-
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:
|
|
9498
11015
|
|
|
9499
11016
|
```diff
|
|
9500
11017
|
-<Box sx={{ border: '1px dashed grey' }}>
|
|
@@ -10110,7 +11627,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
10110
11627
|
- ​<!-- 03 -->[docs] Add interoperability section for Portal (#25575) @mnajdova
|
|
10111
11628
|
- ​<!-- 01 -->[docs] Fix side nav scroll position (#25619) @misaka3
|
|
10112
11629
|
- ​<!-- 30 -->[website] Q1 2021 Update (#25591) @oliviertassinari
|
|
10113
|
-
- ​<!-- 04 -->[website] Matheus Wichman joins Material
|
|
11630
|
+
- ​<!-- 04 -->[website] Matheus Wichman joins Material UI (#25590) @oliviertassinari
|
|
10114
11631
|
|
|
10115
11632
|
### Core
|
|
10116
11633
|
|
|
@@ -10180,7 +11697,7 @@ A big thanks to the 26 contributors who made this release possible. Here are som
|
|
|
10180
11697
|
### Docs
|
|
10181
11698
|
|
|
10182
11699
|
- ​<!-- 46 -->[docs] Provide an alternative to right-to-left (#25584) @dariusk
|
|
10183
|
-
- ​<!-- 45 -->[docs] Add note for
|
|
11700
|
+
- ​<!-- 45 -->[docs] Add note for TypeScript on the styled() customization guide (#25576) @mnajdova
|
|
10184
11701
|
- ​<!-- 44 -->[docs] Replace incorrect instances of defined with define (#25572) @surajpoddar16
|
|
10185
11702
|
- ​<!-- 42 -->[docs] Fix spelling error in roadmap.md file (#25570) @Brlaney
|
|
10186
11703
|
- ​<!-- 37 -->[docs] Migrate Card demos to emotion (#25557) @vicasas
|
|
@@ -10614,7 +12131,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
10614
12131
|
2. @vicasas x5
|
|
10615
12132
|
3. @kodai3 x4
|
|
10616
12133
|
|
|
10617
|
-
- 📐 Add a subset of
|
|
12134
|
+
- 📐 Add a subset of MUI System as flattened props on `Typography` (#24496) @mnajdova.
|
|
10618
12135
|
Now, you can do:
|
|
10619
12136
|
|
|
10620
12137
|
```jsx
|
|
@@ -10631,7 +12148,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
10631
12148
|
- Increase the minimum version of TypeScript supported from v3.2 to v3.5. (#24795) @petyosi
|
|
10632
12149
|
|
|
10633
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).
|
|
10634
|
-
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.
|
|
10635
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).
|
|
10636
12153
|
|
|
10637
12154
|
#### Changes
|
|
@@ -10687,7 +12204,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
10687
12204
|
|
|
10688
12205
|
- ​<!-- 78 -->[system] Use spacing unit in `gap`, `rowGap`, and `columnGap` (#24794) @ruppysuppy
|
|
10689
12206
|
|
|
10690
|
-
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}>`.
|
|
10691
12208
|
|
|
10692
12209
|
```diff
|
|
10693
12210
|
<Box
|
|
@@ -10705,7 +12222,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
10705
12222
|
#### Breaking changes
|
|
10706
12223
|
|
|
10707
12224
|
- ​<!-- 91 -->[types] Rename the exported `Omit` type in `@material-ui/types`. (#24795) @petyosi
|
|
10708
|
-
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).
|
|
10709
12226
|
|
|
10710
12227
|
```diff
|
|
10711
12228
|
-import { Omit } from '@material-ui/types';
|
|
@@ -10781,7 +12298,7 @@ A big thanks to the 23 contributors who made this release possible. Here are som
|
|
|
10781
12298
|
- 👩🎤 Convert 31 components to emotion. Around 40% of the components have been migrated so far thanks to the help of the community.
|
|
10782
12299
|
- 🐛 Fix two long-standing issues with the Grid. Solve the horizontal scrollbar as well as dimensions when nesting (#24332) @greguintow.
|
|
10783
12300
|
- 📚 Fix various display issues on API documentation pages (#24526, #24503, #24504. #24517, #24417).
|
|
10784
|
-
- 📐 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.
|
|
10785
12302
|
|
|
10786
12303
|
```jsx
|
|
10787
12304
|
<Box m={2}>
|
|
@@ -10864,7 +12381,7 @@ A big thanks to the 23 contributors who made this release possible. Here are som
|
|
|
10864
12381
|
- ​<!-- 70 -->[docs] Add API of picker components (#24497) @eps1lon
|
|
10865
12382
|
- ​<!-- 63 -->[examples] Add `locale` prop to the Nextjs Link component (#24596) @CyanoFresh
|
|
10866
12383
|
- ​<!-- 52 -->[docs] List required props first in /api/\* (#24526) @eps1lon
|
|
10867
|
-
- ​<!-- 45 -->[docs] Mention
|
|
12384
|
+
- ​<!-- 45 -->[docs] Mention MUI System props when available in the API pages (#24503) @mnajdova
|
|
10868
12385
|
- ​<!-- 43 -->[docs] Improve system properties page (#24524) @mnajdova
|
|
10869
12386
|
- ​<!-- 42 -->[docs] Fix malformed component API description (#24504) @eps1lon
|
|
10870
12387
|
- ​<!-- 41 -->[docs] Fix ToC "Component name" fragment link on /api/\* (#24517) @eps1lon
|
|
@@ -11071,7 +12588,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
11071
12588
|
- 👩🎤 Migrate the Avatar to emotion (#24114) @oliviertassinari
|
|
11072
12589
|
- 👩🎤 Migrate the Button to emotion (#24107, #24100) @mnajdova
|
|
11073
12590
|
- ♿️ Improve TrapFocus behavior, ignore the container as a tabbable element (#23364) @gregnb
|
|
11074
|
-
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.
|
|
11075
12592
|
You can work around the problem by adding a `tabIndex={0}` or customizing the `getTabbable` prop.
|
|
11076
12593
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
11077
12594
|
|
|
@@ -11347,7 +12864,7 @@ _Dec 3, 2020_
|
|
|
11347
12864
|
|
|
11348
12865
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
11349
12866
|
|
|
11350
|
-
- Fix most of the issues with
|
|
12867
|
+
- Fix most of the issues with MUI System (#23716, #23635, #23737, #23733, #23700, #23688) @mnajdova.
|
|
11351
12868
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
11352
12869
|
|
|
11353
12870
|
### `@material-ui/core@v5.0.0-alpha.18`
|
|
@@ -11440,7 +12957,7 @@ _Nov 23, 2020_
|
|
|
11440
12957
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
11441
12958
|
|
|
11442
12959
|
- 📚 Improve the IntelliSense support for the `sx` prop (#23599) @mnajdova.
|
|
11443
|
-
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`:
|
|
11444
12961
|
|
|
11445
12962
|

|
|
11446
12963
|
|
|
@@ -11471,7 +12988,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
11471
12988
|
);
|
|
11472
12989
|
```
|
|
11473
12990
|
|
|
11474
|
-
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.
|
|
11475
12992
|
|
|
11476
12993
|
- [Autocomplete] Rename `closeIcon` prop with `clearIcon` to avoid confusion (#23617) @akhilmhdh.
|
|
11477
12994
|
|
|
@@ -11565,24 +13082,24 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
11565
13082
|
- [DatePicker] Add missing exports (#23621) @havgry
|
|
11566
13083
|
- [DatePicker] Add missing TypeScript definitions (#23560) @mbrookes
|
|
11567
13084
|
- [DatePicker] Fix false-positive when validating mask in Safari (#23602) @eps1lon
|
|
11568
|
-
- [DatePicker] Fix missing manifest for
|
|
13085
|
+
- [DatePicker] Fix missing manifest for TypeScript packages (#23564) @eps1lon
|
|
11569
13086
|
- [TimePicker] Prevent scroll when interacting with the clock (#23563) @knightss27
|
|
11570
13087
|
|
|
11571
13088
|
### Docs
|
|
11572
13089
|
|
|
11573
|
-
- [docs] Add advanced page for
|
|
13090
|
+
- [docs] Add advanced page for MUI System (#23596) @mnajdova
|
|
11574
13091
|
- [docs] Add docs for typography in system (#23510) @oliviertassinari
|
|
11575
13092
|
- [docs] API pages i18n (#23214) @mbrookes
|
|
11576
13093
|
- [docs] Create pickers migration guide (#23605) @dmtrKovalenko
|
|
11577
13094
|
- [docs] Enable TS language service for docs/src (#23576) @eps1lon
|
|
11578
|
-
- [docs] Explain the information listed on
|
|
13095
|
+
- [docs] Explain the information listed on MUI System properties page (#23566) @mnajdova
|
|
11579
13096
|
- [docs] Fix /api client-side routing (#23586) @eps1lon
|
|
11580
13097
|
- [docs] Fix the Box section title on migration-v4 guide (#23679) @claudioldf
|
|
11581
13098
|
- [docs] Generate default values for docs from the unstyled components (#23614) @mnajdova
|
|
11582
13099
|
- [docs] Increase printWidth from 80 to 85(#23512) @eps1lon
|
|
11583
13100
|
- [docs] Prevent layout jumps from img loading in system demo (#23504) @eps1lon
|
|
11584
13101
|
- [docs] Remove controlled Tooltip example in Slider (#23625) @micsidoruk
|
|
11585
|
-
- [docs] Remove dead demos in
|
|
13102
|
+
- [docs] Remove dead demos in MUI System basics page (#23565) @mnajdova
|
|
11586
13103
|
- [docs] Replace emotion-server packages with @emotion/server (#23557) @numToStr
|
|
11587
13104
|
- [docs] Sync translations (#23648) @l10nbot
|
|
11588
13105
|
|
|
@@ -11611,7 +13128,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
11611
13128
|
|
|
11612
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.
|
|
11613
13130
|
|
|
11614
|
-
- 📚 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.
|
|
11615
13132
|
- 👩🎨 Upgrade emotion to v11 (#23007) @mnajdova.
|
|
11616
13133
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
11617
13134
|
|
|
@@ -11678,12 +13195,12 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
11678
13195
|
- [docs] Fix links being opened when dismissing context menus (#23491) @eps1lon
|
|
11679
13196
|
- [docs] Fix the Netlify proxy for localization of X (#23387) @oliviertassinari
|
|
11680
13197
|
- [docs] Fix usage of palette.type instead of palette.mode in docs (#23414) @hubgit
|
|
11681
|
-
- [docs] Improve documentation of
|
|
13198
|
+
- [docs] Improve documentation of MUI System (#23294) @mnajdova
|
|
11682
13199
|
- [docs] Improve feedback a11y (#23459) @eps1lon
|
|
11683
|
-
- [docs] Improve formatting of
|
|
13200
|
+
- [docs] Improve formatting of MUI System (#23509) @oliviertassinari
|
|
11684
13201
|
- [docs] Improve migration guide for theme.palette (#23416) @hubgit
|
|
11685
13202
|
- [docs] Mention delay instead of transition twice (#23393) @benmneb
|
|
11686
|
-
- [docs] Prepare Material
|
|
13203
|
+
- [docs] Prepare Material UI X (#1893) @oliviertassinari
|
|
11687
13204
|
- [docs] Redirect legacy GridList pages to ImageList (#23456) @eps1lon
|
|
11688
13205
|
- [docs] Remove redundant aria-label when wrapped in Tooltip (#23455) @eps1lon
|
|
11689
13206
|
- [docs] Sync translations (#23316) @l10nbot
|
|
@@ -11711,19 +13228,19 @@ _Nov 4, 2020_
|
|
|
11711
13228
|
A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
|
|
11712
13229
|
|
|
11713
13230
|
- ⚛️ Add support for React 17 (#23311) @eps1lon.
|
|
11714
|
-
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`.
|
|
11715
13232
|
- 🛠 Introduce a new `@material-ui/unstyled` package (#23270) @mnajdova.
|
|
11716
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.
|
|
11717
13234
|
|
|
11718
13235
|
**Why an unstyled package?**
|
|
11719
13236
|
|
|
11720
|
-
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.
|
|
11721
13238
|
|
|
11722
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).
|
|
11723
13240
|
|
|
11724
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).
|
|
11725
13242
|
|
|
11726
|
-
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).
|
|
11727
13244
|
|
|
11728
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.
|
|
11729
13246
|
|
|
@@ -11750,7 +13267,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
11750
13267
|
- [Avatar] Fix usage of srcset property (#23286) @matheuspiment
|
|
11751
13268
|
- [ClickAwayListener] Fix mounting behavior in Portals in React 17 (#23315) @eps1lon
|
|
11752
13269
|
- [core] Allow React 17 (#23311) @eps1lon
|
|
11753
|
-
- [Icon] Fix translation,
|
|
13270
|
+
- [Icon] Fix translation, for example Google Translate (#23237) @cbeltrangomez84
|
|
11754
13271
|
- [LinearProgress] Fix Safari's bug during composition of different paint (#23293) @montogeek
|
|
11755
13272
|
- [Radio] Fix dot misalignment in Safari (#23239) @anasufana
|
|
11756
13273
|
- [styled-engine] Fix tagged template syntax with multiple expressions (#23269) @eps1lon
|
|
@@ -11787,8 +13304,8 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
11787
13304
|
### Docs
|
|
11788
13305
|
|
|
11789
13306
|
- [Transition] Document default appear value (#23221) @GuilleDF
|
|
11790
|
-
- [blog] Danail Hadjiatanasov joins Material
|
|
11791
|
-
- [docs] Add Material
|
|
13307
|
+
- [blog] Danail Hadjiatanasov joins Material UI (#23223) @oliviertassinari
|
|
13308
|
+
- [docs] Add Material UI Builder to in-house ads (#23342) @mbrookes
|
|
11792
13309
|
- [docs] Fix a few typos and add comma (#23284) @reedanders
|
|
11793
13310
|
- [docs] Fix few propTypes in Inputs (#23331) @youknowhat
|
|
11794
13311
|
- [docs] Fix language cookie (#23324) @mbrookes
|
|
@@ -11824,8 +13341,8 @@ A big thanks to the 23 contributors who made this release possible.
|
|
|
11824
13341
|
Here are some highlights ✨:
|
|
11825
13342
|
|
|
11826
13343
|
- 💄 Introduce a new `sx` prop (#23053, #23205) @mnajdova
|
|
11827
|
-
We have resumed the work on Material
|
|
11828
|
-
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.
|
|
11829
13346
|
|
|
11830
13347
|
The system is meant to solve the following problems:
|
|
11831
13348
|
|
|
@@ -11834,10 +13351,10 @@ Here are some highlights ✨:
|
|
|
11834
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?
|
|
11835
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?
|
|
11836
13353
|
|
|
11837
|
-
This new iteration of
|
|
13354
|
+
This new iteration of MUI System brings two major improvements:
|
|
11838
13355
|
|
|
11839
13356
|
- It moves from the support of a subset of CSS to the support of a superset of CSS.
|
|
11840
|
-
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.
|
|
11841
13358
|
- It moves from support on Box only to any core component (starting with the slider).
|
|
11842
13359
|
|
|
11843
13360
|
```jsx
|
|
@@ -11997,12 +13514,12 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
11997
13514
|
Here are some highlights ✨:
|
|
11998
13515
|
|
|
11999
13516
|
- 📦 Ship modern bundle (#22814) @eps1lon.
|
|
12000
|
-
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.
|
|
12001
13518
|
The previous policy was defined 2 years ago, and the landscape has evolved since then. The package now includes 4 bundles:
|
|
12002
13519
|
|
|
12003
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"`
|
|
12004
13521
|
2. `node` (formerly default) which targets a snapshot (on release) of `maintained node versions`
|
|
12005
|
-
3. `legacy` (new) which is `stable` +
|
|
13522
|
+
3. `legacy` (new) which is `stable` + IE 11
|
|
12006
13523
|
4. `modern` (formerly `es`) which targets the last 1 version of evergreen browsers and active node (currently that is 14
|
|
12007
13524
|
|
|
12008
13525
|
The change yields a 6% reduction in bundle size 📦 (Babel only).
|
|
@@ -12348,7 +13865,7 @@ Here are some highlights ✨:
|
|
|
12348
13865
|
|
|
12349
13866
|
- 👩🎨 A first iteration on the new styling solution.
|
|
12350
13867
|
|
|
12351
|
-
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/).
|
|
12352
13869
|
|
|
12353
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.
|
|
12354
13871
|
|
|
@@ -12547,7 +14064,7 @@ More documentation are coming.
|
|
|
12547
14064
|
- [docs] Add ui-schema in related projects (#22644) @elbakerino
|
|
12548
14065
|
- [docs] Avoid confusion between layout grid and data grid (#22681) @oliviertassinari
|
|
12549
14066
|
- [docs] Batch small changes (#22646) @oliviertassinari
|
|
12550
|
-
- [docs] Configuring redirects for MUI
|
|
14067
|
+
- [docs] Configuring redirects for MUI X (#22632) @dtassone
|
|
12551
14068
|
- [docs] Customized hook at Autocomplete issue in dark mode (#22605) @hmaddisb
|
|
12552
14069
|
- [docs] Encourage DataGrid in /components/tables/ over alternatives (#22637) @oliviertassinari
|
|
12553
14070
|
- [docs] Fix emotion broken in SSR (#22731) @mnajdova
|
|
@@ -12652,7 +14169,7 @@ Here are some highlights ✨:
|
|
|
12652
14169
|
|
|
12653
14170
|
- [theme] Remove palette.text.hint key (#22537) @mbrookes
|
|
12654
14171
|
|
|
12655
|
-
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.
|
|
12656
14173
|
You can use `adaptV4Theme()` to restore the previous behavior.
|
|
12657
14174
|
|
|
12658
14175
|
#### Changes
|
|
@@ -12720,7 +14237,7 @@ Here are some highlights ✨:
|
|
|
12720
14237
|
#### Breaking changes
|
|
12721
14238
|
|
|
12722
14239
|
- [Modal] Remove `onRendered` prop from Modal and Portal (#22464) @eps1lon
|
|
12723
|
-
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.
|
|
12724
14241
|
|
|
12725
14242
|
#### Changes
|
|
12726
14243
|
|
|
@@ -13070,7 +14587,7 @@ A big thanks to the 26 contributors who made this release possible.
|
|
|
13070
14587
|
Here are some highlights ✨:
|
|
13071
14588
|
|
|
13072
14589
|
- 💅 Introduce a new dynamic variant API (#21648) @mnajdova.
|
|
13073
|
-
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.
|
|
13074
14591
|
For instance with the Button:
|
|
13075
14592
|
|
|
13076
14593
|
```tsx
|
|
@@ -13432,7 +14949,7 @@ A big thanks to the 11 contributors who made this release possible.
|
|
|
13432
14949
|
- [core] Drop support for non-ref-forwarding class components (#21811) @eps1lon
|
|
13433
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.
|
|
13434
14951
|
Otherwise check out the ["Caveat with refs" section in our composition guide](/guides/composition/#caveat-with-refs) to find out how to migrate.
|
|
13435
|
-
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>`)
|
|
13436
14953
|
- [Stepper] Use context API (#21613) @baterson
|
|
13437
14954
|
Rely on the context over the `React.cloneElement()` API.
|
|
13438
14955
|
This change makes composition easier.
|
|
@@ -13668,28 +15185,28 @@ A big thanks to the 33 contributors who made this release possible. Here are som
|
|
|
13668
15185
|
+</Accordion>
|
|
13669
15186
|
```
|
|
13670
15187
|
|
|
13671
|
-
- [BottomNavigation]
|
|
15188
|
+
- [BottomNavigation] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
|
|
13672
15189
|
|
|
13673
15190
|
```diff
|
|
13674
15191
|
-<BottomNavigation onChange={(event: React.ChangeEvent<{}>) => {}} />
|
|
13675
15192
|
+<BottomNavigation onChange={(event: React.SyntheticEvent) => {}} />
|
|
13676
15193
|
```
|
|
13677
15194
|
|
|
13678
|
-
- [Slider]
|
|
15195
|
+
- [Slider] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
|
|
13679
15196
|
|
|
13680
15197
|
```diff
|
|
13681
15198
|
-<Slider onChange={(event: React.ChangeEvent<{}>, value: unknown) => {}} />
|
|
13682
15199
|
+<Slider onChange={(event: React.SyntheticEvent, value: unknown) => {}} />
|
|
13683
15200
|
```
|
|
13684
15201
|
|
|
13685
|
-
- [Tabs]
|
|
15202
|
+
- [Tabs] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
|
|
13686
15203
|
|
|
13687
15204
|
```diff
|
|
13688
15205
|
-<Tabs onChange={(event: React.ChangeEvent<{}>, value: unknown) => {}} />
|
|
13689
15206
|
+<Tabs onChange={(event: React.SyntheticEvent, value: unknown) => {}} />
|
|
13690
15207
|
```
|
|
13691
15208
|
|
|
13692
|
-
- [Accordion]
|
|
15209
|
+
- [Accordion] TypeScript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
|
|
13693
15210
|
|
|
13694
15211
|
```diff
|
|
13695
15212
|
-<Accordion onChange={(event: React.ChangeEvent<{}>, expanded: boolean) => {}} />
|