@mui/material-nextjs 5.15.11 → 6.0.0-alpha.1
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 +905 -169
- package/modern/v13-appRouter/appRouterV13.js +1 -2
- package/modern/v13-pagesRouter/pagesRouterV13Document.js +1 -2
- package/node/v13-appRouter/appRouterV13.js +1 -1
- package/node/v13-appRouter/index.js +1 -1
- package/node/v13-pagesRouter/pagesRouterV13App.js +1 -1
- package/node/v13-pagesRouter/pagesRouterV13Document.js +1 -1
- package/package.json +4 -4
- package/v13-appRouter/appRouterV13.js +5 -7
- package/v13-pagesRouter/createCache.js +1 -1
- package/v13-pagesRouter/pagesRouterV13Document.js +3 -5
- package/legacy/v13-appRouter/appRouterV13.js +0 -109
- package/legacy/v13-appRouter/index.js +0 -2
- package/legacy/v13-pagesRouter/createCache.js +0 -17
- package/legacy/v13-pagesRouter/index.js +0 -2
- package/legacy/v13-pagesRouter/pagesRouterV13App.js +0 -14
- package/legacy/v13-pagesRouter/pagesRouterV13Document.js +0 -165
- package/legacy/v14-appRouter/index.js +0 -1
- package/legacy/v14-pagesRouter/index.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,741 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## v6.0.0-alpha.7
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.0.0-alpha.6..next -->
|
|
6
|
+
|
|
7
|
+
_May 16, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 14 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@6.0.0-alpha.7`
|
|
12
|
+
|
|
13
|
+
- ​<!-- 23 -->[Autocomplete] Deprecate `componentsProps` props (#42179) @lhilgert9
|
|
14
|
+
- ​<!-- 22 -->[Autocomplete] Improve design when there's a start adornment for small autocomplete (#41781) @TahaRhidouani
|
|
15
|
+
- ​<!-- 21 -->[Autocomplete] deprecate `*Component` and `*Props` for v6 (#41875) @lhilgert9
|
|
16
|
+
- ​<!-- 19 -->[CircularProgress] Deprecate composed classes (#42076) @sai6855
|
|
17
|
+
- ​<!-- 05 -->[ToggleButtonGroup] Add missing `selected` class in ToggleButtonGroupClasses type (#42243) @tarunrajput
|
|
18
|
+
|
|
19
|
+
### `@mui/codemod@6.0.0-alpha.6`
|
|
20
|
+
|
|
21
|
+
- ​<!-- 18 -->[Divider] Only apply codemod if light prop is present (#42098) @DiegoAndai
|
|
22
|
+
|
|
23
|
+
### Docs
|
|
24
|
+
|
|
25
|
+
- ​<!-- 13 -->Fix 301 to Figma @oliviertassinari
|
|
26
|
+
- ​<!-- 12 -->Fix use of deprecated React API (#42118) @oliviertassinari
|
|
27
|
+
- ​<!-- 11 -->Remove the Base notification (#42191) @danilo-leal
|
|
28
|
+
- ​<!-- 07 -->[material-ui] Improve descriptions for deprecated props (#42221) @aarongarciah
|
|
29
|
+
- ​<!-- 06 -->[material-ui] Fix typo in composition docs (#42195) @aarongarciah
|
|
30
|
+
|
|
31
|
+
### Core
|
|
32
|
+
|
|
33
|
+
- ​<!-- 20 -->[blog] Introducing Pigment CSS blog post (#42198) @samuelsycamore
|
|
34
|
+
- ​<!-- 17 -->[core] Remove confusing comment @oliviertassinari
|
|
35
|
+
- ​<!-- 16 -->[core] Match other repositories and convention @oliviertassinari
|
|
36
|
+
- ​<!-- 15 -->[core] Fix React 18.3 warnings about spreading keys in the Material UI `Autocomplete` component (#42099) @heath-freenome
|
|
37
|
+
- ​<!-- 14 -->[core] Remove unecessary quotes @oliviertassinari
|
|
38
|
+
- ​<!-- 10 -->[docs-infra] Share code for section title (#42236) @alexfauquette
|
|
39
|
+
- ​<!-- 09 -->[docs-infra] Limit the copy button to the visible code block (#42115) @danilo-leal
|
|
40
|
+
- ​<!-- 08 -->[docs-infra] Make select components with two capital letters (#42004) @alexfauquette
|
|
41
|
+
- ​<!-- 08 -->[docs-infra][toolpad] Fix Page title and SERP title mismatch (#41919) @bharatkashyap
|
|
42
|
+
- ​<!-- 05 -->[website] Add redirection for talk @oliviertassinari
|
|
43
|
+
- ​<!-- 04 -->[website] Adds Arthur Balduini team info (#42193) @arthurbalduini
|
|
44
|
+
- ​<!-- 03 -->[website] Update the role template file (#42192) @danilo-leal
|
|
45
|
+
- ​<!-- 02 -->[website] Update MUI X deps and migrate TreeView demos to v7 API (#42149) @noraleonte
|
|
46
|
+
- ​<!-- 01 -->[website] Fix pricing casing (#42178) @aarongarciah
|
|
47
|
+
|
|
48
|
+
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @arthurbalduini, @bharatkashyap, @danilo-leal, @DiegoAndai, @heath-freenome, @lhilgert9, @noraleonte, @oliviertassinari, @sai6855, @samuelsycamore, @TahaRhidouani, @tarunrajput
|
|
49
|
+
|
|
50
|
+
## v6.0.0-alpha.6
|
|
51
|
+
|
|
52
|
+
<!-- generated comparing v6.0.0-alpha.5..next -->
|
|
53
|
+
|
|
54
|
+
_May 8, 2024_
|
|
55
|
+
|
|
56
|
+
A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
|
|
57
|
+
|
|
58
|
+
### `@mui/material@6.0.0-alpha.6`
|
|
59
|
+
|
|
60
|
+
- [Chip] Add colorDefault class to chipClasses (#42067) @sai6855
|
|
61
|
+
- Migrate components to support CSS extraction (#42001) @siriwatknp
|
|
62
|
+
- [SpeedDial] Deprecate TransitionComponent (#40698) @harry-whorlow
|
|
63
|
+
|
|
64
|
+
### `@mui/codemod@6.0.0-alpha.6`
|
|
65
|
+
|
|
66
|
+
- Add `theme-v6` migration (#42056) @siriwatknp
|
|
67
|
+
|
|
68
|
+
### `@mui/icons-material@6.0.0-alpha.6`
|
|
69
|
+
|
|
70
|
+
- Add the Emergency icon (#42080) @danilo-leal
|
|
71
|
+
|
|
72
|
+
### Docs
|
|
73
|
+
|
|
74
|
+
- [autocomplete] Fix duplicate autocomplete id (#42086) @oliviertassinari
|
|
75
|
+
- Fix SEO redirection issues @oliviertassinari
|
|
76
|
+
- [material-ui] Fix broken link (#42142) @aarongarciah
|
|
77
|
+
- [material-ui][docs] Fix link on the Sync page (#42088) @danilo-leal
|
|
78
|
+
|
|
79
|
+
### Core
|
|
80
|
+
|
|
81
|
+
- [blog] Shorten title to fit @oliviertassinari
|
|
82
|
+
- [blog] Update Sync post OG image (#42114) @danilo-leal
|
|
83
|
+
- [blog] A few tweaks in introducing-sync-plugin (#42092) @oliviertassinari
|
|
84
|
+
- [code-infra] Add canary release scripts (#41949) @michaldudak
|
|
85
|
+
- [code-infra] Move ComponentLinkHeader to @mui/docs (#42061) @Janpot
|
|
86
|
+
- [code-infra] Bump node image used by CI in docker (#42079) @LukasTy
|
|
87
|
+
- [core] Restrict import path with ESLint (#41970) @oliviertassinari
|
|
88
|
+
- [docs-infra] Add design and formatting improvements (#42063) @danilo-leal
|
|
89
|
+
- [docs-infra] Fix HTML structure violations (#42085) @oliviertassinari
|
|
90
|
+
- [website] Componentize a few Careers page sections (#42102) @danilo-leal
|
|
91
|
+
- [website] Refine the InfoCard design (#42116) @danilo-leal
|
|
92
|
+
- [website] Fix home page slider's track position (#42141) @aarongarciah
|
|
93
|
+
- [website] Closing the survey @oliviertassinari
|
|
94
|
+
- [website] Remove Survey banner from website and Core docs (#42104) @joserodolfofreitas
|
|
95
|
+
|
|
96
|
+
All contributors of this release in alphabetical order: @aarongarciah, @danilo-leal, @harry-whorlow, @Janpot, @joserodolfofreitas, @LukasTy, @michaldudak, @oliviertassinari, @sai6855, @siriwatknp
|
|
97
|
+
|
|
98
|
+
## v6.0.0-alpha.5
|
|
99
|
+
|
|
100
|
+
<!-- generated comparing v6.0.0-alpha.4..next -->
|
|
101
|
+
|
|
102
|
+
_May 1, 2024_
|
|
103
|
+
|
|
104
|
+
A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
|
|
105
|
+
|
|
106
|
+
### `@mui/material@6.0.0-alpha.5`
|
|
107
|
+
|
|
108
|
+
- [FormControlLabel] Deprecate `componentsProps` (#41767) @sai6855
|
|
109
|
+
- [PaginationItem] Deprecate components prop (#41777) @sai6855
|
|
110
|
+
- [SvgIcon] Convert to support CSS extraction (#41779) @aarongarciah
|
|
111
|
+
|
|
112
|
+
### `@mui/base@5.0.0-beta.43`
|
|
113
|
+
|
|
114
|
+
- [TextareaAutosize] Fix resizing instability (#41638) @ZeeshanTamboli
|
|
115
|
+
|
|
116
|
+
### Docs
|
|
117
|
+
|
|
118
|
+
- Fix small SEO issues @oliviertassinari
|
|
119
|
+
- [material-ui] Fix minor spelling error in the "About the lab" page (#42073) @ryanhartwig
|
|
120
|
+
- [material-ui] Update Figma plugin name (#41967) @danilo-leal
|
|
121
|
+
- [material-ui][templates] Fix input props attributes in Landing Page template (#42013) @5-tom
|
|
122
|
+
- [system] Update typo on the sx prop page (#42035) @bricker
|
|
123
|
+
|
|
124
|
+
### Core
|
|
125
|
+
|
|
126
|
+
- [docs-infra] Clean up branding theme file and improve font-face readibility (#42023) @danilo-leal
|
|
127
|
+
- [docs-infra] Simplify docs demo (#42016) @oliviertassinari
|
|
128
|
+
- [website] Add content about the Sync plugin in the Material UI page (#40515) @danilo-leal
|
|
129
|
+
- [website] Sync career roles (#42058) @oliviertassinari
|
|
130
|
+
- [website] Add Nadja on the about page (#42021) @mnajdova
|
|
131
|
+
- [website] Fix code block design by changing the `MarkdownElement` import (#42022) @danilo-leal
|
|
132
|
+
- [wesbite] Remove duplicate MarkdownElement component (#42028) @danilo-leal
|
|
133
|
+
|
|
134
|
+
All contributors of this release in alphabetical order: @5-tom, @aarongarciah, @bricker, @danilo-leal, @mnajdova, @oliviertassinari, @ryanhartwig, @sai6855, @ZeeshanTamboli
|
|
135
|
+
|
|
136
|
+
## v6.0.0-alpha.4
|
|
137
|
+
|
|
138
|
+
<!-- generated comparing v6.0.0-alpha.3..next -->
|
|
139
|
+
|
|
140
|
+
_Apr 24, 2024_
|
|
141
|
+
|
|
142
|
+
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
143
|
+
|
|
144
|
+
- 🔥 Converted 3 more Material UI components to use Pigment CSS.
|
|
145
|
+
- ℹ️ Pigment CSS now lives in [its own repository](https://github.com/mui/pigment-css)! From now on, all future development will happen there.
|
|
146
|
+
|
|
147
|
+
### `@mui/material@6.0.0-alpha.4`
|
|
148
|
+
|
|
149
|
+
- [Checkbox] Convert to support CSS extraction (#41957) @lhilgert9
|
|
150
|
+
- [IconButton] Convert to support CSS extraction (#41850) @gijsbotje
|
|
151
|
+
- [Radio] Convert to support CSS extraction (#41840) @lhilgert9
|
|
152
|
+
- [Typography] Fix ownerState prop placement (#41903) @sai6855
|
|
153
|
+
- Generate typography tokens (#41703) @siriwatknp
|
|
154
|
+
- Move typography CSS variables to `font` (#42003) @siriwatknp
|
|
155
|
+
- Fix getOverlayAlpha type (#41995) @oliviertassinari
|
|
156
|
+
- Support CSS Extraction using codemod (#41935) @siriwatknp
|
|
157
|
+
|
|
158
|
+
### `@mui/icons-material@6.0.0-alpha.4`
|
|
159
|
+
|
|
160
|
+
- ​<!-- 08 -->[icons] Update the icons package (#41937) @danilo-leal
|
|
161
|
+
|
|
162
|
+
### Docs
|
|
163
|
+
|
|
164
|
+
- [material-ui] Remove react-swipeable-views from demos as it's no longer maintained (#41912) @soler1212
|
|
165
|
+
- [material-ui] Add dark theme thumbnails for templates (#41947) @zanivan
|
|
166
|
+
- [material-ui] Remove links and interdependencies from free templates (#41941) @zanivan
|
|
167
|
+
- [material-ui] Add missing backticks to HTML tag in the installation page (#41972) @Miguelrom
|
|
168
|
+
- Fix 301 Toolpad links @oliviertassinari
|
|
169
|
+
- Fix 301 image redirections @oliviertassinari
|
|
170
|
+
|
|
171
|
+
### Core
|
|
172
|
+
|
|
173
|
+
- pnpm docs:zipRules && vale sync @oliviertassinari
|
|
174
|
+
- Remove @pigment-css/\* packages (#41965) @mnajdova
|
|
175
|
+
- [code-infra] Move the HighlightedCode component to @mui/docs (#41859) @Janpot
|
|
176
|
+
- [code-infra] Move the HighlightedCode component to @mui/docs (#41859) @Janpot
|
|
177
|
+
- [code-infra] Make Babel config path configurable in API docs builder (#41999) @michaldudak
|
|
178
|
+
- [docs-infra] Fix flex-shrink pro-plan (#41990) @oliviertassinari
|
|
179
|
+
- [docs-infra] Allow more value uses of MUI (#41706) @oliviertassinari
|
|
180
|
+
- [docs-infra] Move CPU to shared config (#41901) @oliviertassinari
|
|
181
|
+
- [docs-infra] Improve Twitter OG:image (#41860) @oliviertassinari
|
|
182
|
+
- [docs-infra] Adapt docs infra to Base UI docs needs (#41963) @michaldudak
|
|
183
|
+
- [docs-infra] Add demo container design refinements (#41948) @danilo-leal
|
|
184
|
+
- [docs-infra] Use the `getLayout` on the material demo pages (#41936) @alexfauquette
|
|
185
|
+
- [test] Update browser versions in karma config (#42008) @ZeeshanTamboli
|
|
186
|
+
- [website] Remove customer support agent role from website (#41969) @rluzists1
|
|
187
|
+
- [website] Fix grid usage and add stray improvements (#41930) @danilo-leal
|
|
188
|
+
|
|
189
|
+
All contributors of this release in alphabetical order: @alexfauquette, @danilo-leal, @gijsbotje, @Janpot, @lhilgert9, @michaldudak, @Miguelrom, @mnajdova, @oliviertassinari, @rluzists1, @sai6855, @siriwatknp, @soler1212, @zanivan, @ZeeshanTamboli
|
|
190
|
+
|
|
191
|
+
## v6.0.0-alpha.3
|
|
192
|
+
|
|
193
|
+
<!-- generated comparing v6.0.0-alpha.2..next -->
|
|
194
|
+
|
|
195
|
+
_Apr 17, 2024_
|
|
196
|
+
|
|
197
|
+
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
|
|
198
|
+
|
|
199
|
+
- 🔥 Converted 5 more Material UI components to use Pigment CSS.
|
|
200
|
+
- 🚀 Added container queries utility to the `@mui/system` package (#41674) @siriwatknp.
|
|
201
|
+
|
|
202
|
+
### `@mui/material@6.0.0-alpha.3`
|
|
203
|
+
|
|
204
|
+
- Convert `LinearProgress` to support Pigment CSS (#41816) @siriwatknp
|
|
205
|
+
- [Dialog] Prevent onClick on the root element from being overwritten (#41881) @ryanburr
|
|
206
|
+
- [FloatingActionButton] Convert to support CSS extraction (#41851) @gijsbotje
|
|
207
|
+
- Convert `CircularProgress` to support Pigment CSS (#41776) @siriwatknp
|
|
208
|
+
- [PaginationItem] Convert to support CSS extraction (#41848) @gijsbotje
|
|
209
|
+
- [StepConnector] deprecate composed classes (#41740) @sai6855
|
|
210
|
+
- [StepLabel] Deprecate `StepIconComponent`, `StepIconProps` (#41835) @sai6855
|
|
211
|
+
- [ToggleButton] Convert to support CSS extraction (#41782) @lhilgert9
|
|
212
|
+
- [ToggleButtonGroup] Deprecate composed classes (#41288) @sai6855
|
|
213
|
+
- [Typography] Fix Typography inherit variant styles (#41308) @kealjones-wk
|
|
214
|
+
|
|
215
|
+
### `@mui/system@6.0.0-alpha.3`
|
|
216
|
+
|
|
217
|
+
- Add container queries utility (#41674) @siriwatknp
|
|
218
|
+
|
|
219
|
+
### `@mui/codemod@6.0.0-alpha.3`
|
|
220
|
+
|
|
221
|
+
- Add styled v6 transformation (#41743) @siriwatknp
|
|
222
|
+
|
|
223
|
+
### `@mui/joy@5.0.0-beta.36`
|
|
224
|
+
|
|
225
|
+
- [Button] Disable text highlighting (#41902) @mithun522
|
|
226
|
+
|
|
227
|
+
### `@pigment-css/react@0.0.7`
|
|
228
|
+
|
|
229
|
+
- Patch WyW's WeakRef usage (#41909) @DiegoAndai
|
|
230
|
+
- Implement sx transform for system components (#41861) @brijeshb42
|
|
231
|
+
|
|
232
|
+
### Docs
|
|
233
|
+
|
|
234
|
+
- [material-ui] Add Connect-related content (#40848) @danilo-leal
|
|
235
|
+
- [material-ui] Fix credit comment typo (#41872) @aarongarciah
|
|
236
|
+
- [material-ui] Remove Data Grid v7 beta callout (#41839) @cherniavskii
|
|
237
|
+
- [material-ui] Add stray design tweaks to free templates (#41696) @zanivan
|
|
238
|
+
- [material-ui] Simplify components styling on templates (#41845) @zanivan
|
|
239
|
+
- [material-ui][Button] Add `onChange` event handler to file upload example (#41863) @aarongarciah
|
|
240
|
+
- [material-ui] Fix import statement in migration guide (#41852) @sai6855
|
|
241
|
+
- Fix 301 redirection @oliviertassinari
|
|
242
|
+
- Fix format git diff regression (#41882) @oliviertassinari
|
|
243
|
+
- Fix small SEO issues @oliviertassinari
|
|
244
|
+
- [pigment-css] Fix README typos (#41870) @MohammadShehadeh
|
|
245
|
+
|
|
246
|
+
### Core
|
|
247
|
+
|
|
248
|
+
- Begin removing IE 11-related code (#41709) @iammminzzy
|
|
249
|
+
- [blog] Add post to introduce the Connect plugin (#41763) @danilo-leal
|
|
250
|
+
- [code-infra] Fix require.context with aliases (#41682) @Janpot
|
|
251
|
+
- [code-infra] Allow customizing hooks imports in API docs generator (#41828) @michaldudak
|
|
252
|
+
- [codemod] Add utils for `*Component` and `*Props` props deprecations (#41685) @DiegoAndai
|
|
253
|
+
- Replace bundle size reporter filter (#38979) @Janpot
|
|
254
|
+
- [docs-infra] Make the whole header clickable (#39603) @MoazMirza-13
|
|
255
|
+
- [docs-infra] Improve demo container and related components design (#41827) @danilo-leal
|
|
256
|
+
- [docs-infra] Use edge function for card generation (#41188) (#41836) @alexfauquette
|
|
257
|
+
- [docs-infra] Fix code block layout shift (#41917) @oliviertassinari
|
|
258
|
+
- [docs-infra] Fine-tune the OG card image design (#41862) @danilo-leal
|
|
259
|
+
- [docs-infra] Fix markdown version for material (#41908) @alexfauquette
|
|
260
|
+
- [docs-infra] Support multiple tabs in demos (#40901) @bharatkashyap
|
|
261
|
+
|
|
262
|
+
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
|
|
263
|
+
|
|
264
|
+
## v6.0.0-alpha.2
|
|
265
|
+
|
|
266
|
+
<!-- generated comparing v6.0.0-alpha.1..next -->
|
|
267
|
+
|
|
268
|
+
_Apr 9, 2024_
|
|
269
|
+
|
|
270
|
+
A big thanks to the 5 contributors who made this release possible.
|
|
271
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
272
|
+
|
|
273
|
+
### `@mui/material@6.0.0-alpha.2`
|
|
274
|
+
|
|
275
|
+
- ​<!-- 03 -->[typescript][Select] Fix `muiName` property TypeScript error (#41726) @EyaOuenniche
|
|
276
|
+
- ​<!-- 04 -->[l10n] Fix typo in is-IS locale (#41810) @magnimarels
|
|
277
|
+
|
|
278
|
+
### `@pigment-css/react@0.0.6`
|
|
279
|
+
|
|
280
|
+
- ​<!-- 12 -->[core] Remove `muiName` during eval phase (#41811) @brijeshb42
|
|
281
|
+
|
|
282
|
+
### `@pigment-css/nextjs-plugin@0.0.6`
|
|
283
|
+
|
|
284
|
+
- ​<!-- 02 -->[nextjs] Handle file references passed through imports (#41817) @brijeshb42
|
|
285
|
+
- ​<!-- 01 -->[nextjs] Allow usage of url() CSS function (#41758) @brijeshb42
|
|
286
|
+
|
|
287
|
+
### Docs
|
|
288
|
+
|
|
289
|
+
- ​<!-- 11 -->[docs] Fix 301 links @oliviertassinari
|
|
290
|
+
- ​<!-- 06 -->[pigment-css][docs] Fix README typo (#41808) @aarongarciah
|
|
291
|
+
- ​<!-- 05 -->[pigment-css][docs] Fix output on dynamic styles example (#41805) @aarongarciah
|
|
292
|
+
- ​<!-- 07 -->[material-ui][docs] Fix Material 3 message typo (#41821) @aarongarciah
|
|
293
|
+
- ​<!-- 08 -->[material-ui][docs] Add stray design tweaks to free templates (#41696) @zanivan
|
|
294
|
+
|
|
295
|
+
### Core
|
|
296
|
+
|
|
297
|
+
- ​<!-- 13 -->[core] Remove unused files (#41818) @mnajdova
|
|
298
|
+
- ​<!-- 10 -->[docs-infra] Fix analytics about inline ads (#41474) (#41819) @alexfauquette
|
|
299
|
+
- ​<!-- 08 -->[docs-infra] Fix drawer performances (#41807) @alexfauquette
|
|
300
|
+
|
|
301
|
+
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @brijeshb42, @EyaOuenniche, @oliviertassinari
|
|
302
|
+
|
|
303
|
+
## v6.0.0-alpha.1
|
|
304
|
+
|
|
305
|
+
<!-- generated comparing v6.0.0-alpha.0..next -->
|
|
306
|
+
|
|
307
|
+
_Apr 5, 2024_
|
|
308
|
+
|
|
309
|
+
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
|
|
310
|
+
|
|
311
|
+
- 🔥 Converted 3 more Material UI components to use Pigment CSS. Current progress is 36%!
|
|
312
|
+
- 🚀 Added a spacing CSS variable to the Material UI and Joy UI themes.
|
|
313
|
+
- 💫 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/).
|
|
314
|
+
|
|
315
|
+
### `@mui/material@6.0.0-alpha.1`
|
|
316
|
+
|
|
317
|
+
- [AppBar] Convert to support CSS extraction (#41247) @mnajdova
|
|
318
|
+
- [Badge] Deprecate components and componentsProps (#41655) @skmanoj322
|
|
319
|
+
- [Button] Convert to support CSS extraction (#41378) @siriwatknp
|
|
320
|
+
- [ButtonGroup] Convert to support CSS extraction (#41666) @zanivan
|
|
321
|
+
- [RadioGroup] Apply classnames (#41610) @ZeeshanTamboli
|
|
322
|
+
- [Slider] Move palette styles to the bottom (#41676) @siriwatknp
|
|
323
|
+
- Add the `spacing` theme token (#40224) @siriwatknp
|
|
324
|
+
|
|
325
|
+
### `@mui/system@6.0.0-alpha.1`
|
|
326
|
+
|
|
327
|
+
- Add the `spacing` theme token to be used in `theme.spacing()` (#40224) @siriwatknp
|
|
328
|
+
|
|
329
|
+
### `@mui/codemod@6.0.0-alpha.1`
|
|
330
|
+
|
|
331
|
+
- [codemod] Setup v6 codemod structure (#41668) @DiegoAndai
|
|
332
|
+
|
|
333
|
+
### `@mui/lab@6.0.0-alpha.1`
|
|
334
|
+
|
|
335
|
+
- [TabPanel] Add keepMounted prop to match Joy UI (#41651) @ppaskaris-plooto
|
|
336
|
+
|
|
337
|
+
### `@mui/joy@5.0.0-beta.34`
|
|
338
|
+
|
|
339
|
+
- Add `spacing` theme token (#40224) @siriwatknp
|
|
340
|
+
|
|
341
|
+
### `@pigment-css/react@0.0.5`
|
|
342
|
+
|
|
343
|
+
- Improve sx prop support (#41589) @brijeshb42
|
|
344
|
+
- Fix Emotion styled error (#41699) @siriwatknp
|
|
345
|
+
- Fix propTypes removal during eval stage (#41695) @brijeshb42
|
|
346
|
+
- Fix props forwarding (#41688) @siriwatknp
|
|
347
|
+
- Fix sx prop transformation on Box (#41705) @brijeshb42
|
|
348
|
+
|
|
349
|
+
### `@pigment-css/vite-plugin@0.0.5`
|
|
350
|
+
|
|
351
|
+
- Use constant filename for pigment styles (#41667) @brijeshb42
|
|
352
|
+
|
|
353
|
+
### `@pigment-css/nextjs-plugin@0.0.5`
|
|
354
|
+
|
|
355
|
+
- Add missing RTL implementation (#41751) @brijeshb42
|
|
356
|
+
|
|
357
|
+
### Docs
|
|
358
|
+
|
|
359
|
+
- [pigment-css] Update README.md installation to use the next tag (#41649) @mnajdova
|
|
360
|
+
- [pigment-css] Add "Building design system components" guide with Pigment CSS (#41635) @siriwatknp
|
|
361
|
+
- Continue migration of Base UI to sperate repository @oliviertassinari
|
|
362
|
+
- Stick to one way to write IE 11 @oliviertassinari
|
|
363
|
+
- Fix typo in CONTRIBUTING.md (#41670) @adriancuadrado
|
|
364
|
+
- Drop IE 11 official support (#41611) @iammminzzy
|
|
365
|
+
- [material-ui] Fix typo on the Accordion page (#41687) @connorshea
|
|
366
|
+
- [pigment-css] Add small edits on the README (#41646) @danilo-leal
|
|
367
|
+
- [pigment-css] Edit the example app's README files (#41639) @danilo-leal
|
|
368
|
+
|
|
369
|
+
### Core
|
|
370
|
+
|
|
371
|
+
- [code-infra] Move BrandingProvider/brandingTheme/InfoCard to @mui/docs (#41206) @Janpot
|
|
372
|
+
- [core] Automate cherry-pick of PRs from `next` -> `master` (#41741) @aarongarciah
|
|
373
|
+
- [core] Update the prettier script to use the next branch (#41637) @mnajdova
|
|
374
|
+
- [docs-infra] Skip loading source for non-editable modules (#41588) @bharatkashyap
|
|
375
|
+
- [docs-infra] Vale rule for M3 (#41737) @oliviertassinari
|
|
376
|
+
- [docs-infra] Allows to remove edit button (#41702) @alexfauquette
|
|
377
|
+
- [pigment-css][examples] Add example project with Remix (#41700) @brijeshb42
|
|
378
|
+
- [examples] Update MUI's packages to the next version (#41701) @mnajdova
|
|
379
|
+
- [material-ui] Refine the Sign-in and Sign-up templates (#41192) @zanivan
|
|
380
|
+
- [test] Add test to display options provided to the options prop even if loading is true. (#41675) @ZeeshanTamboli
|
|
381
|
+
- [blog] Refresh the design slightly (#41697) @danilo-leal
|
|
382
|
+
- [website] Use en-US over en-UK for career link @oliviertassinari
|
|
383
|
+
- [website] Add Aarón to About Us (#41736) @aarongarciah
|
|
384
|
+
- [website] Refine button design and other details (#41686) @danilo-leal
|
|
385
|
+
- [website] Improve job og image (#41672) @oliviertassinari
|
|
386
|
+
- [website] Page <title> should have no dots @oliviertassinari
|
|
387
|
+
|
|
388
|
+
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
|
|
389
|
+
|
|
390
|
+
## v6.0.0-alpha.0
|
|
391
|
+
|
|
392
|
+
<!-- generated comparing v5.15.14..next -->
|
|
393
|
+
|
|
394
|
+
_Mar 26, 2024_
|
|
395
|
+
|
|
396
|
+
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
397
|
+
|
|
398
|
+
- 🔥 Converted 10+ Material UI components to support static CSS extraction
|
|
399
|
+
- ⬅️ Added RTL support in Pigment CSS (#41570) @brijeshb42
|
|
400
|
+
|
|
401
|
+
### `@mui/material@6.0.0-alpha.0`
|
|
402
|
+
|
|
403
|
+
- [BottomNavigation] Convert to support CSS extraction (#41612) @aacevski
|
|
404
|
+
- [AvatarGroup] Convert to support CSS extraction (#41485) @zanivan
|
|
405
|
+
- [Backdrop] Convert to support CSS extraction (#41581) @aacevski
|
|
406
|
+
- [Breadcrumbs] Convert to support CSS extraction (#41496) @aacevski
|
|
407
|
+
- [Card] Convert to support CSS extraction (#41580) @aacevski
|
|
408
|
+
- [Divider] Convert to support CSS extraction (#41366) @sai6855
|
|
409
|
+
- [FormControl] Convert to support CSS extraction (#41613) @aacevski
|
|
410
|
+
- [FormGroup] Convert to support CSS extraction (#41614) @aacevski
|
|
411
|
+
- [MobileStepper] Convert to support CSS extraction (#41533) @aacevski
|
|
412
|
+
- [Modal] Support CSS extraction (#41483) @sai6855
|
|
413
|
+
- [Popover] Convert to support CSS extraction (#41564) @aacevski
|
|
414
|
+
- [Stepper] Convert to support CSS extraction (#41546) @aacevski
|
|
415
|
+
- [Autocomplete] Display options provided to the `options` prop even if loading is true (#41634) @nekoya
|
|
416
|
+
- [Backdrop] Deprecate TransitionComponent (#40677) @harry-whorlow
|
|
417
|
+
- [ButtonGroup] Deprecate composed classes (#41259) @sai6855
|
|
418
|
+
- [StepLabel] Deprecate `componentProps` prop (#41321) @sai6855
|
|
419
|
+
- [Chip] Convert to support CSS extraction (#41592) @DiegoAndai
|
|
420
|
+
|
|
421
|
+
### `@pigment-css/react@0.0.4`
|
|
422
|
+
|
|
423
|
+
- Fix evaluation of undefined variables (#41569) @siriwatknp
|
|
424
|
+
- Fix react-modal demos location (#41560) @sai6855
|
|
425
|
+
- [react] RTL Support (#41570) @brijeshb42
|
|
426
|
+
|
|
427
|
+
### `@mui/system@6.0.0-alpha.0`
|
|
428
|
+
|
|
429
|
+
- [core] Standardize index pattern (#41574) @DiegoAndai
|
|
430
|
+
- Fix typo to avoid infinite recursion in function call (#41616) @michael-land
|
|
431
|
+
- Move stylesheet generator to `extendTheme` (#41446) @siriwatknp
|
|
432
|
+
|
|
433
|
+
### Docs
|
|
434
|
+
|
|
435
|
+
- [joy-ui] Refresh the marketing example on the Color Inversion page (#41497) @cipherlogs
|
|
436
|
+
- [material-ui] Add v5 to v6 migration guide (#41561) @DiegoAndai
|
|
437
|
+
- [system] Add v5 to v6 migration guide (#41575) @DiegoAndai
|
|
438
|
+
- [material-ui][Slider] Remove `valueLabelFormat` from restricted values demo so that the tooltip thumb label displays the same as the value text (#41567) @StylesTrip
|
|
439
|
+
- [pigment-css] Update the RTL section on the readme (#41576) @danilo-leal
|
|
440
|
+
|
|
441
|
+
### Core
|
|
442
|
+
|
|
443
|
+
- [blog] Update the callout (#41645) @cherniavskii
|
|
444
|
+
- [blog] Link to Romain's blog post in MUI X v7 announcement post (#41640) @cherniavskii
|
|
445
|
+
- [blog] Blog post with MUI X v7.0.0 annoucement (#41563) @joserodolfofreitas
|
|
446
|
+
- [blog] Add post about remote (#41565) @danilo-leal
|
|
447
|
+
- [core] Restore the pnpm-lock.yaml (#41643) @mnajdova
|
|
448
|
+
- [core] Fix failing CI steps (#41636) @mnajdova
|
|
449
|
+
- [core] Update browser support versions (#41568) @siriwatknp
|
|
450
|
+
- [core] Add instructions to deploying docs guide (#41582) @DiegoAndai
|
|
451
|
+
- [core] Add comment explaining the frequency of no-response action runs (#41555) @michaldudak
|
|
452
|
+
- [core] Init the next branch (#41552) @mnajdova
|
|
453
|
+
- [core] Lower the frequency of no-response action runs (#41553) @michaldudak
|
|
454
|
+
- [core] Update peerDependencies ranges to include v6 packages (#41662) @michaldudak
|
|
455
|
+
- [core] Run pnpm dedupe (#41658) @michaldudak
|
|
456
|
+
- [core] Fix dedupe check (#41657) @Janpot
|
|
457
|
+
- [pigment-css][demo] Add index page for material-ui (#41577) @brijeshb42
|
|
458
|
+
- [pigment-css][demo] Remove app specific pnpm workspace (#41393) @brijeshb42
|
|
459
|
+
- [docs] Add notification for MUI X v7 blog post (#41587) @cherniavskii
|
|
460
|
+
- [docs] MUI X v7 blog post annoucement followup (#41601) @joserodolfofreitas
|
|
461
|
+
- [docs] Update the installation guides to use the next tag (#41558) @mnajdova
|
|
462
|
+
- [docs][material-ui] Fix typo in CSS theme variables customization (#41632) @ZeeshanTamboli
|
|
463
|
+
- [material-ui][docs] Remove deleted page from the sidenav (#41594) @danilo-leal
|
|
464
|
+
- [website] Update pricing table (#41595) @cherniavskii
|
|
465
|
+
- [website] Add stray design adjustments throughout the site (#41547) @danilo-leal
|
|
466
|
+
|
|
467
|
+
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
|
|
468
|
+
|
|
469
|
+
## v5.15.15
|
|
470
|
+
|
|
471
|
+
<!-- generated comparing v5.15.14..master -->
|
|
472
|
+
|
|
473
|
+
_Apr 4, 2024_
|
|
474
|
+
|
|
475
|
+
A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
476
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
477
|
+
|
|
478
|
+
### `@mui/material@5.15.15`
|
|
479
|
+
|
|
480
|
+
- [Autocomplete] Display options provided to the `options` prop even if loading is true (#41677) @ZeeshanTamboli
|
|
481
|
+
- [RadioGroup] Apply classnames (#41681) @ZeeshanTamboli
|
|
482
|
+
|
|
483
|
+
### `@mui/system@5.15.15`
|
|
484
|
+
|
|
485
|
+
- Fix typo to avoid infinite recursion in function call (#41678) @ZeeshanTamboli
|
|
486
|
+
|
|
487
|
+
### Docs
|
|
488
|
+
|
|
489
|
+
- [material-ui][Slider] Remove `valueLabelFormat` from restricted values demo so that the tooltip thumb label displays the same as the value text (#41679) @ZeeshanTamboli
|
|
490
|
+
- [material-ui] Remove deleted page from the sidenav (#41594) @danilo-leal
|
|
491
|
+
- [material-ui] Fix typo in CSS theme variables customization (#41680) @ZeeshanTamboli
|
|
492
|
+
- Continue migration of Base UI to sperate repository @oliviertassinari
|
|
493
|
+
- Add notification for MUI X v7 blog post (#41587) (#41605) @cherniavskii
|
|
494
|
+
- Update the versions dropdown to show v6 (#41557) @mnajdova
|
|
495
|
+
|
|
496
|
+
### Core
|
|
497
|
+
|
|
498
|
+
- [blog] Link to Romain's blog post in MUI X v7 announcement post (#41641) @cherniavskii
|
|
499
|
+
- [blog] Blog post with MUI X v7.0.0 annoucement (#41563) (#41604) @cherniavskii
|
|
500
|
+
- [blog] Add post about remote (#41565) @danilo-leal
|
|
501
|
+
- [core] Continue rename of Toolpad @oliviertassinari
|
|
502
|
+
- [docs-infra] Add Toolpad product/category IDs to types (#41551) @bharatkashyap
|
|
503
|
+
- [website] Add Aarón to About Us (#41747) @aarongarciah
|
|
504
|
+
- [website] Add stray design adjustments throughout the site (#41642) @mnajdova
|
|
505
|
+
- [website] Update pricing table (#41606) @cherniavskii
|
|
506
|
+
|
|
507
|
+
All contributors of this release in alphabetical order: @aarongarciah, @bharatkashyap, @cherniavskii, @danilo-leal, @mnajdova, @oliviertassinari, @ZeeshanTamboli
|
|
508
|
+
|
|
509
|
+
## v5.15.14
|
|
510
|
+
|
|
511
|
+
<!-- generated comparing v5.15.13..master -->
|
|
512
|
+
|
|
513
|
+
_Mar 18, 2024_
|
|
514
|
+
|
|
515
|
+
A big thanks to the 15 contributors who made this release possible.
|
|
516
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
517
|
+
|
|
518
|
+
### `@mui/material@5.15.14`
|
|
519
|
+
|
|
520
|
+
- [Accordion] Convert to support CSS extraction (#41221) @mnajdova
|
|
521
|
+
- ​<!-- 24 -->[Autocomplete] Convert to support CSS extraction (#40330) @mnajdova
|
|
522
|
+
- ​<!-- 06 -->[Slider] Convert to support CSS extraction (#41201) @mnajdova
|
|
523
|
+
- ​<!-- 07 -->[Select] Fix variant type (#41405) @sai6855
|
|
524
|
+
- ​<!-- 09 -->[typescript] Use interface instead of type for props (#41500) @siriwatknp
|
|
525
|
+
|
|
526
|
+
### `@pigment-css/react@0.0.3`
|
|
527
|
+
|
|
528
|
+
- ​<!-- 03 -->Add Box component (#41451) @brijeshb42
|
|
529
|
+
|
|
530
|
+
### `pigment-css/nextjs-plugin@0.0.3`
|
|
531
|
+
|
|
532
|
+
- ​<!-- 04 -->Fix alias resolver (#41494) @brijeshb42
|
|
533
|
+
- ​<!-- 05 -->Follow-up to #41494 (#41502) @brijeshb42
|
|
534
|
+
|
|
535
|
+
### Docs
|
|
536
|
+
|
|
537
|
+
- ​<!-- 12 -->[joy-ui] Add UI improvements to the side navigation demo (#41461) @cipherlogs
|
|
538
|
+
- ​<!-- 11 -->[pigment-css] Add media query guide (#41473) @siriwatknp
|
|
539
|
+
- ​<!-- 10 -->[pigment-css] Fixing location of the ExtendTheme type in the docs (#41499) @jherr
|
|
540
|
+
- ​<!-- 08 -->[material-ui][Progress] Add Circular progress gradient demo from Github comment (#40559) @DiegoAndai
|
|
541
|
+
|
|
542
|
+
### Core
|
|
543
|
+
|
|
544
|
+
- ​<!-- 23 -->[blog] Bringing consistency to Material UI customization APIs (#41040) @DiegoAndai
|
|
545
|
+
- ​<!-- 22 -->[code-infra] Rename @mui-internal/docs-utils to @mui/internal-docs-utils (#41498) @michaldudak
|
|
546
|
+
- ​<!-- 21 -->[code-infra] Copy translations.json to @mui/docs build folder (#41472) @Janpot
|
|
547
|
+
- ​<!-- 20 -->[core] Use Circle CI context (#41532) @oliviertassinari
|
|
548
|
+
- ​<!-- 19 -->[core] Fix CHANGELOG format and update date (#41481) @DiegoAndai
|
|
549
|
+
- ​<!-- 18 -->[docs] Fix useStorageState regressions (#41223) @Janpot
|
|
550
|
+
- ​<!-- 17 -->[docs] Fix some Vale errors (#41516) @oliviertassinari
|
|
551
|
+
- ​<!-- 15 -->[material-ui][docs] Fix landing page template's h1 size (#41543) @zanivan
|
|
552
|
+
- ​<!-- 14 -->[material-ui][docs] Apply new code header docs feature (#41508) @danilo-leal
|
|
553
|
+
- ​<!-- 11 -->[material-next] Drop the package (#41544) @mnajdova
|
|
554
|
+
- ​<!-- 16 -->[docs-infra] Fail CI on Vale error (#40944) @oliviertassinari
|
|
555
|
+
- ​<!-- 15 -->[docs-infra] Improve Vale config @oliviertassinari
|
|
556
|
+
- ​<!-- 14 -->[docs-infra] Add a feature list "component" (#41484) @danilo-leal
|
|
557
|
+
- ​<!-- 13 -->[docs-infra] Add code block header classes (#41487) @danilo-leal
|
|
558
|
+
- ​<!-- 21 -->[docs-infra] Make the Algolia search input label invisible (#41542) @danilo-leal
|
|
559
|
+
- ​<!-- 03 -->[website] Improve navbar's items hover state (#41535) @EyaOuenniche
|
|
560
|
+
- ​<!-- 02 -->[website] Split Toolpad documentation (#41316) @bharatkashyap
|
|
561
|
+
- ​<!-- 01 -->[website] Use MUI X Data Grid v7-beta (#41276) @cherniavskii
|
|
562
|
+
|
|
563
|
+
All contributors of this release in alphabetical order: @bharatkashyap, @brijeshb42, @cherniavskii, @cipherlogs, @danilo-leal, @DiegoAndai, @EyaOuenniche, @Janpot, @jherr, @michaldudak, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @zanivan
|
|
564
|
+
|
|
565
|
+
## v5.15.13
|
|
566
|
+
|
|
567
|
+
<!-- generated comparing v5.15.12..master -->
|
|
568
|
+
|
|
569
|
+
_Mar 13, 2024_
|
|
570
|
+
|
|
571
|
+
A big thanks to the 18 contributors who made this release possible. Here are some highights ✨
|
|
572
|
+
|
|
573
|
+
- The Material UI free Checkout template got a design uplift (#41447) @zanivan
|
|
574
|
+
|
|
575
|
+
### `@mui/material@5.15.13`
|
|
576
|
+
|
|
577
|
+
- [Alert] Add `slots` and `slotProps` type to theme (#41324) @sai6855
|
|
578
|
+
- [Autocomplete] Fix the options list being added to the DOM in `freeSolo` mode even when there are no options, causing style problems (#41300) @rakeshmusturi
|
|
579
|
+
- Add `paperChannel` token (#41447) @siriwatknp
|
|
580
|
+
- [Switch] Convert to support CSS extraction (#41367) @alexfauquette
|
|
581
|
+
- [Tooltip] Support event handlers with extra parameters (#41320) @LukasTy
|
|
582
|
+
|
|
583
|
+
### `@mui/system@5.15.13`
|
|
584
|
+
|
|
585
|
+
- [RtlProvider] Add component & hook (#41241) @mnajdova
|
|
586
|
+
|
|
587
|
+
### `@mui/utils@5.15.13`
|
|
588
|
+
|
|
589
|
+
- [utils] Fix visually hidden styles' margin unit (#41477) @michaldudak
|
|
590
|
+
|
|
591
|
+
### `@mui/codemod@5.15.13`
|
|
592
|
+
|
|
593
|
+
- Fix merging of slotProps and componentProps (#41323) @sai6855
|
|
594
|
+
|
|
595
|
+
### `@mui/base@5.0.0-beta.39`
|
|
596
|
+
|
|
597
|
+
- [material-ui][joy-ui][Autocomplete] Keep in sync highlighted index when the option still exists (#41306) @CGNonofr
|
|
598
|
+
- [FormControl] Export `FormControlOwnerState` type from index (#41287) @michaeldfoley
|
|
599
|
+
- [material-ui][TextareaAutosize] Fix inline style not getting applied (#41369) @ZeeshanTamboli
|
|
600
|
+
|
|
601
|
+
### `@pigment-css/react@0.0.2`
|
|
602
|
+
|
|
603
|
+
- Handle more scenarios while transforming sx prop (#41372) @brijeshb42
|
|
604
|
+
- Improve testing of fixtures (#41389) @brijeshb42
|
|
605
|
+
- Fix `keyframes` serialize styles error (#41395) @siriwatknp
|
|
606
|
+
- Use class selector instead of class value (#41442) @brijeshb42
|
|
607
|
+
- [next] Warn about unsupported turbo mode in Next.js (#41445) @brijeshb42
|
|
608
|
+
|
|
609
|
+
### Docs
|
|
610
|
+
|
|
611
|
+
- [material-ui] Refine checkout template (#40967) @zanivan
|
|
612
|
+
- [material-ui] Add docs for complementary List components (#41329) @anle9650
|
|
613
|
+
- [material-ui] Add docs for complementary Dialog components (#41313) @jwithington
|
|
614
|
+
- [material-ui] Fix Templates live preview link (#41467) @danilo-leal
|
|
615
|
+
- [material-ui] Polish out the templates page (#41468) @zanivan
|
|
616
|
+
- [material-ui] Adjust the Templates card design (#41450) @danilo-leal
|
|
617
|
+
- [joy-ui] Remove unnecessary styles in color inversion footer demo (#41419) @cipherlogs
|
|
618
|
+
- [joy-ui] Update case studies chip background color (#41413) @cipherlogs
|
|
619
|
+
- [joy-ui] Remove wrong CSS prop from the Sign-in-side template (#41383) @cipherlogs
|
|
620
|
+
- [joy-ui] Fix broken link on the Color Inversion page (#41407) @cipherlogs
|
|
621
|
+
- [pigment] Add example and guide section (#41249) @siriwatknp
|
|
622
|
+
- [pigment-css] Brand name nonbreaking space (#41438) @oliviertassinari
|
|
623
|
+
- [pigment-css] Fix import on the README (#41411) @danilo-leal
|
|
624
|
+
- [pigment-css] Edit starter template links on README (#41409) @danilo-leal
|
|
625
|
+
- [pigment-css] Tweak the examples and edit READMEs (#41408) @danilo-leal
|
|
626
|
+
- [pigment-css] Adjust the bit about CSS vars on the README (#41463) @danilo-leal
|
|
627
|
+
- Finish brand name fixes #41438 @oliviertassinari
|
|
628
|
+
- Remove noreferrer @oliviertassinari
|
|
629
|
+
- Fix v4 docs `<b>` appearing in notifications (#41390) @peterwangsc
|
|
630
|
+
- Update GitHub project links (#41370) @danilo-leal
|
|
631
|
+
|
|
632
|
+
### Core
|
|
633
|
+
|
|
634
|
+
- [pigment] Make all Pigment CSS packages public (#41404) @brijeshb42
|
|
635
|
+
- [pigment] Rename directories to match package names (#41453) @brijeshb42
|
|
636
|
+
- [pigment-css] Example fix leading spaces (#41439) @oliviertassinari
|
|
637
|
+
- [code-infra] Add short note about e2e-website workflow schedule (#41355) @Janpot
|
|
638
|
+
- [code-infra] Add alias for icon types (#41248) @Janpot
|
|
639
|
+
- [code-infra] Reduce concurrency of typescript:ci further (#41392) @Janpot
|
|
640
|
+
- [code-infra] Reduce concurrency for test_types ci job (#41385) @Janpot
|
|
641
|
+
- [code-infra] Adapt API code generator to Base UI repo needs (#41475) @michaldudak
|
|
642
|
+
- [docs-infra] Don't generate preview files for the templates (#41379) @mnajdova
|
|
643
|
+
- [docs-infra] Fix Pigment CSS apps path in the render mui demos script (#41476) @mnajdova
|
|
644
|
+
- [docs-infra] move feedback to ESM (#41381) @alexfauquette
|
|
645
|
+
- [docs-infra] Improve color contrast throughout (#41387) @danilo-leal
|
|
646
|
+
- [docs-infra] Simplify Algolia crawler config (#41312) @oliviertassinari
|
|
647
|
+
- [docs-infra] Adjust the tabs and layout selection design (#41084) @danilo-leal
|
|
648
|
+
- [blog] Update the Base UI post with links to dedicated repo (#41358) @danilo-leal
|
|
649
|
+
- [website] Update the Careers page role (#41384) @danilo-leal
|
|
650
|
+
- [website] Compress about images @oliviertassinari
|
|
651
|
+
- [website] Improve color contrast on the homepage (#41465) @danilo-leal
|
|
652
|
+
- [examples] Add pigment-css-vite-ts starter example (#41196) @siriwatknp
|
|
653
|
+
- [examples] Add pigment-css-nextjs-ts starter project (#41105) @siriwatknp
|
|
654
|
+
|
|
655
|
+
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
|
|
656
|
+
|
|
657
|
+
## v5.15.12
|
|
658
|
+
|
|
659
|
+
<!-- generated comparing v5.15.11..master -->
|
|
660
|
+
|
|
661
|
+
_Mar 5, 2024_
|
|
662
|
+
|
|
663
|
+
A big thanks to the 21 contributors who made this release possible.
|
|
664
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
665
|
+
|
|
666
|
+
### `@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`
|
|
667
|
+
|
|
668
|
+
- This is the first public release of our new zero-runtime CSS-in-JS library, Pigment CSS.
|
|
669
|
+
|
|
670
|
+
### `@mui/material@5.15.12`
|
|
671
|
+
|
|
672
|
+
- ​<!-- 52 -->Support props callback type in theme variants (#40946) @ZeeshanTamboli
|
|
673
|
+
- ​<!-- 50 -->[Alert] Convert to support zero runtime (#41230) @siriwatknp
|
|
674
|
+
- ​<!-- 49 -->[Alert] Deprecate composed classes (#40688) @DiegoAndai
|
|
675
|
+
- ​<!-- 44 -->[Button] Deprecate classes for v6 (#40675) @sai6855
|
|
676
|
+
- ​<!-- 43 -->[Checkbox] `large` size added in type (#34909) @smox
|
|
677
|
+
- ​<!-- 42 -->[Chip] Deprecate composed classes (#41235) @sai6855
|
|
678
|
+
- ​<!-- 41 -->[Chip] Correct `deleteIconColorPrimary` and `deleteIconColorSecondary` class descriptions (#41231) @sai6855
|
|
679
|
+
- ​<!-- 17 -->Remove unused dev dependency on @mui/lab (#41198) @brijeshb42
|
|
680
|
+
- ​<!-- 15 -->[Slider] Deprecate components and componentProps props for v6 (#40777) @lhilgert9
|
|
681
|
+
|
|
682
|
+
### `@mui/system@5.15.12`
|
|
683
|
+
|
|
684
|
+
- ​<!-- 16 -->[pigment-css][material-ui] Render badge demos (#41353) @siriwatknp
|
|
685
|
+
- ​<!-- 14 -->[pigment-css] Update to latest wyw version (#41363) @brijeshb42
|
|
686
|
+
- ​<!-- 13 -->[pigment-css] Rename scope to @pigment-css (#41354) @brijeshb42
|
|
687
|
+
- ​<!-- 12 -->[pigment-css] Rename zero-runtime to pigmentcss (#41317) @brijeshb42
|
|
688
|
+
- ​<!-- 11 -->Fix createSpacing return type (#41318) @matystroia
|
|
689
|
+
- ​<!-- 06 -->[zero] Add support for styled tagged-template literals (#41268) @brijeshb42
|
|
690
|
+
- ​<!-- 05 -->[zero] Set up Material UI migration demos (#41267) @siriwatknp
|
|
691
|
+
- ​<!-- 04 -->[zero] Move extendTheme to already existing @mui/zero-runtime/utils (#41254) @brijeshb42
|
|
692
|
+
- ​<!-- 03 -->[zero] Remove `object` intersection from CSS Fallback (#41271) @siriwatknp
|
|
693
|
+
- ​<!-- 02 -->[zero] Minor wording changes in README (#41253) @brijeshb42
|
|
694
|
+
- ​<!-- 01 -->[zero] Prepare zero-runtime packages for public release (#41226) @brijeshb42
|
|
695
|
+
|
|
696
|
+
### `@mui/joy@5.0.0-beta.30`
|
|
697
|
+
|
|
698
|
+
- ​<!-- 48 -->[joy-ui][Autocomplete] Fix text overflow in Chip (#40229) @PunitSoniME
|
|
699
|
+
|
|
700
|
+
### Docs
|
|
701
|
+
|
|
702
|
+
- ​<!-- 47 -->[base-ui] Update the docs post repo separation (#41328) @danilo-leal
|
|
703
|
+
- ​<!-- 34 -->Fix missing partner link @oliviertassinari
|
|
704
|
+
- ​<!-- 33 -->Update links to GitHub projects (#41297) @danilo-leal
|
|
705
|
+
- ​<!-- 32 -->Standardize WAI-ARIA referencest @oliviertassinari
|
|
706
|
+
- ​<!-- 31 -->Fix image layout shift when loading @oliviertassinari
|
|
707
|
+
- ​<!-- 23 -->[joy-ui] Add stray adjustments throughout the docs (#41211) @danilo-leal
|
|
708
|
+
- ​<!-- 22 -->[material-ui] Remove duplicated text at FAQ page (#41326) @zanivan
|
|
709
|
+
- ​<!-- 21 -->[material-ui] Fix color mode toggle of the landing page template (#41293) @zanivan
|
|
710
|
+
- ​<!-- 20 -->[system] Tweak the Usage demos (#41242) @danilo-leal
|
|
711
|
+
- ​<!-- 19 -->[zero] Add a Why section on the README (#41284) @danilo-leal
|
|
712
|
+
|
|
713
|
+
### Core
|
|
714
|
+
|
|
715
|
+
- ​<!-- 51 -->Revert "[utils] Port `useLocalStorageState` hook from Toolpad (#41096)" @oliviertassinari
|
|
716
|
+
- ​<!-- 46 -->[blog] Add post about how MUI uses Toolpad (#40172) @prakhargupta1
|
|
717
|
+
- ​<!-- 45 -->[blog] No bundled demos in blog posts @oliviertassinari
|
|
718
|
+
- ​<!-- 40 -->[code-infra] Embed translations in the @mui/docs package (#41246) @Janpot
|
|
719
|
+
- ​<!-- 39 -->[code-infra] Prepare the markdown package for publishing (#41240) @michaldudak
|
|
720
|
+
- ​<!-- 38 -->[code-infra] Unpin the version of docs-utils in scripts (#41232) @michaldudak
|
|
721
|
+
- ​<!-- 37 -->[core] Use runtime agnostic setTimeout type @oliviertassinari
|
|
722
|
+
- ​<!-- 36 -->[core] Remove window. reference for common globals @oliviertassinari
|
|
723
|
+
- ​<!-- 35 -->[core] Add a script to build all packages (#40631) @michaldudak
|
|
724
|
+
- ​<!-- 30 -->[docs-infra] Fix missing non breaking spaces @oliviertassinari
|
|
725
|
+
- ​<!-- 29 -->[docs-infra] Add design customizations to the disclosure element (#41285) @danilo-leal
|
|
726
|
+
- ​<!-- 28 -->[docs-infra] Adjust headings dark mode color (#41292) @danilo-leal
|
|
727
|
+
- ​<!-- 27 -->[docs-infra] Fix Stack Overflow breaking space @oliviertassinari
|
|
728
|
+
- ​<!-- 26 -->[docs-infra] Fix product selector popup not closing on route change (#41166) @divyammadhok
|
|
729
|
+
- ​<!-- 25 -->[docs-infra] Improve fix blank links ad @oliviertassinari
|
|
730
|
+
- ​<!-- 24 -->[docs-infra] Support interfaces for X docs (#41069) @alexfauquette
|
|
731
|
+
- ​<!-- 18 -->[infra] Adjust the links to search for issues (#41008) @michelengelen
|
|
732
|
+
- ​<!-- 10 -->[website] Move the `React Engineer - xCharts` to `Next roles` section (#41368) @DanailH
|
|
733
|
+
- ​<!-- 09 -->[website] Add James to About Us (#41362) @atomiks
|
|
734
|
+
- ​<!-- 08 -->[website] Polish Button outline primary medium (#41298) @oliviertassinari
|
|
735
|
+
- ​<!-- 07 -->[website] Remove Heatmap chart from community plan on pricing table (#41081) @alexfauquette
|
|
736
|
+
|
|
737
|
+
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
|
|
738
|
+
|
|
3
739
|
## v5.15.11
|
|
4
740
|
|
|
5
741
|
<!-- generated comparing v5.15.10..master -->
|
|
@@ -49,7 +785,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
49
785
|
|
|
50
786
|
### Docs
|
|
51
787
|
|
|
52
|
-
- [base-ui] Fix focus state demo in Base
|
|
788
|
+
- [base-ui] Fix focus state demo in Base UI autocomplete (#41104) @oliviertassinari
|
|
53
789
|
- [base-ui] Update the Accessibility page demos design (#40995) @danilo-leal
|
|
54
790
|
- [joy-ui] Fix LinearProgressWithLabel example (#41194) @khgiddon
|
|
55
791
|
- [joy-ui] Fix 404 image on the docs @oliviertassinari
|
|
@@ -72,7 +808,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
72
808
|
|
|
73
809
|
- [blog] Add new product tags and stray adjustments (#41193) @danilo-leal
|
|
74
810
|
- [blog] Simplify `/base-ui-2024-plans/` page (#41171) @oliviertassinari
|
|
75
|
-
- [blog] Add link to Base
|
|
811
|
+
- [blog] Add link to Base UI API changes RFC (#41089) @michaldudak
|
|
76
812
|
- [blog] Remove the "News" tag (#41208) @danilo-leal
|
|
77
813
|
- [changelog] Remove @mui/system@5.15.10 (#41093) @michaldudak
|
|
78
814
|
- [code-infra] Move typescript-to-proptypes to internal-scripts package (#41079) @michaldudak
|
|
@@ -88,14 +824,14 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
88
824
|
- [core] Increase node memory limit on Netlify build (#41111) @michaldudak
|
|
89
825
|
- [core][Tooltip] Remove incorrect code comment (#41179) @ZeeshanTamboli
|
|
90
826
|
- [core] Fix missing context display names (#41168) @oliviertassinari
|
|
91
|
-
- [core][base-ui] Remove `@mui/base` dev dependency from Base
|
|
827
|
+
- [core][base-ui] Remove `@mui/base` dev dependency from Base UI workspace (#41216) @ZeeshanTamboli
|
|
92
828
|
- [zero][demo] Fix sample next app build (#41197) @brijeshb42
|
|
93
829
|
- [docs-infra] Simplify copy logic (#41167) @oliviertassinari
|
|
94
830
|
- [docs-infra] New way of providing API layout config (#41106) @alexfauquette
|
|
95
831
|
- [docs-infra] Reduce scrollbar width on ROC (#41148) @oliviertassinari
|
|
96
832
|
- [docs-infra] Add external link arrow (#41129) @siriwatknp
|
|
97
833
|
- [docs-infra] Fix external link arrow (#41181) @alexfauquette
|
|
98
|
-
- [docs-infra] Flag
|
|
834
|
+
- [docs-infra] Flag npm and GitHub as wrong spellings @oliviertassinari
|
|
99
835
|
- [docs-infra] Fix display when the default props is undefined (#41114) @oliviertassinari
|
|
100
836
|
- [docs-infra] Remove random layout assignment (#40862) @alexfauquette
|
|
101
837
|
- [docs-infra] Add spacing and contrast improvements (#41191) @danilo-leal
|
|
@@ -104,7 +840,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
104
840
|
- [typescript-to-proptypes] Support using `Omit` on types with conditional properties (#41033) @flaviendelangle
|
|
105
841
|
- [website] Match chart component names @oliviertassinari
|
|
106
842
|
- [website] Add Marblism diamond sponsor (#41097) @rluzists1
|
|
107
|
-
- [website] Add overall improvements to the Material
|
|
843
|
+
- [website] Add overall improvements to the Material UI page (#41075) @danilo-leal
|
|
108
844
|
- [website] Fix responsive breakpoints @oliviertassinari
|
|
109
845
|
- [website] Fix overloading of footer JS files @oliviertassinari
|
|
110
846
|
- [website] Improve the footer's chip contrast (#41209) @danilo-leal
|
|
@@ -138,12 +874,12 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
138
874
|
|
|
139
875
|
- [Button][material-ui] Fix 'File upload' demo a11y (#40943) @oliviertassinari
|
|
140
876
|
- [TableRow][material-ui] Escape markup in `children` prop so docgen tools don't parse it as HTML (#40992) @millerized
|
|
141
|
-
- [material-ui] Remove outdated example projects link (it uses Joy
|
|
877
|
+
- [material-ui] Remove outdated example projects link (it uses Joy UI now) (#40913) @oliviertassinari
|
|
142
878
|
- [material-ui] Fix the "Intro to the MUI ecosystem" link placement (#40988) @danilo-leal
|
|
143
879
|
- Fix 301 redirection to StackBlitz @oliviertassinari
|
|
144
|
-
- Fix h1 on Joy
|
|
880
|
+
- Fix h1 on Joy UI templates @oliviertassinari
|
|
145
881
|
- Have MUI workspace own the CodeSandbox @oliviertassinari
|
|
146
|
-
- Add notification for
|
|
882
|
+
- Add notification for MUI X v7 beta (#41001) @joserodolfofreitas
|
|
147
883
|
- Fix 301 links @oliviertassinari
|
|
148
884
|
- Fix Next.js v13.5.1 <title> SEO regression (#40302) @oliviertassinari
|
|
149
885
|
- Add a 404 page (#40884) @danilo-leal
|
|
@@ -584,11 +1320,11 @@ A big thanks to the 22 contributors who made this release possible. Here are som
|
|
|
584
1320
|
- [material-ui] Revise the Alert demo page (#34892) @samuelsycamore
|
|
585
1321
|
- [material-ui] Revise the Accordion page (#40284) @anle9650
|
|
586
1322
|
- [material-ui] Add docs for complementary Card components (#40346) @anle9650
|
|
587
|
-
- [material-ui] Add Material 3 components page (#40350) @DiegoAndai
|
|
1323
|
+
- [material-ui] Add Material Design 3 components page (#40350) @DiegoAndai
|
|
588
1324
|
- Fix strange italic style @oliviertassinari
|
|
589
1325
|
- Fix references to ESLint @oliviertassinari
|
|
590
1326
|
- Fix 301 redirections @oliviertassinari
|
|
591
|
-
- Right-to-left revision and addition to Joy
|
|
1327
|
+
- Right-to-left revision and addition to Joy UI (#39158) @danilo-leal
|
|
592
1328
|
|
|
593
1329
|
### Core
|
|
594
1330
|
|
|
@@ -680,7 +1416,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
680
1416
|
- ​<!-- 23 -->[docs-infra] Add stray design adjustments (#40347) @danilo-leal
|
|
681
1417
|
- ​<!-- 04 -->[website] Fix Base UI page's component section imports & styles (#40231) @danilo-leal
|
|
682
1418
|
- ​<!-- 03 -->[website] Fix outdated Nhost image link @oliviertassinari
|
|
683
|
-
- ​<!-- 02 -->[website] Shorten Joy
|
|
1419
|
+
- ​<!-- 02 -->[website] Shorten Joy UI description, 7 chars too long @oliviertassinari
|
|
684
1420
|
- ​<!-- 01 -->[website] Update some social preview images (#40282) @danilo-leal
|
|
685
1421
|
|
|
686
1422
|
All contributors of this release in alphabetical order: @aacevski, @anle9650, @danilo-leal, @DiegoAndai, @Kamino0, @lhilgert9, @michaldudak, @oliviertassinari, @sai6855, @siriwatknp, @Super-Kenil
|
|
@@ -949,7 +1685,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
949
1685
|
- ​<!-- 31 -->Fix nested CSS warning (#39932) @mnajdova
|
|
950
1686
|
- ​<!-- 30 -->Make integration searchable (#39967) @oliviertassinari
|
|
951
1687
|
- ​<!-- 29 -->Fix use of quote in markdown (#39953) @oliviertassinari
|
|
952
|
-
- ​<!-- 28 -->Show design links on Joy
|
|
1688
|
+
- ​<!-- 28 -->Show design links on Joy UI (#39955) @oliviertassinari
|
|
953
1689
|
- ​<!-- 27 -->Restore Algolia results when searching for "Figma" (#39956) @oliviertassinari
|
|
954
1690
|
- ​<!-- 26 -->Fix two tone icon dark mode color (#39868) @mnajdova
|
|
955
1691
|
|
|
@@ -980,7 +1716,7 @@ _Nov 14, 2023_
|
|
|
980
1716
|
|
|
981
1717
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
982
1718
|
|
|
983
|
-
- 💫 Introduced new [Stepper](https://mui.com/joy-ui/react-stepper/) component in Joy
|
|
1719
|
+
- 💫 Introduced new [Stepper](https://mui.com/joy-ui/react-stepper/) component in Joy UI (#39688) @siriwatknp
|
|
984
1720
|
- other 🐛 bug fixes and 📚 documentation improvements
|
|
985
1721
|
|
|
986
1722
|
### `@mui/material@5.14.18`
|
|
@@ -1020,7 +1756,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
1020
1756
|
## Core
|
|
1021
1757
|
|
|
1022
1758
|
- ​<!-- 27 -->[blog] MUI X late v6 blog post (#39700) @joserodolfofreitas
|
|
1023
|
-
- ​<!-- 25 -->[CHANGELOG] Correct the Joy
|
|
1759
|
+
- ​<!-- 25 -->[CHANGELOG] Correct the Joy UI version in the changelog (#39788) @michaldudak
|
|
1024
1760
|
- ​<!-- 23 -->[core] Remove legacy docs files (#39860) @oliviertassinari
|
|
1025
1761
|
- ​<!-- 22 -->[core] Fix GitHub title tag consistency @oliviertassinari
|
|
1026
1762
|
- ​<!-- 21 -->[core] Make the API docs builder configurable per project (#39772) @michaldudak
|
|
@@ -1102,7 +1838,7 @@ _Oct 31, 2023_
|
|
|
1102
1838
|
|
|
1103
1839
|
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
|
|
1104
1840
|
|
|
1105
|
-
- ✨ New highly requested Joy
|
|
1841
|
+
- ✨ New highly requested Joy UI component: [Snackbar](https://mui.com/joy-ui/react-snackbar) (#38801) @ZeeshanTamboli
|
|
1106
1842
|
|
|
1107
1843
|
### `@mui/material@5.14.16`
|
|
1108
1844
|
|
|
@@ -1193,7 +1929,7 @@ A big thanks to the 17 contributors who made this release possible.
|
|
|
1193
1929
|
|
|
1194
1930
|
- ​<!-- 09 -->Update peer dep of @mui/material (#39398) @brijeshb42
|
|
1195
1931
|
|
|
1196
|
-
### `@
|
|
1932
|
+
### `@pigment-css/react@0.0.1-alpha.0`
|
|
1197
1933
|
|
|
1198
1934
|
- ​<!-- 06 -->Implement typings for public runtime API (#39215) @brijeshb42
|
|
1199
1935
|
|
|
@@ -1374,7 +2110,7 @@ _Oct 3, 2023_
|
|
|
1374
2110
|
|
|
1375
2111
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
1376
2112
|
|
|
1377
|
-
- 🎨 Introduced color inversion utilities to Joy
|
|
2113
|
+
- 🎨 Introduced color inversion utilities to Joy UI (#38916) @siriwatknp
|
|
1378
2114
|
- 🚀 Added Chip and related TextField components to Material You @DiegoAndai, @mj12albert
|
|
1379
2115
|
- 🏗️ Improve the Select's component a11y by adding the combobox role and aria-controls attribute (#38785) @xulingzhihou. If your tests require selecting the trigger element by the "button" role, then you'll have to change it to use the "combobox" role instead
|
|
1380
2116
|
|
|
@@ -1420,7 +2156,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1420
2156
|
- [docs] Update Autocomplete demo for React 18 (#39162) @oliviertassinari
|
|
1421
2157
|
- [docs-infra] Tweak feedback footer section design (#36556) @danilo-leal
|
|
1422
2158
|
- [docs-infra] Improve code syntax highlight (#39181) @oliviertassinari
|
|
1423
|
-
- [docs][base] Add Tailwind
|
|
2159
|
+
- [docs][base] Add Tailwind CSS + plain CSS demo on the TextArea page (#39046) @alisasanib
|
|
1424
2160
|
- [docs][base-ui] Fix style for root div of multiline input (#39182) @ttlpta
|
|
1425
2161
|
- [docs][base-ui] Improve Select's country select demo (#38983) @oliviertassinari
|
|
1426
2162
|
- [docs][joy-ui] Add scrollable tabs example (#39260) @siriwatknp
|
|
@@ -1490,7 +2226,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
1490
2226
|
### Docs
|
|
1491
2227
|
|
|
1492
2228
|
- Improve focus trap demo (#38985) @oliviertassinari
|
|
1493
|
-
- Add Tailwind
|
|
2229
|
+
- Add Tailwind CSS + plain CSS demo on the Tabs page (#39000) @alisasanib
|
|
1494
2230
|
- Improve the default theme viewer design (#39049) @danilo-leal
|
|
1495
2231
|
- Add live demo with CssVarsProvider (#38792) @oliviertassinari
|
|
1496
2232
|
- Fix wrong hash on Card's page (#39151) @mnajdova
|
|
@@ -1556,7 +2292,7 @@ A big thanks to the 16 contributors who made this release possible. This release
|
|
|
1556
2292
|
|
|
1557
2293
|
### Docs
|
|
1558
2294
|
|
|
1559
|
-
- ​<!-- 21 -->[docs][base] Add Tailwind
|
|
2295
|
+
- ​<!-- 21 -->[docs][base] Add Tailwind CSS + plain CSS demo on the NumberInput page (#38928) @alisasanib
|
|
1560
2296
|
- ​<!-- 13 -->[docs][Dialog] Add non-modal dialog docs & demo (#38684) @mnajdova
|
|
1561
2297
|
- ​<!-- 12 -->[docs] Fix number input wrong demo @oliviertassinari
|
|
1562
2298
|
- ​<!-- 11 -->[docs] Exclude joy-ui LinearProgressCountup from visual regression (#38969) @siriwatknp
|
|
@@ -1589,7 +2325,7 @@ _Sep 13, 2023_
|
|
|
1589
2325
|
|
|
1590
2326
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
1591
2327
|
|
|
1592
|
-
- 🎉 Added the [`Drawer` component](https://mui.com/joy-ui/react-drawer/) to Joy
|
|
2328
|
+
- 🎉 Added the [`Drawer` component](https://mui.com/joy-ui/react-drawer/) to Joy UI (#38169) @mnajdova
|
|
1593
2329
|
- ✨ Material UI's [`ButtonGroup` component](https://mui.com/material-ui/react-button-group/) now styles button elements within it correctly (#38520) @ZeeshanTamboli
|
|
1594
2330
|
|
|
1595
2331
|
### `@mui/material@5.14.9`
|
|
@@ -1663,7 +2399,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1663
2399
|
### Examples
|
|
1664
2400
|
|
|
1665
2401
|
- ​<!-- 14 -->[examples] Add shortcut to open example in online IDE (#38572) @oliviertassinari
|
|
1666
|
-
- ​<!-- 61 -->[examples][base-ui] Add Base UI + Vite + Tailwind
|
|
2402
|
+
- ​<!-- 61 -->[examples][base-ui] Add Base UI + Vite + Tailwind CSS example in TypeScript (#37595) @dvkam
|
|
1667
2403
|
|
|
1668
2404
|
### Core
|
|
1669
2405
|
|
|
@@ -1732,9 +2468,9 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
1732
2468
|
- ​<!-- 52 -->Update changelog (#38704) @mj12albert
|
|
1733
2469
|
- ​<!-- 49 -->[docs][Autocomplete] Require referentially stable value (#38734) @michaldudak
|
|
1734
2470
|
- ​<!-- 48 -->[docs][base-ui] Add type parameter to the button in prepareForSlot demo (#38640) @michaldudak
|
|
1735
|
-
- ​<!-- 47 -->[docs][base-ui] Fix the broken image in the Tailwind
|
|
2471
|
+
- ​<!-- 47 -->[docs][base-ui] Fix the broken image in the Tailwind CSS guide (#38721) @michaldudak
|
|
1736
2472
|
- ​<!-- 46 -->[docs][base-ui]: Working With Tailwind Guide - revises example code to avoid import errors (#38693) @christophermorin
|
|
1737
|
-
- ​<!-- 45 -->[docs][base] Add Tailwind
|
|
2473
|
+
- ​<!-- 45 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Menu page (#38618) @alisasanib
|
|
1738
2474
|
- ​<!-- 44 -->[blog] Clearer blog release title @oliviertassinari
|
|
1739
2475
|
- ​<!-- 43 -->[blog] Add a post for the Tree View migration (#38407) @flaviendelangle
|
|
1740
2476
|
- ​<!-- 34 -->[docs] Fix broken links to Next.js docs (#38764) @ruflair
|
|
@@ -1743,7 +2479,7 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
1743
2479
|
- ​<!-- 31 -->[docs] Clean up not used Usage files (#38715) @danilo-leal
|
|
1744
2480
|
- ​<!-- 30 -->[docs] Improve theme builder exceptions (#38709) @jyash97
|
|
1745
2481
|
- ​<!-- 29 -->[docs] Polish Slider demos (#38759) @oliviertassinari
|
|
1746
|
-
- ​<!-- 28 -->[docs] Fix Joy
|
|
2482
|
+
- ​<!-- 28 -->[docs] Fix Joy UI docs link regression (#38761) @oliviertassinari
|
|
1747
2483
|
- ​<!-- 27 -->[docs] Fix typo @oliviertassinari
|
|
1748
2484
|
- ​<!-- 26 -->[docs] Fix e.g. typo (#38748) @oliviertassinari
|
|
1749
2485
|
- ​<!-- 25 -->[docs] Fix Next.js pages router example redirect link (#38750) @sai6855
|
|
@@ -1794,7 +2530,7 @@ A big thanks to the 11 contributors who made this release possible. This release
|
|
|
1794
2530
|
|
|
1795
2531
|
- [useButton][base-ui] Accept arbitrary props in getRootProps and forward them (#38475) @DiegoAndai
|
|
1796
2532
|
|
|
1797
|
-
### `@
|
|
2533
|
+
### `@pigment-css/react@0.0.1-alpha.1`
|
|
1798
2534
|
|
|
1799
2535
|
- [system][zero][tag] Add support for sx prop (#38535) @brijeshb42
|
|
1800
2536
|
|
|
@@ -1830,7 +2566,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1830
2566
|
|
|
1831
2567
|
- 🚀 Added the [Popup](https://mui.com/base-ui/react-popup/) component to Base UI (#37960) @michaldudak
|
|
1832
2568
|
It's intended to replace the Popper component, which uses the deprecated Popper JS library. The Popup is built on top of Floating UI and has a similar API to the Popper.
|
|
1833
|
-
- 🚀 Added the [Accordion](https://mui.com/joy-ui/react-accordion/) component to Joy
|
|
2569
|
+
- 🚀 Added the [Accordion](https://mui.com/joy-ui/react-accordion/) component to Joy UI (#38164) @siriwatknp
|
|
1834
2570
|
- 🚀 Added InputBase and ButtonBase components to `material-next` (#38319) @DiegoAndai @mj12albert
|
|
1835
2571
|
- 🔋 First iteration on the zero-runtime styling engine compatible with Server Components (#38378) @brijeshb42
|
|
1836
2572
|
|
|
@@ -1848,7 +2584,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1848
2584
|
|
|
1849
2585
|
### `@mui/joy@5.0.0-beta.3`
|
|
1850
2586
|
|
|
1851
|
-
- [Accordion] Add Joy
|
|
2587
|
+
- [Accordion] Add Joy UI Accordion components (#38164) @siriwatknp
|
|
1852
2588
|
- [Select] Add `required` prop (#38167) @siriwatknp
|
|
1853
2589
|
- Miscellaneous fixes (#38462) @siriwatknp
|
|
1854
2590
|
|
|
@@ -1857,7 +2593,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1857
2593
|
- [ButtonBase] Add ButtonBase component (#38319) @DiegoAndai
|
|
1858
2594
|
- [Input] Add InputBase component (#38392) @mj12albert
|
|
1859
2595
|
|
|
1860
|
-
### `@
|
|
2596
|
+
### `@pigment-css/react@0.0.1-alpha.0`
|
|
1861
2597
|
|
|
1862
2598
|
- Implementation of styled tag processor for linaria (#38378) @brijeshb42
|
|
1863
2599
|
|
|
@@ -1869,10 +2605,10 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1869
2605
|
- [docs][base-ui] Fix Menu Hooks demo (#38479) @homerchen19
|
|
1870
2606
|
- [docs][base-ui] Correct the MUI System quickstart example (#38496) @michaldudak
|
|
1871
2607
|
- [docs][base-ui] Add Tailwind & plain CSS demos for Autocomplete page (#38157) @mj12albert
|
|
1872
|
-
- [docs][base-ui] Add Tailwind
|
|
1873
|
-
- [docs][base-ui] Add Tailwind
|
|
1874
|
-
- [docs][base-ui] Add Tailwind
|
|
1875
|
-
- [docs][base-ui] Add Tailwind
|
|
2608
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Input page (#38302) @alisasanib
|
|
2609
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Snackbar, Badge, Switch pages (#38425) @alisasanib
|
|
2610
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Slider page (#38413) @alisasanib
|
|
2611
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Select page (#38367) @alisasanib
|
|
1876
2612
|
- [docs][joy-ui] Fix typo: Classname -> Class name for consistency (#38510) @alexfauquette
|
|
1877
2613
|
- [docs][joy-ui] Revise the theme color page (#38402) @danilo-leal
|
|
1878
2614
|
- [docs][joy-ui] Sort templates by popularity (#38490) @oliviertassinari
|
|
@@ -1897,13 +2633,13 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
1897
2633
|
- [docs] Fix typo in Base UI @oliviertassinari
|
|
1898
2634
|
- [docs] Update the backers page (#38505) @danilo-leal
|
|
1899
2635
|
- [docs] Add stray design adjustments to the docs (#38501) @danilo-leal
|
|
1900
|
-
- [docs] Use IBM Plex Sans in Tailwind
|
|
2636
|
+
- [docs] Use IBM Plex Sans in Tailwind CSS demos (#38464) @mnajdova
|
|
1901
2637
|
- [docs] Fix SEO issues reported by ahrefs (#38423) @oliviertassinari
|
|
1902
2638
|
|
|
1903
2639
|
### Examples
|
|
1904
2640
|
|
|
1905
2641
|
- [examples] Start to remove Gatsby (#38567) @oliviertassinari
|
|
1906
|
-
- [examples][joy-ui] Fix Joy
|
|
2642
|
+
- [examples][joy-ui] Fix Joy UI example CLI (#38531) @oliviertassinari
|
|
1907
2643
|
- [examples][joy-ui] Improve example when using Next Font (#38540) @mwskwong
|
|
1908
2644
|
|
|
1909
2645
|
### Core
|
|
@@ -1984,11 +2720,11 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1984
2720
|
- ​<!-- 14 -->[docs][material-ui] Remove incorrect `aria-label`s in extended variant examples of Floating Action Button (#37170) @ashleykolodziej
|
|
1985
2721
|
- ​<!-- 13 -->[docs][material-ui] Adjust slightly the installation page content (#38380) @danilo-leal
|
|
1986
2722
|
- ​<!-- 12 -->[docs][Switch] Fix the readOnly class name in docs (#38277) @michaldudak
|
|
1987
|
-
- ​<!-- 11 -->[docs][TablePagination] Add Tailwind
|
|
2723
|
+
- ​<!-- 11 -->[docs][TablePagination] Add Tailwind CSS & plain CSS introduction demo (#38286) @mnajdova
|
|
1988
2724
|
|
|
1989
2725
|
### Examples
|
|
1990
2726
|
|
|
1991
|
-
- ​<!-- 10 -->[examples] Add Joy
|
|
2727
|
+
- ​<!-- 10 -->[examples] Add Joy UI + Vite.js + TypeScript example app (#37406) @nithins1
|
|
1992
2728
|
|
|
1993
2729
|
### Core
|
|
1994
2730
|
|
|
@@ -2070,10 +2806,10 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
2070
2806
|
### Docs
|
|
2071
2807
|
|
|
2072
2808
|
- ​<!-- 33 -->[docs][AppBar] Fix `ResponsiveAppBar` demo logo href (#38346) @iownthegame
|
|
2073
|
-
- ​<!-- 30 -->[docs][base] Add Tailwind
|
|
2809
|
+
- ​<!-- 30 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Button page (#38240) @alisasanib
|
|
2074
2810
|
- ​<!-- 29 -->[docs][Menu][base] Remove `Unstyled` prefix from demos' function names (#38270) @sai6855
|
|
2075
2811
|
- ​<!-- 22 -->[docs] Add themeable component guide (#37908) @siriwatknp
|
|
2076
|
-
- ​<!-- 21 -->[docs] Fix Joy
|
|
2812
|
+
- ​<!-- 21 -->[docs] Fix Joy UI demo background color (#38307) @oliviertassinari
|
|
2077
2813
|
- ​<!-- 20 -->[docs] Update API docs for Number Input component (#38301) @ZeeshanTamboli
|
|
2078
2814
|
- ​<!-- 14 -->[docs][joy-ui] Revise the theme typography page (#38285) @danilo-leal
|
|
2079
2815
|
- ​<!-- 13 -->[docs][joy-ui] Add TS demo for Menu Bar (#38308) @sai6855
|
|
@@ -2114,8 +2850,8 @@ _Jul 31, 2023_
|
|
|
2114
2850
|
|
|
2115
2851
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
2116
2852
|
|
|
2117
|
-
- 🚀 [Joy
|
|
2118
|
-
- ✨ Refine [Joy
|
|
2853
|
+
- 🚀 [Joy UI](https://mui.com/joy-ui/getting-started/) is now in Beta
|
|
2854
|
+
- ✨ Refine [Joy UI](https://mui.com/joy-ui/getting-started/)'s default theme @siriwatknp @zanivan
|
|
2119
2855
|
- 🎉 Added Dropdown higher-level menu component [Base UI](https://mui.com/base-ui/getting-started/) @michaldudak
|
|
2120
2856
|
- 💫 Added Material You [Badge](https://mui.com/material-ui/react-badge/#material-you-version) to `material-next` (#37850) @DiegoAndai
|
|
2121
2857
|
|
|
@@ -2155,7 +2891,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2155
2891
|
|
|
2156
2892
|
### Docs
|
|
2157
2893
|
|
|
2158
|
-
- ​<!-- 49 -->[docs] Update Joy
|
|
2894
|
+
- ​<!-- 49 -->[docs] Update Joy UI's package README (#38262) @ZeeshanTamboli
|
|
2159
2895
|
- ​<!-- 48 -->[docs][base-ui] Add new batch of coming soon pages (#38025) @danilo-leal
|
|
2160
2896
|
- ​<!-- 44 -->[docs] fix links to standardized examples (#38193) @emmanuel-ferdman
|
|
2161
2897
|
- ​<!-- 43 -->[docs-infra] Small design polish to the Diamond Sponsor container (#38257) @danilo-leal
|
|
@@ -2165,7 +2901,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2165
2901
|
- ​<!-- 39 -->[docs][material] Revise and update Examples doc (#38205) @samuelsycamore
|
|
2166
2902
|
- ​<!-- 38 -->[docs] Fix typo in notifications.json @mbrookes
|
|
2167
2903
|
- ​<!-- 37 -->[docs-infra] Remove leftover standardNavIcon (#38252) @DiegoAndai
|
|
2168
|
-
- ​<!-- 34 -->[docs][base] Add Tailwind
|
|
2904
|
+
- ​<!-- 34 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Popper page (#37953) @zanivan
|
|
2169
2905
|
- ​<!-- 31 -->[docs][Button][joy] Improve `loading` prop documentation (#38156) @sai6855
|
|
2170
2906
|
- ​<!-- 25 -->[docs] Prepare docs infra for Tree View migration to X (#38202) @flaviendelangle
|
|
2171
2907
|
- ​<!-- 24 -->[docs] Fix SEO issues reported by ahrefs @oliviertassinari
|
|
@@ -2220,21 +2956,21 @@ A big thanks to the 23 contributors who made this release possible.
|
|
|
2220
2956
|
### Docs
|
|
2221
2957
|
|
|
2222
2958
|
- ​<!-- 37 -->[docs] Add listbox placement demo for Select (#38130) @sai6855
|
|
2223
|
-
- ​<!-- 36 -->[docs][base] Add Tailwind
|
|
2224
|
-
- ​<!-- 35 -->[docs][base] Add Tailwind
|
|
2225
|
-
- ​<!-- 29 -->[docs] Fix Joy
|
|
2959
|
+
- ​<!-- 36 -->[docs][base] Add Tailwind CSS & plain CSS demo on the Tabs page (#37910) @mnajdova
|
|
2960
|
+
- ​<!-- 35 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Textarea page (#37943) @zanivan
|
|
2961
|
+
- ​<!-- 29 -->[docs] Fix Joy UI menu example (#38140) @harikrishnanp
|
|
2226
2962
|
- ​<!-- 28 -->[docs] Remove translations section from contributing guide (#38125) @nikohoffren
|
|
2227
|
-
- ​<!-- 27 -->[docs] Fix Base UI Button Tailwind
|
|
2963
|
+
- ​<!-- 27 -->[docs] Fix Base UI Button Tailwind CSS padding @oliviertassinari
|
|
2228
2964
|
- ​<!-- 26 -->[docs] Mention in hompage hero that Core is free (#38075) @mbrookes
|
|
2229
2965
|
- ​<!-- 25 -->[docs] Fix a typo in notifications.json (#38078) @mbrookes
|
|
2230
|
-
- ​<!-- 24 -->[docs] Add Tailwind
|
|
2966
|
+
- ​<!-- 24 -->[docs] Add Tailwind CSS & plain CSS demo on the table pagination page (#37937) @mnajdova
|
|
2231
2967
|
- ​<!-- 23 -->[docs] Implement the new API display design (#37405) @alexfauquette
|
|
2232
2968
|
- ​<!-- 22 -->[docs] Update migration installation code blocks (#38028) @danilo-leal
|
|
2233
|
-
- ​<!-- 21 -->[docs][joy] Revise the Joy
|
|
2969
|
+
- ​<!-- 21 -->[docs][joy] Revise the Joy UI Link page (#37829) @danilo-leal
|
|
2234
2970
|
- ​<!-- 20 -->[docs][joy] Add playground for Card component (#37820) @Studio384
|
|
2235
2971
|
- ​<!-- 19 -->[docs][joy] Add adjustments to the color inversion page (#37143) @danilo-leal
|
|
2236
2972
|
- ​<!-- 18 -->[docs][material] Improve documentation about adding custom colors (#37743) @DiegoAndai
|
|
2237
|
-
- ​<!-- 17 -->[examples] Fix Joy
|
|
2973
|
+
- ​<!-- 17 -->[examples] Fix Joy UI Next.js App Router font loading (#38095) @IgnacioUtrilla
|
|
2238
2974
|
- ​<!-- 16 -->[examples] Fix material-next Font Usage with next/font (#38026) @onderonur
|
|
2239
2975
|
|
|
2240
2976
|
### Core
|
|
@@ -2265,7 +3001,7 @@ _Jul 19, 2023_
|
|
|
2265
3001
|
|
|
2266
3002
|
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
|
|
2267
3003
|
|
|
2268
|
-
- 💫 Introducing some new components for Joy
|
|
3004
|
+
- 💫 Introducing some new components for Joy UI:
|
|
2269
3005
|
- [Skeleton](https://mui.com/joy-ui/react-skeleton/) component (#37893) @siriwatknp
|
|
2270
3006
|
- [ToggleButton](https://mui.com/joy-ui/react-toggle-button-group/) (#37716) @siriwatknp
|
|
2271
3007
|
- 🎉 Base UI has its own [landing page](https://www.mui.com/base-ui)!
|
|
@@ -2291,7 +3027,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
2291
3027
|
|
|
2292
3028
|
- ​<!-- 13 -->[Joy][Select] Fix type error caused by custom variant (#37996) @OmPr366
|
|
2293
3029
|
- ​<!-- 12 -->[ToggleButton][Joy] Add `ToggleButton` component (#37716) @siriwatknp
|
|
2294
|
-
- ​<!-- 07 -->[Skeleton] Add Joy
|
|
3030
|
+
- ​<!-- 07 -->[Skeleton] Add Joy UI `Skeleton` component (#37893) @siriwatknp
|
|
2295
3031
|
|
|
2296
3032
|
### `@mui/utils@5.14.1`
|
|
2297
3033
|
|
|
@@ -2299,7 +3035,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
2299
3035
|
|
|
2300
3036
|
### Docs
|
|
2301
3037
|
|
|
2302
|
-
- ​<!-- 52 -->[docs][base] Add Tailwind
|
|
3038
|
+
- ​<!-- 52 -->[docs][base] Add Tailwind CSS & plain CSS demo on the form control page (#37914) @mnajdova
|
|
2303
3039
|
- ​<!-- 51 -->[docs][base] Make Base UI Select demos denser (#37836) @zanivan
|
|
2304
3040
|
- ​<!-- 38 -->[docs] Link Material UI from the landing page (#37971) @oliviertassinari
|
|
2305
3041
|
- ​<!-- 37 -->[docs] Fix the empty /components page (#38010) @brijeshb42
|
|
@@ -2311,7 +3047,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
2311
3047
|
- ​<!-- 31 -->[docs] Link charts in the roadmap (#37944) @oliviertassinari
|
|
2312
3048
|
- ​<!-- 30 -->[docs] Improve changelog @oliviertassinari
|
|
2313
3049
|
- ​<!-- 29 -->[docs] Improve the Select docs (#37279) @michaldudak
|
|
2314
|
-
- ​<!-- 16 -->[docs][menu] Add Tailwind
|
|
3050
|
+
- ​<!-- 16 -->[docs][menu] Add Tailwind CSS & plain CSS demo on the Menu page (#37856) @mnajdova
|
|
2315
3051
|
- ​<!-- 15 -->[example] Update EmotionCacheProvider to work with GlobalStyles (#37962) @siriwatknp
|
|
2316
3052
|
|
|
2317
3053
|
### Core
|
|
@@ -2356,10 +3092,10 @@ _Jul 11, 2023_
|
|
|
2356
3092
|
|
|
2357
3093
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
2358
3094
|
|
|
2359
|
-
- 💫 Material UI, Joy
|
|
3095
|
+
- 💫 Material UI, Joy UI, and Base UI are compatible with [Next.js App Router](https://nextjs.org/docs/app) (#37656) @mj12albert
|
|
2360
3096
|
- 📚 Added new guides for integrating with Next.js 13 App Router (#37656) @mj12albert
|
|
2361
3097
|
- Ⓜ️ [Material UI guide](https://mui.com/material-ui/guides/next-js-app-router/)
|
|
2362
|
-
- 🅙 [Joy
|
|
3098
|
+
- 🅙 [Joy UI guide](https://mui.com/joy-ui/integrations/next-js-app-router/)
|
|
2363
3099
|
- 🅱️ [Base UI guide](https://mui.com/base-ui/guides/next-js-app-router/)
|
|
2364
3100
|
- 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
2365
3101
|
|
|
@@ -2385,15 +3121,15 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
2385
3121
|
- [docs] Polish Ukraine banner (#37905) @oliviertassinari
|
|
2386
3122
|
- [docs] Reduce Ukraine banner size (#34795) @oliviertassinari
|
|
2387
3123
|
- [docs] Add callouts about controlled vs uncontrolled components in Core docs (#37849) @samuelsycamore
|
|
2388
|
-
- [docs] Add missing Portal elements to Tailwind
|
|
3124
|
+
- [docs] Add missing Portal elements to Tailwind CSS interoperability guide (#37807) @enrique-ramirez
|
|
2389
3125
|
- [docs] Small pickers migration improvement (#37815) @alexfauquette
|
|
2390
3126
|
- [docs] Fix pickers product name (#37825) @LukasTy
|
|
2391
3127
|
- [docs][Joy][Link] Set `variant` and `color` defaults for the playground (#37817) @Studio384
|
|
2392
3128
|
- [docs][Joy][Table] Add `undefined` as an option to `stripe` (#37816) @Studio384
|
|
2393
|
-
- [docs][base] Add Tailwind
|
|
2394
|
-
- [docs][base] Add Tailwind
|
|
3129
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on the Snackbar page (#37812) @mnajdova
|
|
3130
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on Badge page (#37768) @mnajdova
|
|
2395
3131
|
- [docs][base] Fix Nested modal demo positioning (#37506) @gitstart
|
|
2396
|
-
- [docs][base] Add Tailwind
|
|
3132
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on the Switch page (#37728) @mnajdova
|
|
2397
3133
|
- [docs-infra] Remove code tags in ToC (#37834) @cherniavskii
|
|
2398
3134
|
- [docs-infra] Fixes in API pages generation (#37813) @mnajdova
|
|
2399
3135
|
- [docs-infra] Add test case when using sh (#37818) @oliviertassinari
|
|
@@ -2401,7 +3137,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
2401
3137
|
- [docs-infra] Fix code parser (#37828) @alexfauquette
|
|
2402
3138
|
- [docs-infra] Fix `marked` deprecation warning (#37769) @alexfauquette
|
|
2403
3139
|
- [docs-infra] Allows to use codeblock in the docs (#37643) @alexfauquette
|
|
2404
|
-
- [docs-infra][joy] Change Joy
|
|
3140
|
+
- [docs-infra][joy] Change Joy UI's playground variant selector (#37821) @danilo-leal
|
|
2405
3141
|
|
|
2406
3142
|
### Core
|
|
2407
3143
|
|
|
@@ -2454,10 +3190,10 @@ This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️
|
|
|
2454
3190
|
### Docs
|
|
2455
3191
|
|
|
2456
3192
|
- [docs][base] Add demo for using the Button as a link (#37317) @AdamSundberg
|
|
2457
|
-
- [docs][base] Add Tailwind
|
|
3193
|
+
- [docs][base] Add Tailwind CSS + plain CSS demo on the Select page (#37725) @mnajdova
|
|
2458
3194
|
- [docs][base] Make Base UI input demos denser (#37750) @zanivan
|
|
2459
3195
|
- [docs][base] Make Base UI button demos denser (#37689) @zanivan
|
|
2460
|
-
- [docs][base] Add Tailwind
|
|
3196
|
+
- [docs][base] Add Tailwind CSS & plain CSS demos on the Input page (#37685) @mnajdova
|
|
2461
3197
|
- [docs][base] Fix horizontal scrolling on the mobile input page (#37688) @zanivan
|
|
2462
3198
|
- [docs] Improve Base UI index page (#37761) @oliviertassinari
|
|
2463
3199
|
- [docs] Fix incorrect package URL in README of example material-vite (#37755) @Dlouxgit
|
|
@@ -2466,7 +3202,7 @@ This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️
|
|
|
2466
3202
|
- [docs][material] Rename custom tab panel in Tabs demo to prevent confusion with @mui/lab (#37638) @MUK-Dev
|
|
2467
3203
|
- [docs][tabs] Document how to use routing with Tabs in Base UI (#37369) @michaldudak
|
|
2468
3204
|
- [docs] Rename product to productId (#37801) @siriwatknp
|
|
2469
|
-
- [docs][base] Add Tailwind
|
|
3205
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on the Slider page (#37736) @mnajdova
|
|
2470
3206
|
|
|
2471
3207
|
### Core
|
|
2472
3208
|
|
|
@@ -2512,7 +3248,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
2512
3248
|
### `@mui/material@5.13.6`
|
|
2513
3249
|
|
|
2514
3250
|
- ​<!-- 45 -->[Autocomplete] Fixed autocomplete's existing option selection (#37012) @bencevoros
|
|
2515
|
-
- ​<!-- 44 -->[Autocomplete] Add hint demos to Material UI and Joy
|
|
3251
|
+
- ​<!-- 44 -->[Autocomplete] Add hint demos to Material UI and Joy UI docs (#37496) @sai6855
|
|
2516
3252
|
- ​<!-- 13 -->[Masonry] Fix ResizeObserver loop limit exceeded error (#37208) @hbjORbj
|
|
2517
3253
|
- ​<!-- 11 -->[Tooltip][material] Improve warning when Tooltip receives string child (#37530) @DiegoAndai
|
|
2518
3254
|
- ​<!-- 10 -->[Modal] Add missing members to ModalOwnProps (#37568) @ivp-dev
|
|
@@ -2549,7 +3285,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
2549
3285
|
- ​<!-- 40 -->[docs][base] Add page for all Base UI components (#37536) @danilo-leal
|
|
2550
3286
|
- ​<!-- 33 -->[docs] Fix scrollbar on snackbar page (#37657) @oliviertassinari
|
|
2551
3287
|
- ​<!-- 32 -->[docs] Switch order of snackbar buttons in demos (#37389) @Primajin
|
|
2552
|
-
- ​<!-- 31 -->[docs] Add support for Tailwind
|
|
3288
|
+
- ​<!-- 31 -->[docs] Add support for Tailwind CSS and plain CSS demos (#37319) @mnajdova
|
|
2553
3289
|
- ​<!-- 30 -->[docs] Tree view color fix for dark mode in Gmail example (#37051) @PunitSoniME
|
|
2554
3290
|
- ​<!-- 29 -->[docs] Inline the Base UI demo (#37603) @oliviertassinari
|
|
2555
3291
|
- ​<!-- 28 -->[docs] Fix typo in themed components page (#37598) @vinayr
|
|
@@ -2561,7 +3297,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
2561
3297
|
- ​<!-- 22 -->[docs] Improve release guide (#37547) @DiegoAndai
|
|
2562
3298
|
- ​<!-- 21 -->[docs] Review fixes to the Material UI's "Example projects" page (#37444) @danilo-leal
|
|
2563
3299
|
- ​<!-- 17 -->[docs][joy] Add a messages template (#37546) @sernstberger
|
|
2564
|
-
- ​<!-- 16 -->[docs][joy] Add pages for coming soon Joy
|
|
3300
|
+
- ​<!-- 16 -->[docs][joy] Add pages for coming soon Joy UI components (#36920) @danilo-leal
|
|
2565
3301
|
- ​<!-- 15 -->[docs][joy] Add design and consistency tweaks to the Playground (#37580) @danilo-leal
|
|
2566
3302
|
- ​<!-- 37 -->[docs] Add and revise Base UI + Create React App examples (#36825) @samuelsycamore
|
|
2567
3303
|
- ​<!-- 20 -->[docs-infra] Fix demos border radius (#37658) @oliviertassinari
|
|
@@ -2577,7 +3313,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
2577
3313
|
- ​<!-- 39 -->[core] Add priority support issue template (#37671) @DanailH
|
|
2578
3314
|
- ​<!-- 03 -->[website] Update roadmap page (#37587) @cherniavskii
|
|
2579
3315
|
- ​<!-- 02 -->[website] Add CSP to limit iframes to self @oliviertassinari
|
|
2580
|
-
- ​<!-- 01 -->[website] Link mui-x Stack
|
|
3316
|
+
- ​<!-- 01 -->[website] Link mui-x Stack Overflow in footer link (#37509) @richbustos
|
|
2581
3317
|
|
|
2582
3318
|
All contributors of this release in alphabetical order: @abhinavkmrru, @alexfauquette, @bencevoros, @cherniavskii, @danilo-leal, @DiegoAndai, @DIWAKARKASHYAP, @flaviendelangle, @gitstart, @hbjORbj, @ivp-dev, @Janpot, @michaldudak, @mnajdova, @oliviertassinari, @Primajin, @PunitSoniME, @richbustos, @romgrk, @sai6855, @sernstberger, @siriwatknp, @SuperKXT, @vinayr, @ZeeshanTamboli
|
|
2583
3319
|
|
|
@@ -2587,7 +3323,7 @@ _Jun 12, 2023_
|
|
|
2587
3323
|
|
|
2588
3324
|
A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
|
|
2589
3325
|
|
|
2590
|
-
- 💫 Added `ButtonGroup` component in Joy
|
|
3326
|
+
- 💫 Added `ButtonGroup` component in Joy UI (#37407) @siriwatknp.
|
|
2591
3327
|
- 🐛 bug fixes and 📚 documentation improvements.
|
|
2592
3328
|
|
|
2593
3329
|
### `@mui/material@5.13.5`
|
|
@@ -2805,7 +3541,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
2805
3541
|
- [docs] Remove upload button (#36844) @Bastian
|
|
2806
3542
|
- [docs] Update link to overriding component structure guide (#36870) @hbjORbj
|
|
2807
3543
|
- [docs] Fix Material Design templates (#37187) @oliviertassinari
|
|
2808
|
-
- [docs] Fix link to Joy
|
|
3544
|
+
- [docs] Fix link to Joy UI GitHub issues @oliviertassinari
|
|
2809
3545
|
- [docs] Show default value for `filterOptions` prop in Autocomplete's API docs (#37230) @ZeeshanTamboli
|
|
2810
3546
|
- [docs] Add summary and improve `test_static` CI doc in CONTRIBUTING readme file (#36711) @kriskw1999
|
|
2811
3547
|
- [docs] Update theme customization TypeScript (#35551) @siriwatknp
|
|
@@ -2834,7 +3570,7 @@ _May 10, 2023_
|
|
|
2834
3570
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
2835
3571
|
|
|
2836
3572
|
- 🚀 Base UI is now in beta - all planned breaking changes are now complete!
|
|
2837
|
-
- 🗺 We have
|
|
3573
|
+
- 🗺 We have new [project boards](https://github.com/mui/material-ui/projects?query=is%3Aopen) on GitHub where you can learn about what's coming next.
|
|
2838
3574
|
- 🐛 Various bug fixes, 📚 documentation and 🧪 testing improvements
|
|
2839
3575
|
|
|
2840
3576
|
### `@mui/material@5.13.0`
|
|
@@ -3053,7 +3789,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
3053
3789
|
### Docs
|
|
3054
3790
|
|
|
3055
3791
|
- ​<!-- 21 -->[docs] Fix console error introduced by #36408 (#36980) @alexfauquette
|
|
3056
|
-
- ​<!-- 20 -->[docs] Add stray Joy
|
|
3792
|
+
- ​<!-- 20 -->[docs] Add stray Joy UI documentation improvements (#36921) @danilo-leal
|
|
3057
3793
|
- ​<!-- 19 -->[docs] Add Joy profile dashboard template (#36931) @siriwatknp
|
|
3058
3794
|
- ​<!-- 18 -->[docs] Fix 404 links (#36969) @oliviertassinari
|
|
3059
3795
|
- ​<!-- 17 -->[docs] Clarify when bundle size optimization is needed (#36823) @oliviertassinari
|
|
@@ -3136,7 +3872,7 @@ A big thanks to the 16 contributors who made this release possible. This release
|
|
|
3136
3872
|
- ​<!-- 18 -->[docs][base] Move styles to the bottom of demos code for `TablePagination` (#36593) @gitstart
|
|
3137
3873
|
- ​<!-- 13 -->[docs] Remove the incorrect info about useButton's ref parameter (#36883) @michaldudak
|
|
3138
3874
|
- ​<!-- 12 -->[docs] Sync <Stack> between projects (#36785) @oliviertassinari
|
|
3139
|
-
- ​<!-- 11 -->[docs] Add guides to overriding component structure in Base UI and Joy
|
|
3875
|
+
- ​<!-- 11 -->[docs] Add guides to overriding component structure in Base UI and Joy UI docs (#34990) @samuelsycamore
|
|
3140
3876
|
- ​<!-- 10 -->[docs] Content changed from 'row' to 'orientation=horizontal' (#36858) @navedqb
|
|
3141
3877
|
- ​<!-- 09 -->[docs][Joy] `component`, `slots`, `slotProps` must be visible in Prop table in API docs (#36666) @hbjORbj
|
|
3142
3878
|
- ​<!-- 08 -->[docs][Select] Fix duplicate ID in small size Select demo (#36792) @sai6855
|
|
@@ -3242,15 +3978,15 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
3242
3978
|
- [docs] Introduce markdown permalink to source (#36729) @oliviertassinari
|
|
3243
3979
|
- [docs] Tabs API add slots section (#36769) @mnajdova
|
|
3244
3980
|
- [docs] Update feedbacks management on slack (#36705) @alexfauquette
|
|
3245
|
-
- [docs] Fix Joy
|
|
3981
|
+
- [docs] Fix Joy UI URL to tokens (#36742) @oliviertassinari
|
|
3246
3982
|
- [docs] Add toggle-button coming soon page (#36618) @siriwatknp
|
|
3247
|
-
- [docs] Fix typo on the Joy
|
|
3983
|
+
- [docs] Fix typo on the Joy UI theme builder (#36734) @danilo-leal
|
|
3248
3984
|
- [docs] Fix small typo (#36727) @RBerthier
|
|
3249
|
-
- [docs] Fix Joy
|
|
3985
|
+
- [docs] Fix Joy UI template broken image loading @oliviertassinari
|
|
3250
3986
|
- [docs] Hide the default API column if it's empty (#36715) @mnajdova
|
|
3251
3987
|
- [docs] Update Material UI Related Projects page (#34203) @viclafouch
|
|
3252
|
-
- [docs] Revise Joy
|
|
3253
|
-
- [docs] Revise Joy
|
|
3988
|
+
- [docs] Revise Joy UI "Circular Progress" page (#36126) @LadyBluenotes
|
|
3989
|
+
- [docs] Revise Joy UI "Radio" page (#35893) @DevinCLane
|
|
3254
3990
|
- [docs] Support Google Analytics 4 (#36123) @alexfauquette
|
|
3255
3991
|
- [docs][material] Keep consistency in description of classes (#36631) @hbjORbj
|
|
3256
3992
|
- [docs] Remove redundant files and fix regression (#36775) @ZeeshanTamboli
|
|
@@ -3270,7 +4006,7 @@ _Mar 28, 2023_
|
|
|
3270
4006
|
|
|
3271
4007
|
A big thanks to the 10 contributors who made this release possible. We have one big highlight this week ✨:
|
|
3272
4008
|
|
|
3273
|
-
- @siriwatknp made a [Theme Builder](https://mui.com/joy-ui/customization/theme-builder) for Joy
|
|
4009
|
+
- @siriwatknp made a [Theme Builder](https://mui.com/joy-ui/customization/theme-builder) for Joy UI 🎨 (#35741)
|
|
3274
4010
|
|
|
3275
4011
|
### `@mui/material@5.11.15`
|
|
3276
4012
|
|
|
@@ -3415,7 +4151,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
3415
4151
|
- ​<!-- 09 -->[docs] Add blog post notification for v6 release (#36446) @joserodolfofreitas
|
|
3416
4152
|
- ​<!-- 08 -->[docs] Update link to v5 docs (#36421) @m4theushw
|
|
3417
4153
|
- ​<!-- 07 -->[docs] Fix 404 in the API page links (#36419) @oliviertassinari
|
|
3418
|
-
- ​<!-- 08 -->[docs][joy] Error in the exemplary Codesandbox of using Material UI and Joy
|
|
4154
|
+
- ​<!-- 08 -->[docs][joy] Error in the exemplary Codesandbox of using Material UI and Joy UI together (#36462) @hbjORbj
|
|
3419
4155
|
- ​<!-- 06 -->[examples] Refactor to have better types in the Next.js + TypeScript examples (#36355) @erikian
|
|
3420
4156
|
- ​<!-- 02 -->[website] Fix layout shift when loading /blog/mui-x-v6/ @oliviertassinari
|
|
3421
4157
|
- ​<!-- 01 -->[website] Update stats (#36477) @hrutik7
|
|
@@ -3431,7 +4167,7 @@ _Mar 6, 2023_
|
|
|
3431
4167
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
3432
4168
|
|
|
3433
4169
|
- @michaldudak added the multiselect functionality to SelectUnstyled (#36274)
|
|
3434
|
-
- @mnajdova updated `extendTheme` so that it can generate CSS variables with default values. This means that the `CssVarsProvider` is no longer required for Joy
|
|
4170
|
+
- @mnajdova updated `extendTheme` so that it can generate CSS variables with default values. This means that the `CssVarsProvider` is no longer required for Joy UI when using the default theme (#35739)
|
|
3435
4171
|
- other 🐛 bug fixes and 📚 documentation improvements.
|
|
3436
4172
|
|
|
3437
4173
|
### `@mui/material@5.11.12`
|
|
@@ -3451,7 +4187,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
3451
4187
|
|
|
3452
4188
|
- ​<!-- 26 -->[core] Generate vars in `extendTheme` (#35739) @mnajdova
|
|
3453
4189
|
|
|
3454
|
-
The `shouldSkipGeneratingVar` prop was moved from the `createCssVarsProvider`'s option to the `theme`. If the default theme does not use `extendTheme` from Material UI or Joy
|
|
4190
|
+
The `shouldSkipGeneratingVar` prop was moved from the `createCssVarsProvider`'s option to the `theme`. If the default theme does not use `extendTheme` from Material UI or Joy UI, it needs to be wrapped inside `unstable_createCssVarsTheme` - a util exported from the MUI System. Below is an example of how the migration should look like:
|
|
3455
4191
|
|
|
3456
4192
|
```diff
|
|
3457
4193
|
import {
|
|
@@ -3523,7 +4259,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
3523
4259
|
|
|
3524
4260
|
- ​<!-- 09 -->[Joy] Change CSS variables naming for components (#36282) @hbjORbj
|
|
3525
4261
|
|
|
3526
|
-
Joy
|
|
4262
|
+
Joy UI has new naming standards of the CSS variables for its components. Below is an example of how the migration should look like:
|
|
3527
4263
|
|
|
3528
4264
|
```diff
|
|
3529
4265
|
-<List sx={{ py: 'var(--List-divider-gap)' }}>
|
|
@@ -3574,7 +4310,7 @@ _Feb 27, 2023_
|
|
|
3574
4310
|
|
|
3575
4311
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
3576
4312
|
|
|
3577
|
-
- 📚 added API documentation for the slots in Base UI and Joy
|
|
4313
|
+
- 📚 added API documentation for the slots in Base UI and Joy UI by @hbjORbj, for e.g. [SliderUnstyled API](https://mui.com/base-ui/api/slider-unstyled/#slots)
|
|
3578
4314
|
- other 🐛 bug fixes and 📚 documentation improvements.
|
|
3579
4315
|
|
|
3580
4316
|
### `@mui/material@5.11.11`
|
|
@@ -3637,7 +4373,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3637
4373
|
- ​<!-- 27 -->[docs][base] List slots in API documentation (#36104) @hbjORbj
|
|
3638
4374
|
- ​<!-- 26 -->[docs] Add missing sandbox adapter deps resolving (#36291) @LukasTy
|
|
3639
4375
|
- ​<!-- 25 -->[docs] Allow to pass navigation bar banner from outside (#36299) @MBilalShafi
|
|
3640
|
-
- ​<!-- 24 -->[docs] Fix code on the Working with Tailwind
|
|
4376
|
+
- ​<!-- 24 -->[docs] Fix code on the Working with Tailwind CSS guide (#36090) @mnajdova
|
|
3641
4377
|
- ​<!-- 23 -->[docs] Remove See Slots Section text from Material UI slots description (#36284) @hbjORbj
|
|
3642
4378
|
- ​<!-- 22 -->[docs] Fix emotion warning `:first-child` (#36263) @siriwatknp
|
|
3643
4379
|
- ​<!-- 21 -->[docs][joy] Improve the descriptions of props in API docs (#36307) @hbjORbj
|
|
@@ -3754,8 +4490,8 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
3754
4490
|
- [docs] Fix demos showing TypeScript instead of JavaScript (#35850) @mj12albert
|
|
3755
4491
|
- [docs] Update release instructions (#36113) @mj12albert
|
|
3756
4492
|
- [docs] Rename `v6-alpha` to `v6-next` in navigation (#36102) @LukasTy
|
|
3757
|
-
- [docs] Revise Joy
|
|
3758
|
-
- [docs] Revise Joy
|
|
4493
|
+
- [docs] Revise Joy UI "Input" page (#35970) @LadyBluenotes
|
|
4494
|
+
- [docs] Revise Joy UI "Typography" page (#35868) @LadyBluenotes
|
|
3759
4495
|
|
|
3760
4496
|
### Examples
|
|
3761
4497
|
|
|
@@ -3781,7 +4517,7 @@ _Feb 7, 2023_
|
|
|
3781
4517
|
|
|
3782
4518
|
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
3783
4519
|
|
|
3784
|
-
- @siriwatknp added a new [`Sign In` template](https://mui.com/joy-ui/getting-started/templates/sign-in-side/) to Joy
|
|
4520
|
+
- @siriwatknp added a new [`Sign In` template](https://mui.com/joy-ui/getting-started/templates/sign-in-side/) to Joy UI (#36019)
|
|
3785
4521
|
- 📚 Documentation improvements and 🐛 bug fixes as usual
|
|
3786
4522
|
|
|
3787
4523
|
### `@mui/material@5.11.8`
|
|
@@ -3835,7 +4571,7 @@ _Jan 31, 2023_
|
|
|
3835
4571
|
|
|
3836
4572
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
3837
4573
|
|
|
3838
|
-
- @siriwatknp added `Table` component to Joy
|
|
4574
|
+
- @siriwatknp added `Table` component to Joy UI (#35872)
|
|
3839
4575
|
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
3840
4576
|
|
|
3841
4577
|
### `@mui/material@5.11.7`
|
|
@@ -3855,7 +4591,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3855
4591
|
|
|
3856
4592
|
- ​<!-- 05 -->[Joy] Replace `Joy[Component]` classname with `Mui[Component]` classname for all slots of components (#35718) @hbjORbj
|
|
3857
4593
|
|
|
3858
|
-
- Renames the classname prefix of all Joy
|
|
4594
|
+
- Renames the classname prefix of all Joy UI components from `'Joy'` to `'Mui'`.
|
|
3859
4595
|
|
|
3860
4596
|
```diff
|
|
3861
4597
|
<Button
|
|
@@ -3866,9 +4602,9 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3866
4602
|
|
|
3867
4603
|
You can use this [codemod](https://github.com/mui/material-ui/blob/master/packages/mui-codemod/README.md#joy-rename-classname-prefix) to help with the migration.
|
|
3868
4604
|
|
|
3869
|
-
- ​<!-- 04 -->[Joy] Replace `row` prop with `orientation` prop in all Joy
|
|
4605
|
+
- ​<!-- 04 -->[Joy] Replace `row` prop with `orientation` prop in all Joy UI components (#35721) @hbjORbj
|
|
3870
4606
|
|
|
3871
|
-
- Transforms `row` prop to `orientation` prop across `Card`, `List` and `RadioGroup` components in Joy
|
|
4607
|
+
- Transforms `row` prop to `orientation` prop across `Card`, `List` and `RadioGroup` components in Joy UI.
|
|
3872
4608
|
|
|
3873
4609
|
```diff
|
|
3874
4610
|
<Card
|
|
@@ -3891,11 +4627,11 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3891
4627
|
- ​<!-- 27 -->[blog] Prevent horizontal scroll on blog posts (#35948) @oliviertassinari
|
|
3892
4628
|
- ​<!-- 23 -->[docs] Add to codemod README about an added script (#35999) @hbjORbj
|
|
3893
4629
|
- ​<!-- 22 -->[docs] Add a warning about to clear the local storage when `defaultMode` changes (#35937) @ArthurPedroti
|
|
3894
|
-
- ​<!-- 21 -->[docs] Fix Joy
|
|
4630
|
+
- ​<!-- 21 -->[docs] Fix Joy UI variables playground (#35950) @siriwatknp
|
|
3895
4631
|
- ​<!-- 20 -->[docs] Fix typos in base components docs (#35985) @HeVictor
|
|
3896
4632
|
- ​<!-- 19 -->[docs] Fix event's label reported to GA (#35930) @oliviertassinari
|
|
3897
4633
|
- ​<!-- 18 -->[docs] Standardize "no longer" / "not documented" callouts in Material UI docs (#35957) @samuelsycamore
|
|
3898
|
-
- ​<!-- 17 -->[docs] Revise and expand Joy
|
|
4634
|
+
- ​<!-- 17 -->[docs] Revise and expand Joy UI Checkbox doc (#35817) @samuelsycamore
|
|
3899
4635
|
- ​<!-- 16 -->[docs] Add docs notification to Date and Time Pickers revamped (#35935) @joserodolfofreitas
|
|
3900
4636
|
- ​<!-- 15 -->[docs] Update community theme builder to forked updated one (#35928) @idebeijer
|
|
3901
4637
|
- ​<!-- 14 -->[docs] Add Joy default theme viewer (#35554) @siriwatknp
|
|
@@ -3974,7 +4710,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
3974
4710
|
- ​<!-- 10 -->[docs] Fix incorrect breakpoint use (#34948) @rosita-dmello
|
|
3975
4711
|
- ​<!-- 09 -->[docs] Replace react-virtualized with react-virtuoso in Table (#35700) @petyosi
|
|
3976
4712
|
- ​<!-- 08 -->[docs] Fix account menu demo not closing with keyboard. (#35870) @mj12albert
|
|
3977
|
-
- ​<!-- 07 -->[docs] Fix typos in the docs of Joy
|
|
4713
|
+
- ​<!-- 07 -->[docs] Fix typos in the docs of Joy UI (#35876) @HeVictor
|
|
3978
4714
|
- ​<!-- 06 -->[docs] Fix wording in `Color` page (#35873) @oliv37
|
|
3979
4715
|
|
|
3980
4716
|
### Core
|
|
@@ -4029,7 +4765,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
4029
4765
|
- [docs] Fix incorrectly named AccessibleTable demo component (#35832) @HeVictor
|
|
4030
4766
|
- [docs] Clarify where to find docs for Base UI components in Material UI (#35799) @samuelsycamore
|
|
4031
4767
|
- [docs] Fix typos (#35814) @alexfauquette
|
|
4032
|
-
- [docs] Revise and expand the Joy
|
|
4768
|
+
- [docs] Revise and expand the Joy UI Card page (#35745) @samuelsycamore
|
|
4033
4769
|
- [docs] Fix navigation layout shift (#35679) @oliviertassinari
|
|
4034
4770
|
- [docs] Fix typo in the Composition page (#35774) @msoyka
|
|
4035
4771
|
- [docs][joy] Update Customization section code example to use the correct API (#35765) @pupudu
|
|
@@ -4076,10 +4812,10 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
4076
4812
|
|
|
4077
4813
|
### Docs
|
|
4078
4814
|
|
|
4079
|
-
- [docs] Revise and expand Joy
|
|
4815
|
+
- [docs] Revise and expand Joy UI Button doc (#35737) @samuelsycamore
|
|
4080
4816
|
- [docs] Document the workaround for crashing a translated page (#35720) @michaldudak
|
|
4081
4817
|
- [docs] Fix API page for `MenuItem` to list all valid props (#35561) @mnajdova
|
|
4082
|
-
- [docs] Fix ad exception in Joy
|
|
4818
|
+
- [docs] Fix ad exception in Joy UI (#35685) @oliviertassinari
|
|
4083
4819
|
- [docs] Fix content wider than screen regression @oliviertassinari
|
|
4084
4820
|
- [examples] Add `Vite.js with TypeScript` example (#35683) @miha53cevic
|
|
4085
4821
|
|
|
@@ -4176,7 +4912,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
4176
4912
|
|
|
4177
4913
|
- ​<!-- 35 -->[docs] Fix GoogleMaps demo (#35545) @hbjORbj
|
|
4178
4914
|
- ​<!-- 25 -->[docs] Remove flow, its legacy (#35624) @oliviertassinari
|
|
4179
|
-
- ​<!-- 24 -->[docs] Add a guide on using icon libraries with Joy
|
|
4915
|
+
- ​<!-- 24 -->[docs] Add a guide on using icon libraries with Joy UI (#35377) @siriwatknp
|
|
4180
4916
|
- ​<!-- 23 -->[docs] Clarify comment about `sortStability()` use case (#35570) @frontendlane
|
|
4181
4917
|
- ​<!-- 22 -->[docs] Improve the experimental API demos on the button page (#35560) @mnajdova
|
|
4182
4918
|
- ​<!-- 21 -->[docs] Force `light` theme mode when `activePage` is null (#35575) @LukasTy
|
|
@@ -4340,7 +5076,7 @@ _Dec 6, 2022_
|
|
|
4340
5076
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
4341
5077
|
|
|
4342
5078
|
- ✨ @mnajdova added a [Material You Button playground](https://mui.com/material-ui/react-button/#material-you-version) (#35222)
|
|
4343
|
-
- 🔧 @hbjORbj renamed `components` / `componentProps` to `slots` / `slotProps` prop in Joy
|
|
5079
|
+
- 🔧 @hbjORbj renamed `components` / `componentProps` to `slots` / `slotProps` prop in Joy UI to create consistency across products (#34997)
|
|
4344
5080
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
4345
5081
|
|
|
4346
5082
|
### `@mui/material@5.10.17`
|
|
@@ -4361,7 +5097,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
4361
5097
|
|
|
4362
5098
|
- ​<!-- 08 -->[Joy] Add `slots`/`slotProps` props to the typing of all components and apply `useSlot` to all components (#34997) @hbjORbj
|
|
4363
5099
|
|
|
4364
|
-
- Change all occurrences of `components` and `componentsProps` props in Joy
|
|
5100
|
+
- Change all occurrences of `components` and `componentsProps` props in Joy UI components to `slots` and `slotProps`, respectively.
|
|
4365
5101
|
|
|
4366
5102
|
```diff
|
|
4367
5103
|
-<Autocomplete components={{listbox: CustomListbox}} componentsProps={{listbox: { className: 'custom-listbox' }}} />
|
|
@@ -4381,7 +5117,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
4381
5117
|
- ​<!-- 23 -->[docs] Correct grammatically incorrect sentences in CONTRIBUTING.md (#34949) @Pandey-utkarsh
|
|
4382
5118
|
- ​<!-- 22 -->[docs] Move the demo higher in the API TOC (#35202) @oliviertassinari
|
|
4383
5119
|
- ​<!-- 21 -->[docs] Fix incorrect link in minimizing-bundle-size (#35297) @Juneezee
|
|
4384
|
-
- ​<!-- 20 -->[docs] Revise and expand Joy
|
|
5120
|
+
- ​<!-- 20 -->[docs] Revise and expand Joy UI "Breadcrumbs" page (#35292) @samuelsycamore
|
|
4385
5121
|
- ​<!-- 19 -->[docs] Fix wrong import in the unstyled tabs page (#35310) @guotie
|
|
4386
5122
|
- ​<!-- 18 -->[docs] Disable translations (#34820) @mnajdova
|
|
4387
5123
|
- ​<!-- 17 -->[docs] Fix typo (#35312) @flaviendelangle
|
|
@@ -4389,7 +5125,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
4389
5125
|
- ​<!-- 15 -->[docs] Fix experimental API page duplication (#35213) @oliviertassinari
|
|
4390
5126
|
- ​<!-- 14 -->[docs] Improve the autogenerated "Unstyled" and "API" text (#35185) @samuelsycamore
|
|
4391
5127
|
- ​<!-- 13 -->[docs] Fix ad margin on API pages (#35201) @oliviertassinari
|
|
4392
|
-
- ​<!-- 12 -->[docs] Revise and expand the Joy
|
|
5128
|
+
- ​<!-- 12 -->[docs] Revise and expand the Joy UI "Badge" page (#35199) @samuelsycamore
|
|
4393
5129
|
- ​<!-- 11 -->[docs] Update Base UI docs with latest style conventions (#35034) @samuelsycamore
|
|
4394
5130
|
- ​<!-- 09 -->[l10n] Improve Chinese (Taiwan) zh-TW locale (#35328) @happyincent
|
|
4395
5131
|
- ​<!-- 02 -->[website] Update stats: GitHub stars, Twitter followers, etc. (#35318) @nomandhoni-cs
|
|
@@ -4489,13 +5225,13 @@ A big thanks to the 9 contributors who made this release possible. Here are some
|
|
|
4489
5225
|
- [docs] Fix confusion in TOCs when reaching scroll bottom (#35214) @oliviertassinari
|
|
4490
5226
|
- [docs] Fix typos in section titles (#35025) @iamxukai
|
|
4491
5227
|
- [docs] Fix typo in legacy date picker migration guide @oliviertassinari
|
|
4492
|
-
- [docs] Iterating on recent Joy
|
|
5228
|
+
- [docs] Iterating on recent Joy UI Component page updates (#35162) @samuelsycamore
|
|
4493
5229
|
- [docs] Inform that pickers are in X repository (#35189) @alexfauquette
|
|
4494
5230
|
- [docs] Explain how the `error` prop works in the Unstyled Input (#35171) @michaldudak
|
|
4495
5231
|
- [docs] Hotfix missing styles in dark mode (#35179) @siriwatknp
|
|
4496
|
-
- [docs] Add Joy
|
|
5232
|
+
- [docs] Add Joy UI theme typography page (#34811) @siriwatknp
|
|
4497
5233
|
- [docs] Fix undo/redo in live editor (#35163) @oliviertassinari
|
|
4498
|
-
- [docs] Revise the Joy
|
|
5234
|
+
- [docs] Revise the Joy UI "Avatar" component page (#35152) @samuelsycamore
|
|
4499
5235
|
- [docs] Make navbar backdrop filter consistent with website (#35157) @danilo-leal
|
|
4500
5236
|
- [docs] Host CodeSandbox on MUI org (#35110) @oliviertassinari
|
|
4501
5237
|
- [docs] Uplift introduction demos & make consistent with Base (#34316) @danilo-leal
|
|
@@ -4521,7 +5257,7 @@ _Nov 14, 2022_
|
|
|
4521
5257
|
|
|
4522
5258
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
4523
5259
|
|
|
4524
|
-
- 🚀 @siriwatknp added the Autocomplete component to the Joy
|
|
5260
|
+
- 🚀 @siriwatknp added the Autocomplete component to the Joy UI (#34315)
|
|
4525
5261
|
- ♿ @sfavello improved the accessibility of the Material UI's Autocomplete by adding support for the Delete key (#33822)
|
|
4526
5262
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
4527
5263
|
|
|
@@ -4558,7 +5294,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
4558
5294
|
- [docs] Improve code font family v2 (#35053) @oliviertassinari
|
|
4559
5295
|
- [docs] Upgrade to Next.js 13 (#35001) @mnajdova
|
|
4560
5296
|
- [docs] Fix typo in changelog @oliviertassinari
|
|
4561
|
-
- [docs] Update Joy
|
|
5297
|
+
- [docs] Update Joy UI templates to use latest components (#35058) @siriwatknp
|
|
4562
5298
|
- [website] Fix design kits showcase throwing an error (#35093) @cherniavskii
|
|
4563
5299
|
- [website] Fix margin bug on CTA @oliviertassinari
|
|
4564
5300
|
- [website] Link respective repositories in product pages (#35046) @sidtohan
|
|
@@ -4614,7 +5350,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
4614
5350
|
|
|
4615
5351
|
- ​<!-- 20 -->[docs] Add a guide for setting dark mode by default (#34839) @siriwatknp
|
|
4616
5352
|
- ​<!-- 19 -->[docs] Improve code font family (#35027) @oliviertassinari
|
|
4617
|
-
- ​<!-- 18 -->[docs] Revise and expand Joy
|
|
5353
|
+
- ​<!-- 18 -->[docs] Revise and expand Joy UI "Alert" page (#34838) @samuelsycamore
|
|
4618
5354
|
- ​<!-- 17 -->[docs] Live demos v2 (#34870) @oliviertassinari
|
|
4619
5355
|
- ​<!-- 16 -->[docs] Fix 301 links in the docs @oliviertassinari
|
|
4620
5356
|
- ​<!-- 15 -->[docs] Fix code display in RTL (#34951) @oliviertassinari
|
|
@@ -4647,7 +5383,7 @@ _Oct 31, 2022_
|
|
|
4647
5383
|
|
|
4648
5384
|
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
4649
5385
|
|
|
4650
|
-
- 🚀 The LinearProgress component has been added to Joy
|
|
5386
|
+
- 🚀 The LinearProgress component has been added to Joy UI by @hbjORbj (#34514).
|
|
4651
5387
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
4652
5388
|
|
|
4653
5389
|
### `@mui/material@5.10.12`
|
|
@@ -4671,7 +5407,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
4671
5407
|
|
|
4672
5408
|
- ​<!-- 40 -->[blog] Add blog post for high-level overview of all MUI products (#34325) @samuelsycamore
|
|
4673
5409
|
- ​<!-- 39 -->[blog] Fix hydration mistmatch (#34857) @oliviertassinari
|
|
4674
|
-
- ​<!-- 21 -->[docs] Revise the Joy
|
|
5410
|
+
- ​<!-- 21 -->[docs] Revise the Joy UI "Aspect Ratio" page (#34858) @samuelsycamore
|
|
4675
5411
|
- ​<!-- 20 -->[docs] Fix Safari code font size (#34859) @oliviertassinari
|
|
4676
5412
|
- ​<!-- 19 -->[docs] Fix spelling mistake (#34955) @punithnayak
|
|
4677
5413
|
- ​<!-- 18 -->[docs] Fix 404 link of supported Material UI components @oliviertassinari
|
|
@@ -4748,7 +5484,7 @@ A big thanks to the 10 contributors who made this release possible. Here are som
|
|
|
4748
5484
|
- [base] Make CSS class prefixes consistent (#33411) @michaldudak
|
|
4749
5485
|
|
|
4750
5486
|
**This is a breaking change for anyone who depends on the class names applied to Base components.**
|
|
4751
|
-
If you use the `<component>UnstyledClasses` objects, you won't notice a difference. Only if you depend on the resulting class names (
|
|
5487
|
+
If you use the `<component>UnstyledClasses` objects, you won't notice a difference. Only if you depend on the resulting class names (for example in CSS stylesheets), you'll have to adjust your code.
|
|
4752
5488
|
|
|
4753
5489
|
```diff
|
|
4754
5490
|
-.ButtonUnstyled-root { ... };
|
|
@@ -4804,7 +5540,7 @@ _Oct 18, 2022_
|
|
|
4804
5540
|
A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
|
|
4805
5541
|
|
|
4806
5542
|
- 🖌 Thanks to the efforts of @bharatkashyap and @nihgwu, we now have editable demos across our docs (#34454)!
|
|
4807
|
-
- 🚀 The Tooltip component has been added to Joy
|
|
5543
|
+
- 🚀 The Tooltip component has been added to Joy UI by @hbjORbj (#34509).
|
|
4808
5544
|
- ⚙️ We started converting the remaining JS components in Base UI to TypeScript.
|
|
4809
5545
|
@mbayucot finished the first PR with the conversion of the NoSsr code (#34735).
|
|
4810
5546
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
@@ -4836,14 +5572,14 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
4836
5572
|
### Docs
|
|
4837
5573
|
|
|
4838
5574
|
- [docs] Fix the Autocomplete Highlighting example (#34184) @hayawata3626
|
|
4839
|
-
- [docs] Fix typos in Base (Menu, Tabs) and Joy
|
|
5575
|
+
- [docs] Fix typos in Base (Menu, Tabs) and Joy UI (Chip) (#34803) @rvrvrv
|
|
4840
5576
|
- [docs] Use new editing API in homepage demos (#34220) @m4theushw
|
|
4841
5577
|
- [docs] Live demos (#34454) @bharatkashyap
|
|
4842
|
-
- [docs] Fix typos in Joy
|
|
5578
|
+
- [docs] Fix typos in Joy UI Switch (#34728) @ndresx
|
|
4843
5579
|
- [docs] Avoid scrollbar in the code demos (#34741) @oliviertassinari
|
|
4844
|
-
- [docs] Revise the Joy
|
|
4845
|
-
- [docs] Revise and rename the Joy
|
|
4846
|
-
- [docs] Revise the Joy
|
|
5580
|
+
- [docs] Revise the Joy UI "Automatic adjustment" page (#34614) @samuelsycamore
|
|
5581
|
+
- [docs] Revise and rename the Joy UI "Perfect dark mode" page (#34613) @samuelsycamore
|
|
5582
|
+
- [docs] Revise the Joy UI "Global variants" page (#34595) @samuelsycamore
|
|
4847
5583
|
- [docs] Basic link verification at PR level (#34588) @alexfauquette
|
|
4848
5584
|
- [docs] Add a missing comma in the customization example (#34617) @AbayKinayat
|
|
4849
5585
|
- [website] Clarify Pro/Premium support (#34607) @oliviertassinari
|
|
@@ -4889,12 +5625,12 @@ A big thanks to the 7 contributors who made this release possible. Here are some
|
|
|
4889
5625
|
|
|
4890
5626
|
- ​<!-- 17 -->[system] Fix color-scheme implementation (#34639) @siriwatknp
|
|
4891
5627
|
|
|
4892
|
-
The `enableColorScheme` prop has been removed from `CssVarsProvider` and `getInitColorScheme` (both Material UI and Joy
|
|
5628
|
+
The `enableColorScheme` prop has been removed from `CssVarsProvider` and `getInitColorScheme` (both Material UI and Joy UI).
|
|
4893
5629
|
|
|
4894
5630
|
Migration:
|
|
4895
5631
|
|
|
4896
5632
|
- **Material UI**: you can enable the CSS color scheme via `<CssBaseline enableColorScheme />`.
|
|
4897
|
-
- **Joy
|
|
5633
|
+
- **Joy UI**: it is enabled automatically if you use `<CssBaseline />`, [see the docs](https://mui.com/joy-ui/react-css-baseline/).
|
|
4898
5634
|
|
|
4899
5635
|
#### Changes
|
|
4900
5636
|
|
|
@@ -4912,7 +5648,7 @@ A big thanks to the 7 contributors who made this release possible. Here are some
|
|
|
4912
5648
|
|
|
4913
5649
|
- ​<!-- 18 -->[docs] Revert #34541 (#34700) @michaldudak
|
|
4914
5650
|
- ​<!-- 15 -->[blog] Blog post for MUI X v6 alpha zero (#34424) @joserodolfofreitas
|
|
4915
|
-
- ​<!-- 09 -->[docs] Improve Joy
|
|
5651
|
+
- ​<!-- 09 -->[docs] Improve Joy UI tutorial demo (#34653) @oliviertassinari
|
|
4916
5652
|
- ​<!-- 08 -->[docs] Explain how SelectUnstyled renders a hidden input (#34638) @michaldudak
|
|
4917
5653
|
- ​<!-- 07 -->[docs] Fix Taiwan description (#34611) @oliviertassinari
|
|
4918
5654
|
- ​<!-- 06 -->[docs] Fix codesandbox export with dayjs (#34619) @oliviertassinari
|
|
@@ -4965,7 +5701,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
4965
5701
|
- ​<!-- 27 -->[blog] Fix 404 link in base introduction @oliviertassinari
|
|
4966
5702
|
- ​<!-- 21 -->[docs] Fix CI build (#34589) @mnajdova
|
|
4967
5703
|
- ​<!-- 20 -->[docs] Temporary remove date picker from home page (#34541) @siriwatknp
|
|
4968
|
-
- ​<!-- 19 -->[docs] Revise and expand Joy
|
|
5704
|
+
- ​<!-- 19 -->[docs] Revise and expand Joy UI "Tutorial" doc (#34569) @samuelsycamore
|
|
4969
5705
|
- ​<!-- 18 -->[docs] Fix SEO issues (#34537) @oliviertassinari
|
|
4970
5706
|
- ​<!-- 17 -->[docs] Add CSS variables documentation for Material UI (#33958) @siriwatknp
|
|
4971
5707
|
- ​<!-- 16 -->[docs] Capitalize Material Design on the Breakpoints page (#34481) @Dustin-Digitar
|
|
@@ -4992,7 +5728,7 @@ _Sep 26, 2022_
|
|
|
4992
5728
|
|
|
4993
5729
|
A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
|
|
4994
5730
|
|
|
4995
|
-
- 🚀 [Divider](https://mui.com/joy-ui/react-divider/) component is added to Joy
|
|
5731
|
+
- 🚀 [Divider](https://mui.com/joy-ui/react-divider/) component is added to Joy UI (#34403) @siriwatknp
|
|
4996
5732
|
|
|
4997
5733
|
### `@mui/material@5.10.7`
|
|
4998
5734
|
|
|
@@ -5104,7 +5840,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
5104
5840
|
|
|
5105
5841
|
The SelectUnstyled and MultiSelectUnstyled `onChange` callbacks did not have event as the first parameter, leading to inconsistency with other components and native HTML elements.
|
|
5106
5842
|
This PR adds the event parameter as the first one and moves the newly selected value to the second position. Because of this, it's a breaking change.
|
|
5107
|
-
This also affects Select from Joy
|
|
5843
|
+
This also affects Select from Joy UI.
|
|
5108
5844
|
|
|
5109
5845
|
```jsx
|
|
5110
5846
|
// before
|
|
@@ -5146,7 +5882,7 @@ _Sep 12, 2022_
|
|
|
5146
5882
|
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
5147
5883
|
|
|
5148
5884
|
- 🚀 [Blog post](https://mui.com/blog/introducing-base-ui/) for announcing the release of the Base UI package is out thanks to @michaldudak.
|
|
5149
|
-
- 🚀 Added [`Alert`](https://mui.com/joy-ui/react-alert/), [`Modal`](https://mui.com/joy-ui/react-modal/), [`ListSubheader`](https://mui.com/joy-ui/react-list-subheader/), [`FormControl`](https://mui.com/joy-ui/react-form-control/), [`CircularProgress`](https://mui.com/joy-ui/react-circular-progress/) components to Joy
|
|
5885
|
+
- 🚀 Added [`Alert`](https://mui.com/joy-ui/react-alert/), [`Modal`](https://mui.com/joy-ui/react-modal/), [`ListSubheader`](https://mui.com/joy-ui/react-list-subheader/), [`FormControl`](https://mui.com/joy-ui/react-form-control/), [`CircularProgress`](https://mui.com/joy-ui/react-circular-progress/) components to Joy UI (#33859) @hbjORbj @siriwatknp
|
|
5150
5886
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
5151
5887
|
|
|
5152
5888
|
### `@mui/material@5.10.5`
|
|
@@ -5156,10 +5892,10 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
5156
5892
|
|
|
5157
5893
|
### `@mui/joy@5.0.0-alpha.45`
|
|
5158
5894
|
|
|
5159
|
-
- ​<!-- 20 -->[Joy
|
|
5160
|
-
- ​<!-- 19 -->[Joy
|
|
5161
|
-
- ​<!-- 18 -->[Joy
|
|
5162
|
-
- ​<!-- 17 -->[Joy
|
|
5895
|
+
- ​<!-- 20 -->[Joy UI] Add `CircularProgress` component (#33869) @hbjORbj
|
|
5896
|
+
- ​<!-- 19 -->[Joy UI] Add `FormControl` component (#34187) @siriwatknp
|
|
5897
|
+
- ​<!-- 18 -->[Joy UI] Add `ListSubheader` component (#34191) @siriwatknp
|
|
5898
|
+
- ​<!-- 17 -->[Joy UI] Add `Modal` component (#34043) @siriwatknp
|
|
5163
5899
|
- ​<!-- 10 -->[Joy] Fix list value of false or 0 (zero) text is incorrectly grey (#34255) @kushagra010
|
|
5164
5900
|
- ​<!-- 09 -->[Joy] Adjust typography decorator margin (#34257) @siriwatknp
|
|
5165
5901
|
- ​<!-- 08 -->[Joy] Miscellaneous fixes (#34193) @siriwatknp
|
|
@@ -5171,7 +5907,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
5171
5907
|
- ​<!-- 16 -->[blog] Introducing Base UI (#33778) @michaldudak
|
|
5172
5908
|
- ​<!-- 13 -->[docs] Fix spelling error (#34209) @ChrystianDeMatos
|
|
5173
5909
|
- ​<!-- 12 -->[docs] Improve link to the security policy (#34219) @oliviertassinari
|
|
5174
|
-
- ​<!-- 11 -->[docs] Fix typo in Joy
|
|
5910
|
+
- ​<!-- 11 -->[docs] Fix typo in Joy UI's `Usage` docs (#34200) @zillion504
|
|
5175
5911
|
- ​<!-- 02 -->[website] Add Lukas to the about page (#34284) @LukasTy
|
|
5176
5912
|
- ​<!-- 01 -->[website] Update diamond sponsor URL (#34256) @oliviertassinari
|
|
5177
5913
|
|
|
@@ -5191,7 +5927,7 @@ _Sep 5, 2022_
|
|
|
5191
5927
|
|
|
5192
5928
|
A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
|
|
5193
5929
|
|
|
5194
|
-
- 🚀 Added [`Alert`](https://mui.com/joy-ui/react-alert/) component to Joy
|
|
5930
|
+
- 🚀 Added [`Alert`](https://mui.com/joy-ui/react-alert/) component to Joy UI (#33859) @hbjORbj
|
|
5195
5931
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
5196
5932
|
|
|
5197
5933
|
### `@mui/material@5.10.4`
|
|
@@ -5218,7 +5954,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
|
|
|
5218
5954
|
- ​<!-- 12 -->[docs] Fix the color contrast on optional API methods (#34127) @oliviertassinari
|
|
5219
5955
|
- ​<!-- 11 -->[docs] Fix crash due to using wrong variable (#34171) @siriwatknp
|
|
5220
5956
|
- ​<!-- 10 -->[docs] Fix a few Base typos (#33986) @ropereraLK
|
|
5221
|
-
- ​<!-- 09 -->[docs] Revise Joy
|
|
5957
|
+
- ​<!-- 09 -->[docs] Revise Joy UI "Overview" page copy (#34087) @samuelsycamore
|
|
5222
5958
|
- ​<!-- 20 -->[blog] Fix social cards (#34160) @oliviertassinari
|
|
5223
5959
|
- ​<!-- 03 -->[website] Allow deep linking to sponsors @oliviertassinari
|
|
5224
5960
|
- ​<!-- 02 -->[website] Update job descriptions (#34134) @DanailH
|
|
@@ -5280,7 +6016,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
5280
6016
|
- [docs] Fix 404 link from Joy to React Router (#34115) @oliviertassinari
|
|
5281
6017
|
- [docs] Fix typo in `Select` component (#34091) @HexM7
|
|
5282
6018
|
- [docs] Fix 301 links to tss's docs @oliviertassinari
|
|
5283
|
-
- [docs] Fixing Joy
|
|
6019
|
+
- [docs] Fixing Joy UI usage snippet (#34049) @JonathanAsbury-SPS
|
|
5284
6020
|
- [docs] Fix missing JSX closing tag in Tooltip docs (#34064) @hoangph271
|
|
5285
6021
|
- [website] Add Toolpad to Navigation (#33937) @bharatkashyap
|
|
5286
6022
|
- [website] Improve SEO meta description for MUI X @oliviertassinari
|
|
@@ -5332,12 +6068,12 @@ A big thanks to the 11 contributors who made this release possible. Here are som
|
|
|
5332
6068
|
|
|
5333
6069
|
- ​<!-- 21 -->[docs] Fix typo in using-joy-ui-and-material-ui.md (#33997) @djohalo2 @danilo-leal
|
|
5334
6070
|
- ​<!-- 20 -->[docs] Fix typo in the Transition docs (#34040) @alirezahekmati
|
|
5335
|
-
- ​<!-- 19 -->[docs] Typo fix in Joy
|
|
5336
|
-
- ​<!-- 15 -->[docs] Fix broken Joy
|
|
6071
|
+
- ​<!-- 19 -->[docs] Typo fix in Joy UI Aspect Ratio doc (#33984) @AjeetSingh2016
|
|
6072
|
+
- ​<!-- 15 -->[docs] Fix broken Joy UI codesandbox export (#34007) @oliviertassinari
|
|
5337
6073
|
- ​<!-- 14 -->[docs] Fix typos in `test` folder's README (#33976) @ropereraLK
|
|
5338
6074
|
- ​<!-- 13 -->[docs] Fix interior section links in Base docs that feature hooks (#33948) @samuelsycamore
|
|
5339
|
-
- ​<!-- 12 -->[docs] Fix typo in Joy
|
|
5340
|
-
- ​<!-- 11 -->[docs] Fix typo in Joy
|
|
6075
|
+
- ​<!-- 12 -->[docs] Fix typo in Joy UI's List Component docs (#33956) @Cerebro92
|
|
6076
|
+
- ​<!-- 11 -->[docs] Fix typo in Joy UI's docs (#33938) @AjeetSingh2016
|
|
5341
6077
|
|
|
5342
6078
|
### Core
|
|
5343
6079
|
|
|
@@ -5377,7 +6113,7 @@ A big thanks to the 18 contributors who made this release possible. This release
|
|
|
5377
6113
|
### Docs
|
|
5378
6114
|
|
|
5379
6115
|
- ​<!-- 23 -->[docs] Expand on a11y section for Material UI `Link` component (#32839) @TKrishnasamy
|
|
5380
|
-
- ​<!-- 22 -->[docs] Fix typo in Joy
|
|
6116
|
+
- ​<!-- 22 -->[docs] Fix typo in Joy UI's `AspectRatio` docs (#33895) @IsaacInsoll
|
|
5381
6117
|
- ​<!-- 21 -->[docs] Improve the Base Usage page (#33272) @samuelsycamore
|
|
5382
6118
|
- ​<!-- 20 -->[docs] Avoid refreshing the page when button on demo is clicked (#33852) @PunitSoniME
|
|
5383
6119
|
- ​<!-- 19 -->[docs] Improve the HorizontalNonLinearStepper demo styling (#33886) @hayawata3626
|
|
@@ -5418,8 +6154,8 @@ _Aug 8, 2022_
|
|
|
5418
6154
|
|
|
5419
6155
|
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
5420
6156
|
|
|
5421
|
-
- ✨ [Stack](https://mui.com/system/react-stack/) component is added to MUI System and Joy
|
|
5422
|
-
- ✨ [Breadcrumbs](https://mui.com/joy-ui/react-breadcrumbs/) component is added to Joy
|
|
6157
|
+
- ✨ [Stack](https://mui.com/system/react-stack/) component is added to MUI System and Joy UI #33760 #33800 @mnajdova
|
|
6158
|
+
- ✨ [Breadcrumbs](https://mui.com/joy-ui/react-breadcrumbs/) component is added to Joy UI (#32697) @hbjORbj
|
|
5423
6159
|
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
5424
6160
|
|
|
5425
6161
|
### `@mui/material@5.10.0`
|
|
@@ -5453,7 +6189,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
5453
6189
|
- [docs] Fix typo in the ClickAwayListerner name (#33813) @pawelsmigielski
|
|
5454
6190
|
- [docs] Fix link to `Basics` section in `Trap Focus` docs (#33772) @ZeeshanTamboli
|
|
5455
6191
|
- [docs] z-index added in popper when used by split button (#33763) @PunitSoniME
|
|
5456
|
-
- [docs] Improve the guide for using @mui/base with Tailwind
|
|
6192
|
+
- [docs] Improve the guide for using @mui/base with Tailwind CSS (#33670) @mnajdova
|
|
5457
6193
|
- [docs] Fix warnings related to Next.js' links (#33693) @mnajdova
|
|
5458
6194
|
- [docs] Add notification to aggregation blogpost (#33745) @joserodolfofreitas
|
|
5459
6195
|
- [docs] Add Grid version 2 docs (#33554) @siriwatknp
|
|
@@ -5535,7 +6271,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
5535
6271
|
- [core] Remove thenify version override from package.json resolutions (#33638) @michaldudak
|
|
5536
6272
|
- [core] Update Node.js to 14 on CircleCI, CodeSandbox, and Netlify (#33642) @michaldudak
|
|
5537
6273
|
- [test] Replace istanbul-instrumenter-loader with babel-plugin-istanbul (#33666) @michaldudak
|
|
5538
|
-
- [test] Run TypeScript module augmentation tests for Joy
|
|
6274
|
+
- [test] Run TypeScript module augmentation tests for Joy UI in CI (#33667) @ZeeshanTamboli
|
|
5539
6275
|
|
|
5540
6276
|
All contributors of this release in alphabetical order: @cherniavskii, @danilo-leal, @fullstackzach, @garronej, @hbjORbj, @husseinsaad98, @joserodolfofreitas, @michaldudak, @mnajdova, @MonstraG, @mracette, @oliviertassinari, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
|
|
5541
6277
|
|
|
@@ -5581,7 +6317,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
5581
6317
|
- ​<!-- 28 -->[docs] Add accessibility tips (#33633) @siriwatknp
|
|
5582
6318
|
- ​<!-- 27 -->[docs] Fix production deploy of codesandboxes (#33608) @oliviertassinari
|
|
5583
6319
|
- ​<!-- 26 -->[docs] Show border on `palette.background.paper` in dark mode docs (#33611) @ZeeshanTamboli
|
|
5584
|
-
- ​<!-- 25 -->[docs] Fix typo in Joy
|
|
6320
|
+
- ​<!-- 25 -->[docs] Fix typo in Joy UI dark mode page (#33620) @bairamau
|
|
5585
6321
|
- ​<!-- 24 -->[docs] Final polish on Base docs - formatting and style consistency (#33156) @samuelsycamore
|
|
5586
6322
|
- ​<!-- 23 -->[docs] Fix `CssBaseline` import in example code (#33614) @dd-ssc
|
|
5587
6323
|
- ​<!-- 22 -->[docs] Fix Toolpad docs redirection (#33524) @bharatkashyap
|
|
@@ -5662,7 +6398,7 @@ _Jul 12, 2022_
|
|
|
5662
6398
|
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
|
|
5663
6399
|
|
|
5664
6400
|
- 🧪 Exported Grid v2 as `Unstable_Grid2` (#33479) @siriwatknp
|
|
5665
|
-
- 📖 Added a guide for using Joy
|
|
6401
|
+
- 📖 Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
|
|
5666
6402
|
- 🐛 Fixed a few bugs in Material UI components. Thanks to @ZeeshanTamboli, @ivan-ngchakming, and @joebingham-wk.
|
|
5667
6403
|
- ⚠️ **[BREAKING CHANGE]** Date pickers were removed from the lab. Learn how to migrate by visiting the [migration guide](https://mui.com/x/migration/migration-pickers-lab/). (#33386) @flaviendelangle
|
|
5668
6404
|
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
@@ -5723,7 +6459,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
5723
6459
|
- [docs] Add "refine" demo to showcase (#33240) @omeraplak
|
|
5724
6460
|
- [docs] Add Webpack alias for legacy utils package (#33376) @jgbae
|
|
5725
6461
|
- [docs] Improve external link icons synonyms (#33257) @davidgarciab
|
|
5726
|
-
- [examples] Update Base UI with Tailwind
|
|
6462
|
+
- [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
|
|
5727
6463
|
- [examples] Add Base UI example (#33154) @siriwatknp
|
|
5728
6464
|
|
|
5729
6465
|
### Core
|
|
@@ -5782,7 +6518,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5782
6518
|
- [docs] Add caveat about class components with Tooltip (#33325) @joshkel
|
|
5783
6519
|
- [docs] Fix SEO issues (#33288) @oliviertassinari
|
|
5784
6520
|
- [docs] Fix Slider's "player" demo (#33267) @xlianghang
|
|
5785
|
-
- [website] Link
|
|
6521
|
+
- [website] Link Toolpad in mui.com (#33287) @oliviertassinari
|
|
5786
6522
|
|
|
5787
6523
|
All contributors of this release in alphabetical order: @aaarichter, @aaronlademann-wf, @danilo-leal, @henriqueholtz, @jake-collibra, @joshkel, @MattiasMartens, @Methuselah96, @michaldudak, @oliviertassinari, @siriwatknp, @TimoWilhelm, @xlianghang
|
|
5788
6524
|
|
|
@@ -5897,7 +6633,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
5897
6633
|
- ​<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
|
|
5898
6634
|
- ​<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
|
|
5899
6635
|
- ​<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
|
|
5900
|
-
- ​<!-- 18 -->[docs] Add guide on how to use Base UI with Tailwind
|
|
6636
|
+
- ​<!-- 18 -->[docs] Add guide on how to use Base UI with Tailwind CSS (#33100) @mnajdova
|
|
5901
6637
|
- ​<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
|
|
5902
6638
|
- ​<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
|
|
5903
6639
|
- ​<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
|
|
@@ -5984,7 +6720,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
5984
6720
|
- ​<!-- 23 -->[docs] Fix typo in Autocomplete CSS API (#32838) @KeaghanKennedy
|
|
5985
6721
|
- ​<!-- 22 -->[docs] Improvements for Radio Group Rating Docs (#32843) @Kai-W
|
|
5986
6722
|
- ​<!-- 21 -->[docs] Enable Joy pages (#33064) @siriwatknp
|
|
5987
|
-
- ​<!-- 02 -->[website] Add Joy
|
|
6723
|
+
- ​<!-- 02 -->[website] Add Joy UI to the pricing page (#33099) @danilo-leal
|
|
5988
6724
|
- ​<!-- 01 -->[website] Clarify the pricing a bit (#33069) @oliviertassinari
|
|
5989
6725
|
|
|
5990
6726
|
### Core
|
|
@@ -6175,7 +6911,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
6175
6911
|
- ​<!-- 31 -->[docs] Simplify header DOM structure (#32844) @oliviertassinari
|
|
6176
6912
|
- ​<!-- 30 -->[docs] Fix CodeSandbox & StackBlitz generation (#32726) @siriwatknp
|
|
6177
6913
|
- ​<!-- 29 -->[docs] Fix urls to columns pages in pricing table (#32842) @alexfauquette
|
|
6178
|
-
- ​<!-- 28 -->[docs] Fix Tailwind
|
|
6914
|
+
- ​<!-- 28 -->[docs] Fix Tailwind CSS integration docs (#32512) @robertwt7
|
|
6179
6915
|
- ​<!-- 27 -->[docs] Fixed wrong command for the `link-underline-hover` codemod (#32793) @veronikaslc
|
|
6180
6916
|
- ​<!-- 26 -->[docs] Fixed broken link on the icons page (#32780) @SamuelMaddox
|
|
6181
6917
|
- ​<!-- 25 -->[docs] Add "back to top" button (#30441) @VibhorJaiswal
|
|
@@ -6746,7 +7482,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
6746
7482
|
- ​<!-- 21 -->[docs] Fix in-house ad for the design kits (#31965) @oliviertassinari
|
|
6747
7483
|
- ​<!-- 20 -->[docs] Fix the documentation for filterOptions in Autocomplete API page (#31416) @santhoshbala0178
|
|
6748
7484
|
- ​<!-- 19 -->[docs] Update href for 'TypeScript guide on theme customization' (#31880) @NickFoden
|
|
6749
|
-
- ​<!-- 18 -->[docs] Fix the CSS
|
|
7485
|
+
- ​<!-- 18 -->[docs] Fix the CSS Modules example in the Interoperability page (#31935) @WilsonNet
|
|
6750
7486
|
- ​<!-- 17 -->[docs] Fix small typo in the `styled()` utility page (#31967) @jason1985
|
|
6751
7487
|
- ​<!-- 16 -->[docs] Update mui-x on material-ui navigation (#31810) @siriwatknp
|
|
6752
7488
|
- ​<!-- 15 -->[docs] Copy ClickAwayListener docs to Base (#31878) @michaldudak
|
|
@@ -7115,7 +7851,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
7115
7851
|
- [docs] Use full product names (Material UI, MUI System) (#30960) @oliviertassinari
|
|
7116
7852
|
- [docs] Prefer useEnhancedEffect to avoid server side warnings (#30977) @mnajdova
|
|
7117
7853
|
- [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
|
|
7118
|
-
- [docs] Add live Tailwind
|
|
7854
|
+
- [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
|
|
7119
7855
|
- [website] Add banner for promoting priority open roles (#31076) @danilo-leal
|
|
7120
7856
|
- [website] Open Full-stack Engineer role for studio (#31038) @prakhargupta1
|
|
7121
7857
|
- [website] Minor security improvements (#31062) @oliviertassinari
|
|
@@ -7298,7 +8034,7 @@ _Jan 24, 2022_
|
|
|
7298
8034
|
|
|
7299
8035
|
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
7300
8036
|
|
|
7301
|
-
- 🛠 @mnajdova added interoperability guide for using Tailwind
|
|
8037
|
+
- 🛠 @mnajdova added interoperability guide for using Tailwind CSS (#30700)
|
|
7302
8038
|
- A meaningful number of 🐛 bug fixes and 📚 documentation improvements.
|
|
7303
8039
|
|
|
7304
8040
|
### `@mui/icons-material@5.3.1`
|
|
@@ -7324,7 +8060,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
7324
8060
|
- ​<!-- 21 -->[docs] Fix SEO crawl errors (#30733) @oliviertassinari
|
|
7325
8061
|
- ​<!-- 20 -->[docs] Update migration-v4.md (#30721) @ddecrulle
|
|
7326
8062
|
- ​<!-- 19 -->[docs] Fix migration issues detected by `ahrefs` (#30751) @siriwatknp
|
|
7327
|
-
- ​<!-- 18 -->[docs] Add interoprability guide for using Tailwind
|
|
8063
|
+
- ​<!-- 18 -->[docs] Add interoprability guide for using Tailwind CSS (#30700) @mnajdova
|
|
7328
8064
|
- ​<!-- 17 -->[docs] Fix typo in containedSizeMedium class (#30723) @aaneitchik
|
|
7329
8065
|
- ​<!-- 16 -->[docs] Hotfix the wrong URL in X marketing page (#30729) @siriwatknp
|
|
7330
8066
|
- ​<!-- 15 -->[docs] Post migration preparation fix (#30716) @siriwatknp
|
|
@@ -7538,7 +8274,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
7538
8274
|
- ​<!-- 08 -->[docs] Fix incorrect number of breakpoint helpers (#30353) @chwallen
|
|
7539
8275
|
- ​<!-- 07 -->[docs] Update outdated links (#30260) @oliviertassinari
|
|
7540
8276
|
- ​<!-- 06 -->[docs] Support redirects from old urls to /material/\* (#30286) @siriwatknp
|
|
7541
|
-
- ​<!-- 05 -->[examples] Fix CSS
|
|
8277
|
+
- ​<!-- 05 -->[examples] Fix CSS Modules integration (#30381) @oliviertassinari
|
|
7542
8278
|
- ​<!-- 02 -->[website] Fix SEO issues (#30372) @oliviertassinari
|
|
7543
8279
|
- ​<!-- 01 -->[website] Sync sponsors (#30259) @oliviertassinari
|
|
7544
8280
|
|
|
@@ -7666,7 +8402,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
7666
8402
|
- ​<!-- 19 -->[docs] Sync translations with Crowdin (#30067) @l10nbot
|
|
7667
8403
|
- ​<!-- 18 -->[docs] Fix link on "Custom variables" section in the Theming page #30100 @danilo-leal
|
|
7668
8404
|
- ​<!-- 17 -->[docs] Fix justifyContent option in the Grid interactive demo (#30117) @danilo-leal
|
|
7669
|
-
- ​<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in Stack
|
|
8405
|
+
- ​<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in Stack Overflow (#30101) @danilo-leal
|
|
7670
8406
|
- ​<!-- 15 -->[docs] Fix import example inside Unstyled Backdrop section (#30098) @TheodosiouTh
|
|
7671
8407
|
- ​<!-- 01 -->[website] Column pinning and Tree data are out (#30136) @oliviertassinari
|
|
7672
8408
|
- ​<!-- 07 -->[survey] Remove survey promotion items (#30122) @danilo-leal
|
|
@@ -7692,7 +8428,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
7692
8428
|
|
|
7693
8429
|
<a href="https://mui.com/components/tables/#unstyled-table"><img width="800" alt="unstyled table" src="https://user-images.githubusercontent.com/4512430/144862194-584356ef-7d9d-462c-a631-186a7e716193.png"></a>
|
|
7694
8430
|
|
|
7695
|
-
You can follow our progress with unstyled components at https://github.com/mui/
|
|
8431
|
+
You can follow our progress with unstyled components at https://github.com/mui/base-ui/issues/10.
|
|
7696
8432
|
|
|
7697
8433
|
- 🎉 We have added an example of how to use MUI with [Remix](https://remix.run/) (#29952) @mnajdova
|
|
7698
8434
|
|
|
@@ -7747,7 +8483,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
7747
8483
|
- ​<!-- 21 -->[docs] Update nextjs-typescript-example (#29974) @huydhoang
|
|
7748
8484
|
- ​<!-- 20 -->[docs] Add missing global state classes to API docs generator (#29945) @michaldudak
|
|
7749
8485
|
- ​<!-- 19 -->[docs] Fix benchmarks folder link (#29981) @fourjr
|
|
7750
|
-
- ​<!-- 18 -->[docs] Improve wording in Stack
|
|
8486
|
+
- ​<!-- 18 -->[docs] Improve wording in Stack Overflow section of support page (#29956) @ronwarner
|
|
7751
8487
|
- ​<!-- 17 -->[docs] Remove Black Friday sale notification (#29936) @mbrookes
|
|
7752
8488
|
- ​<!-- 16 -->[examples] Fix typos in the Remix example (#30071) @MichaelDeBoey
|
|
7753
8489
|
- ​<!-- 15 -->[examples] Add Remix example (#29952) @mnajdova
|
|
@@ -7760,7 +8496,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
7760
8496
|
### Core
|
|
7761
8497
|
|
|
7762
8498
|
- ​<!-- 31 -->[core] Batch small changes (#30042) @oliviertassinari
|
|
7763
|
-
- ​<!-- 28 -->[core] Transition to a new Stack
|
|
8499
|
+
- ​<!-- 28 -->[core] Transition to a new Stack Overflow tag (#29967) @oliviertassinari
|
|
7764
8500
|
|
|
7765
8501
|
All contributors of this release in alphabetical order: @chao813, @daniel-sachs, @danilo-leal, @Domino987, @eduardomcv, @flaviendelangle, @fourjr, @genzyy, @hbjORbj, @huydhoang, @jayeclark, @jonathanrtuck, @kkorach, @l10nbot, @mbrookes, @MichaelDeBoey, @michaldudak, @mnajdova, @oliviertassinari, @ronwarner, @Semigradsky, @siriwatknp, @tasugi, @ThewBear, @ZeeshanTamboli
|
|
7766
8502
|
|
|
@@ -9036,7 +9772,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
9036
9772
|
- ​<!-- 37 -->[website] Add spicefactory as gold sponsor @oliviertassinari
|
|
9037
9773
|
- ​<!-- 30 -->[website] Homepage rebranding (#27488) @siriwatknp
|
|
9038
9774
|
- ​<!-- 24 -->[website] Add Flavien to team and about pages (#27575) @flaviendelangle
|
|
9039
|
-
- ​<!-- 17 -->[website] Add Ryan to Community contributors for Stack
|
|
9775
|
+
- ​<!-- 17 -->[website] Add Ryan to Community contributors for Stack Overflow contributions (#27529) @ryancogswell
|
|
9040
9776
|
- ​<!-- 02 -->[website] Add references section to home (#27444) @siriwatknp
|
|
9041
9777
|
|
|
9042
9778
|
### Core
|
|
@@ -9162,7 +9898,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
9162
9898
|
|
|
9163
9899
|
<a href="https://mui.com/components/switches/#unstyled"><img width="832" alt="switch" src="https://user-images.githubusercontent.com/3165635/125192249-236f8a80-e247-11eb-9df9-17d476379a32.png"></a>
|
|
9164
9900
|
|
|
9165
|
-
You can follow our progress at https://github.com/mui/
|
|
9901
|
+
You can follow our progress at https://github.com/mui/base-ui/issues/10.
|
|
9166
9902
|
|
|
9167
9903
|
- 💄 We have updated the default `info` `success` `warning` color to be more accessible (#26817) @siriwatknp.
|
|
9168
9904
|
You can find the new [default values](https://mui.com/material-ui/customization/palette/#default-values) in the documentation.
|
|
@@ -9908,7 +10644,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
9908
10644
|
- [ButtonBase] Fix role="button" attribute (#26271) @Gautam-Arora24
|
|
9909
10645
|
- [Dialog] Fix support for custom breakpoints (#26331) @jeferson-sb
|
|
9910
10646
|
- [Select] Open popup below button (#26200) @oliviertassinari
|
|
9911
|
-
- [TextField] Add variants support,
|
|
10647
|
+
- [TextField] Add variants support, for example custom sizes (#26468) @siriwatknp
|
|
9912
10648
|
- [Tooltip] Improve handling of small vs. touch screens (#26097) @oliviertassinari
|
|
9913
10649
|
|
|
9914
10650
|
### `@material-ui/codemod@5.0.0-alpha.35`
|
|
@@ -11433,7 +12169,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
11433
12169
|
|
|
11434
12170
|
- ​<!-- 78 -->[system] Use spacing unit in `gap`, `rowGap`, and `columnGap` (#24794) @ruppysuppy
|
|
11435
12171
|
|
|
11436
|
-
If you were using a number previously, you need to provide the value in `px` to bypass the new transformation with `theme.spacing`. The change was done for consistency with the Grid spacing prop and the other system spacing properties,
|
|
12172
|
+
If you were using a number previously, you need to provide the value in `px` to bypass the new transformation with `theme.spacing`. The change was done for consistency with the Grid spacing prop and the other system spacing properties, for example `<Box padding={2}>`.
|
|
11437
12173
|
|
|
11438
12174
|
```diff
|
|
11439
12175
|
<Box
|
|
@@ -11451,7 +12187,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
11451
12187
|
#### Breaking changes
|
|
11452
12188
|
|
|
11453
12189
|
- ​<!-- 91 -->[types] Rename the exported `Omit` type in `@material-ui/types`. (#24795) @petyosi
|
|
11454
|
-
The module is now called `DistributiveOmit`. The change removes the confusion with the built-in `Omit` helper introduced in TypeScript v3.5. The built-in `Omit`, while similar, is non-distributive. This leads to differences when applied to union types. [See this Stack
|
|
12190
|
+
The module is now called `DistributiveOmit`. The change removes the confusion with the built-in `Omit` helper introduced in TypeScript v3.5. The built-in `Omit`, while similar, is non-distributive. This leads to differences when applied to union types. [See this Stack Overflow answer for further details](https://stackoverflow.com/a/57103940/1009797).
|
|
11455
12191
|
|
|
11456
12192
|
```diff
|
|
11457
12193
|
-import { Omit } from '@material-ui/types';
|
|
@@ -11817,7 +12553,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
11817
12553
|
- 👩🎤 Migrate the Avatar to emotion (#24114) @oliviertassinari
|
|
11818
12554
|
- 👩🎤 Migrate the Button to emotion (#24107, #24100) @mnajdova
|
|
11819
12555
|
- ♿️ Improve TrapFocus behavior, ignore the container as a tabbable element (#23364) @gregnb
|
|
11820
|
-
In rare cases, an element might not longer be tabbable when looping,
|
|
12556
|
+
In rare cases, an element might not longer be tabbable when looping, for example overflow container in Firefox.
|
|
11821
12557
|
You can work around the problem by adding a `tabIndex={0}` or customizing the `getTabbable` prop.
|
|
11822
12558
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
11823
12559
|
|
|
@@ -12357,7 +13093,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
12357
13093
|
|
|
12358
13094
|
While the source code is currently hosted in the [main repository](https://github.com/mui/material-ui), we might move it to the [x repository](https://github.com/mui/mui-x) in the future, depending on what is easier for the commercial date range picker. The date picker will stay open source no matter what.
|
|
12359
13095
|
|
|
12360
|
-
- 📚 Revamp the documentation for [MUI System](https://mui.com/system/getting-started/). The System contains CSS utilities. The documentation now promotes the use of the `sx` prop. It's ideal for adding one-off styles,
|
|
13096
|
+
- 📚 Revamp the documentation for [MUI System](https://mui.com/system/getting-started/). The System contains CSS utilities. The documentation now promotes the use of the `sx` prop. It's ideal for adding one-off styles, for example padding, but when pushed to its limits, it can be used to implement quickly a complete page.
|
|
12361
13097
|
- 👩🎨 Upgrade emotion to v11 (#23007) @mnajdova.
|
|
12362
13098
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
12363
13099
|
|
|
@@ -12469,7 +13205,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
12469
13205
|
|
|
12470
13206
|
Another reason for introducing this package is to prepare the groundwork for a [second theme](https://github.com/mui/material-ui/issues/22485) (not Material Design based).
|
|
12471
13207
|
|
|
12472
|
-
A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material UI also contains "headless" components that exposes a hook API,
|
|
13208
|
+
A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material UI also contains "headless" components that exposes a hook API, for example [useAutocomplete](https://mui.com/components/autocomplete/#useautocomplete) or [usePagination](https://mui.com/components/pagination/#usepagination).
|
|
12473
13209
|
|
|
12474
13210
|
This change is part of our strategy to iterate on the v5 architecture with the `Slider` first. In the next alpha release, we plan to replace the v4 slider with the v5 slider. Once the new approach is stress-tested and validated, we will roll it out to all the components.
|
|
12475
13211
|
|
|
@@ -12496,7 +13232,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
12496
13232
|
- [Avatar] Fix usage of srcset property (#23286) @matheuspiment
|
|
12497
13233
|
- [ClickAwayListener] Fix mounting behavior in Portals in React 17 (#23315) @eps1lon
|
|
12498
13234
|
- [core] Allow React 17 (#23311) @eps1lon
|
|
12499
|
-
- [Icon] Fix translation,
|
|
13235
|
+
- [Icon] Fix translation, for example Google Translate (#23237) @cbeltrangomez84
|
|
12500
13236
|
- [LinearProgress] Fix Safari's bug during composition of different paint (#23293) @montogeek
|
|
12501
13237
|
- [Radio] Fix dot misalignment in Safari (#23239) @anasufana
|
|
12502
13238
|
- [styled-engine] Fix tagged template syntax with multiple expressions (#23269) @eps1lon
|
|
@@ -12748,7 +13484,7 @@ Here are some highlights ✨:
|
|
|
12748
13484
|
|
|
12749
13485
|
1. `stable` (default, formerly `esm`) which targets a snapshot (on release) of `> 0.5%, last 2 versions, Firefox ESR, not dead, not IE 11"`
|
|
12750
13486
|
2. `node` (formerly default) which targets a snapshot (on release) of `maintained node versions`
|
|
12751
|
-
3. `legacy` (new) which is `stable` +
|
|
13487
|
+
3. `legacy` (new) which is `stable` + IE 11
|
|
12752
13488
|
4. `modern` (formerly `es`) which targets the last 1 version of evergreen browsers and active node (currently that is 14
|
|
12753
13489
|
|
|
12754
13490
|
The change yields a 6% reduction in bundle size 📦 (Babel only).
|
|
@@ -14178,7 +14914,7 @@ A big thanks to the 11 contributors who made this release possible.
|
|
|
14178
14914
|
- [core] Drop support for non-ref-forwarding class components (#21811) @eps1lon
|
|
14179
14915
|
Support for non-ref-forwarding class components in the `component` prop or as an immediate `children` has been dropped. If you were using `unstable_createStrictModeTheme` or didn't see any warnings related to `findDOMNode` in `React.StrictMode` then you don't need to do anything.
|
|
14180
14916
|
Otherwise check out the ["Caveat with refs" section in our composition guide](/guides/composition/#caveat-with-refs) to find out how to migrate.
|
|
14181
|
-
This change affects almost all components where you're using the `component` prop or passing `children` to components that require `children` to be elements (
|
|
14917
|
+
This change affects almost all components where you're using the `component` prop or passing `children` to components that require `children` to be elements (for example `<MenuList><CustomMenuItem /></MenuList>`)
|
|
14182
14918
|
- [Stepper] Use context API (#21613) @baterson
|
|
14183
14919
|
Rely on the context over the `React.cloneElement()` API.
|
|
14184
14920
|
This change makes composition easier.
|