|
1 | 1 | # [Versions](https://mui.com/versions/) |
2 | 2 |
|
| 3 | +## 7.3.7 |
| 4 | + |
| 5 | +<!-- generated comparing v7.3.6..master --> |
| 6 | + |
| 7 | +_Jan 8, 2026_ |
| 8 | + |
| 9 | +A big thanks to the 16 contributors who made this release possible. |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | +- [accordion] Remove unnecessary handling of `square` prop on Accordion Root (#47457) @ZeeshanTamboli |
| 14 | +- [alert] Remove unnecessary default icon mapping fallback (#47460) @ZeeshanTamboli |
| 15 | +- [appbar] Fix inherit color CSS variable not getting applied (#47518) @ZeeshanTamboli |
| 16 | +- [autocomplete] Fix `ArrowLeft`, `Backspace` & `Delete` behavior for multiple and single-value rendering with proper caret handling (#47411) @jnbain |
| 17 | +- [backdrop] Remove unnecessary passing of `classes` from root slot (#47519) @ZeeshanTamboli |
| 18 | +- [button-group] Fix styles when variant is `contained` (#47499) @ZeeshanTamboli |
| 19 | +- [card-action-area] Remove incorrect root ref being forwarded to focus highlight component (#47523) @ZeeshanTamboli |
| 20 | +- [checkbox] Fix readonly checkboxes (#47503) @mj12albert |
| 21 | +- [click-away-listener] Tighten the parameter type of createHandleSynthetic method (#47525) @ZeeshanTamboli |
| 22 | +- [dialog] Fix backdrop theme style overrides (#47544) @ZeeshanTamboli |
| 23 | +- [focus-trap] Compute `activeElement` inside `loopFocus` on every keydown (#47566) @ZeeshanTamboli |
| 24 | +- [modal] Take non-integer padding-right into consideration when scroll locking (#47420) @Zache |
| 25 | +- [select] Fix dropdown width does not match trigger width on window resize (#47526) @AarishMansur |
| 26 | +- [tabs] Fix passing incorrect slot name props (scrollButton → scrollButtons) (#47215) @rithik56 |
| 27 | + |
| 28 | +### Docs |
| 29 | + |
| 30 | +- [card] Fix key warning (#47524) @ZeeshanTamboli |
| 31 | +- [dialog] Replace TranstionProps with slotProps.transition (#47569) @sai6855 |
| 32 | +- [number-field] Use stable Base UI package (#47504) @siriwatknp |
| 33 | +- [snackbar] Replace TransitionComponent with slots.transition (#47570) @sai6855 |
| 34 | +- Fix incorrect indentation in migration guide (#47571) @sai6855 |
| 35 | +- Enable MUI chat on Material UI demos (#46837) @siriwatknp |
| 36 | +- Add docs and website banner for Dev survey'25 (#47521) @prakhargupta1 |
| 37 | +- Update Tailwind CSS v4 + Next.js Pages Router docs (#47546) @atharva3333 |
| 38 | +- Add warning callout to Sync plugin doc (#47511) @mapache-salvaje |
| 39 | +- Update typo in TailwindCSS v4 integration with Next.js docs (#47512) @TimKraemer |
| 40 | +- Fix link to contributing guide (#47473) @oliviertassinari |
| 41 | +- Improve description of Accordion props (#47459) @ZeeshanTamboli |
| 42 | + |
| 43 | +### Core |
| 44 | + |
| 45 | +- [blog] Whats new since MUI X v8 [DX-51] (#47140) @joserodolfofreitas |
| 46 | +- [code-infra] Fix React@next CI job (#47493) @Janpot |
| 47 | +- [code-infra] Move font loading to @mui/docs (#47385) @Janpot |
| 48 | +- [code-infra] Fix CI for React 18 (#47560) @Janpot |
| 49 | +- [code-infra] Prevent legacy browsers tests from updating (#47496) @Janpot |
| 50 | +- [code-infra] Move `@mui/internal-test-utils` to code infra repo (#47422) @Janpot |
| 51 | +- [code-infra] Fix React@next CI job (#47493) @Janpot |
| 52 | +- [examples] Update Next.js versions to v16 in Next.js examples (DX-57) (#47453) @alelthomas |
| 53 | +- [internal] Bump Next.js & React version to avoid security vulnerability (#47427) @oliviertassinari |
| 54 | +- [test] Use plain playwright for e2e (#47410) @mj12albert |
| 55 | +- [test] Fix react-18 tests (#47407) @Janpot |
| 56 | + |
| 57 | +All contributors of this release in alphabetical order: @AarishMansur, @alelthomas, @atharva3333, @bricefrisco, @Janpot, @jnbain, @joserodolfofreitas, @mapache-salvaje, @mj12albert, @oliviertassinari, @prakhargupta1, @rithik56, @siriwatknp, @TimKraemer, @Zache, @ZeeshanTamboli |
| 58 | + |
3 | 59 | ## 7.3.6 |
4 | 60 |
|
5 | 61 | <!-- generated comparing v7.3.5..master --> |
@@ -753,7 +809,7 @@ A big thanks to the 7 contributors who made this release possible. |
753 | 809 | - Fix `Grid`, `GridLegacy`, `Stack`, `Badge`, `Select`, `Autocomplete` demos CSS variables (#45693) @DiegoAndai |
754 | 810 | - Add "Material UI v7 is here" to the notifications (#45694) @DiegoAndai |
755 | 811 | - Fix `Breadcrumbs`, `List`, `Divider`, and `Typography` dark mode demos (#45692) @siriwatknp |
756 | | -- Fix Material Icons page in dark mode (#45691) @mnajdova |
| 812 | +- Fix Material Icons page in dark mode (#45691) @mnajdova |
757 | 813 |
|
758 | 814 | All contributors of this release in alphabetical order: @aarongarciah, @DiegoAndai, @eduter, @Janpot, @micttyoid, @mnajdova, @siriwatknp |
759 | 815 |
|
|
0 commit comments