|
1 | 1 | # [Versions](https://mui.com/versions/)
|
2 | 2 |
|
| 3 | +## 7.0.0-beta.4 |
| 4 | + |
| 5 | +<!-- generated comparing v7.0.0-beta.3..master --> |
| 6 | + |
| 7 | +_Mar 13, 2025_ |
| 8 | + |
| 9 | +A big thanks to the 10 contributors who made this release possible. |
| 10 | +This release contains bug fixes 🐛 and improvements to the new package layout 🏗️. |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | +- [Accordion] Add missing `root` slot (#45532) @sai6855 |
| 15 | +- [AccordionSummary] Add slots and slotProps (#45559) @sai6855 |
| 16 | +- [ListItemText] Add missing `root` slot (#45540) @sai6855 |
| 17 | +- [SpeedDial] Add missing `root` slot (#45541) @sai6855 |
| 18 | +- [Tooltip] Allow auto placement on tooltip (#45399) @Jtaks |
| 19 | +- [useScrollTrigger] Do nothing if target is null (#45441) @vipierozan99 |
| 20 | +- [TextareaAutosize] Fix ResizeObserver causing infinite `selectionchange` loop (#45351) @mj12albert |
| 21 | +- Fix negative input for CSS variables spacing array (#45550) @siriwatknp |
| 22 | +- Add missing deprecations in deprecations-all file (#45505) @sai6855 |
| 23 | +- Rename some `@mui/material/styles/createTypography` exports (#45558) @Janpot |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | +- Remove unused icon names from the download script (#45453) @yermartee |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | +- Prevent nested non-vars theme inheritance (#45545) @siriwatknp |
| 32 | +- Disable theme recalculation as default behavior (#45405) @siriwatknp |
| 33 | +- Fix package layout inconsistencies (#45491) @DiegoAndai |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | +- Add `enableCssLayer` prop to StyledEngineProvider (#45428) @siriwatknp |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | +- [code-infra] Fix type resolution for @mui/types (#45513) @Janpot |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | +- Fix package layout inconsistencies (#45491) @DiegoAndai |
| 46 | +- Use correct iri-reference homepage format (#45472) @dahiro |
| 47 | + |
| 48 | +### Docs |
| 49 | + |
| 50 | +- [Backdrop] Fix component name in migration guide (#45506) @sai6855 |
| 51 | +- [TextField] Add HTML input section to TextField page (#45439) @siriwatknp |
| 52 | + |
| 53 | +### Core |
| 54 | + |
| 55 | +- [code-infra] Convert a few docs modules to ts (#45548) @Janpot |
| 56 | +- [code-infra] Remove more CJS modules from the docs (#45557) @Janpot |
| 57 | +- [code-infra] Remove nested imports from theme augmentation (#45514) @Janpot |
| 58 | +- [docs-infra] Add @ts-ignore to avoid type checking for MUI X (#45555) @siriwatknp |
| 59 | +- [blog] Fix author end-of-year updates (#45533) @oliviertassinari |
| 60 | + |
| 61 | +All contributors of this release in alphabetical order: @dahiro, @DiegoAndai, @Janpot, @Jtaks, @mj12albert, @oliviertassinari, @sai6855, @siriwatknp, @vipierozan99, @yermartee |
| 62 | + |
3 | 63 | ## 7.0.0-beta.3
|
4 | 64 |
|
5 | 65 | <!-- generated comparing v7.0.0-beta.2..master -->
|
|
0 commit comments