chore(deps): bump @mui/material from 7.3.9 to 9.0.0 in /webapp by dependabot[bot] · Pull Request #760 · robfrank/linklift (original) (raw)
Bumps @mui/material from 7.3.9 to 9.0.0.
Release notes
Sourced from @mui/material's releases.
v9.0.0
🥳 We're excited to announce the stable release of Material UI v9.0! This major release focuses on accessibility improvements, sx prop performance, and cleanup of deprecated APIs. See the Material UI v9.0 announcement blog posts for more details. Also see the MUI v9 announcement blog posts for the broad ecosystem updates.
Check out the upgrade guide to see how you can move to this version.
@mui/material@9.0.0
- [slider] Use pointer events instead of mouse events (#48164) @mj12albert
- [switch] Add border to make it visible in high contrast mode (#48180) @silviuaavram
- [transitions] Performance improvements & misc fixes (#48151) @mj12albert
- Remove unnecessary overridesResolvers from styled components (#48204) @sai6855
Core
- [code-infra] Setup workflow to publish internal packages (#47952) @brijeshb42
- [core-docs] Add
x-schedulertoMuiProductIdtype (#48185) @rita-codes- [docs-infra] Add scheduler to product switcher (#48208) @rita-codes
- [internal] Prepare libraries for v9 stable release (#48206) @siriwatknp
🙇♂️ We'd like to extend a big thank you to everyone involved who made this major release possible.
v9.0.0-beta.1
A big thanks to the 11 contributors who made this release possible.
@mui/material@9.0.0-beta.1Breaking Changes
- [grid] Remove 'column' and 'column-reverse' options from
directionprop (#47564) @sai6855- [icons] Remove legacy
*Outlineicons (#48116) @mj12albert- [list-item-icon] Use theme spacing instead of hardcoded minWidth (#46597) @adiitxa
Changes
- [all components] Fix
slotProps.transitiontypes (#48153) @mj12albert- [alert][dialog] Accessibility improvements (#48113) @silviuaavram
- [autocomplete] Fix helper text focusing input when clicked (#48156) @mj12albert
- [buttonbase] Add
nativeButtonprop (#47989) @mj12albert- [input] Fix high contrast cutoff on first character (#48150) @silviuaavram
- [menu] Fix empty roving focus container (#48114) @mj12albert
- [utils] Explicitly register roving tab items with parent (#48122) @mj12albert
Docs
- Fix HTML validation errors (#48107) @Janpot
- Fix duplicate IDs and HTML validation issues (#48095) @Janpot
- Fix the dark mode footer row shadow for the Data Grid on the advanced components page (#48149) @arminmeh
- Improve jsdom section (#48098) @oliviertassinari
- Update "Deprecated APIs removed" section to h2 in "Upgrade to v9" docs (#48115) @ZeeshanTamboli
- [progress] Label all demo components (#48143) @mj12albert
... (truncated)
Changelog
Sourced from @mui/material's changelog.
9.0.0
Apr 7, 2026
A big thanks to the 7 contributors who made this release possible.
🥳 We're excited to announce the stable release of Material UI v9! This major release focus on accessibility improvements, sx prop performance, and cleanup of deprecated APIs.
For more details, check out the upgrade guide.
@mui/material@9.0.0
- [slider] Use pointer events instead of mouse events (#48164) @mj12albert
- [switch] Add border to make it visible in high contrast mode (#48180) @silviuaavram
- [transitions] Performance improvements & misc fixes (#48151) @mj12albert
- Remove unnecessary overridesResolvers from styled components (#48204) @sai6855
Core
- [code-infra] Setup workflow to publish internal packages (#47952) @brijeshb42
- [core-docs] Add
x-schedulertoMuiProductIdtype (#48185) @rita-codes- [docs-infra] Add scheduler to product switcher (#48208) @rita-codes
- [internal] Prepare libraries for v9 stable release (#48206) @siriwatknp
All contributors of this release in alphabetical order: @brijeshb42, @mj12albert, @noraleonte, @rita-codes, @sai6855, @silviuaavram, @siriwatknp
9.0.0-beta.1
Apr 2, 2026
A big thanks to the 11 contributors who made this release possible.
@mui/material@9.0.0-beta.1Breaking Changes
- [grid] Remove 'column' and 'column-reverse' options from
directionprop (#47564) @sai6855- [icons] Remove legacy
*Outlineicons (#48116) @mj12albert- [list-item-icon] Use theme spacing instead of hardcoded minWidth (#46597) @adiitxa
Changes
- [all components] Fix
slotProps.transitiontypes (#48153) @mj12albert- [alert][dialog] Accessibility improvements (#48113) @silviuaavram
- [autocomplete] Fix helper text focusing input when clicked (#48156) @mj12albert
- [button-base] Add
nativeButtonprop (#47989) @mj12albert
... (truncated)
Commits
- a83fd59 v9.0.0 (#48221)
- e4de3e2 [internal] Prepare libraries for v9 stable release (#48206)
- 2cc3f5b [transitions] Performance improvements & misc fixes (#48151)
- af86546 [slider] Use pointer events instead of mouse events (#48164)
- 3f1a610 [switch] Add border to make it visible in high contrast mode (#48180)
- d7fc1c4 [internal] Sort license field to be under description
- f1d35f6 [material-ui] Remove unnecessary overridesResolvers from styled components (#...
- e1e43bd V9.0.0 beta.1 (#48178)
- a2ac691 [utils] Explicitly register roving tab items with parent (#48122)
- 56f63bf [grid] Remove 'column' and 'column-reverse' options from GridDirection type (...
- Additional commits viewable in compare view