@mui/icons-material 6.4.4 → 7.0.0-alpha.0
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 +24 -2272
- package/README.md +6 -6
- package/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,2295 +1,47 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 7.0.0-alpha.0
|
|
4
4
|
|
|
5
|
-
<!-- generated comparing v6.4.
|
|
5
|
+
<!-- generated comparing v6.4.1..master -->
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
_Jan 31, 2025_
|
|
8
8
|
|
|
9
|
-
A big thanks to the
|
|
10
|
-
|
|
11
|
-
### `@mui/material@6.4.4`
|
|
12
|
-
|
|
13
|
-
- [MobileStepper] deprecate `LinearProgressProps` and complete `slots`, `slotProps` (@siriwatknp) (#45242) @siriwatknp
|
|
14
|
-
- [Slider] Deprecate composed classes (@sai6855) (#45223) @sai6855
|
|
15
|
-
- [utils] Merge `sx` instead of override when using `mergeSlotProps` (#45129) @siriwatknp
|
|
16
|
-
|
|
17
|
-
### Docs
|
|
18
|
-
|
|
19
|
-
- [Autocomplete] Improve Google Maps search example (#44708) @oliviertassinari
|
|
20
|
-
- [Dialog] Removes deprecated PaperProps from docs (#45217) @sai6855
|
|
21
|
-
- A quick first step to update docs for Tailwind v4 (#45221) @oliviertassinari
|
|
22
|
-
|
|
23
|
-
### Core
|
|
24
|
-
|
|
25
|
-
- Fix missing store contributor renaming (527222d) @oliviertassinari
|
|
26
|
-
- Fix MUI Base vale rule (#45140) @oliviertassinari
|
|
27
|
-
- Fix 404 errors (#45137) @oliviertassinari
|
|
28
|
-
- [docs] Sync active sponsors (#45204) @oliviertassinari
|
|
29
|
-
- [docs-infra] Move Ukraine banner to the bottom (#45135) @oliviertassinari
|
|
30
|
-
|
|
31
|
-
All contributors of this release in alphabetical order: @oliviertassinari, @sai6855, @siriwatknp
|
|
32
|
-
|
|
33
|
-
## 6.4.3
|
|
34
|
-
|
|
35
|
-
<!-- generated comparing v6.4.2..v6.x -->
|
|
36
|
-
|
|
37
|
-
_Feb 4, 2025_
|
|
38
|
-
|
|
39
|
-
A big thanks to the 3 contributors who made this release possible.
|
|
40
|
-
|
|
41
|
-
### `@mui/material@6.4.3`
|
|
42
|
-
|
|
43
|
-
- [LinearProgress][CircularProgress] Add variant overrides for module augmentation (#45191) @ZeeshanTamboli
|
|
44
|
-
- [TextField] Remove deprecated props from documentation (#45200) @sai6855
|
|
45
|
-
|
|
46
|
-
### Core
|
|
47
|
-
|
|
48
|
-
- Fix corepack and pnpm installation in CircleCI (#45194) @DiegoAndai
|
|
49
|
-
|
|
50
|
-
All contributors of this release in alphabetical order: @DiegoAndai, @sai6855, @ZeeshanTamboli
|
|
51
|
-
|
|
52
|
-
## 6.4.2
|
|
53
|
-
|
|
54
|
-
<!-- generated comparing v6.4.1..v6.x -->
|
|
55
|
-
|
|
56
|
-
_Jan 29, 2025_
|
|
57
|
-
|
|
58
|
-
A big thanks to the 5 contributors who made this release possible.
|
|
9
|
+
A big thanks to the 9 contributors who made this release possible.
|
|
10
|
+
This is the first alpha release of Material UI v7 🎉.
|
|
59
11
|
|
|
60
|
-
### `@mui/material@
|
|
12
|
+
### `@mui/material@7.0.0-alpha.0`
|
|
61
13
|
|
|
62
14
|
- [Autocomplete] Prevent shrink animation in uncontrolled Autocomplete when default value is set (#44873) @ZeeshanTamboli
|
|
15
|
+
- [Popover] Deprecate \*Props and complete `slots`, `slotProps` (#45035) @siriwatknp
|
|
63
16
|
- [Slider] Fix arrow keys past the end for Slider with custom marks (#45050) @joshkel
|
|
17
|
+
- [SwitchBase] Deprecate `inputProps` and complete slots, slotProps (#45076) @siriwatknp
|
|
64
18
|
- [TextareaAutosize] Temporarily disconnect ResizeObserver to avoid loop error (#44540) @mj12albert
|
|
19
|
+
- [Slider] Narrow onChange value type (#44777) @good-jinu
|
|
20
|
+
- [Snackbar] Add Slots and SlotProps (#45103) @harry-whorlow
|
|
21
|
+
|
|
22
|
+
### `@mui/utils@7.0.0-alpha.0`
|
|
23
|
+
|
|
24
|
+
- Merge `sx` instead of override when using `mergeSlotProps` (#45062) @siriwatknp
|
|
65
25
|
|
|
66
26
|
### Core
|
|
67
27
|
|
|
68
|
-
- [code-infra] a few fixes uncovered during ESM updates (
|
|
28
|
+
- [code-infra] a few fixes uncovered during ESM updates (#45031) @Janpot
|
|
69
29
|
- [code-infra] Remove rsc-builder (#45079) @Janpot
|
|
70
30
|
- [code-infra] Remove commonjs imports in docs (#44976) @Janpot
|
|
71
|
-
-
|
|
31
|
+
- [docs-infra] Move Ukraine banner to the bottom (#45135) @oliviertassinari
|
|
32
|
+
- Fix MUI Base vale rule (#45140) @oliviertassinari
|
|
33
|
+
- Fix missing store contributor renaming (b3d1be0) @oliviertassinari
|
|
34
|
+
- Fix 404 errors (#45137) @oliviertassinari
|
|
35
|
+
- Prepare libraries for first v7 alpha release (#45132) @DiegoAndai
|
|
36
|
+
- Fix CHANGELOG vale failure (#45151) @DiegoAndai
|
|
72
37
|
|
|
73
38
|
### Docs
|
|
74
39
|
|
|
75
40
|
- Fix `/base-ui` redirect and prune links (#45083) @mj12albert
|
|
41
|
+
- Add v6 to v7 migration guide (#45143) @DiegoAndai
|
|
76
42
|
|
|
77
|
-
All contributors of this release in alphabetical order: @DiegoAndai, @Janpot, @joshkel, @mj12albert, @ZeeshanTamboli
|
|
78
|
-
|
|
79
|
-
## 6.4.1
|
|
80
|
-
|
|
81
|
-
<!-- generated comparing v6.4.0..master -->
|
|
82
|
-
|
|
83
|
-
_Jan 21, 2025_
|
|
84
|
-
|
|
85
|
-
A big thanks to the 9 contributors who made this release possible.
|
|
86
|
-
|
|
87
|
-
### `@mui/material@6.4.1`
|
|
88
|
-
|
|
89
|
-
- [ButtonBase] Export types used in ButtonBase props (#43530) @Janpot
|
|
90
|
-
- [Dialog] Add slots and slotProps (#44792) @sai6855
|
|
91
|
-
- [Drawer] Deprecate composed classes (#44870) @yash49
|
|
92
|
-
- [IconButton] Set default loading to `null` (#45057) @siriwatknp
|
|
93
|
-
- [ListItem] Add codemod for deprecated props (#45022) @sai6855
|
|
94
|
-
- [Modal] Add migration guide and codemod for deprecated props (#45021) @sai6855
|
|
95
|
-
- [TextField] Fix filled state to be synced with autofill (#44135) @DiegoAndai
|
|
96
|
-
|
|
97
|
-
### `@mui/system@6.4.1`
|
|
98
|
-
|
|
99
|
-
- Fix dark mode flicker using `useEnhancedEffect` (#44812) @siriwatknp
|
|
100
|
-
|
|
101
|
-
### `@mui/utils@6.4.1`
|
|
102
|
-
|
|
103
|
-
- Do not deep merge React component (#45058) @siriwatknp
|
|
104
|
-
|
|
105
|
-
### Docs
|
|
106
|
-
|
|
107
|
-
- Fix typo (#45070) @Fullchee
|
|
108
|
-
- Improve Toolpad templates section (#44914) @bharatkashyap
|
|
109
|
-
- Fix expand / collapse icons orientation (#44989) @zanivan
|
|
110
|
-
- Rename "Base UI" to "MUI Base" in all text (#45060) @mj12albert
|
|
111
|
-
- Add @mui/base deprecation callout (#45030) @mj12albert
|
|
112
|
-
- Update @mui/base deprecation message (#45064) @mj12albert
|
|
113
|
-
|
|
114
|
-
### Core
|
|
115
|
-
|
|
116
|
-
- [code-infra] Add "use client" directive to files with React APIs (#45036) @Janpot
|
|
117
|
-
- [docs] 301 redirect `/base-ui` to `base-ui.com` (#45061) @mj12albert
|
|
118
|
-
|
|
119
|
-
All contributors of this release in alphabetical order: @bharatkashyap, @DiegoAndai, @Fullchee, @Janpot, @mj12albert, @sai6855, @siriwatknp, @yash49, @zanivan
|
|
120
|
-
|
|
121
|
-
## 6.4.0
|
|
122
|
-
|
|
123
|
-
<!-- generated comparing v6.3.1..master -->
|
|
124
|
-
|
|
125
|
-
_Jan 13, 2025_
|
|
126
|
-
|
|
127
|
-
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
128
|
-
|
|
129
|
-
- Added [`loading` prop](https://mui.com/material-ui/react-button/#loading-2) to the `Button` and `IconButton` components (#44637) @siriwatknp
|
|
130
|
-
|
|
131
|
-
### `@mui/material@6.4.0`
|
|
132
|
-
|
|
133
|
-
- [Alert] complete `slots` and `slotProps` (#44971) @siriwatknp
|
|
134
|
-
- [Autocomplete] Sync runtime and TS types for key in grouped options (#44862) @aarongarciah
|
|
135
|
-
- [Button] Add `loading` prop (#44637) @siriwatknp
|
|
136
|
-
- [CardHeader] Deprecate `*TypographyProps` and complete `slots`, `slotProps` (#44729) @siriwatknp
|
|
137
|
-
- [CircularProgress] Improve indeterminate animation to be symmetric and smooth (#44934) @yashdev16
|
|
138
|
-
- [LinearProgress] Deprecate composed classes (#44933) @headironc
|
|
139
|
-
- [Link] Fix error for using custom palette with underline (#44927) @siriwatknp
|
|
140
|
-
- [Select] Do not set `aria-controls` when closed (#44919) @siddhantantil39
|
|
141
|
-
- [Select] Add missing root class (#44928) @sai6855
|
|
142
|
-
- [Slider] Set onChangeCommitted to receive the last argument passed to onChange (#44795) @good-jinu
|
|
143
|
-
- Add `mergeSlotProps` for extending components (#44809) @siriwatknp
|
|
144
|
-
- Update `mergeSlotProps` to merge `style` (#44959) @siriwatknp
|
|
145
|
-
- Fix slots typing for Tooltip and StepLabel (#44985) @siriwatknp
|
|
146
|
-
- Remove unnecessary blank lines (#44980) @sai6855
|
|
147
|
-
|
|
148
|
-
### Docs
|
|
149
|
-
|
|
150
|
-
- [docs] Fix Dashboard sidenav sroll (#44876) @oliviertassinari
|
|
151
|
-
- [docs] Fix broken anchor link to w3.org (c51af8e) @oliviertassinari
|
|
152
|
-
- [docs] Add details on complementary Menu components (#44957) @samuelsycamore
|
|
153
|
-
- [docs] Remove misleading messaging on MD3 support (#44953) @mnajdova
|
|
154
|
-
- [docs] Fix code copy button obscuring on small screen sizes (#44861) @ZeeshanTamboli
|
|
155
|
-
- [docs] Remove more instances of Adobe XD (#44956) @samuelsycamore
|
|
156
|
-
- [docs] Remove Adobe XD chips, links, and mentions (#44909) @samuelsycamore
|
|
157
|
-
- [docs] Fix incorrect rendering in Typography docs (#44937) @iaziz11
|
|
158
|
-
|
|
159
|
-
### Core
|
|
160
|
-
|
|
161
|
-
- [core] Remove redundant screenshots (#44877) @oliviertassinari
|
|
162
|
-
- [core] Remove Suspense and clock mocking from regressions and e2e tests (#44935) @DiegoAndai
|
|
163
|
-
- [code-infra] Allow react@18 on `@mui/internal-test-utils` (#45023) @LukasTy
|
|
164
|
-
- [code-infra] Stabilize flaky pigment progressbar tests (#44969) @Janpot
|
|
165
|
-
- [example] Update the CDN example to adapt React 19. (#44979) @IceOfSummer
|
|
166
|
-
- [figma] Clarify that Material UI Sync plugin is experimental (#44975) @oliviertassinari
|
|
167
|
-
|
|
168
|
-
All contributors of this release in alphabetical order: @aarongarciah, @DiegoAndai, @good-jinu, @headironc, @iaziz11, @IceOfSummer, @Janpot, @LukasTy, @mnajdova, @oliviertassinari, @sai6855, @samuelsycamore, @siddhantantil39, @siriwatknp, @yashdev16, @ZeeshanTamboli
|
|
169
|
-
|
|
170
|
-
## 6.3.1
|
|
171
|
-
|
|
172
|
-
<!-- generated comparing v6.3.0..master -->
|
|
173
|
-
|
|
174
|
-
_Jan 3, 2025_
|
|
175
|
-
|
|
176
|
-
A big thanks to the 8 contributors who made this release possible.
|
|
177
|
-
|
|
178
|
-
### `@mui/material@6.3.1`
|
|
179
|
-
|
|
180
|
-
- [Autocomplete] Revert: Fix options list rendering in freeSolo mode (#44858) @ZeeshanTamboli
|
|
181
|
-
- [Tooltip] Warn instead of error when trigger is disabled (#44846) @yash49
|
|
182
|
-
- [TableSortLabel] Add slots and slotProps (#44728) @sai6855
|
|
183
|
-
- [Select] Deprecate composed classes (#44925) @sai6855
|
|
184
|
-
|
|
185
|
-
### Docs
|
|
186
|
-
|
|
187
|
-
- [material-ui][Accordion] Update `Anatomy` section in Accordion docs (#44849) @ZeeshanTamboli
|
|
188
|
-
- [material-ui][CardActionArea] Added demo in docs of cards for adding props to CardActionArea (#44789) @siddhantantil39
|
|
189
|
-
- [material-ui][Grid2] Add interactive demo for Grid v2 (#44820) @yash49
|
|
190
|
-
- [material-ui][Select] Update docs to reflect the omission of placeholder prop (#44856) @adityaparab
|
|
191
|
-
- [joy-ui] Fix Color mode button on Theme builder (#44864) @komkanit
|
|
192
|
-
- Fix 301 redirections @oliviertassinari
|
|
193
|
-
|
|
194
|
-
### Core
|
|
195
|
-
|
|
196
|
-
- [examples] Update Next.js examples Next.js and React versions (#44852) @DiegoAndai
|
|
197
|
-
- [code-infra] Prevent wrong nested imports in Base UI (#44426) @oliviertassinari
|
|
198
|
-
- [docs-infra] Add vale coverage for App Router and Page Router (060c55c) @oliviertassinari
|
|
199
|
-
- Sync with other repos (1b9300f) @oliviertassinari
|
|
200
|
-
- Fix docs:build to work in docs folder too (6b923a4) @oliviertassinari
|
|
201
|
-
- Setup React 18 CI tests (#44868) @DiegoAndai
|
|
202
|
-
- Update test to use public API (#44875) @oliviertassinari
|
|
203
|
-
|
|
204
|
-
All contributors of this release in alphabetical order: @adityaparab, @DiegoAndai, @komkanit, @oliviertassinari, @sai6855, @siddhantantil39, @yash49, @ZeeshanTamboli
|
|
205
|
-
|
|
206
|
-
## 6.3.0
|
|
207
|
-
|
|
208
|
-
<!-- generated comparing v6.2.1..master -->
|
|
209
|
-
|
|
210
|
-
_Dec 23, 2024_
|
|
211
|
-
|
|
212
|
-
A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
|
|
213
|
-
|
|
214
|
-
- Fix invalid HTML structure in the Accordion component (#44408) @ZeeshanTamboli
|
|
215
|
-
The HTML elements of the Accordion summary have been updated:
|
|
216
|
-
- the root element is now button (previously div).
|
|
217
|
-
- summary content and the icon wrapper are now span (previously div).
|
|
218
|
-
This will only impact you if you used the HTML element as selectors in your styles.
|
|
219
|
-
|
|
220
|
-
### `@mui/material@6.3.0`
|
|
221
|
-
|
|
222
|
-
- [Accordion] Fix invalid HTML inside heading (#44408) @ZeeshanTamboli
|
|
223
|
-
- [useAutocomplete] Improve TS typing of `groupedOptions` prop (#44657) @lewxdev
|
|
224
|
-
- Prevent `ownerState` propagation for transition slots (#44401) @ZeeshanTamboli
|
|
225
|
-
- [StepContent] Add slots and slotProps (#44742) @sai6855
|
|
226
|
-
- [TablePagination] Add the rest of `slots` and `slotProps`. (#44570) @siriwatknp
|
|
227
|
-
|
|
228
|
-
### `@mui/system@6.3.0`
|
|
229
|
-
|
|
230
|
-
- Set `before` directly without using prepend for global styles (#44648) @siriwatknp
|
|
231
|
-
|
|
232
|
-
### Docs
|
|
233
|
-
|
|
234
|
-
- [material-ui] Improve `theme.applyStyles()` docs (#44658) @DiegoAndai
|
|
235
|
-
- [material-ui] Update MD callout (#43958) @aarongarciah
|
|
236
|
-
|
|
237
|
-
### Core
|
|
238
|
-
|
|
239
|
-
- Remove unnecessary conditional around `.muiName =` (#44071) @Janpot
|
|
240
|
-
- [blog] Material UI: 2024 EOY updates blog post (#44722) @alelthomas
|
|
241
|
-
- Fix quickstart command in pigment docs (#44806) @yash49
|
|
242
|
-
- [docs-infra] Remove Next.js production profiler (#44823) @romgrk
|
|
243
|
-
- [docs-infra] Remove no longer support `optimizeFonts` Next.js option (#44802) @LukasTy
|
|
244
|
-
|
|
245
|
-
All contributors of this release in alphabetical order: @aarongarciah, @alelthomas, @DiegoAndai, @Janpot, @lewxdev, @LukasTy, @romgrk, @sai6855, @siriwatknp, @yash49, @ZeeshanTamboli
|
|
246
|
-
|
|
247
|
-
## 6.2.1
|
|
248
|
-
|
|
249
|
-
<!-- generated comparing v6.2.0..master -->
|
|
250
|
-
|
|
251
|
-
_Dec 17, 2024_
|
|
252
|
-
|
|
253
|
-
A big thanks to the 10 contributors who made this release possible.
|
|
254
|
-
|
|
255
|
-
### `@mui/material@6.2.1`
|
|
256
|
-
|
|
257
|
-
- Update `overridesResolver` return from object to array of styles (#44752) @siddhantantil39
|
|
258
|
-
- [Pagination] Use correct `aria-current` value (#44753) @jacklaurencegaray
|
|
259
|
-
- [Select] Set `aria-required` & `aria-invalid` on `combobox` instead of hidden input (#44731) @ben-pomelo
|
|
260
|
-
|
|
261
|
-
### `@mui/system@6.2.1`
|
|
262
|
-
|
|
263
|
-
- Warns if the hex color contains trailing space (#44538) @siriwatknp
|
|
264
|
-
|
|
265
|
-
### Docs
|
|
266
|
-
|
|
267
|
-
- [material-ui][Dialog] Fix crashing of DraggableDialog demo (#44747) @sai6855
|
|
268
|
-
- [material-ui][TextField] Update `react-number-format` demo to use the recommended prop (#44743) @siriwatknp
|
|
269
|
-
- [material-ui][TextField] Add size default prop to api docs (#44714) @sai6855
|
|
270
|
-
- [material-ui][TextField] Add suffix shrink demo (#44744) @siriwatknp
|
|
271
|
-
|
|
272
|
-
### Core
|
|
273
|
-
|
|
274
|
-
- [api-docs-builder] Preserve multiline prop descriptions with `rawDescriptions` option (#44737) @vladmoroz
|
|
275
|
-
- Fix running mocha related scripts on Windows locally (#44664) @ChristopherJamesL
|
|
276
|
-
- Update `eslint-plugin-jsx-a11y` (#44701) @ZeeshanTamboli
|
|
277
|
-
- Add documentation to `useThemeProps`, `deepmerge` and `composeClasses` functions (#44703) @JCQuintas
|
|
278
|
-
- [examples] Add Theme Mode Switch to Next.js TS example (#43576) @TurtIeSocks
|
|
279
|
-
|
|
280
|
-
All contributors of this release in alphabetical order: @ben-pomelo, @ChristopherJamesL, @jacklaurencegaray, @JCQuintas, @sai6855, @siddhantantil39, @siriwatknp, @TurtIeSocks, @vladmoroz, @ZeeshanTamboli
|
|
281
|
-
|
|
282
|
-
## 6.2.0
|
|
283
|
-
|
|
284
|
-
<!-- generated comparing v6.1.10..master -->
|
|
285
|
-
|
|
286
|
-
_Dec 10, 2024_
|
|
287
|
-
|
|
288
|
-
A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
|
|
289
|
-
|
|
290
|
-
- Material UI is now compatible with React 19 (#44672) @DiegoAndai
|
|
291
|
-
- Fixed incorrect `aria-orientation` for vertical sliders. <kbd>ArrowRight</kbd> now increases the value and <kbd>ArrowLeft</kbd> decreases the value in vertical sliders; they were reversed in prior versions. (#44537) @mj12albert
|
|
292
|
-
|
|
293
|
-
### `@mui/material@6.2.0`
|
|
294
|
-
|
|
295
|
-
- [Box] Add missing `component` to `BoxProps` type (#44643) @DiegoAndai
|
|
296
|
-
- [Grid] Fix spacing when using css variables (#44663) @DiegoAndai
|
|
297
|
-
- [ListItemText] Add `slots` and `slotProps` (#44571) @sai6855
|
|
298
|
-
|
|
299
|
-
### Docs
|
|
300
|
-
|
|
301
|
-
- Add Toolpad Core template link (#44415) @bharatkashyap
|
|
302
|
-
|
|
303
|
-
### Core
|
|
304
|
-
|
|
305
|
-
- [docs-infra] Allow custom annotations (#44707) @vladmoroz
|
|
306
|
-
- [Box] Fix `component` prop test (#44651) @DiegoAndai
|
|
307
|
-
- React 19 useRef cleanup (#44704) @DiegoAndai
|
|
308
|
-
- Remove obselete lerna options (#44676) @ZeeshanTamboli
|
|
309
|
-
- Fix Regular Expression Denial of Service (ReDoS) vulnerabilities (#44627) @SuperMaxine
|
|
310
|
-
- Fix number of contributors (#44650) @aarongarciah
|
|
311
|
-
- [docs-infra] Add support for data attributes in the API generation (#44709) @mnajdova
|
|
312
|
-
- [docs-infra] Fix RTL dark mode (#41803) @alexfauquette
|
|
313
|
-
- [Grid] Remove deeply nested imports (#43605) @Janpot
|
|
314
|
-
|
|
315
|
-
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @bharatkashyap, @DiegoAndai, @Janpot, @mj12albert, @mnajdova, @sai6855, @SuperMaxine, @vladmoroz, @ZeeshanTamboli
|
|
316
|
-
|
|
317
|
-
## 6.1.10
|
|
318
|
-
|
|
319
|
-
<!-- generated comparing v6.1.9..master -->
|
|
320
|
-
|
|
321
|
-
_Dec 3, 2024_
|
|
322
|
-
|
|
323
|
-
A big thanks to the 11 contributors who made this release possible.
|
|
324
|
-
|
|
325
|
-
### `@mui/material@6.1.10`
|
|
326
|
-
|
|
327
|
-
- [Avatar] Fix `slotProps.img` not spread to hook (#44536) @siriwatknp
|
|
328
|
-
- [FilledInput] Use `slotProps` instead of `componentsProps` (#44552) @siriwatknp
|
|
329
|
-
- [Grid2] Fix theme scoping error (#44599) @siriwatknp
|
|
330
|
-
- [Grid2] Add container styles from styleOverrides (#44598) @sai6855
|
|
331
|
-
- Skip `tonalOffset` from setting color channel (#44585) @siriwatknp
|
|
332
|
-
- Remove few more React.ReactElement<any> types (#44290) @sai6855
|
|
333
|
-
- [Tabs] Fix `ScrollbarSize` ref being overriden (#44593) @DiegoAndai
|
|
334
|
-
- [Select][TextField] Fix screen reader from saying `&ZeroWidthSpace` (#44631) @arishoham
|
|
335
|
-
|
|
336
|
-
### `@mui/system@6.1.10`
|
|
337
|
-
|
|
338
|
-
- [ThemeProvider] Optimize `theme` changes when enabling CSS theme variables (#44588) @siriwatknp
|
|
339
|
-
|
|
340
|
-
### Docs
|
|
341
|
-
|
|
342
|
-
- Notification for the MUI X v8 alpha zero announcement blog post (#44629) @joserodolfofreitas
|
|
343
|
-
- Bump React Router to ^7.0.1 (#44531) @oliviertassinari
|
|
344
|
-
- [material-ui] Replace testid with id in migration guide (#44636) @sai6855
|
|
345
|
-
- [material-ui][TextField] Update usage of `InputLabelProps` in docs (#44634) @sai6855
|
|
346
|
-
- [material-ui][ListItem] Add missing diffs in migration guide (#44638) @sai6855
|
|
347
|
-
- [examples] Use Next.js 14 on examples (#44486) @DiegoAndai
|
|
348
|
-
- Update links and sidebar nav for Base UI components in Material UI (#44581) @samuelsycamore
|
|
349
|
-
|
|
350
|
-
### Core
|
|
351
|
-
|
|
352
|
-
- Remove `getSlotOwnerState` from `useSlot` util (#44403) @ZeeshanTamboli
|
|
353
|
-
- Extract useRippleHandler outside of ButtonBase (#44591) @albarv340
|
|
354
|
-
- Update eslint config (#44586) @MBilalShafi
|
|
355
|
-
- [core-infra] Remove useless fragments (#44516) @oliviertassinari
|
|
356
|
-
- [docs-infra] Fix Banner CLS (#44632) @oliviertassinari
|
|
357
|
-
- [docs-infra] Change CSS vars generation to be extracted from Enum (#44587) @mnajdova
|
|
358
|
-
- [docs-infra] Automatically hide Black Friday banner (#44630) @oliviertassinari
|
|
359
|
-
- [docs-infra] Fix TOC RTL padding regression (#44535) @oliviertassinari
|
|
360
|
-
- [test-utils] Remove leftover React.ReactElement<any> from describeConformance.tsx (#44639) @sai6855
|
|
361
|
-
|
|
362
|
-
All contributors of this release in alphabetical order: @albarv340, @arishoham, @DiegoAndai, @joserodolfofreitas, @MBilalShafi, @mnajdova, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
|
|
363
|
-
|
|
364
|
-
## 6.1.9
|
|
365
|
-
|
|
366
|
-
<!-- generated comparing v6.1.8..master -->
|
|
367
|
-
|
|
368
|
-
_Nov 27, 2024_
|
|
369
|
-
|
|
370
|
-
A big thanks to the 8 contributors who made this release possible.
|
|
371
|
-
|
|
372
|
-
### `@mui/material@6.1.9`
|
|
373
|
-
|
|
374
|
-
- [Select] Omit `placeholder` from props (#44502) @Juneezee
|
|
375
|
-
- [Grid2] Add container class to `Grid2Classes` (#44562) @sai6855
|
|
376
|
-
|
|
377
|
-
### `@mui/system@6.1.9`
|
|
378
|
-
|
|
379
|
-
- Add ThemeProvider `noSsr` to prevent double rendering (#44451) @siriwatknp
|
|
380
|
-
|
|
381
|
-
### `@mui/codemod@6.1.9`
|
|
382
|
-
|
|
383
|
-
- [codemod] Fix handling of computed `paragraph` props (#44195) @joshkel
|
|
384
|
-
|
|
385
|
-
### `@mui/material-pigment-css@6.1.9`
|
|
386
|
-
|
|
387
|
-
- Make @pigment-css/react as peer dependency (#44498) @brijeshb42
|
|
388
|
-
|
|
389
|
-
### Docs
|
|
390
|
-
|
|
391
|
-
- [material-ui] Add missing required dependencies in dashboard template README (#44476) @mesqueeb
|
|
392
|
-
- [material-ui] Add missing Roboto import to Next.js integration docs (#44462) @StaceyD22
|
|
393
|
-
- [material-ui][Dialog] Fix padding in SimpleDialog demo (#44467) @oliviertassinari
|
|
394
|
-
- Fix template page issues (#44466) @oliviertassinari
|
|
395
|
-
- [examples] Add dark mode example for Material UI + Pigment CSS (#44480) @mnajdova
|
|
396
|
-
|
|
397
|
-
### Core
|
|
398
|
-
|
|
399
|
-
- Remove TODO line in the changelog (#44484) @mnajdova
|
|
400
|
-
- Polish image display (418e888) @oliviertassinari
|
|
401
|
-
- [core-infra] Add no-relative-packages (#44489) @oliviertassinari
|
|
402
|
-
- [docs-infra] Support CSS variables API info (#44559) @mnajdova
|
|
403
|
-
- [docs-infra] Fix display when ad-block triggers (#44567) @oliviertassinari
|
|
404
|
-
- [docs-infra] Improve locator finding using visible option (#44541) @siriwatknp
|
|
405
|
-
- [docs-infra] Correctly flatten the pages tree (#44514) @oliviertassinari
|
|
406
|
-
- [docs-infra] Fix Sponsor design regression (#44515) @oliviertassinari
|
|
407
|
-
- [test] Remove React.ReactElement<any> from describeConformance.tsx (#44318) @sai6855
|
|
408
|
-
- [test] Do not enforce the presence of `ownerState.className` in `describeConformance` (#44479) @flaviendelangle
|
|
409
|
-
|
|
410
|
-
All contributors of this release in alphabetical order: @brijeshb42, @flaviendelangle, @joshkel, @Juneezee, @mesqueeb, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @StaceyD22
|
|
411
|
-
|
|
412
|
-
## v6.1.8
|
|
413
|
-
|
|
414
|
-
<!-- generated comparing v6.1.7..master -->
|
|
415
|
-
|
|
416
|
-
_Nov 20, 2024_
|
|
417
|
-
|
|
418
|
-
A big thanks to the 10 contributors who made this release possible.
|
|
419
|
-
|
|
420
|
-
### `@mui/material@6.1.8`
|
|
421
|
-
|
|
422
|
-
- [Autocomplete] Use `ul` element for the listbox (#44422) @DiegoAndai
|
|
423
|
-
- [Grid2] Remove item and zeroMinWidth classes from grid2Classes (#44419) @sai6855
|
|
424
|
-
- [StepIcon] Add SvgIconOwnProps type to StepIcon props (#44337) @sai6855
|
|
425
|
-
- Add generic back to `useMediaQuery` to prevent a breaking change (#44455) @siriwatknp
|
|
426
|
-
- [Tooltip] Deprecate `*Component` and `*Props` for v6 (#44350) @siriwatknp
|
|
427
|
-
|
|
428
|
-
### `@mui/system@6.1.8`
|
|
429
|
-
|
|
430
|
-
- Warn when calling `setMode` without configuring `colorSchemeSelector` (#43783) @siriwatknp
|
|
431
|
-
|
|
432
|
-
### `@mui/styled-engine@6.1.8`
|
|
433
|
-
|
|
434
|
-
- Add back removed internal function (#44421) @mnajdova
|
|
435
|
-
|
|
436
|
-
### `@mui/utils@6.1.8`
|
|
437
|
-
|
|
438
|
-
- Skip deep clone React element (#44400) @siriwatknp
|
|
439
|
-
- Add documentation to `useForkRef` (#44410) @JCQuintas
|
|
440
|
-
|
|
441
|
-
### Docs
|
|
442
|
-
|
|
443
|
-
- [Accordion] Replace hardcoded classes with constants in demos (#44453) @ZeeshanTamboli
|
|
444
|
-
- [material-ui][Autocomplete] Fix virtualization demo (#44382) @DiegoAndai
|
|
445
|
-
- Revert #44388 (#44454) @prakhargupta1
|
|
446
|
-
- Add App starters in related-projects.md (#44315) @oliviertassinari
|
|
447
|
-
- Bring back `*Component` and `*Props` codemods and deprecation messages (#44383) @DiegoAndai
|
|
448
|
-
- [docs] Copyedit Templates page (#44461) @samuelsycamore
|
|
449
|
-
|
|
450
|
-
### Core
|
|
451
|
-
|
|
452
|
-
- Remove `stylis-plugin-rtl-sc` (#44447) @renovate[bot]
|
|
453
|
-
- [test][Autocomplete] Make virtualize regression screenshots deterministic (#44425) @DiegoAndai
|
|
454
|
-
- [blog] Fix reference to subdomain on MUI X v8 alpha zero post (#44416) @joserodolfofreitas
|
|
455
|
-
- [blog] MUI X v8 alpha zero blog post (#44377) @joserodolfofreitas
|
|
456
|
-
- [code-infra] Use vitest-compatible skip in `describeConformance` (#44412) @JCQuintas
|
|
457
|
-
- Keep OpenSSF badge up-to-date (aef2bf2) @oliviertassinari
|
|
458
|
-
- Polish useForkRef docs (#44424) @oliviertassinari
|
|
459
|
-
- [infra] Upgrade Cherry-pick workflow to latest (#44448) @oliviertassinari
|
|
460
|
-
|
|
461
|
-
All contributors of this release in alphabetical order: @DiegoAndai, @JCQuintas, @joserodolfofreitas, @mnajdova, @oliviertassinari, @prakhargupta1, @sai6855, samuelsycamore, @siriwatknp, @ZeeshanTamboli
|
|
462
|
-
|
|
463
|
-
## v6.1.7
|
|
464
|
-
|
|
465
|
-
<!-- generated comparing v6.1.6..master -->
|
|
466
|
-
|
|
467
|
-
_Nov 13, 2024_
|
|
468
|
-
|
|
469
|
-
A big thanks to the 13 contributors who made this release possible.
|
|
470
|
-
This release includes fixes as well as documentation improvements.
|
|
471
|
-
|
|
472
|
-
### `@mui/material@6.1.7`
|
|
473
|
-
|
|
474
|
-
- Fix default props theme scoping (#44340) @siriwatknp
|
|
475
|
-
- Support theme scoping in `useMediaQuery` (#44339) @siriwatknp
|
|
476
|
-
- [Grid] Fix regression spacing prop with string value (#44376) @siriwatknp
|
|
477
|
-
|
|
478
|
-
### `@mui/styled-engine-sc@6.1.7`
|
|
479
|
-
|
|
480
|
-
- Fix missing `@types/hoist-non-react-statics` causing `styled` returns any (#44397) @megos
|
|
481
|
-
|
|
482
|
-
### Docs
|
|
483
|
-
|
|
484
|
-
- Replace 'Experimental APIs - Toolpad' with 'Toolpad (Beta)' (#44388) @prakhargupta1
|
|
485
|
-
- Fix Pigment CSS install (#44353) @oliviertassinari
|
|
486
|
-
- Fix dashboard menu warning (#44317) @siriwatknp
|
|
487
|
-
- Add runtime theme section for Material Pigment CSS (#44137) @siriwatknp
|
|
488
|
-
- Add hash to `key` to remove noise from console (#44289) @sai6855
|
|
489
|
-
- Revise Example Projects and Related Projects pages (#44191) @samuelsycamore
|
|
490
|
-
- [material-ui] Fix typo in typography theme set up for templates (#44338) @navedqb
|
|
491
|
-
- [material-ui] Add StackBlitz/CodeSandbox buttons to template cards (#44253) @zanivan
|
|
492
|
-
- [material-ui] Fix Sign-in/Sign-up templates layout (#44281) @zanivan
|
|
493
|
-
- [material-ui] Remove noise in template (#44260) @oliviertassinari
|
|
494
|
-
- [material-ui][Rating] Add uncontrolled example to Basic Rating demo (#44386) @sai6855
|
|
495
|
-
- [material-ui][TextField] Replace InputProps with slotProps.input in demo (#44288) @sai6855
|
|
496
|
-
|
|
497
|
-
### Core
|
|
498
|
-
|
|
499
|
-
- [blog] Follow media asset guidelines (#44374) @oliviertassinari
|
|
500
|
-
- [code-infra] Changes for test util to work in `vitest` (#43625) @JCQuintas
|
|
501
|
-
- Remove old marked JS options (#44375) @ZeeshanTamboli
|
|
502
|
-
- Fix webpack capitalization (#44352) @oliviertassinari
|
|
503
|
-
- Fix Next.js link 404 (710cd95) @oliviertassinari
|
|
504
|
-
- Update Gold sponsoring backlinks (#44316) @oliviertassinari
|
|
505
|
-
- Fix tools-public.mui.com redirection (9196fa5) @oliviertassinari
|
|
506
|
-
- Remove blank AlertTitle test file (#44282) @ZeeshanTamboli
|
|
507
|
-
- [docs-infra] Fix ad in RTL (#44345) @oliviertassinari
|
|
508
|
-
- [docs-infra] Enforce punctuation on descriptions (#44292) @oliviertassinari
|
|
509
|
-
- [docs-infra] Add CodeSandbox and StackBlitz to vale vocab (6db477a) @oliviertassinari
|
|
510
|
-
- [docs-infra] Fix correct spelling of VS Code (#44277) @oliviertassinari
|
|
511
|
-
- [docs-infra] Add a `rawDescriptions` option (#44390) @vladmoroz
|
|
512
|
-
- [examples] Add missing `clsx` dependency (#43526) @Janpot
|
|
513
|
-
- [infra] Fix @renovate[bot] appearing in changelog (#44275) @mnajdova
|
|
514
|
-
|
|
515
|
-
All contributors of this release in alphabetical order: @Janpot, @JCQuintas, @megos, @mnajdova, @navedqb, @oliviertassinari, @prakhargupta1, @sai6855, @samuelsycamore, @siriwatknp, @vladmoroz, @zanivan, @ZeeshanTamboli
|
|
516
|
-
|
|
517
|
-
## v6.1.6
|
|
518
|
-
|
|
519
|
-
<!-- generated comparing v6.1.5..master -->
|
|
520
|
-
|
|
521
|
-
_Oct 30, 2024_
|
|
522
|
-
|
|
523
|
-
A big thanks to the 13 contributors who made this release possible.
|
|
524
|
-
|
|
525
|
-
### `@mui/material@6.1.6`
|
|
526
|
-
|
|
527
|
-
- [Autocomplete] Add missing `onMouseDown` type to AutocompleteRenderInputParams (#44183) @sai6855
|
|
528
|
-
- [Avatar] Fix AvatarGroup spacing (#44208) @aarongarciah
|
|
529
|
-
- [AvatarGroup] Fix spacing CSS variable (#44202) @navedqb
|
|
530
|
-
- [Divider] Fix CSS specificity order (#44204) @o-alexandrov
|
|
531
|
-
- [Slider] Fix value prop type warning (#44131) @joshkel
|
|
532
|
-
- Replace `useThemeProps` with `useDefaultProps` (#44193) @siriwatknp
|
|
533
|
-
|
|
534
|
-
### `@mui/material-nextjs@6.1.6`
|
|
535
|
-
|
|
536
|
-
- Support Next 15.0.0 (#42428) @nphmuller
|
|
537
|
-
|
|
538
|
-
### `@mui/lab@6.0.0-beta.14`
|
|
539
|
-
|
|
540
|
-
- [Tabs] Fix type of TabPanel component (#44207) @blackcow1987
|
|
541
|
-
|
|
542
|
-
### `@mui/codemod@6.1.6`
|
|
543
|
-
|
|
544
|
-
- Fix system props default import specifier (#44170) @siriwatknp
|
|
545
|
-
|
|
546
|
-
### `@mui/utils@6.1.6`
|
|
547
|
-
|
|
548
|
-
- Bring back useIsFocusVisible (#44256) @aarongarciah
|
|
549
|
-
- Bring back getReactNodeRef (#44248) @aarongarciah
|
|
550
|
-
|
|
551
|
-
### Docs
|
|
552
|
-
|
|
553
|
-
- [material-ui][Avatar] Add AvatarGroup spacing demo (#44209) @aarongarciah
|
|
554
|
-
- Fix a typo in CONTRIBUTING.md (#44200) @prakhargupta1
|
|
555
|
-
- Mark the Hidden component as deprecated in the sidenav (#44068) @jimmycallin
|
|
556
|
-
- Use () when referencing functions (#44184) @oliviertassinari
|
|
557
|
-
- Follow types description convention (#44187) @oliviertassinari
|
|
558
|
-
|
|
559
|
-
### Core
|
|
560
|
-
|
|
561
|
-
- Lock file maintenance (#43947)
|
|
562
|
-
- Run @mui/icon-material src:icons (#44097) @oliviertassinari
|
|
563
|
-
- [test][material-ui] Add tests for Pigment Grid and Stack (#44132) @DiegoAndai
|
|
564
|
-
- [test] Distinguish private with public tests API (#44188) @oliviertassinari
|
|
565
|
-
- [docs-infra] Add recursively the relative modules in the demos (#44150) @mnajdova
|
|
566
|
-
|
|
567
|
-
All contributors of this release in alphabetical order: @aarongarciah, @blackcow1987, @DiegoAndai, @jimmycallin, @joshkel, @mnajdova, @navedqb, @nphmuller, @o-alexandrov, @oliviertassinari, @prakhargupta1, @sai6855, @siriwatknp
|
|
568
|
-
|
|
569
|
-
## v6.1.5
|
|
570
|
-
|
|
571
|
-
<!-- generated comparing v6.1.4..master -->
|
|
572
|
-
|
|
573
|
-
_Oct 22, 2024_
|
|
574
|
-
|
|
575
|
-
A big thanks to the 9 contributors who made this release possible.
|
|
576
|
-
|
|
577
|
-
### `@mui/material@6.1.5`
|
|
578
|
-
|
|
579
|
-
- [Autocomplete] Fix bug with child chip button events propagating to parent (#43982) @snapwich
|
|
580
|
-
- [Autocomplete] Fix Autocomplete crashing if ownerState is used in styleOverrides (#43994) @sai6855
|
|
581
|
-
- [Checkbox] Fix disableRipple regression (#44099) @siriwatknp
|
|
582
|
-
- [Dialog] Add the aria-modal="true" by default (#44118) @mnajdova
|
|
583
|
-
- [IconButton] Fix disableRipple behavior when disableRipple is set in MuiButtonBase theme (#43714) @sai6855
|
|
584
|
-
- [pigment-css] Support project without enabling CSS variables (#44171) @siriwatknp
|
|
585
|
-
- Make the palette always return new light and dark object (#44059) @siriwatknp
|
|
586
|
-
|
|
587
|
-
### `@mui/system@6.1.5`
|
|
588
|
-
|
|
589
|
-
- Add `defaultMode` to `InitColorSchemeScript` (#44139) @siriwatknp
|
|
590
|
-
|
|
591
|
-
### `@mui/codemod@6.1.5`
|
|
592
|
-
|
|
593
|
-
- [Grid2] Add removal `zeroMinWidth` prop to codemod (#44178) @sai6855
|
|
594
|
-
|
|
595
|
-
### Docs
|
|
596
|
-
|
|
597
|
-
- [material-ui][FormControlLabel] Don't use unintuitive label position on chec… (#44119) @mnajdova
|
|
598
|
-
- [material-ui][TextField] Dynamically modify the eye password button aria-label (#44122) @ChinoUkaegbu
|
|
599
|
-
- [icons] Run pnpm docs:mdicons:synonyms (#44098) @oliviertassinari
|
|
600
|
-
- [joy-ui] Update Overview copy to match Readme (#44136) @samuelsycamore
|
|
601
|
-
- Add CodeSandbox/StackBlitz to the rest of the templates (#43708) @siriwatknp
|
|
602
|
-
- Update Figma link to fix 301 (a7b7d9c) @oliviertassinari
|
|
603
|
-
- Link Toolpad from Core repo (#44111) @prakhargupta1
|
|
604
|
-
- Remove HighlightedCode max-width (#43731) @Janpot
|
|
605
|
-
|
|
606
|
-
### Core
|
|
607
|
-
|
|
608
|
-
- [code-infra] Widen eslint file patterns (#44148) @Janpot
|
|
609
|
-
- [code-infra] Fix icon builder tests (#44143) @Janpot
|
|
610
|
-
- [code-infra] Fix dependabot vulnerabilities (#44124) @Janpot
|
|
611
|
-
- [core] Reference commits in changelog when no PR (#44115) @oliviertassinari
|
|
612
|
-
- [examples] Fix Pigment CSS Vite example (#44074) @oliviertassinari
|
|
613
|
-
- Fix fast-xml-parser vulnerability (#44121) @Janpot
|
|
614
|
-
|
|
615
|
-
All contributors of this release in alphabetical order: @ChinoUkaegbu, @Janpot, @mnajdova, @oliviertassinari, @prakhargupta1, @sai6855, @samuelsycamore, @siriwatknp, @snapwich
|
|
616
|
-
|
|
617
|
-
## v6.1.4
|
|
618
|
-
|
|
619
|
-
<!-- generated comparing v6.1.3..master -->
|
|
620
|
-
|
|
621
|
-
_Oct 15, 2024_
|
|
622
|
-
|
|
623
|
-
A big thanks to the 9 contributors who made this release possible.
|
|
624
|
-
|
|
625
|
-
### `@mui/material@6.1.4`
|
|
626
|
-
|
|
627
|
-
- [Checkbox] Fix disableRipple regression (#44099) @siriwatknp
|
|
628
|
-
- [IconButton] Fix disableRipple behavior when disableRipple is set in MuiButtonBase theme (#43714) @sai6855
|
|
629
|
-
- Make the palette always return new light and dark object (#44059) @siriwatknp
|
|
630
|
-
- Simplify createPalette (#44075) @oliviertassinari
|
|
631
|
-
|
|
632
|
-
### Docs
|
|
633
|
-
|
|
634
|
-
- Improve Toolpad Core docs (#43796) @bharatkashyap
|
|
635
|
-
- Tweak Joy UI section in README (#44103) @aarongarciah
|
|
636
|
-
- Fix 404 link to Next.js @oliviertassinari
|
|
637
|
-
- [toolpad core] In the sidebar, move 'new' label to the components (#44070) @prakhargupta1
|
|
638
|
-
- Fix small typo on Grid2 page (#44062) @zanivan
|
|
639
|
-
- Clarify suggestions to use `@mui/styles` in v5 migration docs (#44049) @samuelsycamore
|
|
640
|
-
|
|
641
|
-
### Core
|
|
642
|
-
|
|
643
|
-
- [code-infra] Link to production app for bundle size (#44076) @oliviertassinari
|
|
644
|
-
- [code-infra] Disable cron job for React 17 tests (#44065) @Janpot
|
|
645
|
-
- Remove [website] from changelog (#44069) @oliviertassinari
|
|
646
|
-
- Apply #44052 to the latest release as well @oliviertassinari
|
|
647
|
-
- Fix proptypes generation when multiple components per file (#44058) @Janpot
|
|
648
|
-
- Remove <-- from changelog (#44052) @oliviertassinari
|
|
649
|
-
- [examples] Avoid git diff when playing with examples @oliviertassinari
|
|
650
|
-
- [test] Remove dead code (#44056) @Janpot
|
|
651
|
-
|
|
652
|
-
All contributors of this release in alphabetical order: @aarongarciah, @bharatkashyap, @Janpot, @oliviertassinari, @prakhargupta1, @sai6855, @samuelsycamore, @siriwatknp, @zanivan
|
|
653
|
-
|
|
654
|
-
## v6.1.3
|
|
655
|
-
|
|
656
|
-
<!-- generated comparing v6.1.2..master -->
|
|
657
|
-
|
|
658
|
-
_Oct 9, 2024_
|
|
659
|
-
|
|
660
|
-
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
661
|
-
|
|
662
|
-
- 🚀 Improved performance on styled components by pre-serializing and caching the styles (#43412) @romgrk
|
|
663
|
-
|
|
664
|
-
### `@mui/material@6.1.3`
|
|
665
|
-
|
|
666
|
-
- Change React.ReactElement<any> to React.ReactElement<unknown> (#43402) @sai6855
|
|
667
|
-
- [Badge] Make keys in anchor origin partial (#43950) @sai6855
|
|
668
|
-
- [Grid2] Fix column spacing for nested containers (#43733) @Janpot
|
|
669
|
-
- [Grid2] Remove required `item` prop for `size` prop (#44027) @Janpot
|
|
670
|
-
- [Grid2] Add compatible props warning (#43801) @k-rajat19
|
|
671
|
-
- [Modal] Fix comment location (#44026) @oliviertassinari
|
|
672
|
-
- [OutlinedInput] Resolve border color issue on mobile (#43797) (#43879) @wojtek35
|
|
673
|
-
|
|
674
|
-
### `@mui/system@6.1.3`
|
|
675
|
-
|
|
676
|
-
- Make createGrid compatible with React 19 types (#44035) @aarongarciah
|
|
677
|
-
- Add empty interfaces to fix issue with typescript module augmentation (#43873) @yonatan0
|
|
678
|
-
- Pre-serialize & cache styles to improve performance (#43412) @romgrk
|
|
679
|
-
- [typescript] `SystemCSSProperties` should not have `SystemStyleObject` as value (#44029) @siriwatknp
|
|
680
|
-
|
|
681
|
-
### `@mui/utils@6.0.0-beta.11`
|
|
682
|
-
|
|
683
|
-
- [utils] Make getReactElementRef React 19 compatible (#44034) @aarongarciah
|
|
684
|
-
|
|
685
|
-
### `@mui/lab@6.1.3`
|
|
686
|
-
|
|
687
|
-
- [lab][Timeline] Fix types for React 19 (#44043) @aarongarciah
|
|
688
|
-
|
|
689
|
-
### Docs
|
|
690
|
-
|
|
691
|
-
- Update docs-infra role (#44032) @mnajdova
|
|
692
|
-
- Update Material Symbols plan to reflect Google development (#44000) @oliviertassinari
|
|
693
|
-
- Fix 301 redirections in docs @oliviertassinari
|
|
694
|
-
- Fix indentation @oliviertassinari
|
|
695
|
-
- Fix Live edit copies (#43835) @oliviertassinari
|
|
696
|
-
- Virtualize icons svg (#43939) @Janpot
|
|
697
|
-
- [Grid] Fix Grid2 gap description (#43967) @aarongarciah
|
|
698
|
-
- [icons] Index search synchronously (#44001) @oliviertassinari
|
|
699
|
-
- [material-ui] Incorrect React useState Example on Toggle Button (#43987) @barrownicholas
|
|
700
|
-
- [material-ui] Add theme setting for pigment-css migration (#43993) @effektsvk
|
|
701
|
-
- [material-ui] Fix incorrect `slotProp` name in the `TextField` deprecation note. (#43985) @Chee7ah
|
|
702
|
-
- [examples] Use CSS Variables (#43856) @Juneezee
|
|
703
|
-
- [material-ui] Improved documentation for indeterminateIcon prop (#43791) @marctaylor01
|
|
704
|
-
|
|
705
|
-
### Core
|
|
706
|
-
|
|
707
|
-
- Fix typo in useLocalStorageState (#44024) @hieunguyenduc696
|
|
708
|
-
- Amend changelog (#43968) @aarongarciah
|
|
709
|
-
- Remove `@mui/styled-engine-sc` dev dependency from `@mui/styled-engine-sc` (#44050) @Janpot
|
|
710
|
-
- [docs-infra] Add pointer cursor on hover for logo to improve UX (#43999) @Asin-Junior-Honore
|
|
711
|
-
- [blog] Migrate some .gif to <video> (#43945) @oliviertassinari
|
|
712
|
-
- [code-infra] Align `next` dependency specifier across project (#44036) @Janpot
|
|
713
|
-
- [code-infra] Move MuiError babel macro to babel plugin (#43904) @Janpot
|
|
714
|
-
- [code-infra] Forbid calling `Error` without `new` (#43963) @Janpot
|
|
715
|
-
- [docs-infra] Fix link in header regression (#43834) @oliviertassinari
|
|
716
|
-
- [infra] Fix line break in Stack Overflow message @oliviertassinari
|
|
717
|
-
- [test] Add missing async (#44028) @oliviertassinari
|
|
718
|
-
- [test] Fix Escape event firing event (#43961) @oliviertassinari
|
|
719
|
-
- [test] Fix flaky pigment-css screenshot (#43959) @Janpot
|
|
720
|
-
|
|
721
|
-
All contributors of this release in alphabetical order: @aarongarciah, @Asin-Junior-Honore, @barrownicholas, @Chee7ah, @effektsvk, @hieunguyenduc696, @Janpot, @Juneezee, @k-rajat19, @mnajdova, @oliviertassinari, @romgrk, @sai6855, @siriwatknp, @wojtek35, @yonatan0
|
|
722
|
-
|
|
723
|
-
## v6.1.2
|
|
724
|
-
|
|
725
|
-
<!-- generated comparing v6.1.1..master -->
|
|
726
|
-
|
|
727
|
-
_Oct 2, 2024_
|
|
728
|
-
|
|
729
|
-
A big thanks to the 13 contributors who made this release possible.
|
|
730
|
-
|
|
731
|
-
### `@mui/material@6.1.2`
|
|
732
|
-
|
|
733
|
-
- [Autocomplete] Fix listbox opens and closes on click when used with `limitTags` (#42494) @appleSimple
|
|
734
|
-
- [Button] Ignore `dark` and `contrastText` if not provided in the theme (#43861) @siriwatknp
|
|
735
|
-
- [Button] Fix regression for color `inherit` (#43862) @siriwatknp
|
|
736
|
-
- [LinearProgress] Fix background color (#43949) @sai6855
|
|
737
|
-
- Support CSS variables with shadow DOM (#43948) @siriwatknp
|
|
738
|
-
- [Rating] Use Rating `name` as prefix of input element ids (#43829) @yash49
|
|
739
|
-
- [Drawer] Fix issue with main window being used instead of iframe's window (#43818) @albarv340
|
|
740
|
-
- [ThemeProvider] Support setting default mode (#43951) @siriwatknp
|
|
741
|
-
|
|
742
|
-
### Docs
|
|
743
|
-
|
|
744
|
-
- Update theme toggle demo (#43956) @Janpot
|
|
745
|
-
- Add note about minimum required webpack version (#43864) @Janpot
|
|
746
|
-
- Format Pigment CSS docs (#43812) @oliviertassinari
|
|
747
|
-
- Fix visual bug on dashboard template (#43836) @oliviertassinari
|
|
748
|
-
- Fix pigment-css.md syntax error (#43837) @kdichev
|
|
749
|
-
- Fix Sign-in template form experience (#43838) @oliviertassinari
|
|
750
|
-
- Remove "To be continued" section from v0 –> v1 migration guide (#43832) @samuelsycamore
|
|
751
|
-
- Fix 301 to chromium (#43809) @oliviertassinari
|
|
752
|
-
- [joy-ui] Add missing ComponentLinkHeader components (#43865) @samuelsycamore
|
|
753
|
-
- [Modal] Remove unnecessary type assertion (#43825) @ZeeshanTamboli
|
|
754
|
-
- [Table] Stabilize random series in virtualized table demo (#43744) @Janpot
|
|
755
|
-
- [system] Add migration guide link to `@mui/styles` pages (#43833) @samuelsycamore
|
|
756
|
-
|
|
757
|
-
### Core
|
|
758
|
-
|
|
759
|
-
- [code-infra] Fix flaky dashboard screenshot - take 2 (#43937) @Janpot
|
|
760
|
-
- [code-infra] Replace all instances of `e` with `event` and add eslint rule (#43866) @samuelsycamore
|
|
761
|
-
- [code-infra] Fix and update bundling fixtures (#43709) @Janpot
|
|
762
|
-
- [code-infra] Update transitive dependencies with vulnerabilties (#43895) @Janpot
|
|
763
|
-
- [code-infra] Optimize regression tests (#43889) @Janpot
|
|
764
|
-
- [code-infra] Remove custom playwright installation steps (#43881) @Janpot
|
|
765
|
-
- [code-infra] Fix flaky dashboard screenshot (#43890) @Janpot
|
|
766
|
-
- [code-infra] Add new instanceof proptypes for toolpad (#43814) @Janpot
|
|
767
|
-
- Fix eslint-plugin-react-compiler issues in usePagination tests (#43946) @wilhelmlofsten
|
|
768
|
-
- Uniformity in version range @oliviertassinari
|
|
769
|
-
- Replace `toBeAriaHidden` matcher with `toBeInaccessible` in tests (#43870) @ZeeshanTamboli
|
|
770
|
-
- [docs-infra] Strengthen CSP (#43711) @oliviertassinari
|
|
771
|
-
- [docs-infra] Open CodeSandbox demo with fontsize=12 (#43860) @siriwatknp
|
|
772
|
-
- [icons] Reduce Material Icon page size (#43911) @oliviertassinari
|
|
773
|
-
- [test] Point Istanbul to correct URL (#43935) @sai6855
|
|
774
|
-
- [test] Sync React.version parse logic with codebase (#43820) @oliviertassinari
|
|
775
|
-
- Improve getReactElementRef() utils (#43022) @sai6855
|
|
776
|
-
- [Drawer] Refactor getScrollbarSize usages (#43828) @BrianWoolfolk
|
|
777
|
-
- [Modal] Replace `show` parameter name with `hide` in modal manager (#43868) @ZeeshanTamboli
|
|
778
|
-
- [Modal] Remove unnecessary `manager` prop handling (#43867) @ZeeshanTamboli
|
|
779
|
-
|
|
780
|
-
All contributors of this release in alphabetical order: @albarv340, @appleSimple, @BrianWoolfolk, @DanailH, @Janpot, @kdichev, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @wilhelmlofsten, @yash49, @ZeeshanTamboli
|
|
781
|
-
|
|
782
|
-
## v6.1.1
|
|
783
|
-
|
|
784
|
-
<!-- generated comparing v6.1.0..master -->
|
|
785
|
-
|
|
786
|
-
_Sep 19, 2024_
|
|
787
|
-
|
|
788
|
-
A big thanks to the 18 contributors who made this release possible.
|
|
789
|
-
|
|
790
|
-
### `@mui/material@6.1.1`
|
|
791
|
-
|
|
792
|
-
- [Grid] Bring back `GridProps` and `GridTypeMap` (#43717) @DiegoAndai
|
|
793
|
-
- [Paper] Fix wrong background-image on Paper when elevation is 0 (#43723) @ZeeshanTamboli
|
|
794
|
-
- [Skeleton] Fix wave animation for styled-components (#43740) @siriwatknp
|
|
795
|
-
- [Modal] Fix event handlers overriding behavior (#43757) @sai6855
|
|
796
|
-
|
|
797
|
-
### `@mui/system@6.1.1`
|
|
798
|
-
|
|
799
|
-
- Pass the stylesheet directly to `GlobalStyles` (#43739) @siriwatknp
|
|
800
|
-
|
|
801
|
-
### `@mui/utils@6.1.1`
|
|
802
|
-
|
|
803
|
-
- Fix "useId" & "useSyncExternalStore" imports to not be statically analyzable (#43360) @yash49
|
|
804
|
-
|
|
805
|
-
### Docs
|
|
806
|
-
|
|
807
|
-
- [material-ui][Breadcrumbs] Document CondensedWithMenu option for Breadcrumbs (#42973) @Sergio16T
|
|
808
|
-
- [material-ui][CircularProgress] Add Circular size demo (#43734) @sai6855
|
|
809
|
-
- [material-ui][slider] Fix slider in color customization playground twitches when sliding (#43671) @Nashyn
|
|
810
|
-
- [material-ui][slider] Polish Music player demo (#43748) @oliviertassinari
|
|
811
|
-
- [material-ui] Document Typography color prop breaking change (#43735) @aarongarciah
|
|
812
|
-
- [material-ui] Add docs for complementary Table components (#43756) @Juneezee
|
|
813
|
-
- [material-ui] Improve minimizing bundle docs (#43781) @ZeeshanTamboli
|
|
814
|
-
- [pigment-css] Call out Pigment being in alpha (#43725) @aarongarciah
|
|
815
|
-
- [pigment-css] Fix typo globalCSS -> globalCss (#43754) @hiro0218
|
|
816
|
-
- [test] Improve demos for better regression screenshots (#43742) @aarongarciah
|
|
817
|
-
- Fix minor typo (#42899) @xconverge
|
|
818
|
-
- Revert icon search virtualization (#43569) @Janpot
|
|
819
|
-
- Fix MUI Treasury Layout broken links (#43752) @oliviertassinari
|
|
820
|
-
- Fix 301 link to design asset @oliviertassinari
|
|
821
|
-
- Update release schedule table after v6 stable (#43726) @sahil-ag
|
|
822
|
-
- Fix bundle size link regression @oliviertassinari
|
|
823
|
-
|
|
824
|
-
### Core
|
|
825
|
-
|
|
826
|
-
- [code-infra] Allow overriding all `options` of `useFakeTimers` function (#43729) @LukasTy
|
|
827
|
-
- [core] Fix 301 link to Next.js and git diff @oliviertassinari
|
|
828
|
-
- [core] Fix package.json repository rule @oliviertassinari
|
|
829
|
-
- [core] Remove redundant window @oliviertassinari
|
|
830
|
-
- [core] Fix some issues reported by eslint-plugin-react-compiler (#43117) @binsmyth
|
|
831
|
-
- [core] Replace more `indexOf` with `includes` (#43694) @Juneezee
|
|
832
|
-
- [core] Remove /.yarn (#43712) @oliviertassinari
|
|
833
|
-
- [docs-infra] Enable synthetic default imports in TypeScript config (#43747) @morozow
|
|
834
|
-
- [docs-infra] Fix Vale config for TypeScript references (#43751) @oliviertassinari
|
|
835
|
-
- [docs-infra] Fix toolbar arrow order (#43627) @oliviertassinari
|
|
836
|
-
- [docs-infra] Fix missing dependencies in multi-tab demos (#43713) @cherniavskii
|
|
837
|
-
- [docs-infra] Fix API search link regression (#43662) @oliviertassinari
|
|
838
|
-
- [test] Update font-awesome CSS file in regression tests fixture (#43745) @Janpot
|
|
839
|
-
- [test] Remove position:relative from regression container (#43743) @aarongarciah
|
|
840
|
-
- [test] Remove top-level inline-block from the regression tests (#43656) @Janpot
|
|
841
|
-
|
|
842
|
-
All contributors of this release in alphabetical order: @aarongarciah, @binsmyth, @cherniavskii, @DiegoAndai, @Janpot, @Juneezee, @LukasTy, @mnajdova, @morozow, @Nashyn, @oliviertassinari, @sahil-ag, @sai6855, @Sergio16T, @siriwatknp, @xconverge, @yash49, @ZeeshanTamboli
|
|
843
|
-
|
|
844
|
-
## v6.1.0
|
|
845
|
-
|
|
846
|
-
<!-- generated comparing v6.0.2..master -->
|
|
847
|
-
|
|
848
|
-
_Sep 10, 2024_
|
|
849
|
-
|
|
850
|
-
A big thanks to the 21 contributors who made this release possible. Here are the highlights ✨:
|
|
851
|
-
|
|
852
|
-
- **Minor version changes**: To solve longstanding ESM compatibility issues we added [package exports](https://nodejs.org/api/packages.html#exports) to `@mui/icons-material` (#43624). This change is backwards compatible with previously recommended setups. Bundlers that don't support the `exports` field won't be affected. If you discover any issues, please reach out by creating a GitHub issue.
|
|
853
|
-
- This release also includes several fixes and documentation improvements to support the Material UI v6 upgrade.
|
|
854
|
-
|
|
855
|
-
### `@mui/icons-material@6.1.0`
|
|
856
|
-
|
|
857
|
-
- Add exports field to package.json (#43624) @Janpot
|
|
858
|
-
|
|
859
|
-
### `@mui/material@6.1.0`
|
|
860
|
-
|
|
861
|
-
- [Autocomplete] Add custom props support via `slotProps` (#43613) @Michael-Hutchinson
|
|
862
|
-
- [Dialog] Fix broken scrolling in full screen mode (#43626) @LuseBiswas
|
|
863
|
-
- [Grid] Revert wrap deprecation (#42363) (#43459) @DiegoAndai
|
|
864
|
-
- Improve color map filter on styles (#43579) @DiegoAndai
|
|
865
|
-
- Return styles directly if the selector is `&` when using `applyStyles` (#43633) @siriwatknp
|
|
866
|
-
- [types] Make slots partial in `CreateSlotsAndSlotProp`type (#42077) @lhilgert9
|
|
867
|
-
- [Radio] Fix disabled state styling regression (#43592) @mnajdova
|
|
868
|
-
- Fix wrong import to type (#43584) @mnajdova
|
|
869
|
-
- Simplify version prerelease export (#43699) @DiegoAndai
|
|
870
|
-
|
|
871
|
-
### `@mui/system@6.1.0`
|
|
872
|
-
|
|
873
|
-
- Use a custom sheet to set prepend for `GlobalStyles` (#43632) @siriwatknp
|
|
874
|
-
- Simplify version prerelease export (#43699) @DiegoAndai
|
|
875
|
-
|
|
876
|
-
### Docs
|
|
877
|
-
|
|
878
|
-
- [material-ui][Autocomplete] Refactor asynchronous loading demo (#43630) @sai6855
|
|
879
|
-
- [material-ui][Autocomplete] Fix GitHubLabel demo input background color (#43599) @sai6855
|
|
880
|
-
- [material-ui] Update Next.js font optimization guide (#43196) @siriwatknp
|
|
881
|
-
- [material-ui] Fix getting started with CSS variables in theme example (#43658) @Designer023
|
|
882
|
-
- [material-ui][system] Edit "How to use components selector API" section to add about direct import (#43377) @IAluI
|
|
883
|
-
- [material-ui] Update @mui/material-nextjs import examples to v14 (#43698) @ohmsl
|
|
884
|
-
- Fix typo in Divider doc (#43691) @lokendra-reco
|
|
885
|
-
- Add Anima section to documentation (#43673) @GoOrit-Anima
|
|
886
|
-
- Add Integrations section to design resources page (#43612) @zanivan
|
|
887
|
-
- Fix versions URL @oliviertassinari
|
|
888
|
-
- Keep showing next under the subdomain @oliviertassinari
|
|
889
|
-
- Add Next.js font optimization section to Pigment CSS migration (#43631) @siriwatknp
|
|
890
|
-
- Update the Material UI readme post-v6 (#43504) @samuelsycamore
|
|
891
|
-
- Bring back v5 release changelogs (#43460) @oliviertassinari
|
|
892
|
-
- Fix use of absolute URLs (#43567) @oliviertassinari
|
|
893
|
-
- Remove explicit `date-fns` dependency (#40823) @renovate[bot]
|
|
894
|
-
- [pigment-css] Add guide for Pigment CSS quickstart (#43395) @alelthomas
|
|
895
|
-
- [system] Fix link to createCssVarsProvider (#43661) @oliviertassinari
|
|
896
|
-
- Add scrollbar to color picker demo (#43672) @sai6855
|
|
897
|
-
|
|
898
|
-
### Core
|
|
899
|
-
|
|
900
|
-
- [blog] Uniformalize version between projects @oliviertassinari
|
|
901
|
-
- [blog] Fix page layout shift @oliviertassinari
|
|
902
|
-
- [code-infra] Build size snapshots from installed packages (#43452) @Janpot
|
|
903
|
-
- [code-infra] Recreate lockfile (#43623) @Janpot
|
|
904
|
-
- [code-infra] Make the API docs builder more configurable (#43574) @michaldudak
|
|
905
|
-
- [code-infra] Update runners from node 18 to 20 for GHA (#43593) @JCQuintas
|
|
906
|
-
- [code-infra] Update runners from node 18 to 20 (#43591) @JCQuintas
|
|
907
|
-
- [docs-infra] Fix axe issue scroll-to-top without landmark (#43663) @oliviertassinari
|
|
908
|
-
- [docs-infra] Reduce Algolia index size, no need for lvl6 @oliviertassinari
|
|
909
|
-
- [docs-infra] Use embed as the default for opening CodeSandbox (#43618) @siriwatknp
|
|
910
|
-
- [docs-infra] Fix broken anchor button when header has a link (#43598) @cherniavskii
|
|
911
|
-
- [docs-infra] Open Sign-in and Dashboard template with CodeSandbox/StackBlitz (#43604) @siriwatknp
|
|
912
|
-
- [examples] Fix CDN live preview demo (#43641) @oliviertassinari
|
|
913
|
-
- Add Pigment CSS screenshot test (#43280) @mnajdova
|
|
914
|
-
|
|
915
|
-
All contributors of this release in alphabetical order: @alelthomas, @cherniavskii, @Designer023, @DiegoAndai, @GoOrit-Anima, @IAluI, @Janpot, @JCQuintas, @lhilgert9, @lokendra-reco, @LuseBiswas, @Michael-Hutchinson, @michaldudak, @mnajdova, @ohmsl, @oliviertassinari, @renovate[bot], @sai6855, @samuelsycamore, @siriwatknp, @zanivan
|
|
916
|
-
|
|
917
|
-
## v6.0.2
|
|
918
|
-
|
|
919
|
-
<!-- generated comparing v6.0.1..master -->
|
|
920
|
-
|
|
921
|
-
_Sep 3, 2024_
|
|
922
|
-
|
|
923
|
-
A big thanks to the 11 contributors who made this release possible.
|
|
924
|
-
|
|
925
|
-
### `@mui/material@6.0.2`
|
|
926
|
-
|
|
927
|
-
- Fix `createTheme()` with just color schemes (#43518) @siriwatknp
|
|
928
|
-
- [Menu,Popover] Fix Backdrop props descriptions (#43503) @Michael-Hutchinson
|
|
929
|
-
- [MenuList] Do not react to an event with modifier key pressed (#43505) @MateuszGroth
|
|
930
|
-
|
|
931
|
-
### `@mui/system@6.0.2`
|
|
932
|
-
|
|
933
|
-
- [InitColorSchemeScript] Use `let/const` instead of `var` (#43468) @ishon19
|
|
934
|
-
- Fix composeClasses v6 behavior change (#43537) @oliviertassinari
|
|
935
|
-
|
|
936
|
-
### `@mui/codemod@6.0.2`
|
|
937
|
-
|
|
938
|
-
- Skip `ListItemButton` import for unrelated files (#43532) @siriwatknp
|
|
939
|
-
|
|
940
|
-
### Docs
|
|
941
|
-
|
|
942
|
-
- [figma] Clarity state or Figma Plugin component export (#43543) @oliviertassinari
|
|
943
|
-
- [material-ui] Fix template shadow tokens (#43514) @zanivan
|
|
944
|
-
- Update version support range (#43565) @oliviertassinari
|
|
945
|
-
- Polish Material UI Sync plugin code format @oliviertassinari
|
|
946
|
-
|
|
947
|
-
### Core
|
|
948
|
-
|
|
949
|
-
- [blog] Update Material UI v6 blog post link to reflect correct section title (#43535) @Michael-Hutchinson
|
|
950
|
-
- [blog] Makes the v5 name change clearer @oliviertassinari
|
|
951
|
-
- [blog] Fix typo in Material UI v6 blog post (#43502) @iamandrewluca
|
|
952
|
-
- [code-infra] Add missing @babel/runtime dependency to @mui/material-pigment-css (#43473) @Janpot
|
|
953
|
-
- [code-infra] Remove permissions in publish-canaries.yml (#43491) @oliviertassinari
|
|
954
|
-
- [core] Fix CodeQL scan (#43547) @oliviertassinari
|
|
955
|
-
- [core] Fix CHANGELOG `@mui/material@6.0.1` version (#43516) @DiegoAndai
|
|
956
|
-
- [docs-infra] Reduce description max-length (#43562) @oliviertassinari
|
|
957
|
-
- [docs-infra] Crash on invalid callout type (#43546) @oliviertassinari
|
|
958
|
-
- [docs-infra] Fix GitHub source link redirection (#43534) @oliviertassinari
|
|
959
|
-
- [infra] Fixed workflow file path (#43528) @michelengelen
|
|
960
|
-
- [typescript] Fix missing `Theme` generic (#43523) @siriwatknp
|
|
961
|
-
|
|
962
|
-
All contributors of this release in alphabetical order: @DiegoAndai, @iamandrewluca, @ishon19, @Janpot, @joserodolfofreitas, @MateuszGroth, @Michael-Hutchinson, @michelengelen, @oliviertassinari, @siriwatknp, @zanivan
|
|
963
|
-
|
|
964
|
-
## v6.0.1
|
|
965
|
-
|
|
966
|
-
<!-- generated comparing v6.0.0..master -->
|
|
967
|
-
|
|
968
|
-
_Aug 29, 2024_
|
|
969
|
-
|
|
970
|
-
A big thanks to the 12 contributors who made this release possible. It contains bug fixes and documentation improvements.
|
|
971
|
-
|
|
972
|
-
### `@mui/material@6.0.1`
|
|
973
|
-
|
|
974
|
-
- Attach default light color scheme when enabling CSS theme variables (#43493) @siriwatknp
|
|
975
|
-
- [Skeleton] Apply the wave animation to the correct element (#43474) @mnajdova
|
|
976
|
-
|
|
977
|
-
### Docs
|
|
978
|
-
|
|
979
|
-
- [material-ui][Dialog] Update confirmation dialog description (#43488) @Michael-Hutchinson
|
|
980
|
-
- Add Material UI v6 is out! to the notifications (#43448) @oliviertassinari
|
|
981
|
-
- [material-ui] Dark scroll bars in templates (#43483) @aarongarciah
|
|
982
|
-
- [material-ui] Add TemplateFrame to templates (#43406) @zanivan
|
|
983
|
-
- [table] Make the data grid blend in (#43489) @oliviertassinari
|
|
984
|
-
|
|
985
|
-
### Core
|
|
986
|
-
|
|
987
|
-
- [blog] Update Toolpad Studio marketing page links in the blogs (#43407) @prakhargupta1
|
|
988
|
-
- [blog] Add missing social card to the blog post (#43465) @siriwatknp
|
|
989
|
-
- [code-infra] Fix typing issues with `@mui-internal/api-docs-builder` (#43498) @Janpot
|
|
990
|
-
- [code-infra] Fix nextjs build cache (#43467) @JCQuintas
|
|
991
|
-
- Remove `'use client'` from index files and useAutocomplete reexport (#41956) @DiegoAndai
|
|
992
|
-
- Replace relative links to absolute ones in JSDocs (#43472) @alexfauquette
|
|
993
|
-
- Upgrade babel runtime (#43243) @Janpot
|
|
994
|
-
- [docs-infra] Skip shadow DOM regression test (#43500) @aarongarciah
|
|
995
|
-
- [docs-infra] Fix use of process.env.DEPLOY_ENV (#43490) @oliviertassinari
|
|
996
|
-
- [docs-infra] Add comment about removing optimizeFonts Next.js config (#43469) @aarongarciah
|
|
997
|
-
- [examples] Use `latest` on all Material UI dependencies (#43494) @mnajdova
|
|
998
|
-
- [infra] fix workflow path (#43464) @michelengelen
|
|
999
|
-
|
|
1000
|
-
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @DiegoAndai, @Janpot, @JCQuintas, @Michael-Hutchinson, @michelengelen, @mnajdova, @oliviertassinari, @prakhargupta1, @siriwatknp, @zanivan
|
|
1001
|
-
|
|
1002
|
-
## 6.0.0
|
|
1003
|
-
|
|
1004
|
-
<!-- generated comparing v6.0.0-rc.0..master -->
|
|
1005
|
-
|
|
1006
|
-
_Aug 27, 2024_
|
|
1007
|
-
|
|
1008
|
-
We are excited to announce the stable release of Material-UI v6 🎉, check out [the blog post](https://mui.com/blog/material-ui-v6-is-out/) to see all the updates.
|
|
1009
|
-
|
|
1010
|
-
### `@mui/material@6.0.0`
|
|
1011
|
-
|
|
1012
|
-
- Change React.ReactElement<any,any> type from any to unknown (#43358) @sai6855
|
|
1013
|
-
- [Pagination] Update `getItemAriaLabel` page param type (#43399) @sydneyjodon-wk
|
|
1014
|
-
- [Unstable_TrapFocus] Fix `getTabbable` function return type (#42237) @KalmarLorand
|
|
1015
|
-
|
|
1016
|
-
### `@mui/lab@6.0.0-beta.8`
|
|
1017
|
-
|
|
1018
|
-
- [button] Add missing customize points for span (#43436) @oliviertassinari
|
|
1019
|
-
|
|
1020
|
-
### Docs
|
|
1021
|
-
|
|
1022
|
-
- Fix broken links (#43144) @DiegoAndai
|
|
1023
|
-
- Updated mui-x roadmap links with the new project URL (#43444) @michelengelen
|
|
1024
|
-
- Update pnpm order, move to second (#42712) @ahmadnadeem6236
|
|
1025
|
-
- Fix CSS theme variables section (#43439) @siriwatknp
|
|
1026
|
-
- Add two Toolpad Core components to Material UI sidebar (#43391) @prakhargupta1
|
|
1027
|
-
- Fix licensingModel -> licenseModel @oliviertassinari
|
|
1028
|
-
- Fix Stack Overflow issue canned response @oliviertassinari
|
|
1029
|
-
- Avoid referencing MUI Core @oliviertassinari
|
|
1030
|
-
- Fix description of eslint-plugin-material-ui @oliviertassinari
|
|
1031
|
-
- [docs-infra] Polish reportBrokenLinks.js to support Base UI @oliviertassinari
|
|
1032
|
-
- [material-ui] Clarify RTL language support in localization guide (#41784) @bahmanworld
|
|
1033
|
-
- [material-ui] Refine templates theme selector (#43396) @zanivan
|
|
1034
|
-
|
|
1035
|
-
### Core
|
|
1036
|
-
|
|
1037
|
-
- Prepare for v6 stable release (#43454) @siriwatknp
|
|
1038
|
-
- [blog] Polish Upcoming changes to MUI X pricing in 2024 (#43438) @oliviertassinari
|
|
1039
|
-
- [blog] Add Material UI v6 stable release (#41932) @siriwatknp
|
|
1040
|
-
- [ci] Fix the release:changelog cmd (#43451) @mnajdova
|
|
1041
|
-
- [core] Allow `^6.0.0` for `@mui/` dependencies in `@mui/docs` (#43445) @LukasTy
|
|
1042
|
-
- [code-infra] Babel plugin to fully resolve imported paths (#43294) @Janpot
|
|
1043
|
-
- [infra] Add closing message workflow (#43450) @michelengelen
|
|
1044
|
-
|
|
1045
|
-
All contributors of this release in alphabetical order: @ahmadnadeem6236, @bahmanworld, @DiegoAndai, @Janpot, @KalmarLorand, @LukasTy, @michelengelen, @mnajdova, @oliviertassinari, @prakhargupta1, @sai6855, @siriwatknp, @sydneyjodon-wk, @zanivan
|
|
1046
|
-
|
|
1047
|
-
## 6.0.0-rc.0
|
|
1048
|
-
|
|
1049
|
-
<!-- generated comparing v6.0.0-beta.6..next -->
|
|
1050
|
-
|
|
1051
|
-
_Aug 22, 2024_
|
|
1052
|
-
|
|
1053
|
-
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
1054
|
-
|
|
1055
|
-
- ⚡ Rendering performance improvements
|
|
1056
|
-
|
|
1057
|
-
### `@mui/material@6.0.0-rc.0`
|
|
1058
|
-
|
|
1059
|
-
#### Breaking changes
|
|
1060
|
-
|
|
1061
|
-
- [Box] Remove `component` from `BoxOwnProps` (#43384) @DiegoAndai
|
|
1062
|
-
|
|
1063
|
-
The `component` prop has been removed from the `BoxOwnProps` as it is already included in the `Box` type.
|
|
1064
|
-
This might affect your code if you are using the `styled` function with the `Box` component.
|
|
1065
|
-
If this is the case, use a `div` element instead of `Box`:
|
|
1066
|
-
|
|
1067
|
-
```diff
|
|
1068
|
-
-const StyledBox = styled(Box)`
|
|
1069
|
-
+const StyledDiv = styled('div')`
|
|
1070
|
-
color: white;
|
|
1071
|
-
`;
|
|
1072
|
-
```
|
|
1073
|
-
|
|
1074
|
-
This yields the same end result.
|
|
1075
|
-
If this doesn't work for you, you can also cast the `styled` returned value to `typeof Box`:
|
|
1076
|
-
|
|
1077
|
-
```diff
|
|
1078
|
-
const StyledBox = styled(Box)`
|
|
1079
|
-
color: white;
|
|
1080
|
-
-`;
|
|
1081
|
-
+` as typeof Box;
|
|
1082
|
-
```
|
|
1083
|
-
|
|
1084
|
-
#### Changes
|
|
1085
|
-
|
|
1086
|
-
- [ListItem] Remove unnecessary TypeScript test (#43359) @sai6855
|
|
1087
|
-
- Skip generating CSS variables for a custom spacing function (#43389) @siriwatknp
|
|
1088
|
-
- Revert visual regressions from #42283 (#43364) @ZeeshanTamboli
|
|
1089
|
-
|
|
1090
|
-
### `@mui/codemod@6.0.0-rc.0`
|
|
1091
|
-
|
|
1092
|
-
- Add Grid2 to removeSystemProps codemod (#43302) @DiegoAndai
|
|
1093
|
-
|
|
1094
|
-
### Docs
|
|
1095
|
-
|
|
1096
|
-
- [blog] Add video to the Pigment CSS blog post (#42500) @oliviertassinari
|
|
1097
|
-
- Fix broken link to milestones (#43379) @oliviertassinari
|
|
1098
|
-
- Update CSS theme variables related content (#43130) @siriwatknp
|
|
1099
|
-
- Fix link to createTheme source (#43332) @oliviertassinari
|
|
1100
|
-
- Add cache to avoid unnecessary jsx dynamic import and theme getting (#43139) @Vxee
|
|
1101
|
-
- Fix broken link to Next.js docs @oliviertassinari
|
|
1102
|
-
- [material-ui] Revamp `Composition` guide (#43266) @ZeeshanTamboli
|
|
1103
|
-
- [material-ui][Menu] Replace `PaperProps` with `slotProps.paper` in demos (#43354) @sai6855
|
|
1104
|
-
|
|
1105
|
-
### Core
|
|
1106
|
-
|
|
1107
|
-
- [code-infra] Change docs:start script to serve the exports folder (#43375) @Janpot
|
|
1108
|
-
- [core] Fix typescript-next CI workflow (#43394) @aarongarciah
|
|
1109
|
-
- [core] Run `@mui/system` TypeScript module augmentation tests in CI (#43386) @ZeeshanTamboli
|
|
1110
|
-
- [core] Enable manage-package-manager-versions pnpm flag (#43366) @aarongarciah
|
|
1111
|
-
- [core] Replace `indexOf` with `includes` (#42883) @k-rajat19
|
|
1112
|
-
- [docs-infra] Add GitHub source link to components (#43228) @Jay-Karia
|
|
1113
|
-
- [docs-infra] Fix copy shortcut (#43361) @oliviertassinari
|
|
1114
|
-
- [perf] Remove theme/styling allocations (#43372) @romgrk
|
|
1115
|
-
- [perf] Improve `composeClasses` (#43363) @romgrk
|
|
1116
|
-
- [perf] Remove system allocations (#43306) @romgrk
|
|
1117
|
-
|
|
1118
|
-
All contributors of this release in alphabetical order: @aarongarciah, @DiegoAndai, @Janpot, @Jay-Karia, @k-rajat19, @oliviertassinari, @rluzists1, @romgrk, @sai6855, @siriwatknp, @Vxee, @ZeeshanTamboli
|
|
1119
|
-
|
|
1120
|
-
## 6.0.0-beta.6
|
|
1121
|
-
|
|
1122
|
-
<!-- generated comparing v6.0.0-beta.5..next -->
|
|
1123
|
-
|
|
1124
|
-
_Aug 16, 2024_
|
|
1125
|
-
|
|
1126
|
-
A big thanks to the 18 contributors who made this release possible.
|
|
1127
|
-
|
|
1128
|
-
### `@mui/material@6.0.0-beta.6`
|
|
1129
|
-
|
|
1130
|
-
- [Autocomplete] Improve the `options` prop description (#41591) @pluvio72
|
|
1131
|
-
- [Autocomplete] Remove autocomplete warning regarding value not equal to option (#43314) @ZeeshanTamboli
|
|
1132
|
-
- [Divider] Add aria-orientation (#43241) @aarongarciah
|
|
1133
|
-
- [IconButton] Fix hover background color behavior (#43271) @mnajdova
|
|
1134
|
-
- [TypeScript] Refactor types so they're compatible with upcoming React 19 (#43276) @DiegoAndai
|
|
1135
|
-
- [Typography] Replace dot notation color value to work with Pigment CSS (#43288) @siriwatknp
|
|
1136
|
-
- [pigment-css] Fix `getSelector` prefers-color-scheme to be object (#43237) @siriwatknp
|
|
1137
|
-
- Remove `display="block"` usage to work with Pigment CSS (#43307) @siriwatknp
|
|
1138
|
-
|
|
1139
|
-
### `@mui/codemod@6.0.0-beta.6`
|
|
1140
|
-
|
|
1141
|
-
- [codemod] Skip sx spread transformation (#43291) @siriwatknp
|
|
1142
|
-
|
|
1143
|
-
### `@mui/styles@6.0.0-beta.6`
|
|
1144
|
-
|
|
1145
|
-
- [styles] Fix issues reported by eslint-plugin-react-compiler (#43118) @jlewins
|
|
1146
|
-
|
|
1147
|
-
### Docs
|
|
1148
|
-
|
|
1149
|
-
- [material-ui] Audit and copyedit the v6 migration doc (#43073) @samuelsycamore
|
|
1150
|
-
- [material-ui] Fix Material Icon search lag and other improvements (#41330) @anle9650
|
|
1151
|
-
- [material-ui][Popover] Fix description and title of hover interaction section (#43290) @ZeeshanTamboli
|
|
1152
|
-
- [material-ui] Refine and unify custom template themes (#43220) @zanivan
|
|
1153
|
-
- [joy-ui] Fix data grid redirection (#43247) @sai6855
|
|
1154
|
-
- [mui-system] Add import statement in docs (#43223) @sai6855
|
|
1155
|
-
- Update babel config (#43286) @romgrk
|
|
1156
|
-
- Fix outdated references to Materal UI version (#43321) @oliviertassinari
|
|
1157
|
-
- Polish migration git diff experience @oliviertassinari
|
|
1158
|
-
- Update LTS to match format (#43212) @oliviertassinari
|
|
1159
|
-
- Fix Pigment CSS migration content (#43217) @siriwatknp
|
|
1160
|
-
|
|
1161
|
-
### Core
|
|
1162
|
-
|
|
1163
|
-
- [code-infra] Remove `userEvent` export from `@mui/internal-test-utils` (#43313) @LukasTy
|
|
1164
|
-
- [code-infra] Remove unnecessary alias (#43320) @Janpot
|
|
1165
|
-
- [code-infra] Fix utils bundle size entrypoint (#43304) @Janpot
|
|
1166
|
-
- [core] missing and incorrect scripts (#43209) @Jay-Karia
|
|
1167
|
-
- [core] Set Node 14 as minimum version in all browserslist envs (#43326) @aarongarciah
|
|
1168
|
-
- [core] Add React 19 as peer dependency (#43216) @aarongarciah
|
|
1169
|
-
- [core] Pin `eslint-plugin-jsx-a11y` version to 6.7.1 (#43292) @Janpot
|
|
1170
|
-
- [core] Update supported Node.js version to 14 (#43315) @Janpot
|
|
1171
|
-
- [core] Use fs instead of fs-extra in script utils (#43234) @DiegoAndai
|
|
1172
|
-
- [core] Refactor system theme props (#43120) @romgrk
|
|
1173
|
-
- [docs-infra] Fix some TS issues for X docs (#43285) @Janpot
|
|
1174
|
-
- [docs-infra] Move API pages to TS (#43199) @alexfauquette
|
|
1175
|
-
- [docs-infra] Fix broken sandboxes with relative module imports (#42767) @bharatkashyap
|
|
1176
|
-
- [docs-infra] Simplify API sections typing (#43128) @alexfauquette
|
|
1177
|
-
- [examples] Fix import (#43316) @aarongarciah
|
|
1178
|
-
- [examples] Add material-ui-pigment-css for Next.js and Vite (#43065) @siriwatknp
|
|
1179
|
-
- [examples] Replace wrong import with `@mui/material/styles` (#43236) @siriwatknp
|
|
1180
|
-
- [useMediaQuery] Adapt test implementation for React 19 (#43269) @aarongarciah
|
|
1181
|
-
- [test] Update `matchMedia` mocks (#43240) @cherniavskii
|
|
1182
|
-
- [test] Remove unnecessary ref param (#43282) @aarongarciah
|
|
1183
|
-
|
|
1184
|
-
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @anle9650, @bharatkashyap, @cherniavskii, @DiegoAndai, @Janpot, @Jay-Karia, @jlewins, @mnajdova, @oliviertassinari, @pluvio72, @renovate[bot], @romgrk, @sai6855, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
|
|
1185
|
-
|
|
1186
|
-
## 6.0.0-beta.5
|
|
1187
|
-
|
|
1188
|
-
<!-- generated comparing v6.0.0-beta.4..next -->
|
|
1189
|
-
|
|
1190
|
-
_Aug 8, 2024_
|
|
1191
|
-
|
|
1192
|
-
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
1193
|
-
|
|
1194
|
-
- Remove some deprecated props from the ListItem component (#41566) @thathva
|
|
1195
|
-
- Bumped the minimum supported version of TypeScript (#43116) @mnajdova
|
|
1196
|
-
|
|
1197
|
-
### `@mui/material@6.0.0-beta.5`
|
|
1198
|
-
|
|
1199
|
-
#### BREAKING CHANGES
|
|
1200
|
-
|
|
1201
|
-
- [material-ui][ListItem] Removing deprecated props (#41566) @thathva
|
|
1202
|
-
|
|
1203
|
-
`ListItem`'s props `autoFocus`, `button`, `disabled`, and `selected`, deprecated in v5, have been removed. To replace the `button` prop, use `ListItemButton` instead. The other removed props are available in the `ListItemButton` component as well.
|
|
1204
|
-
|
|
1205
|
-
```diff
|
|
1206
|
-
-<ListItem button />
|
|
1207
|
-
+<ListItemButton />
|
|
1208
|
-
```
|
|
1209
|
-
|
|
1210
|
-
Use this codemod to migrate your project to the `ListItemButton` component:
|
|
1211
|
-
|
|
1212
|
-
```bash
|
|
1213
|
-
npx @mui/codemod@next v6.0.0/list-item-button-prop <path/to/folder>
|
|
1214
|
-
```
|
|
1215
|
-
|
|
1216
|
-
As the `ListItem` no longer supports these props, the class names related to these props were removed. You should use the `listItemButtonClasses` object instead.
|
|
1217
|
-
|
|
1218
|
-
```diff
|
|
1219
|
-
-import { listItemClasses } from '@mui/material/ListItem';
|
|
1220
|
-
+import { listItemButtonClasses } from '@mui/material/ListItemButton';
|
|
1221
|
-
|
|
1222
|
-
- listItemClasses.button
|
|
1223
|
-
+ listItemButtonClasses.root
|
|
1224
|
-
|
|
1225
|
-
- listItemClasses.focusVisible
|
|
1226
|
-
+ listItemButtonClasses.focusVisible
|
|
1227
|
-
|
|
1228
|
-
- listItemClasses.disabled
|
|
1229
|
-
+ listItemButtonClasses.disabled
|
|
1230
|
-
|
|
1231
|
-
- listItemClasses.selected
|
|
1232
|
-
+ listItemButtonClasses.selected
|
|
1233
|
-
```
|
|
1234
|
-
|
|
1235
|
-
#### Changes
|
|
1236
|
-
|
|
1237
|
-
- [material-ui][Autocomplete] Fix default value for multiple mode getting redefined with React 19 (#43189) @DiegoAndai
|
|
1238
|
-
- [material-ui] Merge `CssVarsProvider` into `ThemeProvider` (#43115) @siriwatknp
|
|
1239
|
-
- [material-ui] Make tests compatible with React 19 (#43155) @DiegoAndai
|
|
1240
|
-
- [material-ui] Refine Blog template (#42825) @zanivan
|
|
1241
|
-
- [material-ui] Element ref access React 19 compatibility (#43132) @DiegoAndai
|
|
1242
|
-
- [material-ui][mui-system] Add support for version runtime checks (#43190) @DiegoAndai
|
|
1243
|
-
|
|
1244
|
-
### `@mui/material-pigment-css@6.0.0-beta.5`
|
|
1245
|
-
|
|
1246
|
-
- Reexport Pigment CSS from index file (#43218) @siriwatknp
|
|
1247
|
-
|
|
1248
|
-
### `@mui/codemod@6.0.0-beta.5`
|
|
1249
|
-
|
|
1250
|
-
- Fix codemod crash on MuiDivider property (#43125) @Janpot
|
|
1251
|
-
|
|
1252
|
-
### Docs
|
|
1253
|
-
|
|
1254
|
-
- Fix resolution of @mui/material-ui in docs (#43108) @Janpot
|
|
1255
|
-
- Refine and polish out Templates page (#43131) @zanivan
|
|
1256
|
-
- Fix the link test script (#43195) @alexfauquette
|
|
1257
|
-
- Fix alpha usage (#43194) @siriwatknp
|
|
1258
|
-
- Link Toolpad Core components from Material UI docs (#43036) @prakhargupta1
|
|
1259
|
-
- Link Toolpad core docs to the docs menu (#42952) @prakhargupta1
|
|
1260
|
-
- Polish migration guide (#43021) @oliviertassinari
|
|
1261
|
-
- Fix 404 link to migration pages @oliviertassinari
|
|
1262
|
-
- Support inject dynamic theme (#42879) @Vxee
|
|
1263
|
-
- Fix 301 @oliviertassinari
|
|
1264
|
-
- [blog] Announcing pricing changes Sep 2024 (#43061) @joserodolfofreitas
|
|
1265
|
-
- [material-ui][TextField] Remove mentions of `redux-form` from TextField documentation (#43176) @AbdurRahman2004
|
|
1266
|
-
|
|
1267
|
-
### Core
|
|
1268
|
-
|
|
1269
|
-
- [code-infra] Fix `@mui/internal-test-utils` `screen` export type (#43150) @LukasTy
|
|
1270
|
-
- [code-infra] Do not look for changes with previous commit when releasing a canary version (#43129) @michaldudak
|
|
1271
|
-
- [code-infra] Automate canary releases (#43066) @michaldudak
|
|
1272
|
-
- [core] Apply top-level eslint rule to docs and fix violations (#43126) @Janpot
|
|
1273
|
-
- [core] Patch styled-components to use React.JSX namespace (#43205) @aarongarciah
|
|
1274
|
-
- [core] Replace JSX namespace usages with React.JSX (#43204) @aarongarciah
|
|
1275
|
-
- [core] Remove `react-router` package from `pigment-css-vite-app` (#43201) @ZeeshanTamboli
|
|
1276
|
-
- [core] Remove unnecessary types packages from `@mui/internal-babel-macros` (#43193) @ZeeshanTamboli
|
|
1277
|
-
- [docs-infra] Move `ApiPage` to TS (#43149) @alexfauquette
|
|
1278
|
-
- [test] Remove unnecessary prop type check in test (#43211) @aarongarciah
|
|
1279
|
-
- [test] Make conformance tests work with async render function (#43156) @michaldudak
|
|
1280
|
-
- [typescript] Update the minimum supported version (#43116) @mnajdova
|
|
1281
|
-
|
|
1282
|
-
All contributors of this release in alphabetical order: @aarongarciah, @AbdurRahman2004, @alexfauquette, @DiegoAndai, @Janpot, @joserodolfofreitas, @LukasTy, @michaldudak, @mnajdova, @oliviertassinari, @prakhargupta1, @samuelsycamore, @siriwatknp, @thathva, @Vxee, @zanivan, @ZeeshanTamboli
|
|
1283
|
-
|
|
1284
|
-
## 6.0.0-beta.4
|
|
1285
|
-
|
|
1286
|
-
<!-- generated comparing v6.0.0-beta.3..next -->
|
|
1287
|
-
|
|
1288
|
-
_Jul 30, 2024_
|
|
1289
|
-
|
|
1290
|
-
A big thanks to the 12 contributors who made this release possible.
|
|
1291
|
-
|
|
1292
|
-
### `@mui/material@6.0.0-beta.4`
|
|
1293
|
-
|
|
1294
|
-
- [Accordion] Render a heading wrapping `AccordionSummary` button per W3C Accordion Pattern standards (#42914) @ZeeshanTamboli
|
|
1295
|
-
- [Divider] Enable borderStyle enhancement in divider with children (#42715) @anuujj
|
|
1296
|
-
- [ImageListItemBar] Deprecate composed classes (#42905) @sai6855
|
|
1297
|
-
- Attach selector for default color scheme (#43035) @siriwatknp
|
|
1298
|
-
- Stabilize Grid v2 and deprecate Grid v1 (#43054) @DiegoAndai
|
|
1299
|
-
|
|
1300
|
-
### `@mui/system@6.0.0-beta.4`
|
|
1301
|
-
|
|
1302
|
-
- Make `createBreakpoints` independent for stringify theme (#43048) @siriwatknp
|
|
1303
|
-
|
|
1304
|
-
### `@mui/utils@6.0.0-beta.4`
|
|
1305
|
-
|
|
1306
|
-
- Fix issues reported by the React Compiler (#43051) @markliu2013
|
|
1307
|
-
|
|
1308
|
-
### Docs
|
|
1309
|
-
|
|
1310
|
-
- [material-ui] Replace deprecated `<ListItem button/>` with `ListItemButton` component in routing libraries list example (#43110) @aliharis99
|
|
1311
|
-
- [material-ui][Card] Update CardMedia description (#43067) @shahzaibdev1
|
|
1312
|
-
- [material-ui] Polish out data table demo (#43072) @zanivan
|
|
1313
|
-
- [material-ui][Snackbar] Improve reason type in demos (#43077) @sai6855
|
|
1314
|
-
- [pigment-css] Fix syntax in migrating-to-pigment-css guide (#43107) @KevinVandy
|
|
1315
|
-
- Fix page description line break @oliviertassinari
|
|
1316
|
-
|
|
1317
|
-
### Core
|
|
1318
|
-
|
|
1319
|
-
- Fix event naming convention @oliviertassinari
|
|
1320
|
-
- [docs-infra] Move ads to the `@mui/docs` package (#42944) @alexfauquette
|
|
1321
|
-
|
|
1322
|
-
All contributors of this release in alphabetical order: @alexfauquette, @aliharis99, @anuujj, @DiegoAndai, @KevinVandy, @markliu2013, @oliviertassinari, @sai6855, @shahzaibdev1, @siriwatknp, @zanivan, @ZeeshanTamboli
|
|
1323
|
-
|
|
1324
|
-
## 6.0.0-beta.3
|
|
1325
|
-
|
|
1326
|
-
<!-- generated comparing v6.0.0-beta.2..next -->
|
|
1327
|
-
|
|
1328
|
-
_Jul 24, 2024_
|
|
1329
|
-
|
|
1330
|
-
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
1331
|
-
|
|
1332
|
-
- 🚀 New version of the free Dashboard template, now with more components and an improved layout.
|
|
1333
|
-
|
|
1334
|
-
### `@mui/codemod@6.0.0-beta.3`
|
|
1335
|
-
|
|
1336
|
-
- Fix Divider props codemod (#42919) @aarongarciah
|
|
1337
|
-
|
|
1338
|
-
### `@mui/material@6.0.0-beta.3`
|
|
1339
|
-
|
|
1340
|
-
- Fix Accessing element.ref (#42818) @sai6855
|
|
1341
|
-
- Refine `extendTheme` and `CssVarsProvider` API (#42839) @siriwatknp
|
|
1342
|
-
- [Typography] Deprecate `paragraph` prop (#42383) @walston
|
|
1343
|
-
- [Rating] fix defaultLabelText a11y issue with undefine value input and hint (#42810) @ZouYouShun
|
|
1344
|
-
|
|
1345
|
-
### `@mui/material-nextjs@6.0.0-beta.3`
|
|
1346
|
-
|
|
1347
|
-
- [material-ui-nextjs] Add @emotion/react as peer dependency (#42885) @jeloagnasin
|
|
1348
|
-
- [material-ui-nextjs] Remove @mui/material as peer dependency (#43041) @brijeshb42
|
|
1349
|
-
|
|
1350
|
-
### `@mui/utils@6.0.0-beta.3`
|
|
1351
|
-
|
|
1352
|
-
- [utils] Add dependency to @mui/types (#43029) @mnajdova
|
|
1353
|
-
|
|
1354
|
-
### Docs
|
|
1355
|
-
|
|
1356
|
-
- [material-ui][joy-ui][Autocomplete] Fix `Hint` demo (#42990) @ManthanGajjar
|
|
1357
|
-
- [docs] Make `DemoSandbox` agnostic of `productId` (#43042) @Janpot
|
|
1358
|
-
- [docs] Use slot variants over `theme.variants` (#42614) @siriwatknp
|
|
1359
|
-
- [docs] Remove stringify theme import (#43032) @siriwatknp
|
|
1360
|
-
- [docs] Bring v5.x changes to the CHANGELOG @oliviertassinari
|
|
1361
|
-
- [docs] Fix migration typo (#42976) @mnajdova
|
|
1362
|
-
- [material-ui] Add improvements to Dashboard template (#42445) @zanivan
|
|
1363
|
-
- [material-ui] Fix broken image links in blog template (#42956) @navedqb
|
|
1364
|
-
|
|
1365
|
-
### Core
|
|
1366
|
-
|
|
1367
|
-
- [code-infra] Add toolpad npm scope to envinfo (#41942) @Janpot
|
|
1368
|
-
- [code-infra] Fix pnpm lock file (#43030) @Janpot
|
|
1369
|
-
- [code-infra] Run `react-17` and `react-next` workflows on the next branch (#42690) @cherniavskii
|
|
1370
|
-
- [code-infra] Make `useReactVersion` script reusable in other repos (#42828) @cherniavskii
|
|
1371
|
-
- [code-infra] Add toolpad npm scope to envinfo (#41942) @Janpot
|
|
1372
|
-
- [core] Add pigment and Base UI scopes to envinfo (#43002) @Janpot
|
|
1373
|
-
- [core] Update minimum version of Node.js to 14.0.0 (#42920) @DiegoAndai
|
|
1374
|
-
- [core] Expose missing screen methods from Testing Library (#42968) @aarongarciah
|
|
1375
|
-
- [docs-infra] Leave TODO for warnOnce to reduce bundle size @oliviertassinari
|
|
1376
|
-
- [docs-infra] Remove `display: flex` from `SectionTitle` (#42979) @LukasTy
|
|
1377
|
-
- [test][material-ui] Remove unnecessary async act calls (#42942) @aarongarciah
|
|
1378
|
-
|
|
1379
|
-
All contributors of this release in alphabetical order: @aarongarciah, @bharatkashyap, @brijeshb42, @cherniavskii, @DiegoAndai, @Janpot, @jeloagnasin, @LukasTy, @ManthanGajjar, @mnajdova, @navedqb, @oliviertassinari, @sai6855, @siriwatknp, @walston, @zanivan, @ZouYouShun
|
|
1380
|
-
|
|
1381
|
-
## 6.0.0-beta.2
|
|
1382
|
-
|
|
1383
|
-
<!-- generated comparing v6.0.0-beta.1..next -->
|
|
1384
|
-
|
|
1385
|
-
_Jul 16, 2024_
|
|
1386
|
-
|
|
1387
|
-
### `@mui/material@6.0.0-beta.2`
|
|
1388
|
-
|
|
1389
|
-
- [material] Add missing dependency (#42961) @mnajdova
|
|
1390
|
-
|
|
1391
|
-
### Docs
|
|
1392
|
-
|
|
1393
|
-
- [docs] Move feedback from Canny to GitHub @oliviertassinari
|
|
1394
|
-
|
|
1395
|
-
All contributors of this release in alphabetical order: @mnajdova, @oliviertassinari
|
|
1396
|
-
|
|
1397
|
-
## 6.0.0-beta.1
|
|
1398
|
-
|
|
1399
|
-
<!-- generated comparing v6.0.0-beta.0..next -->
|
|
1400
|
-
|
|
1401
|
-
_Jul 16, 2024_
|
|
1402
|
-
|
|
1403
|
-
A big thanks to the 6 contributors who made this release possible.
|
|
1404
|
-
|
|
1405
|
-
### `@mui/material@6.0.0-beta.1`
|
|
1406
|
-
|
|
1407
|
-
- Remove dependency on @mui/base (#42907) @mnajdova
|
|
1408
|
-
- Set material-pigment-css to public (#42912) @siriwatknp
|
|
1409
|
-
|
|
1410
|
-
### `@mui/codemod@6.0.0-beta.1`
|
|
1411
|
-
|
|
1412
|
-
- Support sx conditional inside spread element (#42894) @siriwatknp
|
|
1413
|
-
|
|
1414
|
-
### Docs
|
|
1415
|
-
|
|
1416
|
-
- Fix 301 link @oliviertassinari
|
|
1417
|
-
- [material-ui] Add script to generate template screenshots (#42903) @siriwatknp
|
|
1418
|
-
|
|
1419
|
-
### Core
|
|
1420
|
-
|
|
1421
|
-
- [core] Remove custom hooks from the `mui-name-matches-component-name` linting rule (#42773) @flaviendelangle
|
|
1422
|
-
- [core] Normalize rest / other to match the most common used @oliviertassinari
|
|
1423
|
-
- [docs-infra] Move Ads component to TS (#42842) @alexfauquette
|
|
1424
|
-
- [docs-infra] Support code tabs overflow (#42913) @arminmeh
|
|
1425
|
-
|
|
1426
|
-
All contributors of this release in alphabetical order: @alexfauquette, @arminmeh, @flaviendelangle, @mnajdova, @oliviertassinari, @siriwatknp
|
|
1427
|
-
|
|
1428
|
-
## 6.0.0-beta.0
|
|
1429
|
-
|
|
1430
|
-
<!-- generated comparing v6.0.0-alpha.14..next -->
|
|
1431
|
-
|
|
1432
|
-
_Jul 11, 2024_
|
|
1433
|
-
|
|
1434
|
-
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
1435
|
-
|
|
1436
|
-
- 🎉 This is the first v6 beta release! A huge thanks to everyone who helped to make this happen! The target date for a stable release is the 28th of July. The next month will be used to polish v6, and ease the migration from v5. You can follow the [v6 stable milestone](https://github.com/mui/material-ui/milestone/42) for more details.
|
|
1437
|
-
- 🚀 All planned breaking changes are completed.
|
|
1438
|
-
|
|
1439
|
-
### `@mui/material@v6.0.0-beta.0`
|
|
1440
|
-
|
|
1441
|
-
- Revert deprecation warnings for `*Components` and `*Props` for v6 (#42466) @lhilgert9
|
|
1442
|
-
- Performance: lazy Ripple (#41061) @romgrk
|
|
1443
|
-
- [AppBar] Fix inherit color is inconsistent between ThemeProvider and CssVarsProvider (#42714) @ZeeshanTamboli
|
|
1444
|
-
- [Autocomplete] Add new AutocompleteInputChangeReason (#37301) @binh1298
|
|
1445
|
-
|
|
1446
|
-
### `@mui/material-pigment-css@v6.0.0-beta.0`
|
|
1447
|
-
|
|
1448
|
-
- Create a wrapper package over Pigment CSS (#42819) @brijeshb42
|
|
1449
|
-
|
|
1450
|
-
### `@mui/base@5.0.0-beta.53`
|
|
1451
|
-
|
|
1452
|
-
- [Autocomplete] Add new AutocompleteInputChangeReason (#37301) @binh1298
|
|
1453
|
-
|
|
1454
|
-
### Docs
|
|
1455
|
-
|
|
1456
|
-
- Replace v6 "alpha" mentions with "beta" (#42895) @DiegoAndai
|
|
1457
|
-
- Fix typos (#42862) @omahs
|
|
1458
|
-
- Fix issues reported by react compiler in docs folder (#42881) @sai6855
|
|
1459
|
-
- Fix 301 @oliviertassinari
|
|
1460
|
-
- [LinearProgress] Fix buffer demo (#42858) @mbrookes
|
|
1461
|
-
- Adjust site to add Toolpad on the homepage (#38604) @bharatkashyap
|
|
1462
|
-
|
|
1463
|
-
### Core
|
|
1464
|
-
|
|
1465
|
-
- Fix imports in `Demo` component (#42857) @LukasTy
|
|
1466
|
-
- Use @mui/docs/HighlightedCodeWithTabs in markdown (#42841) @Janpot
|
|
1467
|
-
- Simpler pnpm dedupe error message to act on @oliviertassinari
|
|
1468
|
-
- Fix split infinitive use in tests @oliviertassinari
|
|
1469
|
-
- [lab] Fix issues reported by react-compiler in mui-lab (#42880) @sai6855
|
|
1470
|
-
|
|
1471
|
-
All contributors of this release in alphabetical order: @bharatkashyap, @brijeshb42, @DiegoAndai, @Janpot, @lhilgert9, @LukasTy, @mbrookes, @oliviertassinari, @omahs, @romgrk, @sai6855, @ZeeshanTamboli
|
|
1472
|
-
|
|
1473
|
-
## 6.0.0-alpha.14
|
|
1474
|
-
|
|
1475
|
-
<!-- generated comparing v6.0.0-alpha.13..next -->
|
|
1476
|
-
|
|
1477
|
-
_Jul 3, 2024_
|
|
1478
|
-
|
|
1479
|
-
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
1480
|
-
|
|
1481
|
-
- ✨ Updated Grid v2 to match PigmentGrid (#42742) @DiegoAndai
|
|
1482
|
-
|
|
1483
|
-
### `@mui/material@v6.0.0-alpha.14`
|
|
1484
|
-
|
|
1485
|
-
#### BREAKING CHANGES
|
|
1486
|
-
|
|
1487
|
-
- [Grid] Update Grid props to match PigmentGrid (#42742) @DiegoAndai
|
|
1488
|
-
|
|
1489
|
-
Use the codemod below to migrate the props:
|
|
1490
|
-
|
|
1491
|
-
```bash
|
|
1492
|
-
npx @mui/codemod@next v6.0.0/grid-v2-props /path/to/folder
|
|
1493
|
-
```
|
|
1494
|
-
|
|
1495
|
-
#### Changes
|
|
1496
|
-
|
|
1497
|
-
- [Alert] Add ability to override slot props (#42787) @alexey-kozlenkov
|
|
1498
|
-
- [Dialog] Revert incorrect textAlign style removal (#42778) @DiegoAndai
|
|
1499
|
-
- [theme] Support `CssVarsTheme` in `responsiveFontSizes` return type (#42786) @jxdp
|
|
1500
|
-
|
|
1501
|
-
### Docs
|
|
1502
|
-
|
|
1503
|
-
- [material-ui] Add some writing tweaks to v6 migration page (#42623) @danilo-leal
|
|
1504
|
-
- [material-ui] Fix issues reported by react-compiler in docs folder (#42830) @sai6855
|
|
1505
|
-
- [material-ui] Add some writing tweaks to v6 migration page (#42623) @danilo-leal
|
|
1506
|
-
- [base-ui] Fix wrong description for `UseTabParameters.onChange` (#42749) @ohgree
|
|
1507
|
-
- Fix 301 MDN redirections @oliviertassinari
|
|
1508
|
-
|
|
1509
|
-
### Core
|
|
1510
|
-
|
|
1511
|
-
- [core] Bump React to 18.3.1 (#42047) @renovate[bot]
|
|
1512
|
-
- [core] Revert lint for `useThemeProps` (#42817) @siriwatknp
|
|
1513
|
-
- [core] Remove useIsFocusVisible util (#42467) @DiegoAndai
|
|
1514
|
-
- [core] Remove react-test-renderer (#42784) @aarongarciah
|
|
1515
|
-
- [core][mui-utils] Remove remaining IE11 references (#42777) @DiegoAndai
|
|
1516
|
-
- [code-infra] Move `HighlightedCode` test into `@mui/docs` package (#42835) @LukasTy
|
|
1517
|
-
- [code-infra] Cleanup `@mui/docs` usage and legacy re-exports (#42833) @LukasTy
|
|
1518
|
-
- [docs-infra] Fix React Compiler ESLint issues in website components (#42566) @aarongarciah
|
|
1519
|
-
- [docs-infra] Add batch of design polish (#42823) @danilo-leal
|
|
1520
|
-
- [test][mui-utils] Remove usages of deprecated react-dom APIs (#42780) @aarongarciah
|
|
1521
|
-
- [test][joy-ui][Autocomplete] Fix spread key error in test (#42775) @aarongarciah
|
|
1522
|
-
|
|
1523
|
-
All contributors of this release in alphabetical order: @aarongarciah, @alexey-kozlenkov, @danilo-leal, @DiegoAndai, @Janpot, @jxdp, @LukasTy, @ohgree, @oliviertassinari, @renovate[bot], @sai6855, @siriwatknp
|
|
1524
|
-
|
|
1525
|
-
## 6.0.0-alpha.13
|
|
1526
|
-
|
|
1527
|
-
<!-- generated comparing v6.0.0-alpha.12..next -->
|
|
1528
|
-
|
|
1529
|
-
_Jun 27, 2024_
|
|
1530
|
-
|
|
1531
|
-
A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
|
|
1532
|
-
|
|
1533
|
-
- 🚀 Added layout components for Pigment CSS integration (#42693) @siriwatknp
|
|
1534
|
-
|
|
1535
|
-
### `@mui/material@6.0.0-alpha.13`
|
|
1536
|
-
|
|
1537
|
-
- [Autocomplete] Fix more React 18.3 key spread warnings in demos (#42639) @wbt
|
|
1538
|
-
- [Container][Grid][Stack][Hidden] Export Pigment CSS layout components (#42693) @siriwatknp
|
|
1539
|
-
- [Text Field] when click password visibility button, text caret position change to very front. (#42595) @appleSimple
|
|
1540
|
-
- [Modal] migrate useSlotProps to useSLot (#42150) @sai6855
|
|
1541
|
-
|
|
1542
|
-
### `@mui/styles@6.0.0-alpha.13`
|
|
1543
|
-
|
|
1544
|
-
- [withStyles] Expect React defaultProps warning in test (#42752) @aarongarciah
|
|
1545
|
-
|
|
1546
|
-
### Docs
|
|
1547
|
-
|
|
1548
|
-
- Fix link in CONTRIBUTING.md (#42755) @Janpot
|
|
1549
|
-
- Add documentation on migrating JSS's alternative, array-based syntax to syntax supported by Emotion (#42053) @cjl750
|
|
1550
|
-
- Fix type error in virtualized table demo (#42757) @aarongarciah
|
|
1551
|
-
- Add first batch of v6 migration (#42242) @siriwatknp
|
|
1552
|
-
- Fix quotes on font-family dedeclaration in the Landing Page template theme (#42748) @joetats
|
|
1553
|
-
|
|
1554
|
-
### Core
|
|
1555
|
-
|
|
1556
|
-
- [code-infra] Refactor eslint `import/no-cycle` rule (#42705) @LukasTy
|
|
1557
|
-
- [core] Target direct version for prerelease (#42768) @siriwatknp
|
|
1558
|
-
- [test] Remove enzyme (#42706) @aarongarciah
|
|
1559
|
-
- [test] Remove createMount test util (#42703) @aarongarciah
|
|
1560
|
-
|
|
1561
|
-
All contributors of this release in alphabetical order: @aarongarciah, @alelthomas, @appleSimple, @cjl750, @Janpot, @joetats, @LukasTy, @sai6855, @siriwatknp, @wbt
|
|
1562
|
-
|
|
1563
|
-
## 6.0.0-alpha.12
|
|
1564
|
-
|
|
1565
|
-
<!-- generated comparing v6.0.0-alpha.11..next -->
|
|
1566
|
-
|
|
1567
|
-
_Jun 24, 2024_
|
|
1568
|
-
|
|
1569
|
-
A big thanks to the 17 contributors who made this release possible.
|
|
1570
|
-
|
|
1571
|
-
### `@mui/material@6.0.0-alpha.12`
|
|
1572
|
-
|
|
1573
|
-
- Add `InitColorSchemeScript` for Next.js App Router (#42247) @siriwatknp
|
|
1574
|
-
- [Autocomplete] Fix renderOption props type (#42689) @DiegoAndai
|
|
1575
|
-
- [Autocomplete] Fix React 18.3 key spread warnings in Autocomplete demos (#42691) @aarongarciah
|
|
1576
|
-
- Support Pigment CSS for `CssBaseline`, `ScopedCssBaseline` and `Popper` (#42640) @siriwatknp
|
|
1577
|
-
- Add `DefaultPropsProvider` for Pigment CSS integration (#42638) @siriwatknp
|
|
1578
|
-
- [Stepper] Generate class for nonLinear prop (#42620) @alexismo
|
|
1579
|
-
- [Tab] Fix failing test (#42686) @aarongarciah
|
|
1580
|
-
- [Tab] Deprecate iconWrapper class for icon class (#42647) @sai6855
|
|
1581
|
-
- [TableSortLabel] Deprecate composed classes (#42281) @sai6855
|
|
1582
|
-
- [usePagination] Update pagination `siblingsEnd` calculation logic (#42667) @Mini-ghost
|
|
1583
|
-
|
|
1584
|
-
### `@mui/codemod@6.0.0-alpha.12`
|
|
1585
|
-
|
|
1586
|
-
- Support dynamic props styled transformation (#42683) @siriwatknp
|
|
1587
|
-
|
|
1588
|
-
### `@mui/system@6.0.0-alpha.12`
|
|
1589
|
-
|
|
1590
|
-
- Fix issues reported by react compiler in `mui-system` package (#42637) @sai6855
|
|
1591
|
-
- [useMediaQuery] Remove deprecated types (#42560) @aarongarciah
|
|
1592
|
-
|
|
1593
|
-
### `@mui/joy@5.0.0-beta.45`
|
|
1594
|
-
|
|
1595
|
-
- Fix issues reported by the React Compiler (#42671) @anuujj
|
|
1596
|
-
- [Autocomplete] Fix React spread key warning (#42741) @aarongarciah
|
|
1597
|
-
|
|
1598
|
-
### `@mui/lab@6.0.0-alpha.12`
|
|
1599
|
-
|
|
1600
|
-
- [LoadingButton] Apply wrapping element to prevent React crash on Google page translation (#35198) @BartJanvanAssen
|
|
1601
|
-
|
|
1602
|
-
### Docs
|
|
1603
|
-
|
|
1604
|
-
- Fix git diff format in migration to v6 (#42711) @oliviertassinari
|
|
1605
|
-
- Use new email for sponsoring @oliviertassinari
|
|
1606
|
-
- Fix 301 links (#42697) @alexfauquette
|
|
1607
|
-
- Normalize the capitalization of Design Kit @oliviertassinari
|
|
1608
|
-
- Recommend setting HTML attribute instead of DOM property for RTL (#42599) @aarongarciah
|
|
1609
|
-
- [material-ui][Select] Fix the `SelectAutoWidth` demo menu item value (#42648) @Danielkhakbaz
|
|
1610
|
-
|
|
1611
|
-
### Core
|
|
1612
|
-
|
|
1613
|
-
- [code-infra] Try disabling animations when taking screenshots (#42537) @Janpot
|
|
1614
|
-
- [code-infra] Fix benchmark package (#42553) @Janpot
|
|
1615
|
-
- [core] Replace enzyme in describeConformance (#42447) @DiegoAndai
|
|
1616
|
-
- [docs-infra] Fix layout shift demo toolbar (#42743) @oliviertassinari
|
|
1617
|
-
- [docs-infra] Fix visual look of in-house ad (#42735) @oliviertassinari
|
|
1618
|
-
- [docs-infra] Add stray design polish (#42646) @danilo-leal
|
|
1619
|
-
- [docs-infra] Fix wrong migration (#42675) @siriwatknp
|
|
1620
|
-
- [docs-infra] Fine tune markdown elements design (#42643) @danilo-leal
|
|
1621
|
-
- [docs-infra] Revamp the product switcher design (#42603) @danilo-leal
|
|
1622
|
-
- [docs-infra] Allow Link component to receive the `role` attribute (#42629) @danilo-leal
|
|
1623
|
-
- [infra] Add support donation button (#42499) @oliviertassinari
|
|
1624
|
-
- [infra] Raise `tsconfig`/`tsc` target to `es2022` (#42645) @LukasTy
|
|
1625
|
-
- [test] Fix tests on CI (#42670) @michaldudak
|
|
1626
|
-
- [test] Fix issues reported by react-compiler in test packages (#42626) @sai6855
|
|
1627
|
-
|
|
1628
|
-
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @alexismo, @anuujj, @arminmeh, @BartJanvanAssen, @Danielkhakbaz, @danilo-leal, @DiegoAndai, @Janpot, @LukasTy, @michaldudak, @Mini-ghost, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp
|
|
1629
|
-
|
|
1630
|
-
## 6.0.0-alpha.11
|
|
1631
|
-
|
|
1632
|
-
<!-- generated comparing v6.0.0-alpha.10..next -->
|
|
1633
|
-
|
|
1634
|
-
_Jun 11, 2024_
|
|
1635
|
-
|
|
1636
|
-
A big thanks to the 18 contributors who made this release possible.
|
|
1637
|
-
|
|
1638
|
-
### `@mui/material@6.0.0-alpha.11`
|
|
1639
|
-
|
|
1640
|
-
- [Autocomplete] Shouldn't resize when hovering (#42452) @ZeeshanTamboli
|
|
1641
|
-
- [Chip] Fix focus issue related with the Escape event (#41578) @shrilsharma
|
|
1642
|
-
- [Grid] Fix support for CSS variables (#42574) @oliviertassinari
|
|
1643
|
-
- [InputBase] Use `globalCss` for Pigment integration (#42431) @siriwatknp
|
|
1644
|
-
- Change React.ReactElement type from `any` to `unknown` (#42473) @sai6855
|
|
1645
|
-
- Integrate `extendSxProp` adapter (#42543) @siriwatknp
|
|
1646
|
-
- [Tab] Fix applying `iconWrapper` styles from theme and update its description (#42549) @sai6855
|
|
1647
|
-
- [pigment-css] Add `stringifyTheme` for Pigment CSS integration (#42476) @siriwatknp
|
|
1648
|
-
|
|
1649
|
-
### `@mui/system@6.0.0-alpha.11`
|
|
1650
|
-
|
|
1651
|
-
- [Grid] Remove `disableEqualOverflow` by using `gap` (#42526) @DiegoAndai
|
|
1652
|
-
- [useMediaQuery] Drop Safari < 14 support (#42464) @aarongarciah
|
|
1653
|
-
|
|
1654
|
-
### `@mui/utils@6.0.0-alpha.11`
|
|
1655
|
-
|
|
1656
|
-
- Allow passing `NaN` as `defaultValue` to `useControlled` (#41559) @iammminzzy
|
|
1657
|
-
|
|
1658
|
-
### `@mui/codemod@6.0.0-alpha.11`
|
|
1659
|
-
|
|
1660
|
-
- Improve styled and sx prop transformation (#42598) @siriwatknp
|
|
1661
|
-
- Support more cases for sx-prop transformation (#42527) @siriwatknp
|
|
1662
|
-
|
|
1663
|
-
### `@mui/private-theming@6.0.0-alpha.11`
|
|
1664
|
-
|
|
1665
|
-
- Fix issues reported by react compiler in `mui-private-theming` components (#42619) @sai6855
|
|
1666
|
-
|
|
1667
|
-
### Docs
|
|
1668
|
-
|
|
1669
|
-
- Add `theme.applyStyles()` and migrate docs (#42498) @siriwatknp
|
|
1670
|
-
- Fix dashboard template console error (#42594) @oliviertassinari
|
|
1671
|
-
- Migrate system props to `sx` prop (#42475) @siriwatknp
|
|
1672
|
-
- [material-ui]Fix duplicated sentence (#42521) @alexfauquette
|
|
1673
|
-
- [Grid] Fix docs spacing (#42573) @oliviertassinari
|
|
1674
|
-
- [joy-ui] Add Next.js App Router instructions on how to prevent flickering (#42514) @devnyxie
|
|
1675
|
-
- [joy-ui] Fix HTML tag without preformatting (#42525) @jacobmoshipco
|
|
1676
|
-
- [material-ui] Add docs for complementary stepper components (#41900) @anle9650
|
|
1677
|
-
- [material-ui] Fix typo on Sign-in/Sign-up templates (#42605) @zanivan
|
|
1678
|
-
- [material-ui] Add container queries docs (#42434) @siriwatknp
|
|
1679
|
-
- [material-ui] Fix ESLint error in Stepper demo (#42559) @aarongarciah
|
|
1680
|
-
- [material-ui] Shorten useMediaQuery subheading (#42561) @aarongarciah
|
|
1681
|
-
- [material-ui] Add a Refine example project (#42461) @necatiozmen
|
|
1682
|
-
|
|
1683
|
-
### Core
|
|
1684
|
-
|
|
1685
|
-
- [core] Allow `for..of` loops (#42600) @michaldudak
|
|
1686
|
-
- [core] Add comment about Object.js @oliviertassinari
|
|
1687
|
-
- [core] Disable eslint-plugin-react-compiler for Base (#42563) @aarongarciah
|
|
1688
|
-
- [core] Group Pigment CSS dependencies (#42174) @siriwatknp
|
|
1689
|
-
- [core] Configure eslint-plugin-react-compiler (#42555) @aarongarciah
|
|
1690
|
-
- [core] Skip charts animation for visual regression test (#42530) @alexfauquette
|
|
1691
|
-
- [docs-infra] Simplify click header (#42593) @oliviertassinari
|
|
1692
|
-
- [docs-infra] Add configurable jsdoc host variable (#42472) @tonygravell
|
|
1693
|
-
- [docs-infra] Add the Base UI logo with copy functionality (#42446) @danilo-leal
|
|
1694
|
-
- [docs-infra] Prevent link anchor when selecting text (#41994) @alexfauquette
|
|
1695
|
-
- [docs-infra] Add the Base UI logo with copy functionality (#42446) @danilo-leal
|
|
1696
|
-
- [examples] Remove Pigment CSS examples (#42471) @sai6855
|
|
1697
|
-
- [test] Restore pnpm tc command (#42572) @oliviertassinari
|
|
1698
|
-
- [test] Restore testing internal packages (#42519) @michaldudak
|
|
1699
|
-
|
|
1700
|
-
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @anle9650, @DanailH, @danilo-leal, @devnyxie, @DiegoAndai, @iammminzzy, @jacobmoshipco, @michaldudak, @necatiozmen, @oliviertassinari, @sai6855, @shrilsharma, @siriwatknp, @tonygravell, @zanivan, @ZeeshanTamboli
|
|
1701
|
-
|
|
1702
|
-
## 6.0.0-alpha.10
|
|
1703
|
-
|
|
1704
|
-
<!-- generated comparing v6.0.0-alpha.9..next -->
|
|
1705
|
-
|
|
1706
|
-
_Jun 4, 2024_
|
|
1707
|
-
|
|
1708
|
-
A big thanks to the 7 contributors who made this release possible.
|
|
1709
|
-
|
|
1710
|
-
### `@mui/material@6.0.0-alpha.10`
|
|
1711
|
-
|
|
1712
|
-
- [Backdrop] Deprecate `components` and `componentsProps` (#42468) @DiegoAndai
|
|
1713
|
-
- [Collapse] Bound max transition time (#42390) @oliviertassinari
|
|
1714
|
-
- [FilledInput] Remove unapplied classes from filledInputClasses interface and add missing classes to root (#42082) @sai6855
|
|
1715
|
-
- [InputBase] Deprecate components and componentProps props for v6 (#42093) @ChronicusUA
|
|
1716
|
-
- Remove remaining IE11 code (#42283) @DiegoAndai
|
|
1717
|
-
- [Modal] Deprecate `components` and `componentsProps` (#42469) @DiegoAndai
|
|
1718
|
-
- [Popover] Migrate useSlotProps to useSlot (#42369) @sai6855
|
|
1719
|
-
- [useMediaQuery] Remove unused useMediaQueryTheme (#42367) @aarongarciah
|
|
1720
|
-
|
|
1721
|
-
### `@mui/system@6.0.0-alpha.10`
|
|
1722
|
-
|
|
1723
|
-
- Remove IE11 code (#42436) @DiegoAndai
|
|
1724
|
-
|
|
1725
|
-
### Docs
|
|
1726
|
-
|
|
1727
|
-
- Reflect Base UI and MUI System in a different repository @oliviertassinari
|
|
1728
|
-
- Update twitter.com to x.com @oliviertassinari
|
|
1729
|
-
- Simplify Example projects page @oliviertassinari
|
|
1730
|
-
- [icons] Update README and docs page (#41938) @danilo-leal
|
|
1731
|
-
- [material-ui] Add changelog section to the design kits page (#42449) @danilo-leal
|
|
1732
|
-
- [material-ui] Fix sentence in the All components page (#42336) @danilo-leal
|
|
1733
|
-
- [material-ui] Update Figma design kit doc redirect link (#42448) @danilo-leal
|
|
1734
|
-
- [system] Add "dynamic values" section to sx prop page (#42239) @aarongarciah
|
|
1735
|
-
|
|
1736
|
-
### Core
|
|
1737
|
-
|
|
1738
|
-
- [docs-infra] Update the OG card image design (#42470) @danilo-leal
|
|
1739
|
-
- [docs-infra] Add small design polish (#42455) @danilo-leal
|
|
1740
|
-
- [docs-infra] Update the Material logo + add copy functionality (#42435) @danilo-leal
|
|
1741
|
-
|
|
1742
|
-
All contributors of this release in alphabetical order: @aarongarciah, @ChronicusUA, @danilo-leal, @DiegoAndai, @erezstmn-doit, @oliviertassinari, @sai6855
|
|
1743
|
-
|
|
1744
|
-
## 6.0.0-alpha.9
|
|
1745
|
-
|
|
1746
|
-
<!-- generated comparing v6.0.0-alpha.8..next -->
|
|
1747
|
-
|
|
1748
|
-
_May 29, 2024_
|
|
1749
|
-
|
|
1750
|
-
A big thanks to the 23 contributors who made this release possible. Here are some highlights ✨:
|
|
1751
|
-
|
|
1752
|
-
- 🚀 `CssVarsProvider` and `extendTheme` are now stable (#42246) @siriwatknp
|
|
1753
|
-
|
|
1754
|
-
### `@mui/material@6.0.0-alpha.9`
|
|
1755
|
-
|
|
1756
|
-
- [AlertTitle] Enable extending Typography props (#42269) @lucasgmelo
|
|
1757
|
-
- [AvatarGroup] deprecate `componentsProps` for v6 (#42122) @lhilgert9
|
|
1758
|
-
- [Grid] Deprecate `wrap` prop (#42363) @fedirjh
|
|
1759
|
-
- [ListItem] Document `*Component` and `*Props` props deprecations (#42263) @aarongarciah
|
|
1760
|
-
- [ListItem] Deprecate ListItem's components and componentsProps (#42219) @aarongarciah
|
|
1761
|
-
- [ListItemSecondaryAction] Deprecate component (#42251) @aarongarciah
|
|
1762
|
-
- Stabilize `CssVarsProvider` and `extendTheme` (#42246) @siriwatknp
|
|
1763
|
-
- [Popper] Deprecate components and componentProps props for v6 (#42111) @ChronicusUA
|
|
1764
|
-
- [responsiveFontSizes] Handled undefined variants (#42412) @brijeshb42
|
|
1765
|
-
- [Slider] Fix wrong CSS value (#42370) @mnajdova
|
|
1766
|
-
- [Tooltip] Deprecate components and componentProps props for v6 (#42107) @ChronicusUA
|
|
1767
|
-
|
|
1768
|
-
### `@mui/system@6.0.0-alpha.9`
|
|
1769
|
-
|
|
1770
|
-
- [createStyled] Intercept `ownerState` coming from `props` and `ownerState` (#42358) @DiegoAndai
|
|
1771
|
-
|
|
1772
|
-
### `@mui/codemod@6.0.0-alpha.9`
|
|
1773
|
-
|
|
1774
|
-
- Add `sx` prop for v6 migration (#42153) @siriwatknp
|
|
1775
|
-
- Add codemod for removing system props (#42282) @siriwatknp
|
|
1776
|
-
|
|
1777
|
-
### Docs
|
|
1778
|
-
|
|
1779
|
-
- Remove unused images (#42324) @danilo-leal
|
|
1780
|
-
- Add Pigment CSS and Base UI logos SVGs (#42322) @danilo-leal
|
|
1781
|
-
- [joy-ui] Fix template responsiveness (#42422) @j4marcos
|
|
1782
|
-
- [material-ui] Add the Pashto locale (#42244) @sayoubiaf
|
|
1783
|
-
- [material-ui] Remove duplicate Design Kits page (#42338) @danilo-leal
|
|
1784
|
-
- [material-ui] Document callback to access theme in GlobalStyles (#42257) @aarongarciah
|
|
1785
|
-
- [material-ui] Add minor modifications to the Vertical stepper demo (#42342) @mihilt
|
|
1786
|
-
- [material-ui][Tabs] Improve the Basic Tabs demo (#42374) @MatheusEli
|
|
1787
|
-
- [pigment-css] Polish redirection mention @oliviertassinari
|
|
1788
|
-
|
|
1789
|
-
### Core
|
|
1790
|
-
|
|
1791
|
-
- [blog] Add fixes and clean ups to the Blog page (#42311) @danilo-leal
|
|
1792
|
-
- [blog] Add the "Product" tag to the Pigment CSS post (#42365) @danilo-leal
|
|
1793
|
-
- [code-infra] Simplify .stylelintrc.js @oliviertassinari
|
|
1794
|
-
- [code-infra] Fix stylelint locally (#42411) @oliviertassinari
|
|
1795
|
-
- [code-infra] Run corepack enable on all CI jobs (#42331) @Janpot
|
|
1796
|
-
- [code-infra] Create examples eslint rule (#42170) @oliviertassinari
|
|
1797
|
-
- [core] Apply React 19 type changes that don't require upcoming `@types/` packages (#42346) @DiegoAndai
|
|
1798
|
-
- [core] Remove `react-swipeable-views-utils` package from docs (#42378) @ZeeshanTamboli
|
|
1799
|
-
- [core] Update `@testing-library/react` and `@testing-library/dom` packages (#42349) @ZeeshanTamboli
|
|
1800
|
-
- [core] Remove `@types/prettier` package (#42339) @ZeeshanTamboli
|
|
1801
|
-
- [core] Remove `WyW-in-JS` from Renovate config (#42335) @ZeeshanTamboli
|
|
1802
|
-
- [docs-infra] Split feedback channels per product (#42413) @alexfauquette
|
|
1803
|
-
- [docs-infra] Avoid cryptic errors when tests don't exist (#42356) @Janpot
|
|
1804
|
-
- [docs-infra] Make menu styles consistent (#42387) @danilo-leal
|
|
1805
|
-
- [docs-infra] Display deprecation messages in API pages (#42352) @aarongarciah
|
|
1806
|
-
- [docs-infra] Standardize API pages Alert styles (#42386) @danilo-leal
|
|
1807
|
-
- [docs-infra] Fix Toolpad Core API links (#42362) @apedroferreira
|
|
1808
|
-
- [docs-infra] Tigthen up the header design (#42180) @danilo-leal
|
|
1809
|
-
- [docs-infra] Add Toolpad to muiNpmOrgs for codesandbox demos (#42316) @Janpot
|
|
1810
|
-
- [docs-infra] Allow JSDoc tags (#42337) @aarongarciah
|
|
1811
|
-
- [test] Remove `userAgent` override in `jsdom` env (#42344) @cherniavskii
|
|
1812
|
-
- [utils] Fix GitHub-reported prototype pollution vulnerability in `deepmerge` (#41652) @tjcouch-sil
|
|
1813
|
-
|
|
1814
|
-
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @apedroferreira, @brijeshb42, @cherniavskii, @ChronicusUA, @danilo-leal, @DiegoAndai, @fedirjh, @j4marcos, @Janpot, @KenanYusuf, @lhilgert9, @lucasgmelo, @MatheusEli, @mihilt, @mnajdova, @nikitaa24, @oliviertassinari, @sayoubiaf, @siriwatknp, @tjcouch-sil, @ZeeshanTamboli
|
|
1815
|
-
|
|
1816
|
-
## 6.0.0-alpha.8
|
|
1817
|
-
|
|
1818
|
-
<!-- generated comparing v6.0.0-alpha.7..next -->
|
|
1819
|
-
|
|
1820
|
-
_May 21, 2024_
|
|
1821
|
-
|
|
1822
|
-
A big thanks to the 7 contributors who made this release possible.
|
|
1823
|
-
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
1824
|
-
|
|
1825
|
-
### `@mui/material@6.0.0-alpha.7`
|
|
1826
|
-
|
|
1827
|
-
- [material-ui] Filter only valid theme palette for generating styles (#42147) @siriwatknp
|
|
1828
|
-
- [material-ui] Remove UMD bundle (#42172) @ZeeshanTamboli
|
|
1829
|
-
- [material-ui][TextField] Deprecate `*Props` props (#42062) @DiegoAndai
|
|
1830
|
-
|
|
1831
|
-
### Docs
|
|
1832
|
-
|
|
1833
|
-
- [docs] Remove Base UI from the README (#42307) @danilo-leal
|
|
1834
|
-
- [docs][material-ui] Fix typo in style interoperability with Tailwind CSS docs (#42279) @ZeeshanTamboli
|
|
1835
|
-
- [docs][material-ui] Add supported browsers section to migration guide (#42194) @DiegoAndai
|
|
1836
|
-
- [docs][material-ui][Pagination] Clarify pagination `page` prop API (#42220) @Mandar-Pandya
|
|
1837
|
-
|
|
1838
|
-
### Core
|
|
1839
|
-
|
|
1840
|
-
- [blog] Update blog post OG image (#42270) @danilo-leal
|
|
1841
|
-
- [blog] Update Pigment CSS post (#42266) @danilo-leal
|
|
1842
|
-
- [docs] Remove LocalMonero (#42224) @oliviertassinari
|
|
1843
|
-
- [docs-infra] Fix keyboard navigation on page tabs (#42152) @danilo-leal
|
|
1844
|
-
- [code-infra] Remove raw-loader (#42275) @Janpot
|
|
1845
|
-
- [core] Remove outdated Babel plugins (#42140) @ZeeshanTamboli
|
|
1846
|
-
- [core] Fix a few more key spread issues (#42168) @oliviertassinari
|
|
1847
|
-
|
|
1848
|
-
All contributors of this release in alphabetical order: @danilo-leal, @DiegoAndai, @Janpot, @Mandar-Pandya, @oliviertassinari, @siriwatknp, @ZeeshanTamboli
|
|
1849
|
-
|
|
1850
|
-
## 6.0.0-alpha.7
|
|
1851
|
-
|
|
1852
|
-
<!-- generated comparing v6.0.0-alpha.6..next -->
|
|
1853
|
-
|
|
1854
|
-
_May 16, 2024_
|
|
1855
|
-
|
|
1856
|
-
A big thanks to the 14 contributors who made this release possible.
|
|
1857
|
-
|
|
1858
|
-
### `@mui/material@6.0.0-alpha.7`
|
|
1859
|
-
|
|
1860
|
-
- [Autocomplete] Deprecate `componentsProps` props (#42179) @lhilgert9
|
|
1861
|
-
- [Autocomplete] Improve design when there's a start adornment for small autocomplete (#41781) @TahaRhidouani
|
|
1862
|
-
- [Autocomplete] deprecate `*Component` and `*Props` for v6 (#41875) @lhilgert9
|
|
1863
|
-
- [CircularProgress] Deprecate composed classes (#42076) @sai6855
|
|
1864
|
-
- [ToggleButtonGroup] Add missing `selected` class in ToggleButtonGroupClasses type (#42243) @tarunrajput
|
|
1865
|
-
|
|
1866
|
-
### `@mui/codemod@6.0.0-alpha.6`
|
|
1867
|
-
|
|
1868
|
-
- [Divider] Only apply codemod if light prop is present (#42098) @DiegoAndai
|
|
1869
|
-
|
|
1870
|
-
### Docs
|
|
1871
|
-
|
|
1872
|
-
- Fix 301 to Figma @oliviertassinari
|
|
1873
|
-
- Fix use of deprecated React API (#42118) @oliviertassinari
|
|
1874
|
-
- Remove the Base notification (#42191) @danilo-leal
|
|
1875
|
-
- [material-ui] Improve descriptions for deprecated props (#42221) @aarongarciah
|
|
1876
|
-
- [material-ui] Fix typo in composition docs (#42195) @aarongarciah
|
|
1877
|
-
|
|
1878
|
-
### Core
|
|
1879
|
-
|
|
1880
|
-
- [blog] Introducing Pigment CSS blog post (#42198) @samuelsycamore
|
|
1881
|
-
- [core] Remove confusing comment @oliviertassinari
|
|
1882
|
-
- [core] Match other repositories and convention @oliviertassinari
|
|
1883
|
-
- [core] Fix React 18.3 warnings about spreading keys in the Material UI `Autocomplete` component (#42099) @heath-freenome
|
|
1884
|
-
- [core] Remove unecessary quotes @oliviertassinari
|
|
1885
|
-
- [docs-infra] Share code for section title (#42236) @alexfauquette
|
|
1886
|
-
- [docs-infra] Limit the copy button to the visible code block (#42115) @danilo-leal
|
|
1887
|
-
- [docs-infra] Make select components with two capital letters (#42004) @alexfauquette
|
|
1888
|
-
- [docs-infra][toolpad] Fix Page title and SERP title mismatch (#41919) @bharatkashyap
|
|
1889
|
-
|
|
1890
|
-
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @arthurbalduini, @bharatkashyap, @danilo-leal, @DiegoAndai, @heath-freenome, @lhilgert9, @noraleonte, @oliviertassinari, @sai6855, @samuelsycamore, @TahaRhidouani, @tarunrajput
|
|
1891
|
-
|
|
1892
|
-
## 6.0.0-alpha.6
|
|
1893
|
-
|
|
1894
|
-
<!-- generated comparing v6.0.0-alpha.5..next -->
|
|
1895
|
-
|
|
1896
|
-
_May 8, 2024_
|
|
1897
|
-
|
|
1898
|
-
A big thanks to the 10 contributors who made this release possible.
|
|
1899
|
-
|
|
1900
|
-
### `@mui/material@6.0.0-alpha.6`
|
|
1901
|
-
|
|
1902
|
-
- [Chip] Add colorDefault class to chipClasses (#42067) @sai6855
|
|
1903
|
-
- Migrate components to support CSS extraction (#42001) @siriwatknp
|
|
1904
|
-
- [SpeedDial] Deprecate TransitionComponent (#40698) @harry-whorlow
|
|
1905
|
-
|
|
1906
|
-
### `@mui/codemod@6.0.0-alpha.6`
|
|
1907
|
-
|
|
1908
|
-
- Add `theme-v6` migration (#42056) @siriwatknp
|
|
1909
|
-
|
|
1910
|
-
### `@mui/icons-material@6.0.0-alpha.6`
|
|
1911
|
-
|
|
1912
|
-
- Add the Emergency icon (#42080) @danilo-leal
|
|
1913
|
-
|
|
1914
|
-
### Docs
|
|
1915
|
-
|
|
1916
|
-
- [autocomplete] Fix duplicate autocomplete id (#42086) @oliviertassinari
|
|
1917
|
-
- Fix SEO redirection issues @oliviertassinari
|
|
1918
|
-
- [material-ui] Fix broken link (#42142) @aarongarciah
|
|
1919
|
-
- [material-ui][docs] Fix link on the Sync page (#42088) @danilo-leal
|
|
1920
|
-
|
|
1921
|
-
### Core
|
|
1922
|
-
|
|
1923
|
-
- [blog] Shorten title to fit @oliviertassinari
|
|
1924
|
-
- [blog] Update Sync post OG image (#42114) @danilo-leal
|
|
1925
|
-
- [blog] A few tweaks in introducing-sync-plugin (#42092) @oliviertassinari
|
|
1926
|
-
- [code-infra] Add canary release scripts (#41949) @michaldudak
|
|
1927
|
-
- [code-infra] Move ComponentLinkHeader to @mui/docs (#42061) @Janpot
|
|
1928
|
-
- [code-infra] Bump node image used by CI in docker (#42079) @LukasTy
|
|
1929
|
-
- [core] Restrict import path with ESLint (#41970) @oliviertassinari
|
|
1930
|
-
- [docs-infra] Add design and formatting improvements (#42063) @danilo-leal
|
|
1931
|
-
- [docs-infra] Fix HTML structure violations (#42085) @oliviertassinari
|
|
1932
|
-
|
|
1933
|
-
All contributors of this release in alphabetical order: @aarongarciah, @danilo-leal, @harry-whorlow, @Janpot, @joserodolfofreitas, @LukasTy, @michaldudak, @oliviertassinari, @sai6855, @siriwatknp
|
|
1934
|
-
|
|
1935
|
-
## 6.0.0-alpha.5
|
|
1936
|
-
|
|
1937
|
-
<!-- generated comparing v6.0.0-alpha.4..next -->
|
|
1938
|
-
|
|
1939
|
-
_May 1, 2024_
|
|
1940
|
-
|
|
1941
|
-
A big thanks to the 9 contributors who made this release possible.
|
|
1942
|
-
|
|
1943
|
-
### `@mui/material@6.0.0-alpha.5`
|
|
1944
|
-
|
|
1945
|
-
- [FormControlLabel] Deprecate `componentsProps` (#41767) @sai6855
|
|
1946
|
-
- [PaginationItem] Deprecate components prop (#41777) @sai6855
|
|
1947
|
-
- [SvgIcon] Convert to support CSS extraction (#41779) @aarongarciah
|
|
1948
|
-
|
|
1949
|
-
### `@mui/base@5.0.0-beta.43`
|
|
1950
|
-
|
|
1951
|
-
- [TextareaAutosize] Fix resizing instability (#41638) @ZeeshanTamboli
|
|
1952
|
-
|
|
1953
|
-
### Docs
|
|
1954
|
-
|
|
1955
|
-
- Fix small SEO issues @oliviertassinari
|
|
1956
|
-
- [material-ui] Fix minor spelling error in the "About the lab" page (#42073) @ryanhartwig
|
|
1957
|
-
- [material-ui] Update Figma plugin name (#41967) @danilo-leal
|
|
1958
|
-
- [material-ui][templates] Fix input props attributes in Landing Page template (#42013) @5-tom
|
|
1959
|
-
- [system] Update typo on the sx prop page (#42035) @bricker
|
|
1960
|
-
|
|
1961
|
-
### Core
|
|
1962
|
-
|
|
1963
|
-
- [docs-infra] Clean up branding theme file and improve font-face readibility (#42023) @danilo-leal
|
|
1964
|
-
- [docs-infra] Simplify docs demo (#42016) @oliviertassinari
|
|
1965
|
-
- [wesbite] Remove duplicate MarkdownElement component (#42028) @danilo-leal
|
|
1966
|
-
|
|
1967
|
-
All contributors of this release in alphabetical order: @5-tom, @aarongarciah, @bricker, @danilo-leal, @mnajdova, @oliviertassinari, @ryanhartwig, @sai6855, @ZeeshanTamboli
|
|
1968
|
-
|
|
1969
|
-
## 6.0.0-alpha.4
|
|
1970
|
-
|
|
1971
|
-
<!-- generated comparing v6.0.0-alpha.3..next -->
|
|
1972
|
-
|
|
1973
|
-
_Apr 24, 2024_
|
|
1974
|
-
|
|
1975
|
-
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
1976
|
-
|
|
1977
|
-
- 🔥 Converted 3 more Material UI components to use Pigment CSS.
|
|
1978
|
-
- ℹ️ Pigment CSS now lives in [its own repository](https://github.com/mui/pigment-css)! From now on, all future development will happen there.
|
|
1979
|
-
|
|
1980
|
-
### `@mui/material@6.0.0-alpha.4`
|
|
1981
|
-
|
|
1982
|
-
- [Checkbox] Convert to support CSS extraction (#41957) @lhilgert9
|
|
1983
|
-
- [IconButton] Convert to support CSS extraction (#41850) @gijsbotje
|
|
1984
|
-
- [Radio] Convert to support CSS extraction (#41840) @lhilgert9
|
|
1985
|
-
- [Typography] Fix ownerState prop placement (#41903) @sai6855
|
|
1986
|
-
- Generate typography tokens (#41703) @siriwatknp
|
|
1987
|
-
- Move typography CSS variables to `font` (#42003) @siriwatknp
|
|
1988
|
-
- Fix getOverlayAlpha type (#41995) @oliviertassinari
|
|
1989
|
-
- Support CSS Extraction using codemod (#41935) @siriwatknp
|
|
1990
|
-
|
|
1991
|
-
### `@mui/icons-material@6.0.0-alpha.4`
|
|
1992
|
-
|
|
1993
|
-
- [icons] Update the icons package (#41937) @danilo-leal
|
|
1994
|
-
|
|
1995
|
-
### Docs
|
|
1996
|
-
|
|
1997
|
-
- [material-ui] Remove react-swipeable-views from demos as it's no longer maintained (#41912) @soler1212
|
|
1998
|
-
- [material-ui] Add dark theme thumbnails for templates (#41947) @zanivan
|
|
1999
|
-
- [material-ui] Remove links and interdependencies from free templates (#41941) @zanivan
|
|
2000
|
-
- [material-ui] Add missing backticks to HTML tag in the installation page (#41972) @Miguelrom
|
|
2001
|
-
- Fix 301 Toolpad links @oliviertassinari
|
|
2002
|
-
- Fix 301 image redirections @oliviertassinari
|
|
2003
|
-
|
|
2004
|
-
### Core
|
|
2005
|
-
|
|
2006
|
-
- pnpm docs:zipRules && vale sync @oliviertassinari
|
|
2007
|
-
- Remove @pigment-css/\* packages (#41965) @mnajdova
|
|
2008
|
-
- [code-infra] Move the HighlightedCode component to @mui/docs (#41859) @Janpot
|
|
2009
|
-
- [code-infra] Move the HighlightedCode component to @mui/docs (#41859) @Janpot
|
|
2010
|
-
- [code-infra] Make Babel config path configurable in API docs builder (#41999) @michaldudak
|
|
2011
|
-
- [docs-infra] Fix flex-shrink pro-plan (#41990) @oliviertassinari
|
|
2012
|
-
- [docs-infra] Allow more value uses of MUI (#41706) @oliviertassinari
|
|
2013
|
-
- [docs-infra] Move CPU to shared config (#41901) @oliviertassinari
|
|
2014
|
-
- [docs-infra] Improve Twitter OG:image (#41860) @oliviertassinari
|
|
2015
|
-
- [docs-infra] Adapt docs infra to Base UI docs needs (#41963) @michaldudak
|
|
2016
|
-
- [docs-infra] Add demo container design refinements (#41948) @danilo-leal
|
|
2017
|
-
- [docs-infra] Use the `getLayout` on the material demo pages (#41936) @alexfauquette
|
|
2018
|
-
- [test] Update browser versions in karma config (#42008) @ZeeshanTamboli
|
|
2019
|
-
|
|
2020
|
-
All contributors of this release in alphabetical order: @alexfauquette, @danilo-leal, @gijsbotje, @Janpot, @lhilgert9, @michaldudak, @Miguelrom, @mnajdova, @oliviertassinari, @rluzists1, @sai6855, @siriwatknp, @soler1212, @zanivan, @ZeeshanTamboli
|
|
2021
|
-
|
|
2022
|
-
## 6.0.0-alpha.3
|
|
2023
|
-
|
|
2024
|
-
<!-- generated comparing v6.0.0-alpha.2..next -->
|
|
2025
|
-
|
|
2026
|
-
_Apr 17, 2024_
|
|
2027
|
-
|
|
2028
|
-
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
|
|
2029
|
-
|
|
2030
|
-
- 🔥 Converted 5 more Material UI components to use Pigment CSS.
|
|
2031
|
-
- 🚀 Added container queries utility to the `@mui/system` package (#41674) @siriwatknp.
|
|
2032
|
-
|
|
2033
|
-
### `@mui/material@6.0.0-alpha.3`
|
|
2034
|
-
|
|
2035
|
-
- Convert `LinearProgress` to support Pigment CSS (#41816) @siriwatknp
|
|
2036
|
-
- [Dialog] Prevent onClick on the root element from being overwritten (#41881) @ryanburr
|
|
2037
|
-
- [FloatingActionButton] Convert to support CSS extraction (#41851) @gijsbotje
|
|
2038
|
-
- Convert `CircularProgress` to support Pigment CSS (#41776) @siriwatknp
|
|
2039
|
-
- [PaginationItem] Convert to support CSS extraction (#41848) @gijsbotje
|
|
2040
|
-
- [StepConnector] deprecate composed classes (#41740) @sai6855
|
|
2041
|
-
- [StepLabel] Deprecate `StepIconComponent`, `StepIconProps` (#41835) @sai6855
|
|
2042
|
-
- [ToggleButton] Convert to support CSS extraction (#41782) @lhilgert9
|
|
2043
|
-
- [ToggleButtonGroup] Deprecate composed classes (#41288) @sai6855
|
|
2044
|
-
- [Typography] Fix Typography inherit variant styles (#41308) @kealjones-wk
|
|
2045
|
-
|
|
2046
|
-
### `@mui/system@6.0.0-alpha.3`
|
|
2047
|
-
|
|
2048
|
-
- Add container queries utility (#41674) @siriwatknp
|
|
2049
|
-
|
|
2050
|
-
### `@mui/codemod@6.0.0-alpha.3`
|
|
2051
|
-
|
|
2052
|
-
- Add styled v6 transformation (#41743) @siriwatknp
|
|
2053
|
-
|
|
2054
|
-
### `@mui/joy@5.0.0-beta.36`
|
|
2055
|
-
|
|
2056
|
-
- [Button] Disable text highlighting (#41902) @mithun522
|
|
2057
|
-
|
|
2058
|
-
### `@pigment-css/react@0.0.7`
|
|
2059
|
-
|
|
2060
|
-
- Patch WyW's WeakRef usage (#41909) @DiegoAndai
|
|
2061
|
-
- Implement sx transform for system components (#41861) @brijeshb42
|
|
2062
|
-
|
|
2063
|
-
### Docs
|
|
2064
|
-
|
|
2065
|
-
- [material-ui] Add Connect-related content (#40848) @danilo-leal
|
|
2066
|
-
- [material-ui] Fix credit comment typo (#41872) @aarongarciah
|
|
2067
|
-
- [material-ui] Remove Data Grid v7 beta callout (#41839) @cherniavskii
|
|
2068
|
-
- [material-ui] Add stray design tweaks to free templates (#41696) @zanivan
|
|
2069
|
-
- [material-ui] Simplify components styling on templates (#41845) @zanivan
|
|
2070
|
-
- [material-ui][Button] Add `onChange` event handler to file upload example (#41863) @aarongarciah
|
|
2071
|
-
- [material-ui] Fix import statement in migration guide (#41852) @sai6855
|
|
2072
|
-
- Fix 301 redirection @oliviertassinari
|
|
2073
|
-
- Fix format git diff regression (#41882) @oliviertassinari
|
|
2074
|
-
- Fix small SEO issues @oliviertassinari
|
|
2075
|
-
- [pigment-css] Fix README typos (#41870) @MohammadShehadeh
|
|
2076
|
-
|
|
2077
|
-
### Core
|
|
2078
|
-
|
|
2079
|
-
- Begin removing IE 11-related code (#41709) @iammminzzy
|
|
2080
|
-
- [blog] Add post to introduce the Connect plugin (#41763) @danilo-leal
|
|
2081
|
-
- [code-infra] Fix require.context with aliases (#41682) @Janpot
|
|
2082
|
-
- [code-infra] Allow customizing hooks imports in API docs generator (#41828) @michaldudak
|
|
2083
|
-
- [codemod] Add utils for `*Component` and `*Props` props deprecations (#41685) @DiegoAndai
|
|
2084
|
-
- Replace bundle size reporter filter (#38979) @Janpot
|
|
2085
|
-
- [docs-infra] Make the whole header clickable (#39603) @MoazMirza-13
|
|
2086
|
-
- [docs-infra] Improve demo container and related components design (#41827) @danilo-leal
|
|
2087
|
-
- [docs-infra] Use edge function for card generation (#41188) (#41836) @alexfauquette
|
|
2088
|
-
- [docs-infra] Fix code block layout shift (#41917) @oliviertassinari
|
|
2089
|
-
- [docs-infra] Fine-tune the OG card image design (#41862) @danilo-leal
|
|
2090
|
-
- [docs-infra] Fix markdown version for material (#41908) @alexfauquette
|
|
2091
|
-
- [docs-infra] Support multiple tabs in demos (#40901) @bharatkashyap
|
|
2092
|
-
|
|
2093
|
-
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
|
|
2094
|
-
|
|
2095
|
-
## 6.0.0-alpha.2
|
|
2096
|
-
|
|
2097
|
-
<!-- generated comparing v6.0.0-alpha.1..next -->
|
|
2098
|
-
|
|
2099
|
-
_Apr 9, 2024_
|
|
2100
|
-
|
|
2101
|
-
A big thanks to the 5 contributors who made this release possible.
|
|
2102
|
-
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
2103
|
-
|
|
2104
|
-
### `@mui/material@6.0.0-alpha.2`
|
|
2105
|
-
|
|
2106
|
-
- [typescript][Select] Fix `muiName` property TypeScript error (#41726) @EyaOuenniche
|
|
2107
|
-
- [l10n] Fix typo in is-IS locale (#41810) @magnimarels
|
|
2108
|
-
|
|
2109
|
-
### `@pigment-css/react@0.0.6`
|
|
2110
|
-
|
|
2111
|
-
- [core] Remove `muiName` during eval phase (#41811) @brijeshb42
|
|
2112
|
-
|
|
2113
|
-
### `@pigment-css/nextjs-plugin@0.0.6`
|
|
2114
|
-
|
|
2115
|
-
- [nextjs] Handle file references passed through imports (#41817) @brijeshb42
|
|
2116
|
-
- [nextjs] Allow usage of url() CSS function (#41758) @brijeshb42
|
|
2117
|
-
|
|
2118
|
-
### Docs
|
|
2119
|
-
|
|
2120
|
-
- [docs] Fix 301 links @oliviertassinari
|
|
2121
|
-
- [pigment-css][docs] Fix README typo (#41808) @aarongarciah
|
|
2122
|
-
- [pigment-css][docs] Fix output on dynamic styles example (#41805) @aarongarciah
|
|
2123
|
-
- [material-ui][docs] Fix Material 3 message typo (#41821) @aarongarciah
|
|
2124
|
-
- [material-ui][docs] Add stray design tweaks to free templates (#41696) @zanivan
|
|
2125
|
-
|
|
2126
|
-
### Core
|
|
2127
|
-
|
|
2128
|
-
- [core] Remove unused files (#41818) @mnajdova
|
|
2129
|
-
- [docs-infra] Fix analytics about inline ads (#41474) (#41819) @alexfauquette
|
|
2130
|
-
- [docs-infra] Fix drawer performances (#41807) @alexfauquette
|
|
2131
|
-
|
|
2132
|
-
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @brijeshb42, @EyaOuenniche, @oliviertassinari
|
|
2133
|
-
|
|
2134
|
-
## 6.0.0-alpha.1
|
|
2135
|
-
|
|
2136
|
-
<!-- generated comparing v6.0.0-alpha.0..next -->
|
|
2137
|
-
|
|
2138
|
-
_Apr 5, 2024_
|
|
2139
|
-
|
|
2140
|
-
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
|
|
2141
|
-
|
|
2142
|
-
- 🔥 Converted 3 more Material UI components to use Pigment CSS. Current progress is 36%!
|
|
2143
|
-
- 🚀 Added a spacing CSS variable to the Material UI and Joy UI themes.
|
|
2144
|
-
- 💫 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/).
|
|
2145
|
-
|
|
2146
|
-
### `@mui/material@6.0.0-alpha.1`
|
|
2147
|
-
|
|
2148
|
-
- [AppBar] Convert to support CSS extraction (#41247) @mnajdova
|
|
2149
|
-
- [Badge] Deprecate components and componentsProps (#41655) @skmanoj322
|
|
2150
|
-
- [Button] Convert to support CSS extraction (#41378) @siriwatknp
|
|
2151
|
-
- [ButtonGroup] Convert to support CSS extraction (#41666) @zanivan
|
|
2152
|
-
- [RadioGroup] Apply classnames (#41610) @ZeeshanTamboli
|
|
2153
|
-
- [Slider] Move palette styles to the bottom (#41676) @siriwatknp
|
|
2154
|
-
- Add the `spacing` theme token (#40224) @siriwatknp
|
|
2155
|
-
|
|
2156
|
-
### `@mui/system@6.0.0-alpha.1`
|
|
2157
|
-
|
|
2158
|
-
- Add the `spacing` theme token to be used in `theme.spacing()` (#40224) @siriwatknp
|
|
2159
|
-
|
|
2160
|
-
### `@mui/codemod@6.0.0-alpha.1`
|
|
2161
|
-
|
|
2162
|
-
- [codemod] Setup v6 codemod structure (#41668) @DiegoAndai
|
|
2163
|
-
|
|
2164
|
-
### `@mui/lab@6.0.0-alpha.1`
|
|
2165
|
-
|
|
2166
|
-
- [TabPanel] Add keepMounted prop to match Joy UI (#41651) @ppaskaris-plooto
|
|
2167
|
-
|
|
2168
|
-
### `@mui/joy@5.0.0-beta.34`
|
|
2169
|
-
|
|
2170
|
-
- Add `spacing` theme token (#40224) @siriwatknp
|
|
2171
|
-
|
|
2172
|
-
### `@pigment-css/react@0.0.5`
|
|
2173
|
-
|
|
2174
|
-
- Improve sx prop support (#41589) @brijeshb42
|
|
2175
|
-
- Fix Emotion styled error (#41699) @siriwatknp
|
|
2176
|
-
- Fix propTypes removal during eval stage (#41695) @brijeshb42
|
|
2177
|
-
- Fix props forwarding (#41688) @siriwatknp
|
|
2178
|
-
- Fix sx prop transformation on Box (#41705) @brijeshb42
|
|
2179
|
-
|
|
2180
|
-
### `@pigment-css/vite-plugin@0.0.5`
|
|
2181
|
-
|
|
2182
|
-
- Use constant filename for pigment styles (#41667) @brijeshb42
|
|
2183
|
-
|
|
2184
|
-
### `@pigment-css/nextjs-plugin@0.0.5`
|
|
2185
|
-
|
|
2186
|
-
- Add missing RTL implementation (#41751) @brijeshb42
|
|
2187
|
-
|
|
2188
|
-
### Docs
|
|
2189
|
-
|
|
2190
|
-
- [pigment-css] Update README.md installation to use the next tag (#41649) @mnajdova
|
|
2191
|
-
- [pigment-css] Add "Building design system components" guide with Pigment CSS (#41635) @siriwatknp
|
|
2192
|
-
- Continue migration of Base UI to sperate repository @oliviertassinari
|
|
2193
|
-
- Stick to one way to write IE 11 @oliviertassinari
|
|
2194
|
-
- Fix typo in CONTRIBUTING.md (#41670) @adriancuadrado
|
|
2195
|
-
- Drop IE 11 official support (#41611) @iammminzzy
|
|
2196
|
-
- [material-ui] Fix typo on the Accordion page (#41687) @connorshea
|
|
2197
|
-
- [pigment-css] Add small edits on the README (#41646) @danilo-leal
|
|
2198
|
-
- [pigment-css] Edit the example app's README files (#41639) @danilo-leal
|
|
2199
|
-
|
|
2200
|
-
### Core
|
|
2201
|
-
|
|
2202
|
-
- [code-infra] Move BrandingProvider/brandingTheme/InfoCard to @mui/docs (#41206) @Janpot
|
|
2203
|
-
- [core] Automate cherry-pick of PRs from `next` -> `master` (#41741) @aarongarciah
|
|
2204
|
-
- [core] Update the prettier script to use the next branch (#41637) @mnajdova
|
|
2205
|
-
- [docs-infra] Skip loading source for non-editable modules (#41588) @bharatkashyap
|
|
2206
|
-
- [docs-infra] Vale rule for M3 (#41737) @oliviertassinari
|
|
2207
|
-
- [docs-infra] Allows to remove edit button (#41702) @alexfauquette
|
|
2208
|
-
- [pigment-css][examples] Add example project with Remix (#41700) @brijeshb42
|
|
2209
|
-
- [examples] Update MUI's packages to the next version (#41701) @mnajdova
|
|
2210
|
-
- [material-ui] Refine the Sign-in and Sign-up templates (#41192) @zanivan
|
|
2211
|
-
- [test] Add test to display options provided to the options prop even if loading is true. (#41675) @ZeeshanTamboli
|
|
2212
|
-
- [blog] Refresh the design slightly (#41697) @danilo-leal
|
|
2213
|
-
|
|
2214
|
-
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
|
|
2215
|
-
|
|
2216
|
-
## 6.0.0-alpha.0
|
|
2217
|
-
|
|
2218
|
-
<!-- generated comparing v5.15.14..next -->
|
|
2219
|
-
|
|
2220
|
-
_Mar 26, 2024_
|
|
2221
|
-
|
|
2222
|
-
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
2223
|
-
|
|
2224
|
-
- 🔥 Converted 10+ Material UI components to support static CSS extraction
|
|
2225
|
-
- ⬅️ Added RTL support in Pigment CSS (#41570) @brijeshb42
|
|
2226
|
-
|
|
2227
|
-
### `@mui/material@6.0.0-alpha.0`
|
|
2228
|
-
|
|
2229
|
-
- [BottomNavigation] Convert to support CSS extraction (#41612) @aacevski
|
|
2230
|
-
- [AvatarGroup] Convert to support CSS extraction (#41485) @zanivan
|
|
2231
|
-
- [Backdrop] Convert to support CSS extraction (#41581) @aacevski
|
|
2232
|
-
- [Breadcrumbs] Convert to support CSS extraction (#41496) @aacevski
|
|
2233
|
-
- [Card] Convert to support CSS extraction (#41580) @aacevski
|
|
2234
|
-
- [Divider] Convert to support CSS extraction (#41366) @sai6855
|
|
2235
|
-
- [FormControl] Convert to support CSS extraction (#41613) @aacevski
|
|
2236
|
-
- [FormGroup] Convert to support CSS extraction (#41614) @aacevski
|
|
2237
|
-
- [MobileStepper] Convert to support CSS extraction (#41533) @aacevski
|
|
2238
|
-
- [Modal] Support CSS extraction (#41483) @sai6855
|
|
2239
|
-
- [Popover] Convert to support CSS extraction (#41564) @aacevski
|
|
2240
|
-
- [Stepper] Convert to support CSS extraction (#41546) @aacevski
|
|
2241
|
-
- [Autocomplete] Display options provided to the `options` prop even if loading is true (#41634) @nekoya
|
|
2242
|
-
- [Backdrop] Deprecate TransitionComponent (#40677) @harry-whorlow
|
|
2243
|
-
- [ButtonGroup] Deprecate composed classes (#41259) @sai6855
|
|
2244
|
-
- [StepLabel] Deprecate `componentProps` prop (#41321) @sai6855
|
|
2245
|
-
- [Chip] Convert to support CSS extraction (#41592) @DiegoAndai
|
|
2246
|
-
|
|
2247
|
-
### `@pigment-css/react@0.0.4`
|
|
2248
|
-
|
|
2249
|
-
- Fix evaluation of undefined variables (#41569) @siriwatknp
|
|
2250
|
-
- Fix react-modal demos location (#41560) @sai6855
|
|
2251
|
-
- [react] RTL Support (#41570) @brijeshb42
|
|
2252
|
-
|
|
2253
|
-
### `@mui/system@6.0.0-alpha.0`
|
|
2254
|
-
|
|
2255
|
-
- [core] Standardize index pattern (#41574) @DiegoAndai
|
|
2256
|
-
- Fix typo to avoid infinite recursion in function call (#41616) @michael-land
|
|
2257
|
-
- Move stylesheet generator to `extendTheme` (#41446) @siriwatknp
|
|
2258
|
-
|
|
2259
|
-
### Docs
|
|
2260
|
-
|
|
2261
|
-
- [joy-ui] Refresh the marketing example on the Color Inversion page (#41497) @cipherlogs
|
|
2262
|
-
- [material-ui] Add v5 to v6 migration guide (#41561) @DiegoAndai
|
|
2263
|
-
- [system] Add v5 to v6 migration guide (#41575) @DiegoAndai
|
|
2264
|
-
- [material-ui][Slider] Remove `valueLabelFormat` from restricted values demo so that the tooltip thumb label displays the same as the value text (#41567) @StylesTrip
|
|
2265
|
-
- [pigment-css] Update the RTL section on the readme (#41576) @danilo-leal
|
|
2266
|
-
|
|
2267
|
-
### Core
|
|
2268
|
-
|
|
2269
|
-
- [blog] Update the callout (#41645) @cherniavskii
|
|
2270
|
-
- [blog] Link to Romain's blog post in MUI X v7 announcement post (#41640) @cherniavskii
|
|
2271
|
-
- [blog] Blog post with MUI X v7.0.0 annoucement (#41563) @joserodolfofreitas
|
|
2272
|
-
- [blog] Add post about remote (#41565) @danilo-leal
|
|
2273
|
-
- [core] Restore the pnpm-lock.yaml (#41643) @mnajdova
|
|
2274
|
-
- [core] Fix failing CI steps (#41636) @mnajdova
|
|
2275
|
-
- [core] Update browser support versions (#41568) @siriwatknp
|
|
2276
|
-
- [core] Add instructions to deploying docs guide (#41582) @DiegoAndai
|
|
2277
|
-
- [core] Add comment explaining the frequency of no-response action runs (#41555) @michaldudak
|
|
2278
|
-
- [core] Init the next branch (#41552) @mnajdova
|
|
2279
|
-
- [core] Lower the frequency of no-response action runs (#41553) @michaldudak
|
|
2280
|
-
- [core] Update peerDependencies ranges to include v6 packages (#41662) @michaldudak
|
|
2281
|
-
- [core] Run pnpm dedupe (#41658) @michaldudak
|
|
2282
|
-
- [core] Fix dedupe check (#41657) @Janpot
|
|
2283
|
-
- [pigment-css][demo] Add index page for material-ui (#41577) @brijeshb42
|
|
2284
|
-
- [pigment-css][demo] Remove app specific pnpm workspace (#41393) @brijeshb42
|
|
2285
|
-
- [docs] Add notification for MUI X v7 blog post (#41587) @cherniavskii
|
|
2286
|
-
- [docs] MUI X v7 blog post annoucement followup (#41601) @joserodolfofreitas
|
|
2287
|
-
- [docs] Update the installation guides to use the next tag (#41558) @mnajdova
|
|
2288
|
-
- [docs][material-ui] Fix typo in CSS theme variables customization (#41632) @ZeeshanTamboli
|
|
2289
|
-
- [material-ui][docs] Remove deleted page from the sidenav (#41594) @danilo-leal
|
|
2290
|
-
|
|
2291
|
-
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
|
|
43
|
+
All contributors of this release in alphabetical order: @DiegoAndai, @good-jinu, @harry-whorlow, @Janpot, @joshkel, @mj12albert, @oliviertassinari, @siriwatknp, @ZeeshanTamboli
|
|
2292
44
|
|
|
2293
45
|
## Older versions
|
|
2294
46
|
|
|
2295
|
-
Changes before
|
|
47
|
+
Changes before 7.x are listed in our [changelog for older versions](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.old.md).
|