|
1 | 1 | # [Versions](https://mui.com/versions/) |
2 | 2 |
|
| 3 | +## 9.0.0-beta.1 |
| 4 | + |
| 5 | +<!-- generated comparing v9.0.0-beta.0..master --> |
| 6 | + |
| 7 | +_Apr 2, 2026_ |
| 8 | + |
| 9 | +A big thanks to the 11 contributors who made this release possible. |
| 10 | + |
| 11 | +### `@mui/material@9.0.0-beta.1` |
| 12 | + |
| 13 | +#### Breaking Changes |
| 14 | + |
| 15 | +- [grid] Remove 'column' and 'column-reverse' options from `direction` prop (#47564) @sai6855 |
| 16 | +- [icons] Remove legacy `*Outline` icons (#48116) @mj12albert |
| 17 | +- [list-item-icon] Use theme spacing instead of hardcoded minWidth (#46597) @adiitxa |
| 18 | + |
| 19 | +#### Changes |
| 20 | + |
| 21 | +- [all components] Fix `slotProps.transition` types (#48153) @mj12albert |
| 22 | +- [alert][dialog] Accessibility improvements (#48113) @silviuaavram |
| 23 | +- [autocomplete] Fix helper text focusing input when clicked (#48156) @mj12albert |
| 24 | +- [button-base] Add `nativeButton` prop (#47989) @mj12albert |
| 25 | +- [input] Fix high contrast cutoff on first character (#48150) @silviuaavram |
| 26 | +- [menu] Fix empty roving focus container (#48114) @mj12albert |
| 27 | +- [utils] Explicitly register roving tab items with parent (#48122) @mj12albert |
| 28 | + |
| 29 | +### Docs |
| 30 | + |
| 31 | +- Fix HTML validation errors (#48107) @Janpot |
| 32 | +- Fix duplicate IDs and HTML validation issues (#48095) @Janpot |
| 33 | +- Fix the dark mode footer row shadow for the Data Grid on the advanced components page (#48149) @arminmeh |
| 34 | +- Improve jsdom section (#48098) @oliviertassinari |
| 35 | +- Update "Deprecated APIs removed" section to h2 in "Upgrade to v9" docs (#48115) @ZeeshanTamboli |
| 36 | +- [docs][progress] Label all demo components (#48143) @mj12albert |
| 37 | +- [docs-infra] Add x-scheduler to component API URL resolver (#48097) @rita-codes |
| 38 | +- [docs-infra] Resolve some redirects (#48165) @Janpot |
| 39 | +- [docs-infra] Update v9 Search Index (#48028) @dav-is |
| 40 | + |
| 41 | +### Core |
| 42 | + |
| 43 | +- [code-infra] Discover exports for bundle size report (#48170) @Janpot |
| 44 | +- [internal] Fix use of ellipsis (#48096) @oliviertassinari |
| 45 | +- [test] Add screenshot test for Virtualized Table (#47947) @mnajdova |
| 46 | +- [test] Remove `componentsProp` from `describeConformance` tests (#48142) @ZeeshanTamboli |
| 47 | +- [theme] Do not create channel tokens for custom colors when `nativeColor` is used (#47765) @ZeeshanTamboli |
| 48 | + |
| 49 | +All contributors of this release in alphabetical order: @adiitxa, @arminmeh, @dav-is, @Janpot, @mj12albert, @mnajdova, @oliviertassinari, @rita-codes, @sai6855, @silviuaavram, @ZeeshanTamboli |
| 50 | + |
3 | 51 | ## 9.0.0-beta.0 |
4 | 52 |
|
5 | 53 | <!-- generated comparing v9.0.0-alpha.4..master --> |
|
0 commit comments