@mui/icons-material 6.1.2 → 6.1.4
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 +357 -310
- package/README.md +1 -1
- package/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,111 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## v6.1.4
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.1.3..master -->
|
|
6
|
+
|
|
7
|
+
_Oct 15, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 9 contributors who made this release possible.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@6.1.4`
|
|
12
|
+
|
|
13
|
+
- [Checkbox] Fix disableRipple regression (#44099) @siriwatknp
|
|
14
|
+
- [IconButton] Fix disableRipple behavior when disableRipple is set in MuiButtonBase theme (#43714) @sai6855
|
|
15
|
+
- Make the palette always return new light and dark object (#44059) @siriwatknp
|
|
16
|
+
- Simplify createPalette (#44075) @oliviertassinari
|
|
17
|
+
|
|
18
|
+
### Docs
|
|
19
|
+
|
|
20
|
+
- Improve Toolpad Core docs (#43796) @bharatkashyap
|
|
21
|
+
- Tweak Joy UI section in README (#44103) @aarongarciah
|
|
22
|
+
- Fix 404 link to Next.js @oliviertassinari
|
|
23
|
+
- [toolpad core] In the sidebar, move 'new' label to the components (#44070) @prakhargupta1
|
|
24
|
+
- Fix small typo on Grid2 page (#44062) @zanivan
|
|
25
|
+
- Clarify suggestions to use `@mui/styles` in v5 migration docs (#44049) @samuelsycamore
|
|
26
|
+
|
|
27
|
+
### Core
|
|
28
|
+
|
|
29
|
+
- [code-infra] Link to production app for bundle size (#44076) @oliviertassinari
|
|
30
|
+
- [code-infra] Disable cron job for React 17 tests (#44065) @Janpot
|
|
31
|
+
- Remove [website] from changelog (#44069) @oliviertassinari
|
|
32
|
+
- Apply #44052 to the latest release as well @oliviertassinari
|
|
33
|
+
- Fix proptypes generation when multiple components per file (#44058) @Janpot
|
|
34
|
+
- Remove <-- from changelog (#44052) @oliviertassinari
|
|
35
|
+
- [examples] Avoid git diff when playing with examples @oliviertassinari
|
|
36
|
+
- [test] Remove dead code (#44056) @Janpot
|
|
37
|
+
|
|
38
|
+
All contributors of this release in alphabetical order: @aarongarciah, @bharatkashyap, @Janpot, @oliviertassinari, @prakhargupta1, @sai6855, @samuelsycamore, @siriwatknp, @zanivan
|
|
39
|
+
|
|
40
|
+
## v6.1.3
|
|
41
|
+
|
|
42
|
+
<!-- generated comparing v6.1.2..master -->
|
|
43
|
+
|
|
44
|
+
_Oct 9, 2024_
|
|
45
|
+
|
|
46
|
+
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
47
|
+
|
|
48
|
+
- 🚀 Improved performance on styled components by pre-serializing and caching the styles (#43412) @romgrk
|
|
49
|
+
|
|
50
|
+
### `@mui/material@6.1.3`
|
|
51
|
+
|
|
52
|
+
- Change React.ReactElement<any> to React.ReactElement<unknown> (#43402) @sai6855
|
|
53
|
+
- [Badge] Make keys in anchor origin partial (#43950) @sai6855
|
|
54
|
+
- [Grid2] Fix column spacing for nested containers (#43733) @Janpot
|
|
55
|
+
- [Grid2] Remove required `item` prop for `size` prop (#44027) @Janpot
|
|
56
|
+
- [Grid2] Add compatible props warning (#43801) @k-rajat19
|
|
57
|
+
- [Modal] Fix comment location (#44026) @oliviertassinari
|
|
58
|
+
- [OutlinedInput] Resolve border color issue on mobile (#43797) (#43879) @wojtek35
|
|
59
|
+
|
|
60
|
+
### `@mui/system@6.1.3`
|
|
61
|
+
|
|
62
|
+
- Make createGrid compatible with React 19 types (#44035) @aarongarciah
|
|
63
|
+
- Add empty interfaces to fix issue with typescript module augmentation (#43873) @yonatan0
|
|
64
|
+
- Pre-serialize & cache styles to improve performance (#43412) @romgrk
|
|
65
|
+
- [typescript] `SystemCSSProperties` should not have `SystemStyleObject` as value (#44029) @siriwatknp
|
|
66
|
+
|
|
67
|
+
### `@mui/utils@6.0.0-beta.11`
|
|
68
|
+
|
|
69
|
+
- [utils] Make getReactElementRef React 19 compatible (#44034) @aarongarciah
|
|
70
|
+
|
|
71
|
+
### `@mui/lab@6.1.3`
|
|
72
|
+
|
|
73
|
+
- [lab][Timeline] Fix types for React 19 (#44043) @aarongarciah
|
|
74
|
+
|
|
75
|
+
### Docs
|
|
76
|
+
|
|
77
|
+
- Update docs-infra role (#44032) @mnajdova
|
|
78
|
+
- Update Material Symbols plan to reflect Google development (#44000) @oliviertassinari
|
|
79
|
+
- Fix 301 redirections in docs @oliviertassinari
|
|
80
|
+
- Fix indentation @oliviertassinari
|
|
81
|
+
- Fix Live edit copies (#43835) @oliviertassinari
|
|
82
|
+
- Virtualize icons svg (#43939) @Janpot
|
|
83
|
+
- [Grid] Fix Grid2 gap description (#43967) @aarongarciah
|
|
84
|
+
- [icons] Index search synchronously (#44001) @oliviertassinari
|
|
85
|
+
- [material-ui] Incorrect React useState Example on Toggle Button (#43987) @barrownicholas
|
|
86
|
+
- [material-ui] Add theme setting for pigment-css migration (#43993) @effektsvk
|
|
87
|
+
- [material-ui] Fix incorrect `slotProp` name in the `TextField` deprecation note. (#43985) @Chee7ah
|
|
88
|
+
- [examples] Use CSS Variables (#43856) @Juneezee
|
|
89
|
+
- [material-ui] Improved documentation for indeterminateIcon prop (#43791) @marctaylor01
|
|
90
|
+
|
|
91
|
+
### Core
|
|
92
|
+
|
|
93
|
+
- Fix typo in useLocalStorageState (#44024) @hieunguyenduc696
|
|
94
|
+
- Amend changelog (#43968) @aarongarciah
|
|
95
|
+
- Remove `@mui/styled-engine-sc` dev dependency from `@mui/styled-engine-sc` (#44050) @Janpot
|
|
96
|
+
- [docs-infra] Add pointer cursor on hover for logo to improve UX (#43999) @Asin-Junior-Honore
|
|
97
|
+
- [blog] Migrate some .gif to <video> (#43945) @oliviertassinari
|
|
98
|
+
- [code-infra] Align `next` dependency specifier across project (#44036) @Janpot
|
|
99
|
+
- [code-infra] Move MuiError babel macro to babel plugin (#43904) @Janpot
|
|
100
|
+
- [code-infra] Forbid calling `Error` without `new` (#43963) @Janpot
|
|
101
|
+
- [docs-infra] Fix link in header regression (#43834) @oliviertassinari
|
|
102
|
+
- [infra] Fix line break in Stack Overflow message @oliviertassinari
|
|
103
|
+
- [test] Add missing async (#44028) @oliviertassinari
|
|
104
|
+
- [test] Fix Escape event firing event (#43961) @oliviertassinari
|
|
105
|
+
- [test] Fix flaky pigment-css screenshot (#43959) @Janpot
|
|
106
|
+
|
|
107
|
+
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
|
|
108
|
+
|
|
3
109
|
## v6.1.2
|
|
4
110
|
|
|
5
111
|
<!-- generated comparing v6.1.1..master -->
|
|
@@ -10,16 +116,12 @@ A big thanks to the 13 contributors who made this release possible.
|
|
|
10
116
|
|
|
11
117
|
### `@mui/material@6.1.2`
|
|
12
118
|
|
|
13
|
-
- [Modal] Remove unnecessary `manager` prop handling (#43867) @ZeeshanTamboli
|
|
14
119
|
- [Autocomplete] Fix listbox opens and closes on click when used with `limitTags` (#42494) @appleSimple
|
|
15
120
|
- [Button] Ignore `dark` and `contrastText` if not provided in the theme (#43861) @siriwatknp
|
|
16
121
|
- [Button] Fix regression for color `inherit` (#43862) @siriwatknp
|
|
17
122
|
- [LinearProgress] Fix background color (#43949) @sai6855
|
|
18
123
|
- Support CSS variables with shadow DOM (#43948) @siriwatknp
|
|
19
|
-
- Improve getReactElementRef() utils (#43022) @sai6855
|
|
20
|
-
- [Modal] Replace `show` parameter name with `hide` in modal manager (#43868) @ZeeshanTamboli
|
|
21
124
|
- [Rating] Use Rating `name` as prefix of input element ids (#43829) @yash49
|
|
22
|
-
- [Drawer] Refactor getScrollbarSize usages (#43828) @BrianWoolfolk
|
|
23
125
|
- [Drawer] Fix issue with main window being used instead of iframe's window (#43818) @albarv340
|
|
24
126
|
- [ThemeProvider] Support setting default mode (#43951) @siriwatknp
|
|
25
127
|
|
|
@@ -56,9 +158,10 @@ A big thanks to the 13 contributors who made this release possible.
|
|
|
56
158
|
- [icons] Reduce Material Icon page size (#43911) @oliviertassinari
|
|
57
159
|
- [test] Point Istanbul to correct URL (#43935) @sai6855
|
|
58
160
|
- [test] Sync React.version parse logic with codebase (#43820) @oliviertassinari
|
|
59
|
-
-
|
|
60
|
-
- [
|
|
61
|
-
- [
|
|
161
|
+
- Improve getReactElementRef() utils (#43022) @sai6855
|
|
162
|
+
- [Drawer] Refactor getScrollbarSize usages (#43828) @BrianWoolfolk
|
|
163
|
+
- [Modal] Replace `show` parameter name with `hide` in modal manager (#43868) @ZeeshanTamboli
|
|
164
|
+
- [Modal] Remove unnecessary `manager` prop handling (#43867) @ZeeshanTamboli
|
|
62
165
|
|
|
63
166
|
All contributors of this release in alphabetical order: @albarv340, @appleSimple, @BrianWoolfolk, @DanailH, @Janpot, @kdichev, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @wilhelmlofsten, @yash49, @ZeeshanTamboli
|
|
64
167
|
|
|
@@ -121,7 +224,6 @@ A big thanks to the 18 contributors who made this release possible.
|
|
|
121
224
|
- [test] Update font-awesome CSS file in regression tests fixture (#43745) @Janpot
|
|
122
225
|
- [test] Remove position:relative from regression container (#43743) @aarongarciah
|
|
123
226
|
- [test] Remove top-level inline-block from the regression tests (#43656) @Janpot
|
|
124
|
-
- [website] Match pricing page with linked page h1 @oliviertassinari
|
|
125
227
|
|
|
126
228
|
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
|
|
127
229
|
|
|
@@ -195,9 +297,6 @@ A big thanks to the 21 contributors who made this release possible. Here are the
|
|
|
195
297
|
- [docs-infra] Open Sign-in and Dashboard template with CodeSandbox/StackBlitz (#43604) @siriwatknp
|
|
196
298
|
- [examples] Fix CDN live preview demo (#43641) @oliviertassinari
|
|
197
299
|
- Add Pigment CSS screenshot test (#43280) @mnajdova
|
|
198
|
-
- [website] Polish gold sponsors @oliviertassinari
|
|
199
|
-
- [website] Add CopyCopter as gold sponsor (#43595) @zanivan
|
|
200
|
-
- [website] Add disabled button styles to branding theme (#43577) @zanivan
|
|
201
300
|
|
|
202
301
|
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
|
|
203
302
|
|
|
@@ -211,42 +310,40 @@ A big thanks to the 11 contributors who made this release possible.
|
|
|
211
310
|
|
|
212
311
|
### `@mui/material@6.0.2`
|
|
213
312
|
|
|
214
|
-
-
|
|
215
|
-
-
|
|
216
|
-
-
|
|
313
|
+
- Fix `createTheme` with just color schemes (#43518) @siriwatknp
|
|
314
|
+
- [Menu,Popover] Fix Backdrop props descriptions (#43503) @Michael-Hutchinson
|
|
315
|
+
- [MenuList] Do not react to an event with modifier key pressed (#43505) @MateuszGroth
|
|
217
316
|
|
|
218
317
|
### `@mui/system@6.0.2`
|
|
219
318
|
|
|
220
|
-
-
|
|
221
|
-
-
|
|
319
|
+
- [InitColorSchemeScript] Use `let/const` instead of `var` (#43468) @ishon19
|
|
320
|
+
- Fix composeClasses v6 behavior change (#43537) @oliviertassinari
|
|
222
321
|
|
|
223
322
|
### `@mui/codemod@6.0.2`
|
|
224
323
|
|
|
225
|
-
-
|
|
324
|
+
- Skip `ListItemButton` import for unrelated files (#43532) @siriwatknp
|
|
226
325
|
|
|
227
326
|
### Docs
|
|
228
327
|
|
|
229
|
-
-
|
|
230
|
-
-
|
|
231
|
-
-
|
|
232
|
-
-
|
|
328
|
+
- [figma] Clarity state or Figma Plugin component export (#43543) @oliviertassinari
|
|
329
|
+
- [material-ui] Fix template shadow tokens (#43514) @zanivan
|
|
330
|
+
- Update version support range (#43565) @oliviertassinari
|
|
331
|
+
- Polish Material UI Sync plugin code format @oliviertassinari
|
|
233
332
|
|
|
234
333
|
### Core
|
|
235
334
|
|
|
236
|
-
-
|
|
237
|
-
-
|
|
238
|
-
-
|
|
239
|
-
-
|
|
240
|
-
-
|
|
241
|
-
-
|
|
242
|
-
-
|
|
243
|
-
-
|
|
244
|
-
-
|
|
245
|
-
-
|
|
246
|
-
-
|
|
247
|
-
-
|
|
248
|
-
- ​<!-- 02 -->[website] Match pricing label with page @oliviertassinari
|
|
249
|
-
- ​<!-- 01 -->[website] Update Premium price and remove any mention to cap (#43466) @joserodolfofreitas
|
|
335
|
+
- [blog] Update Material UI v6 blog post link to reflect correct section title (#43535) @Michael-Hutchinson
|
|
336
|
+
- [blog] Makes the v5 name change clearer @oliviertassinari
|
|
337
|
+
- [blog] Fix typo in Material UI v6 blog post (#43502) @iamandrewluca
|
|
338
|
+
- [code-infra] Add missing @babel/runtime dependency to @mui/material-pigment-css (#43473) @Janpot
|
|
339
|
+
- [code-infra] Remove permissions in publish-canaries.yml (#43491) @oliviertassinari
|
|
340
|
+
- [core] Fix CodeQL scan (#43547) @oliviertassinari
|
|
341
|
+
- [core] Fix CHANGELOG `@mui/material@6.0.1` version (#43516) @DiegoAndai
|
|
342
|
+
- [docs-infra] Reduce description max-length (#43562) @oliviertassinari
|
|
343
|
+
- [docs-infra] Crash on invalid callout type (#43546) @oliviertassinari
|
|
344
|
+
- [docs-infra] Fix GitHub source link redirection (#43534) @oliviertassinari
|
|
345
|
+
- [infra] Fixed workflow file path (#43528) @michelengelen
|
|
346
|
+
- [typescript] Fix missing `Theme` generic (#43523) @siriwatknp
|
|
250
347
|
|
|
251
348
|
All contributors of this release in alphabetical order: @DiegoAndai, @iamandrewluca, @ishon19, @Janpot, @joserodolfofreitas, @MateuszGroth, @Michael-Hutchinson, @michelengelen, @oliviertassinari, @siriwatknp, @zanivan
|
|
252
349
|
|
|
@@ -330,7 +427,6 @@ We are excited to announce the stable release of Material-UI v6 🎉, check out
|
|
|
330
427
|
- [core] Allow `^6.0.0` for `@mui/` dependencies in `@mui/docs` (#43445) @LukasTy
|
|
331
428
|
- [code-infra] Babel plugin to fully resolve imported paths (#43294) @Janpot
|
|
332
429
|
- [infra] Add closing message workflow (#43450) @michelengelen
|
|
333
|
-
- [website] Make beta chip consistent for Toolpad (#43392) @prakhargupta1
|
|
334
430
|
|
|
335
431
|
All contributors of this release in alphabetical order: @ahmadnadeem6236, @bahmanworld, @DiegoAndai, @Janpot, @KalmarLorand, @LukasTy, @michelengelen, @mnajdova, @oliviertassinari, @prakhargupta1, @sai6855, @siriwatknp, @sydneyjodon-wk, @zanivan
|
|
336
432
|
|
|
@@ -470,8 +566,6 @@ A big thanks to the 18 contributors who made this release possible.
|
|
|
470
566
|
- [useMediaQuery] Adapt test implementation for React 19 (#43269) @aarongarciah
|
|
471
567
|
- [test] Update `matchMedia` mocks (#43240) @cherniavskii
|
|
472
568
|
- [test] Remove unnecessary ref param (#43282) @aarongarciah
|
|
473
|
-
- [website] Update showcase to include Toolpad Core (#43226) @bharatkashyap
|
|
474
|
-
- [website] Replace React.MutableRefObject with React.RefObject (#43284) @aarongarciah
|
|
475
569
|
|
|
476
570
|
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
|
|
477
571
|
|
|
@@ -490,7 +584,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
490
584
|
|
|
491
585
|
#### BREAKING CHANGES
|
|
492
586
|
|
|
493
|
-
-
|
|
587
|
+
- [material-ui][ListItem] Removing deprecated props (#41566) @thathva
|
|
494
588
|
|
|
495
589
|
`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.
|
|
496
590
|
|
|
@@ -526,54 +620,50 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
526
620
|
|
|
527
621
|
#### Changes
|
|
528
622
|
|
|
529
|
-
-
|
|
530
|
-
-
|
|
531
|
-
-
|
|
532
|
-
-
|
|
533
|
-
-
|
|
534
|
-
-
|
|
623
|
+
- [material-ui][Autocomplete] Fix default value for multiple mode getting redefined with React 19 (#43189) @DiegoAndai
|
|
624
|
+
- [material-ui] Merge `CssVarsProvider` into `ThemeProvider` (#43115) @siriwatknp
|
|
625
|
+
- [material-ui] Make tests compatible with React 19 (#43155) @DiegoAndai
|
|
626
|
+
- [material-ui] Refine Blog template (#42825) @zanivan
|
|
627
|
+
- [material-ui] Element ref access React 19 compatibility (#43132) @DiegoAndai
|
|
628
|
+
- [material-ui][mui-system] Add support for version runtime checks (#43190) @DiegoAndai
|
|
535
629
|
|
|
536
630
|
### `@mui/material-pigment-css@6.0.0-beta.5`
|
|
537
631
|
|
|
538
|
-
-
|
|
632
|
+
- Reexport Pigment CSS from index file (#43218) @siriwatknp
|
|
539
633
|
|
|
540
634
|
### `@mui/codemod@6.0.0-beta.5`
|
|
541
635
|
|
|
542
|
-
-
|
|
636
|
+
- Fix codemod crash on MuiDivider property (#43125) @Janpot
|
|
543
637
|
|
|
544
638
|
### Docs
|
|
545
639
|
|
|
546
|
-
-
|
|
547
|
-
-
|
|
548
|
-
-
|
|
549
|
-
-
|
|
550
|
-
-
|
|
551
|
-
-
|
|
552
|
-
-
|
|
553
|
-
-
|
|
554
|
-
-
|
|
555
|
-
-
|
|
556
|
-
-
|
|
557
|
-
-
|
|
640
|
+
- Fix resolution of @mui/material-ui in docs (#43108) @Janpot
|
|
641
|
+
- Refine and polish out Templates page (#43131) @zanivan
|
|
642
|
+
- Fix the link test script (#43195) @alexfauquette
|
|
643
|
+
- Fix alpha usage (#43194) @siriwatknp
|
|
644
|
+
- Link Toolpad Core components from Material UI docs (#43036) @prakhargupta1
|
|
645
|
+
- Link Toolpad core docs to the docs menu (#42952) @prakhargupta1
|
|
646
|
+
- Polish migration guide (#43021) @oliviertassinari
|
|
647
|
+
- Fix 404 link to migration pages @oliviertassinari
|
|
648
|
+
- Support inject dynamic theme (#42879) @Vxee
|
|
649
|
+
- Fix 301 @oliviertassinari
|
|
650
|
+
- [blog] Announcing pricing changes Sep 2024 (#43061) @joserodolfofreitas
|
|
651
|
+
- [material-ui][TextField] Remove mentions of `redux-form` from TextField documentation (#43176) @AbdurRahman2004
|
|
558
652
|
|
|
559
653
|
### Core
|
|
560
654
|
|
|
561
|
-
-
|
|
562
|
-
-
|
|
563
|
-
-
|
|
564
|
-
-
|
|
565
|
-
-
|
|
566
|
-
-
|
|
567
|
-
-
|
|
568
|
-
-
|
|
569
|
-
-
|
|
570
|
-
-
|
|
571
|
-
-
|
|
572
|
-
-
|
|
573
|
-
- ​<!-- 04 -->[website] Add icons to core page products (#43151) @zanivan
|
|
574
|
-
- ​<!-- 03 -->[website] Copyedit Docs and Product menu taglines (#43075) @samuelsycamore
|
|
575
|
-
- ​<!-- 02 -->[website] Fix wrong link in pricing table (#43141) @zanivan
|
|
576
|
-
- ​<!-- 01 -->[website] Add blog link to pricing table (#43123) @zanivan
|
|
655
|
+
- [code-infra] Fix `@mui/internal-test-utils` `screen` export type (#43150) @LukasTy
|
|
656
|
+
- [code-infra] Do not look for changes with previous commit when releasing a canary version (#43129) @michaldudak
|
|
657
|
+
- [code-infra] Automate canary releases (#43066) @michaldudak
|
|
658
|
+
- [core] Apply top-level eslint rule to docs and fix violations (#43126) @Janpot
|
|
659
|
+
- [core] Patch styled-components to use React.JSX namespace (#43205) @aarongarciah
|
|
660
|
+
- [core] Replace JSX namespace usages with React.JSX (#43204) @aarongarciah
|
|
661
|
+
- [core] Remove `react-router` package from `pigment-css-vite-app` (#43201) @ZeeshanTamboli
|
|
662
|
+
- [core] Remove unnecessary types packages from `@mui/internal-babel-macros` (#43193) @ZeeshanTamboli
|
|
663
|
+
- [docs-infra] Move `ApiPage` to TS (#43149) @alexfauquette
|
|
664
|
+
- [test] Remove unnecessary prop type check in test (#43211) @aarongarciah
|
|
665
|
+
- [test] Make conformance tests work with async render function (#43156) @michaldudak
|
|
666
|
+
- [typescript] Update the minimum supported version (#43116) @mnajdova
|
|
577
667
|
|
|
578
668
|
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
|
|
579
669
|
|
|
@@ -614,7 +704,6 @@ A big thanks to the 12 contributors who made this release possible.
|
|
|
614
704
|
|
|
615
705
|
- Fix event naming convention @oliviertassinari
|
|
616
706
|
- [docs-infra] Move ads to the `@mui/docs` package (#42944) @alexfauquette
|
|
617
|
-
- [website] Fine-tune button styles on the branding theme (#43082) @zanivan
|
|
618
707
|
|
|
619
708
|
All contributors of this release in alphabetical order: @alexfauquette, @aliharis99, @anuujj, @DiegoAndai, @KevinVandy, @markliu2013, @oliviertassinari, @sai6855, @shahzaibdev1, @siriwatknp, @zanivan, @ZeeshanTamboli
|
|
620
709
|
|
|
@@ -630,49 +719,48 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
630
719
|
|
|
631
720
|
### `@mui/codemod@6.0.0-beta.3`
|
|
632
721
|
|
|
633
|
-
-
|
|
722
|
+
- Fix Divider props codemod (#42919) @aarongarciah
|
|
634
723
|
|
|
635
724
|
### `@mui/material@6.0.0-beta.3`
|
|
636
725
|
|
|
637
|
-
-
|
|
638
|
-
-
|
|
639
|
-
-
|
|
640
|
-
-
|
|
726
|
+
- Fix Accessing element.ref (#42818) @sai6855
|
|
727
|
+
- Refine `extendTheme` and `CssVarsProvider` API (#42839) @siriwatknp
|
|
728
|
+
- [Typography] Deprecate `paragraph` prop (#42383) @walston
|
|
729
|
+
- [Rating] fix defaultLabelText a11y issue with undefine value input and hint (#42810) @ZouYouShun
|
|
641
730
|
|
|
642
731
|
### `@mui/material-nextjs@6.0.0-beta.3`
|
|
643
732
|
|
|
644
|
-
-
|
|
645
|
-
-
|
|
733
|
+
- [material-ui-nextjs] Add @emotion/react as peer dependency (#42885) @jeloagnasin
|
|
734
|
+
- [material-ui-nextjs] Remove @mui/material as peer dependency (#43041) @brijeshb42
|
|
646
735
|
|
|
647
736
|
### `@mui/utils@6.0.0-beta.3`
|
|
648
737
|
|
|
649
|
-
-
|
|
738
|
+
- [utils] Add dependency to @mui/types (#43029) @mnajdova
|
|
650
739
|
|
|
651
740
|
### Docs
|
|
652
741
|
|
|
653
|
-
-
|
|
654
|
-
-
|
|
655
|
-
-
|
|
656
|
-
-
|
|
657
|
-
-
|
|
658
|
-
-
|
|
659
|
-
-
|
|
660
|
-
-
|
|
742
|
+
- [material-ui][joy-ui][Autocomplete] Fix `Hint` demo (#42990) @ManthanGajjar
|
|
743
|
+
- [docs] Make `DemoSandbox` agnostic of `productId` (#43042) @Janpot
|
|
744
|
+
- [docs] Use slot variants over `theme.variants` (#42614) @siriwatknp
|
|
745
|
+
- [docs] Remove stringify theme import (#43032) @siriwatknp
|
|
746
|
+
- [docs] Bring v5.x changes to the CHANGELOG @oliviertassinari
|
|
747
|
+
- [docs] Fix migration typo (#42976) @mnajdova
|
|
748
|
+
- [material-ui] Add improvements to Dashboard template (#42445) @zanivan
|
|
749
|
+
- [material-ui] Fix broken image links in blog template (#42956) @navedqb
|
|
661
750
|
|
|
662
751
|
### Core
|
|
663
752
|
|
|
664
|
-
-
|
|
665
|
-
-
|
|
666
|
-
-
|
|
667
|
-
-
|
|
668
|
-
-
|
|
669
|
-
-
|
|
670
|
-
-
|
|
671
|
-
-
|
|
672
|
-
-
|
|
673
|
-
-
|
|
674
|
-
-
|
|
675
|
-
- ​<!-- 01 -->[website] Fix strange focus-visible on hover (#42924) @oliviertassinari
|
|
753
|
+
- [code-infra] Add toolpad npm scope to envinfo (#41942) @Janpot
|
|
754
|
+
- [code-infra] Fix pnpm lock file (#43030) @Janpot
|
|
755
|
+
- [code-infra] Run `react-17` and `react-next` workflows on the next branch (#42690) @cherniavskii
|
|
756
|
+
- [code-infra] Make `useReactVersion` script reusable in other repos (#42828) @cherniavskii
|
|
757
|
+
- [code-infra] Add toolpad npm scope to envinfo (#41942) @Janpot
|
|
758
|
+
- [core] Add pigment and Base UI scopes to envinfo (#43002) @Janpot
|
|
759
|
+
- [core] Update minimum version of Node.js to 14.0.0 (#42920) @DiegoAndai
|
|
760
|
+
- [core] Expose missing screen methods from Testing Library (#42968) @aarongarciah
|
|
761
|
+
- [docs-infra] Leave TODO for warnOnce to reduce bundle size @oliviertassinari
|
|
762
|
+
- [docs-infra] Remove `display: flex` from `SectionTitle` (#42979) @LukasTy
|
|
763
|
+
- [test][material-ui] Remove unnecessary async act calls (#42942) @aarongarciah
|
|
676
764
|
|
|
677
765
|
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
|
|
678
766
|
|
|
@@ -684,11 +772,11 @@ _Jul 16, 2024_
|
|
|
684
772
|
|
|
685
773
|
### `@mui/material@6.0.0-beta.2`
|
|
686
774
|
|
|
687
|
-
-
|
|
775
|
+
- [material] Add missing dependency (#42961) @mnajdova
|
|
688
776
|
|
|
689
777
|
### Docs
|
|
690
778
|
|
|
691
|
-
-
|
|
779
|
+
- [docs] Move feedback from Canny to GitHub @oliviertassinari
|
|
692
780
|
|
|
693
781
|
All contributors of this release in alphabetical order: @mnajdova, @oliviertassinari
|
|
694
782
|
|
|
@@ -702,25 +790,24 @@ A big thanks to the 6 contributors who made this release possible.
|
|
|
702
790
|
|
|
703
791
|
### `@mui/material@6.0.0-beta.1`
|
|
704
792
|
|
|
705
|
-
-
|
|
706
|
-
-
|
|
793
|
+
- Remove dependency on @mui/base (#42907) @mnajdova
|
|
794
|
+
- Set material-pigment-css to public (#42912) @siriwatknp
|
|
707
795
|
|
|
708
796
|
### `@mui/codemod@6.0.0-beta.1`
|
|
709
797
|
|
|
710
|
-
-
|
|
798
|
+
- Support sx conditional inside spread element (#42894) @siriwatknp
|
|
711
799
|
|
|
712
800
|
### Docs
|
|
713
801
|
|
|
714
|
-
-
|
|
715
|
-
-
|
|
802
|
+
- Fix 301 link @oliviertassinari
|
|
803
|
+
- [material-ui] Add script to generate template screenshots (#42903) @siriwatknp
|
|
716
804
|
|
|
717
805
|
### Core
|
|
718
806
|
|
|
719
|
-
-
|
|
720
|
-
-
|
|
721
|
-
-
|
|
722
|
-
-
|
|
723
|
-
- ​<!-- 01 -->[website] Sync /about page @oliviertassinari
|
|
807
|
+
- [core] Remove custom hooks from the `mui-name-matches-component-name` linting rule (#42773) @flaviendelangle
|
|
808
|
+
- [core] Normalize rest / other to match the most common used @oliviertassinari
|
|
809
|
+
- [docs-infra] Move Ads component to TS (#42842) @alexfauquette
|
|
810
|
+
- [docs-infra] Support code tabs overflow (#42913) @arminmeh
|
|
724
811
|
|
|
725
812
|
All contributors of this release in alphabetical order: @alexfauquette, @arminmeh, @flaviendelangle, @mnajdova, @oliviertassinari, @siriwatknp
|
|
726
813
|
|
|
@@ -856,7 +943,6 @@ A big thanks to the 10 contributors who made this release possible. Here are som
|
|
|
856
943
|
- [core] Target direct version for prerelease (#42768) @siriwatknp
|
|
857
944
|
- [test] Remove enzyme (#42706) @aarongarciah
|
|
858
945
|
- [test] Remove createMount test util (#42703) @aarongarciah
|
|
859
|
-
- [website] Add Ale to team (#42764) @alelthomas
|
|
860
946
|
|
|
861
947
|
All contributors of this release in alphabetical order: @aarongarciah, @alelthomas, @appleSimple, @cjl750, @Janpot, @joetats, @LukasTy, @sai6855, @siriwatknp, @wbt
|
|
862
948
|
|
|
@@ -924,8 +1010,6 @@ A big thanks to the 17 contributors who made this release possible.
|
|
|
924
1010
|
- [infra] Raise `tsconfig`/`tsc` target to `es2022` (#42645) @LukasTy
|
|
925
1011
|
- [test] Fix tests on CI (#42670) @michaldudak
|
|
926
1012
|
- [test] Fix issues reported by react-compiler in test packages (#42626) @sai6855
|
|
927
|
-
- [website] Add Armin to the team members (#42679) @arminmeh
|
|
928
|
-
- [website] Open Staff Engineer role for Pigment CSS (#42531) @mnajdova
|
|
929
1013
|
|
|
930
1014
|
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
|
|
931
1015
|
|
|
@@ -939,69 +1023,65 @@ A big thanks to the 18 contributors who made this release possible.
|
|
|
939
1023
|
|
|
940
1024
|
### `@mui/material@6.0.0-alpha.11`
|
|
941
1025
|
|
|
942
|
-
-
|
|
943
|
-
-
|
|
944
|
-
-
|
|
945
|
-
-
|
|
946
|
-
-
|
|
947
|
-
-
|
|
948
|
-
-
|
|
949
|
-
-
|
|
1026
|
+
- [Autocomplete] Shouldn't resize when hovering (#42452) @ZeeshanTamboli
|
|
1027
|
+
- [Chip] Fix focus issue related with the Escape event (#41578) @shrilsharma
|
|
1028
|
+
- [Grid] Fix support for CSS variables (#42574) @oliviertassinari
|
|
1029
|
+
- [InputBase] Use `globalCss` for Pigment integration (#42431) @siriwatknp
|
|
1030
|
+
- Change React.ReactElement type from `any` to `unknown` (#42473) @sai6855
|
|
1031
|
+
- Integrate `extendSxProp` adapter (#42543) @siriwatknp
|
|
1032
|
+
- [Tab] Fix applying `iconWrapper` styles from theme and update its description (#42549) @sai6855
|
|
1033
|
+
- [pigment-css] Add `stringifyTheme` for Pigment CSS integration (#42476) @siriwatknp
|
|
950
1034
|
|
|
951
1035
|
### `@mui/system@6.0.0-alpha.11`
|
|
952
1036
|
|
|
953
|
-
-
|
|
954
|
-
-
|
|
1037
|
+
- [Grid] Remove `disableEqualOverflow` by using `gap` (#42526) @DiegoAndai
|
|
1038
|
+
- [useMediaQuery] Drop Safari < 14 support (#42464) @aarongarciah
|
|
955
1039
|
|
|
956
1040
|
### `@mui/utils@6.0.0-alpha.11`
|
|
957
1041
|
|
|
958
|
-
-
|
|
1042
|
+
- Allow passing `NaN` as `defaultValue` to `useControlled` (#41559) @iammminzzy
|
|
959
1043
|
|
|
960
1044
|
### `@mui/codemod@6.0.0-alpha.11`
|
|
961
1045
|
|
|
962
|
-
-
|
|
963
|
-
-
|
|
1046
|
+
- Improve styled and sx prop transformation (#42598) @siriwatknp
|
|
1047
|
+
- Support more cases for sx-prop transformation (#42527) @siriwatknp
|
|
964
1048
|
|
|
965
1049
|
### `@mui/private-theming@6.0.0-alpha.11`
|
|
966
1050
|
|
|
967
|
-
-
|
|
1051
|
+
- Fix issues reported by react compiler in `mui-private-theming` components (#42619) @sai6855
|
|
968
1052
|
|
|
969
1053
|
### Docs
|
|
970
1054
|
|
|
971
|
-
-
|
|
972
|
-
-
|
|
973
|
-
-
|
|
974
|
-
-
|
|
975
|
-
-
|
|
976
|
-
-
|
|
977
|
-
-
|
|
978
|
-
-
|
|
979
|
-
-
|
|
980
|
-
-
|
|
981
|
-
-
|
|
982
|
-
-
|
|
983
|
-
-
|
|
1055
|
+
- Add `theme.applyStyles` and migrate docs (#42498) @siriwatknp
|
|
1056
|
+
- Fix dashboard template console error (#42594) @oliviertassinari
|
|
1057
|
+
- Migrate system props to `sx` prop (#42475) @siriwatknp
|
|
1058
|
+
- [material-ui]Fix duplicated sentence (#42521) @alexfauquette
|
|
1059
|
+
- [Grid] Fix docs spacing (#42573) @oliviertassinari
|
|
1060
|
+
- [joy-ui] Add Next.js App Router instructions on how to prevent flickering (#42514) @devnyxie
|
|
1061
|
+
- [joy-ui] Fix HTML tag without preformatting (#42525) @jacobmoshipco
|
|
1062
|
+
- [material-ui] Add docs for complementary stepper components (#41900) @anle9650
|
|
1063
|
+
- [material-ui] Fix typo on Sign-in/Sign-up templates (#42605) @zanivan
|
|
1064
|
+
- [material-ui] Add container queries docs (#42434) @siriwatknp
|
|
1065
|
+
- [material-ui] Fix ESLint error in Stepper demo (#42559) @aarongarciah
|
|
1066
|
+
- [material-ui] Shorten useMediaQuery subheading (#42561) @aarongarciah
|
|
1067
|
+
- [material-ui] Add a Refine example project (#42461) @necatiozmen
|
|
984
1068
|
|
|
985
1069
|
### Core
|
|
986
1070
|
|
|
987
|
-
-
|
|
988
|
-
-
|
|
989
|
-
-
|
|
990
|
-
-
|
|
991
|
-
-
|
|
992
|
-
-
|
|
993
|
-
-
|
|
994
|
-
-
|
|
995
|
-
-
|
|
996
|
-
-
|
|
997
|
-
-
|
|
998
|
-
-
|
|
999
|
-
-
|
|
1000
|
-
-
|
|
1001
|
-
- ​<!-- 05 -->[test] Restore testing internal packages (#42519) @michaldudak
|
|
1002
|
-
- ​<!-- 03 -->[website] Close Developer Advocate / Content Engineer role @oliviertassinari
|
|
1003
|
-
- ​<!-- 02 -->[website] Remove blank line @oliviertassinari
|
|
1004
|
-
- ​<!-- 01 -->[website] Fix mobile layout shift @oliviertassinari
|
|
1071
|
+
- [core] Allow `for..of` loops (#42600) @michaldudak
|
|
1072
|
+
- [core] Add comment about Object.js @oliviertassinari
|
|
1073
|
+
- [core] Disable eslint-plugin-react-compiler for Base (#42563) @aarongarciah
|
|
1074
|
+
- [core] Group Pigment CSS dependencies (#42174) @siriwatknp
|
|
1075
|
+
- [core] Configure eslint-plugin-react-compiler (#42555) @aarongarciah
|
|
1076
|
+
- [core] Skip charts animation for visual regression test (#42530) @alexfauquette
|
|
1077
|
+
- [docs-infra] Simplify click header (#42593) @oliviertassinari
|
|
1078
|
+
- [docs-infra] Add configurable jsdoc host variable (#42472) @tonygravell
|
|
1079
|
+
- [docs-infra] Add the Base UI logo with copy functionality (#42446) @danilo-leal
|
|
1080
|
+
- [docs-infra] Prevent link anchor when selecting text (#41994) @alexfauquette
|
|
1081
|
+
- [docs-infra] Add the Base UI logo with copy functionality (#42446) @danilo-leal
|
|
1082
|
+
- [examples] Remove Pigment CSS examples (#42471) @sai6855
|
|
1083
|
+
- [test] Restore pnpm tc command (#42572) @oliviertassinari
|
|
1084
|
+
- [test] Restore testing internal packages (#42519) @michaldudak
|
|
1005
1085
|
|
|
1006
1086
|
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
|
|
1007
1087
|
|
|
@@ -1015,40 +1095,35 @@ A big thanks to the 7 contributors who made this release possible.
|
|
|
1015
1095
|
|
|
1016
1096
|
### `@mui/material@6.0.0-alpha.10`
|
|
1017
1097
|
|
|
1018
|
-
-
|
|
1019
|
-
-
|
|
1020
|
-
-
|
|
1021
|
-
-
|
|
1022
|
-
-
|
|
1023
|
-
-
|
|
1024
|
-
-
|
|
1025
|
-
-
|
|
1098
|
+
- [Backdrop] Deprecate `components` and `componentsProps` (#42468) @DiegoAndai
|
|
1099
|
+
- [Collapse] Bound max transition time (#42390) @oliviertassinari
|
|
1100
|
+
- [FilledInput] Remove unapplied classes from filledInputClasses interface and add missing classes to root (#42082) @sai6855
|
|
1101
|
+
- [InputBase] Deprecate components and componentProps props for v6 (#42093) @ChronicusUA
|
|
1102
|
+
- Remove remaining IE11 code (#42283) @DiegoAndai
|
|
1103
|
+
- [Modal] Deprecate `components` and `componentsProps` (#42469) @DiegoAndai
|
|
1104
|
+
- [Popover] Migrate useSlotProps to useSlot (#42369) @sai6855
|
|
1105
|
+
- [useMediaQuery] Remove unused useMediaQueryTheme (#42367) @aarongarciah
|
|
1026
1106
|
|
|
1027
1107
|
### `@mui/system@6.0.0-alpha.10`
|
|
1028
1108
|
|
|
1029
|
-
-
|
|
1109
|
+
- Remove IE11 code (#42436) @DiegoAndai
|
|
1030
1110
|
|
|
1031
1111
|
### Docs
|
|
1032
1112
|
|
|
1033
|
-
-
|
|
1034
|
-
-
|
|
1035
|
-
-
|
|
1036
|
-
-
|
|
1037
|
-
-
|
|
1038
|
-
-
|
|
1039
|
-
-
|
|
1040
|
-
-
|
|
1113
|
+
- Reflect Base UI and MUI System in a different repository @oliviertassinari
|
|
1114
|
+
- Update twitter.com to x.com @oliviertassinari
|
|
1115
|
+
- Simplify Example projects page @oliviertassinari
|
|
1116
|
+
- [icons] Update README and docs page (#41938) @danilo-leal
|
|
1117
|
+
- [material-ui] Add changelog section to the design kits page (#42449) @danilo-leal
|
|
1118
|
+
- [material-ui] Fix sentence in the All components page (#42336) @danilo-leal
|
|
1119
|
+
- [material-ui] Update Figma design kit doc redirect link (#42448) @danilo-leal
|
|
1120
|
+
- [system] Add "dynamic values" section to sx prop page (#42239) @aarongarciah
|
|
1041
1121
|
|
|
1042
1122
|
### Core
|
|
1043
1123
|
|
|
1044
|
-
-
|
|
1045
|
-
-
|
|
1046
|
-
-
|
|
1047
|
-
- ​<!-- 05 -->[website] Update DoiT description and link in Sponsors section (#42505) @erezstmn-doit
|
|
1048
|
-
- ​<!-- 04 -->[website] Clean up the docs-infra job ad (#42504) @danilo-leal
|
|
1049
|
-
- ​<!-- 03 -->[website] Fix FlashCode position (#42139) @oliviertassinari
|
|
1050
|
-
- ​<!-- 02 -->[website] Open Docs-infra engineer role (#42101) @danilo-leal
|
|
1051
|
-
- ​<!-- 01 -->[website] Fix locationCountry in about page @oliviertassinari
|
|
1124
|
+
- [docs-infra] Update the OG card image design (#42470) @danilo-leal
|
|
1125
|
+
- [docs-infra] Add small design polish (#42455) @danilo-leal
|
|
1126
|
+
- [docs-infra] Update the Material logo + add copy functionality (#42435) @danilo-leal
|
|
1052
1127
|
|
|
1053
1128
|
All contributors of this release in alphabetical order: @aarongarciah, @ChronicusUA, @danilo-leal, @DiegoAndai, @erezstmn-doit, @oliviertassinari, @sai6855
|
|
1054
1129
|
|
|
@@ -1064,67 +1139,63 @@ A big thanks to the 23 contributors who made this release possible. Here are som
|
|
|
1064
1139
|
|
|
1065
1140
|
### `@mui/material@6.0.0-alpha.9`
|
|
1066
1141
|
|
|
1067
|
-
-
|
|
1068
|
-
-
|
|
1069
|
-
-
|
|
1070
|
-
-
|
|
1071
|
-
-
|
|
1072
|
-
-
|
|
1073
|
-
-
|
|
1074
|
-
-
|
|
1075
|
-
-
|
|
1076
|
-
-
|
|
1077
|
-
-
|
|
1142
|
+
- [AlertTitle] Enable extending Typography props (#42269) @lucasgmelo
|
|
1143
|
+
- [AvatarGroup] deprecate `componentsProps` for v6 (#42122) @lhilgert9
|
|
1144
|
+
- [Grid] Deprecate `wrap` prop (#42363) @fedirjh
|
|
1145
|
+
- [ListItem] Document `*Component` and `*Props` props deprecations (#42263) @aarongarciah
|
|
1146
|
+
- [ListItem] Deprecate ListItem's components and componentsProps (#42219) @aarongarciah
|
|
1147
|
+
- [ListItemSecondaryAction] Deprecate component (#42251) @aarongarciah
|
|
1148
|
+
- Stabilize `CssVarsProvider` and `extendTheme` (#42246) @siriwatknp
|
|
1149
|
+
- [Popper] Deprecate components and componentProps props for v6 (#42111) @ChronicusUA
|
|
1150
|
+
- [responsiveFontSizes] Handled undefined variants (#42412) @brijeshb42
|
|
1151
|
+
- [Slider] Fix wrong CSS value (#42370) @mnajdova
|
|
1152
|
+
- [Tooltip] Deprecate components and componentProps props for v6 (#42107) @ChronicusUA
|
|
1078
1153
|
|
|
1079
1154
|
### `@mui/system@6.0.0-alpha.9`
|
|
1080
1155
|
|
|
1081
|
-
-
|
|
1156
|
+
- [createStyled] Intercept `ownerState` coming from `props` and `ownerState` (#42358) @DiegoAndai
|
|
1082
1157
|
|
|
1083
1158
|
### `@mui/codemod@6.0.0-alpha.9`
|
|
1084
1159
|
|
|
1085
|
-
-
|
|
1086
|
-
-
|
|
1160
|
+
- Add `sx` prop for v6 migration (#42153) @siriwatknp
|
|
1161
|
+
- Add codemod for removing system props (#42282) @siriwatknp
|
|
1087
1162
|
|
|
1088
1163
|
### Docs
|
|
1089
1164
|
|
|
1090
|
-
-
|
|
1091
|
-
-
|
|
1092
|
-
-
|
|
1093
|
-
-
|
|
1094
|
-
-
|
|
1095
|
-
-
|
|
1096
|
-
-
|
|
1097
|
-
-
|
|
1098
|
-
-
|
|
1165
|
+
- Remove unused images (#42324) @danilo-leal
|
|
1166
|
+
- Add Pigment CSS and Base UI logos SVGs (#42322) @danilo-leal
|
|
1167
|
+
- [joy-ui] Fix template responsiveness (#42422) @j4marcos
|
|
1168
|
+
- [material-ui] Add the Pashto locale (#42244) @sayoubiaf
|
|
1169
|
+
- [material-ui] Remove duplicate Design Kits page (#42338) @danilo-leal
|
|
1170
|
+
- [material-ui] Document callback to access theme in GlobalStyles (#42257) @aarongarciah
|
|
1171
|
+
- [material-ui] Add minor modifications to the Vertical stepper demo (#42342) @mihilt
|
|
1172
|
+
- [material-ui][Tabs] Improve the Basic Tabs demo (#42374) @MatheusEli
|
|
1173
|
+
- [pigment-css] Polish redirection mention @oliviertassinari
|
|
1099
1174
|
|
|
1100
1175
|
### Core
|
|
1101
1176
|
|
|
1102
|
-
-
|
|
1103
|
-
-
|
|
1104
|
-
-
|
|
1105
|
-
-
|
|
1106
|
-
-
|
|
1107
|
-
-
|
|
1108
|
-
-
|
|
1109
|
-
-
|
|
1110
|
-
-
|
|
1111
|
-
-
|
|
1112
|
-
-
|
|
1113
|
-
-
|
|
1114
|
-
-
|
|
1115
|
-
-
|
|
1116
|
-
-
|
|
1117
|
-
-
|
|
1118
|
-
-
|
|
1119
|
-
-
|
|
1120
|
-
-
|
|
1121
|
-
-
|
|
1122
|
-
-
|
|
1123
|
-
-
|
|
1124
|
-
- ​<!-- 04 -->[website] Add Nikita to the about page (#42418) @nikitaa24
|
|
1125
|
-
- ​<!-- 03 -->[website] Fix hero spacing changes applying at the wrong breakpoint (#42341) @KenanYusuf
|
|
1126
|
-
- ​<!-- 02 -->[website] Adds Kenan Yusuf to about page (#42317) @KenanYusuf
|
|
1127
|
-
- ​<!-- 01 -->[website] Improve about page @oliviertassinari
|
|
1177
|
+
- [blog] Add fixes and clean ups to the Blog page (#42311) @danilo-leal
|
|
1178
|
+
- [blog] Add the "Product" tag to the Pigment CSS post (#42365) @danilo-leal
|
|
1179
|
+
- [code-infra] Simplify .stylelintrc.js @oliviertassinari
|
|
1180
|
+
- [code-infra] Fix stylelint locally (#42411) @oliviertassinari
|
|
1181
|
+
- [code-infra] Run corepack enable on all CI jobs (#42331) @Janpot
|
|
1182
|
+
- [code-infra] Create examples eslint rule (#42170) @oliviertassinari
|
|
1183
|
+
- [core] Apply React 19 type changes that don't require upcoming `@types/` packages (#42346) @DiegoAndai
|
|
1184
|
+
- [core] Remove `react-swipeable-views-utils` package from docs (#42378) @ZeeshanTamboli
|
|
1185
|
+
- [core] Update `@testing-library/react` and `@testing-library/dom` packages (#42349) @ZeeshanTamboli
|
|
1186
|
+
- [core] Remove `@types/prettier` package (#42339) @ZeeshanTamboli
|
|
1187
|
+
- [core] Remove `WyW-in-JS` from Renovate config (#42335) @ZeeshanTamboli
|
|
1188
|
+
- [docs-infra] Split feedback channels per product (#42413) @alexfauquette
|
|
1189
|
+
- [docs-infra] Avoid cryptic errors when tests don't exist (#42356) @Janpot
|
|
1190
|
+
- [docs-infra] Make menu styles consistent (#42387) @danilo-leal
|
|
1191
|
+
- [docs-infra] Display deprecation messages in API pages (#42352) @aarongarciah
|
|
1192
|
+
- [docs-infra] Standardize API pages Alert styles (#42386) @danilo-leal
|
|
1193
|
+
- [docs-infra] Fix Toolpad Core API links (#42362) @apedroferreira
|
|
1194
|
+
- [docs-infra] Tigthen up the header design (#42180) @danilo-leal
|
|
1195
|
+
- [docs-infra] Add Toolpad to muiNpmOrgs for codesandbox demos (#42316) @Janpot
|
|
1196
|
+
- [docs-infra] Allow JSDoc tags (#42337) @aarongarciah
|
|
1197
|
+
- [test] Remove `userAgent` override in `jsdom` env (#42344) @cherniavskii
|
|
1198
|
+
- [utils] Fix GitHub-reported prototype pollution vulnerability in `deepmerge` (#41652) @tjcouch-sil
|
|
1128
1199
|
|
|
1129
1200
|
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
|
|
1130
1201
|
|
|
@@ -1139,27 +1210,26 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
1139
1210
|
|
|
1140
1211
|
### `@mui/material@6.0.0-alpha.7`
|
|
1141
1212
|
|
|
1142
|
-
-
|
|
1143
|
-
-
|
|
1144
|
-
-
|
|
1213
|
+
- [material-ui] Filter only valid theme palette for generating styles (#42147) @siriwatknp
|
|
1214
|
+
- [material-ui] Remove UMD bundle (#42172) @ZeeshanTamboli
|
|
1215
|
+
- [material-ui][TextField] Deprecate `*Props` props (#42062) @DiegoAndai
|
|
1145
1216
|
|
|
1146
1217
|
### Docs
|
|
1147
1218
|
|
|
1148
|
-
-
|
|
1149
|
-
-
|
|
1150
|
-
-
|
|
1151
|
-
-
|
|
1219
|
+
- [docs] Remove Base UI from the README (#42307) @danilo-leal
|
|
1220
|
+
- [docs][material-ui] Fix typo in style interoperability with Tailwind CSS docs (#42279) @ZeeshanTamboli
|
|
1221
|
+
- [docs][material-ui] Add supported browsers section to migration guide (#42194) @DiegoAndai
|
|
1222
|
+
- [docs][material-ui][Pagination] Clarify pagination `page` prop API (#42220) @Mandar-Pandya
|
|
1152
1223
|
|
|
1153
1224
|
### Core
|
|
1154
1225
|
|
|
1155
|
-
-
|
|
1156
|
-
-
|
|
1157
|
-
-
|
|
1158
|
-
-
|
|
1159
|
-
-
|
|
1160
|
-
-
|
|
1161
|
-
-
|
|
1162
|
-
- ​<!-- 01 -->[website] Avoid duplicate simple vs. rich (#42100) @oliviertassinari
|
|
1226
|
+
- [blog] Update blog post OG image (#42270) @danilo-leal
|
|
1227
|
+
- [blog] Update Pigment CSS post (#42266) @danilo-leal
|
|
1228
|
+
- [docs] Remove LocalMonero (#42224) @oliviertassinari
|
|
1229
|
+
- [docs-infra] Fix keyboard navigation on page tabs (#42152) @danilo-leal
|
|
1230
|
+
- [code-infra] Remove raw-loader (#42275) @Janpot
|
|
1231
|
+
- [core] Remove outdated Babel plugins (#42140) @ZeeshanTamboli
|
|
1232
|
+
- [core] Fix a few more key spread issues (#42168) @oliviertassinari
|
|
1163
1233
|
|
|
1164
1234
|
All contributors of this release in alphabetical order: @danilo-leal, @DiegoAndai, @Janpot, @Mandar-Pandya, @oliviertassinari, @siriwatknp, @ZeeshanTamboli
|
|
1165
1235
|
|
|
@@ -1173,40 +1243,35 @@ A big thanks to the 14 contributors who made this release possible.
|
|
|
1173
1243
|
|
|
1174
1244
|
### `@mui/material@6.0.0-alpha.7`
|
|
1175
1245
|
|
|
1176
|
-
-
|
|
1177
|
-
-
|
|
1178
|
-
-
|
|
1179
|
-
-
|
|
1180
|
-
-
|
|
1246
|
+
- [Autocomplete] Deprecate `componentsProps` props (#42179) @lhilgert9
|
|
1247
|
+
- [Autocomplete] Improve design when there's a start adornment for small autocomplete (#41781) @TahaRhidouani
|
|
1248
|
+
- [Autocomplete] deprecate `*Component` and `*Props` for v6 (#41875) @lhilgert9
|
|
1249
|
+
- [CircularProgress] Deprecate composed classes (#42076) @sai6855
|
|
1250
|
+
- [ToggleButtonGroup] Add missing `selected` class in ToggleButtonGroupClasses type (#42243) @tarunrajput
|
|
1181
1251
|
|
|
1182
1252
|
### `@mui/codemod@6.0.0-alpha.6`
|
|
1183
1253
|
|
|
1184
|
-
-
|
|
1254
|
+
- [Divider] Only apply codemod if light prop is present (#42098) @DiegoAndai
|
|
1185
1255
|
|
|
1186
1256
|
### Docs
|
|
1187
1257
|
|
|
1188
|
-
-
|
|
1189
|
-
-
|
|
1190
|
-
-
|
|
1191
|
-
-
|
|
1192
|
-
-
|
|
1258
|
+
- Fix 301 to Figma @oliviertassinari
|
|
1259
|
+
- Fix use of deprecated React API (#42118) @oliviertassinari
|
|
1260
|
+
- Remove the Base notification (#42191) @danilo-leal
|
|
1261
|
+
- [material-ui] Improve descriptions for deprecated props (#42221) @aarongarciah
|
|
1262
|
+
- [material-ui] Fix typo in composition docs (#42195) @aarongarciah
|
|
1193
1263
|
|
|
1194
1264
|
### Core
|
|
1195
1265
|
|
|
1196
|
-
-
|
|
1197
|
-
-
|
|
1198
|
-
-
|
|
1199
|
-
-
|
|
1200
|
-
-
|
|
1201
|
-
-
|
|
1202
|
-
-
|
|
1203
|
-
-
|
|
1204
|
-
-
|
|
1205
|
-
- ​<!-- 05 -->[website] Add redirection for talk @oliviertassinari
|
|
1206
|
-
- ​<!-- 04 -->[website] Adds Arthur Balduini team info (#42193) @arthurbalduini
|
|
1207
|
-
- ​<!-- 03 -->[website] Update the role template file (#42192) @danilo-leal
|
|
1208
|
-
- ​<!-- 02 -->[website] Update MUI X deps and migrate TreeView demos to v7 API (#42149) @noraleonte
|
|
1209
|
-
- ​<!-- 01 -->[website] Fix pricing casing (#42178) @aarongarciah
|
|
1266
|
+
- [blog] Introducing Pigment CSS blog post (#42198) @samuelsycamore
|
|
1267
|
+
- [core] Remove confusing comment @oliviertassinari
|
|
1268
|
+
- [core] Match other repositories and convention @oliviertassinari
|
|
1269
|
+
- [core] Fix React 18.3 warnings about spreading keys in the Material UI `Autocomplete` component (#42099) @heath-freenome
|
|
1270
|
+
- [core] Remove unecessary quotes @oliviertassinari
|
|
1271
|
+
- [docs-infra] Share code for section title (#42236) @alexfauquette
|
|
1272
|
+
- [docs-infra] Limit the copy button to the visible code block (#42115) @danilo-leal
|
|
1273
|
+
- [docs-infra] Make select components with two capital letters (#42004) @alexfauquette
|
|
1274
|
+
- [docs-infra][toolpad] Fix Page title and SERP title mismatch (#41919) @bharatkashyap
|
|
1210
1275
|
|
|
1211
1276
|
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @arthurbalduini, @bharatkashyap, @danilo-leal, @DiegoAndai, @heath-freenome, @lhilgert9, @noraleonte, @oliviertassinari, @sai6855, @samuelsycamore, @TahaRhidouani, @tarunrajput
|
|
1212
1277
|
|
|
@@ -1250,11 +1315,6 @@ A big thanks to the 10 contributors who made this release possible.
|
|
|
1250
1315
|
- [core] Restrict import path with ESLint (#41970) @oliviertassinari
|
|
1251
1316
|
- [docs-infra] Add design and formatting improvements (#42063) @danilo-leal
|
|
1252
1317
|
- [docs-infra] Fix HTML structure violations (#42085) @oliviertassinari
|
|
1253
|
-
- [website] Componentize a few Careers page sections (#42102) @danilo-leal
|
|
1254
|
-
- [website] Refine the InfoCard design (#42116) @danilo-leal
|
|
1255
|
-
- [website] Fix home page slider's track position (#42141) @aarongarciah
|
|
1256
|
-
- [website] Closing the survey @oliviertassinari
|
|
1257
|
-
- [website] Remove Survey banner from website and Core docs (#42104) @joserodolfofreitas
|
|
1258
1318
|
|
|
1259
1319
|
All contributors of this release in alphabetical order: @aarongarciah, @danilo-leal, @harry-whorlow, @Janpot, @joserodolfofreitas, @LukasTy, @michaldudak, @oliviertassinari, @sai6855, @siriwatknp
|
|
1260
1320
|
|
|
@@ -1288,10 +1348,6 @@ A big thanks to the 9 contributors who made this release possible.
|
|
|
1288
1348
|
|
|
1289
1349
|
- [docs-infra] Clean up branding theme file and improve font-face readibility (#42023) @danilo-leal
|
|
1290
1350
|
- [docs-infra] Simplify docs demo (#42016) @oliviertassinari
|
|
1291
|
-
- [website] Add content about the Sync plugin in the Material UI page (#40515) @danilo-leal
|
|
1292
|
-
- [website] Sync career roles (#42058) @oliviertassinari
|
|
1293
|
-
- [website] Add Nadja on the about page (#42021) @mnajdova
|
|
1294
|
-
- [website] Fix code block design by changing the `MarkdownElement` import (#42022) @danilo-leal
|
|
1295
1351
|
- [wesbite] Remove duplicate MarkdownElement component (#42028) @danilo-leal
|
|
1296
1352
|
|
|
1297
1353
|
All contributors of this release in alphabetical order: @5-tom, @aarongarciah, @bricker, @danilo-leal, @mnajdova, @oliviertassinari, @ryanhartwig, @sai6855, @ZeeshanTamboli
|
|
@@ -1320,7 +1376,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
1320
1376
|
|
|
1321
1377
|
### `@mui/icons-material@6.0.0-alpha.4`
|
|
1322
1378
|
|
|
1323
|
-
-
|
|
1379
|
+
- [icons] Update the icons package (#41937) @danilo-leal
|
|
1324
1380
|
|
|
1325
1381
|
### Docs
|
|
1326
1382
|
|
|
@@ -1346,8 +1402,6 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
1346
1402
|
- [docs-infra] Add demo container design refinements (#41948) @danilo-leal
|
|
1347
1403
|
- [docs-infra] Use the `getLayout` on the material demo pages (#41936) @alexfauquette
|
|
1348
1404
|
- [test] Update browser versions in karma config (#42008) @ZeeshanTamboli
|
|
1349
|
-
- [website] Remove customer support agent role from website (#41969) @rluzists1
|
|
1350
|
-
- [website] Fix grid usage and add stray improvements (#41930) @danilo-leal
|
|
1351
1405
|
|
|
1352
1406
|
All contributors of this release in alphabetical order: @alexfauquette, @danilo-leal, @gijsbotje, @Janpot, @lhilgert9, @michaldudak, @Miguelrom, @mnajdova, @oliviertassinari, @rluzists1, @sai6855, @siriwatknp, @soler1212, @zanivan, @ZeeshanTamboli
|
|
1353
1407
|
|
|
@@ -1435,31 +1489,31 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
1435
1489
|
|
|
1436
1490
|
### `@mui/material@6.0.0-alpha.2`
|
|
1437
1491
|
|
|
1438
|
-
-
|
|
1439
|
-
-
|
|
1492
|
+
- [typescript][Select] Fix `muiName` property TypeScript error (#41726) @EyaOuenniche
|
|
1493
|
+
- [l10n] Fix typo in is-IS locale (#41810) @magnimarels
|
|
1440
1494
|
|
|
1441
1495
|
### `@pigment-css/react@0.0.6`
|
|
1442
1496
|
|
|
1443
|
-
-
|
|
1497
|
+
- [core] Remove `muiName` during eval phase (#41811) @brijeshb42
|
|
1444
1498
|
|
|
1445
1499
|
### `@pigment-css/nextjs-plugin@0.0.6`
|
|
1446
1500
|
|
|
1447
|
-
-
|
|
1448
|
-
-
|
|
1501
|
+
- [nextjs] Handle file references passed through imports (#41817) @brijeshb42
|
|
1502
|
+
- [nextjs] Allow usage of url() CSS function (#41758) @brijeshb42
|
|
1449
1503
|
|
|
1450
1504
|
### Docs
|
|
1451
1505
|
|
|
1452
|
-
-
|
|
1453
|
-
-
|
|
1454
|
-
-
|
|
1455
|
-
-
|
|
1456
|
-
-
|
|
1506
|
+
- [docs] Fix 301 links @oliviertassinari
|
|
1507
|
+
- [pigment-css][docs] Fix README typo (#41808) @aarongarciah
|
|
1508
|
+
- [pigment-css][docs] Fix output on dynamic styles example (#41805) @aarongarciah
|
|
1509
|
+
- [material-ui][docs] Fix Material 3 message typo (#41821) @aarongarciah
|
|
1510
|
+
- [material-ui][docs] Add stray design tweaks to free templates (#41696) @zanivan
|
|
1457
1511
|
|
|
1458
1512
|
### Core
|
|
1459
1513
|
|
|
1460
|
-
-
|
|
1461
|
-
-
|
|
1462
|
-
-
|
|
1514
|
+
- [core] Remove unused files (#41818) @mnajdova
|
|
1515
|
+
- [docs-infra] Fix analytics about inline ads (#41474) (#41819) @alexfauquette
|
|
1516
|
+
- [docs-infra] Fix drawer performances (#41807) @alexfauquette
|
|
1463
1517
|
|
|
1464
1518
|
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @brijeshb42, @EyaOuenniche, @oliviertassinari
|
|
1465
1519
|
|
|
@@ -1542,11 +1596,6 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
1542
1596
|
- [material-ui] Refine the Sign-in and Sign-up templates (#41192) @zanivan
|
|
1543
1597
|
- [test] Add test to display options provided to the options prop even if loading is true. (#41675) @ZeeshanTamboli
|
|
1544
1598
|
- [blog] Refresh the design slightly (#41697) @danilo-leal
|
|
1545
|
-
- [website] Use en-US over en-UK for career link @oliviertassinari
|
|
1546
|
-
- [website] Add Aarón to About Us (#41736) @aarongarciah
|
|
1547
|
-
- [website] Refine button design and other details (#41686) @danilo-leal
|
|
1548
|
-
- [website] Improve job og image (#41672) @oliviertassinari
|
|
1549
|
-
- [website] Page <title> should have no dots @oliviertassinari
|
|
1550
1599
|
|
|
1551
1600
|
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
|
|
1552
1601
|
|
|
@@ -1624,8 +1673,6 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1624
1673
|
- [docs] Update the installation guides to use the next tag (#41558) @mnajdova
|
|
1625
1674
|
- [docs][material-ui] Fix typo in CSS theme variables customization (#41632) @ZeeshanTamboli
|
|
1626
1675
|
- [material-ui][docs] Remove deleted page from the sidenav (#41594) @danilo-leal
|
|
1627
|
-
- [website] Update pricing table (#41595) @cherniavskii
|
|
1628
|
-
- [website] Add stray design adjustments throughout the site (#41547) @danilo-leal
|
|
1629
1676
|
|
|
1630
1677
|
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
|
|
1631
1678
|
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
This package contains Google's [Material Icons](https://fonts.google.com/icons?icon.set=Material+Icons) converted to Material UI [SVG Icon](https://mui.com/material-ui/icons/#svgicon) components.
|
|
4
4
|
|
|
5
|
-
> Google also offers [Material Symbols](https://fonts.google.com/icons?icon.set=Material+Symbols) as
|
|
5
|
+
> Google also offers [Material Symbols](https://fonts.google.com/icons?icon.set=Material+Symbols) as the successor of Material Icons. `@mui/icons-material` only covers Icons at this time, there are no support for Symbols yet.
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/icons-material",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Material Design icons distributed as SVG React components.",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"url": "https://opencollective.com/mui-org"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@babel/runtime": "^7.25.
|
|
31
|
+
"@babel/runtime": "^7.25.7"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
35
35
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
36
|
-
"@mui/material": "^6.1.
|
|
36
|
+
"@mui/material": "^6.1.4"
|
|
37
37
|
},
|
|
38
38
|
"peerDependenciesMeta": {
|
|
39
39
|
"@types/react": {
|