[material-ui] Deprecate composed CSS classes
Open
@DiegoAndai is already working on this.
Since Feb 26, 2024.
deprecation
on hold
scope: all components
- Dominant language
- JavaScript
- Stars
- 99.1k
- Forks
- 32.5k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 106
Description
Part of #40417
Description
Deprecate composed CSS classes, which are planned for removal in v7.
- These are deprecated in favor of using atomic classes and combining them in userland
- If the atomic classes do not exist, they must be implemented in the same PR in which the deprecation is added
- The PR introducing the deprecation must also add:
- A section in the migration guide
- A codemod
Example PR
Contributing
Feel free to take any components that still need to be done or in progress. Please mention this issue in your PR so we can link it in the description and keep it up to date.
Components to migrate
- AccordionSummary: #40418, #41006
- Alert: #40688
- Button: #40675
- ButtonGroup: #41259
- Chip: #41235
- CircularProgress: #42076
- Dialog #45418
- Divider: #40563
- Drawer: #44870
- FilledInput
- ImageListItemBar: #42905
- Input
- InputBase #45234
- LinearProgress: #44933
- LoadingButton
- NativeSelect
- OutlinedInput
- PaginationItem: #40673, #41145
- Select: #42950
- Slider: #45201
- SpeedDial
- SpeedDialAction
- SpeedDialIcon
- StepConnector: #41740
- SwipeableDrawer: #44870
- TableSortLabel: #42281
- TabList
- Tabs
- ToggleButtonGroup: #41288
- Tooltip
Search keywords: deprecation composed classes material-ui
Search keywords:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.