-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
[ListItem, ListItemText] Remove deprecated props #48042
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
siriwatknp
merged 34 commits into
mui:master
from
siriwatknp:remove-deprecated-list-props
Mar 23, 2026
Merged
Changes from 14 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
6bdf76b
[ListItem, ListItemText] Remove deprecated props
siriwatknp 7228ffa
[ListItemSecondaryAction] Remove deprecated component from public API
siriwatknp 59ea8a6
fix isMuiElement test: use SpeedDialIcon instead of ListItemText
siriwatknp a85bf68
update migration guide: ListItemSecondaryAction removed
siriwatknp e4adf0b
remove secondaryAction class from root element
siriwatknp 186edd3
revert isMuiElement test: use internal import for ListItemSecondaryAc…
siriwatknp 90f189a
restore all spec tests, replace deprecated props with slotProps
siriwatknp 6586b25
revert ListItemSecondaryAction removal, only remove @deprecated annot…
siriwatknp 84d1b01
add component prop to ListItemSecondaryAction
siriwatknp 878b75b
refactor ListItem to use useSlot for root and styled secondaryAction
siriwatknp b76177c
enable slotProps conformance tests for ListItem
siriwatknp 098e37f
type ListItemText primary/secondary slotProps with TypographyProps
siriwatknp bbce63b
fix ListItemSecondaryAction tests: add missing data-testid, skip them…
siriwatknp ba1ca31
prettier
siriwatknp f397c1d
Merge remote-tracking branch 'upstream/master' into remove-deprecated…
siriwatknp efc2230
[ListItem, ListItemText] Remove deprecated props
siriwatknp a2c0f71
[ListItemSecondaryAction] Remove deprecated component from public API
siriwatknp b98c8c0
fix isMuiElement test: use SpeedDialIcon instead of ListItemText
siriwatknp d1f08ef
update migration guide: ListItemSecondaryAction removed
siriwatknp 66e8f32
remove secondaryAction class from root element
siriwatknp 099aace
revert isMuiElement test: use internal import for ListItemSecondaryAc…
siriwatknp 84d6fa8
restore all spec tests, replace deprecated props with slotProps
siriwatknp 69578de
revert ListItemSecondaryAction removal, only remove @deprecated annot…
siriwatknp 0019d89
add component prop to ListItemSecondaryAction
siriwatknp a4fb8d6
refactor ListItem to use useSlot for root and styled secondaryAction
siriwatknp 73c83e0
enable slotProps conformance tests for ListItem
siriwatknp ab63be1
type ListItemText primary/secondary slotProps with TypographyProps
siriwatknp 461b2fc
prettier
siriwatknp 52943de
migration guide: secondaryAction styleOverrides targets slot directly
siriwatknp 5f517e3
Apply suggestions from code review
siriwatknp 7e047c7
restore MobileStepper section in migration guide
siriwatknp 441fee4
restore PaginationItem section in migration guide
siriwatknp a564abf
move PaginationItem section to alphabetical order
siriwatknp 60bab7d
[ListItem] Remove unused useForkRef, pass ref directly to useSlot
siriwatknp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
docs/translations/api-docs/list-item-secondary-action/list-item-secondary-action.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will need to fix this in a separate PR to replace system props with sx prop