@@ -10,36 +10,120 @@ A big thanks to the 11 contributors who made this release possible.
1010
1111### ` @mui/material@9.0.0-alpha.4 `
1212
13- - [ textfield] Remove deprecated props (#47878 ) @ZeeshanTamboli
13+ #### Breaking Changes
14+
1415- [ accordion] Remove deprecated props (#47963 ) @silviuaavram
15- - [ accordionsummary] Remove deprecated props (#48006 ) @silviuaavram
16- - [ alert] Remove deprecated classes (#48011 ) @silviuaavram
16+ - ` TransitionComponent `
17+ - ` TransitionProps `
18+ - [ accordionsummary] Remove deprecated CSS class (#48006 ) @silviuaavram
19+ - ` contentGutters `
20+ - [ alert] Remove deprecated CSS classes (#48011 ) @silviuaavram
21+ - ` standardSuccess `
22+ - ` standardInfo `
23+ - ` standardWarning `
24+ - ` standardError `
25+ - ` outlinedSuccess `
26+ - ` outlinedInfo `
27+ - ` outlinedWarning `
28+ - ` outlinedError `
29+ - ` filledSuccess `
30+ - ` filledInfo `
31+ - ` filledWarning `
32+ - ` filledError `
1733- [ alert] Remove deprecated props (#47965 ) @silviuaavram
18- - [ autocomplete] Optimize selected option lookup (#47953 ) @anchmelev
34+ - ` components `
35+ - ` componentsProps `
1936- [ autocomplete] Remove deprecated props (#47864 ) @ZeeshanTamboli
37+ - ` ChipProps `
38+ - ` componentsProps `
39+ - ` ListboxComponent `
40+ - ` ListboxProps `
41+ - ` PaperComponent `
42+ - ` PopperComponent `
43+ - ` renderTags `
2044- [ avatar] Remove deprecated props (#47966 ) @silviuaavram
45+ - ` imgProps `
2146- [ avatargroup] Remove deprecated props (#47968 ) @silviuaavram
47+ - ` componentsProps `
2248- [ backdrop] Remove deprecated props (#47991 ) @silviuaavram
49+ - ` components `
50+ - ` componentsProps `
51+ - ` TransitionComponent `
2352- [ badge] Remove deprecated props (#47993 ) @silviuaavram
24- - [ button] Remove deprecated classes (#48012 ) @silviuaavram
53+ - ` components `
54+ - ` componentsProps `
55+ - [ button] Remove deprecated CSS classes (#48012 ) @silviuaavram
56+ - Color variant classes: ` textInherit ` , ` outlinedPrimary ` , ` containedSecondary ` , etc.
57+ - Size classes: ` textSizeSmall ` , ` iconSizeMedium ` , etc.
58+ - [ divider] Remove deprecated prop (#48013 ) @atharva3333
59+ - ` light `
60+ - [ formcontrollabel] Remove deprecated props (#48032 ) @atharva3333
61+ - ` componentsProps `
62+ - [ menu] Remove deprecated props (#48021 ) @siriwatknp
63+ - ` MenuListProps `
64+ - ` PaperProps `
65+ - ` TransitionProps `
66+ - [ popover] Remove deprecated props (#48021 ) @siriwatknp
67+ - ` BackdropComponent `
68+ - ` BackdropProps `
69+ - ` PaperProps `
70+ - ` TransitionComponent `
71+ - ` TransitionProps `
72+ - [ popper] Remove deprecated props (#48020 ) @siriwatknp
73+ - ` components `
74+ - ` componentsProps `
75+ - [ select] Remove deprecated props passed via ` MenuProps ` (#48021 ) @siriwatknp
76+ - ` MenuListProps `
77+ - ` PaperProps `
78+ - ` TransitionProps `
79+ - [ slider] Remove deprecated props (#47996 ) @siriwatknp
80+ - ` components `
81+ - ` componentsProps `
82+ - [ speeddial] Remove deprecated props (#47998 ) @siriwatknp
83+ - ` TransitionComponent `
84+ - ` TransitionProps `
85+ - [ speeddialaction] Remove deprecated props (#47998 ) @siriwatknp
86+ - ` FabProps `
87+ - ` tooltipTitle `
88+ - ` tooltipPlacement `
89+ - ` tooltipOpen `
90+ - ` TooltipClasses `
91+ - [ tabs] Remove deprecated props (#48017 ) @siriwatknp
92+ - ` ScrollButtonComponent `
93+ - ` TabIndicatorProps `
94+ - ` TabScrollButtonProps `
95+ - ` slots.StartScrollButtonIcon `
96+ - ` slots.EndScrollButtonIcon `
97+ - [ textfield] Remove deprecated props (#47878 ) @ZeeshanTamboli
98+ - ` InputProps `
99+ - ` inputProps `
100+ - ` SelectProps `
101+ - ` InputLabelProps `
102+ - ` FormHelperTextProps `
103+ - [ tooltip] Remove deprecated props (#47988 ) @siriwatknp
104+ - ` components `
105+ - ` componentsProps `
106+ - ` PopperComponent `
107+ - ` PopperProps `
108+ - ` TransitionComponent `
109+ - ` TransitionProps `
110+ - [ typography] Remove deprecated prop (#47986 ) @siriwatknp
111+ - ` paragraph `
25112- [ buttonbase] Key handlers should not run on a disabled non-native button (#48003 ) @mj12albert
113+ - [ tablepagination] Format pagination numbers according to locale (#47803 ) @siriwatknp
114+ - [ textfield] Use non-native label for ` <TextField select/> ` (#47958 ) @mj12albert
115+
116+ Check out the [ v9 upgrade guide] ( https://mui.com/material-ui/migration/upgrade-to-v9/ ) .
117+
118+ #### Changes
119+
120+ - [ autocomplete] Optimize selected option lookup (#47953 ) @anchmelev
26121- [ buttonbase] Fix native button detection (#47985 ) @mj12albert
27- - [ divider] Removed deprecated props and classes (#48013 ) @atharva3333
28- - [ formcontrollabel] Remove deprecated props (#48032 ) @atharva3333
29122- [ inputbase] Fix test using removed InputProps on TextField (#48000 ) @siriwatknp
30- - [ menu] [ popover ] [ select] Remove deprecated props (#48021 ) @siriwatknp
31123- [ popper] Add missing classes export (#48031 ) @mj12albert
32- - [ popper] Remove deprecated props (#48020 ) @siriwatknp
33124- [ select] Fix focus visible always set on menu item (#47912 ) @silviuaavram
34- - [ slider] Remove deprecated props (#47996 ) @siriwatknp
35125- [ slider] Fix focus visible styles incorrectly applied by pointer (#47894 ) @mj12albert
36126- [ slider] Accept readonly array for the value prop (#47936 ) @pcorpet
37- - [ speeddial] Remove deprecated props (#47998 ) @siriwatknp
38- - [ tablepagination] Format pagination numbers according to locale (#47803 ) @siriwatknp
39- - [ tabs] Remove deprecated props (#48017 ) @siriwatknp
40- - [ textfield] Use non-native label for ` <TextField select/> ` (#47958 ) @mj12albert
41- - [ tooltip] Remove deprecated props (#47988 ) @siriwatknp
42- - [ typography] Remove deprecated props (#47986 ) @siriwatknp
43127
44128### ` @mui/codemod@9.0.0-alpha.4 `
45129
0 commit comments