[Popover][Menu][Select] Remove deprecated props#48021
Merged
siriwatknp merged 15 commits intomui:masterfrom Mar 19, 2026
Merged
[Popover][Menu][Select] Remove deprecated props#48021siriwatknp merged 15 commits intomui:masterfrom
siriwatknp merged 15 commits intomui:masterfrom
Conversation
42 tasks
Netlify deploy previewBundle size report
|
mnajdova
approved these changes
Mar 18, 2026
mj12albert
approved these changes
Mar 18, 2026
Member
mj12albert
left a comment
There was a problem hiding this comment.
Looks good ~ there's a small cleanup that could be included in this PR as well: https://github.com/siriwatknp/material-ui/blob/master/packages/mui-material/src/Menu/Menu.js#L220-L223
06ca39d to
094b364
Compare
Member
Author
|
@mnajdova @mj12albert I have to do the removal of Menu in this PR because it's affected by the Popper change. As well as SelectInput because it's using Menu internally. |
silviuaavram
approved these changes
Mar 19, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Remove all deprecated props from the Popover component.
Breaking change
The following deprecated props have been removed:
BackdropComponent— useslots.backdropinsteadBackdropProps— useslotProps.backdropinsteadPaperProps— useslotProps.paperinsteadTransitionComponent— useslots.transitioninsteadTransitionProps— useslotProps.transitioninsteadChanges
externalForwardedProps— no longer merges deprecated propselementTypeAcceptingRefimportPopover.spec.tsxtype testsPaperPropsas deprecated prop toMenu.d.ts(Menu inherited it from Popover — needed to keep Menu working until its own deprecated props are removed)Test plan
pnpm prettierpassespnpm eslintpassespnpm typescriptpassespnpm test:unit Popoverpasses (83 tests)