Skip to content

Releases: mui/material-ui

v7.3.10

08 Apr 07:52
2a8ad69

Choose a tag to compare

A big thanks to the 15 contributors who made this release possible. A few highlights ✨:

  • 📖 Added the Menubar component page to the docs.

@mui/material@7.3.10

Docs

Core

All contributors of this release in alphabetical order: @Ahmad-Alaziz, @aman44444, @anchmelev, @arminmeh, @cherniavskii, @DanailH, @dav-is, @GerardasB, @mj12albert, @olivier-lxo, @pcorpet, @sai6855, @silviuaavram, @siriwatknp, @ZeeshanTamboli

v9.0.0

08 Apr 12:05
a83fd59

Choose a tag to compare

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

Core

🙇‍♂️ We'd like to extend a big thank you to everyone involved who made this major release possible.

v9.0.0-beta.1

02 Apr 13:57
e1e43bd

Choose a tag to compare

v9.0.0-beta.1 Pre-release
Pre-release

A big thanks to the 11 contributors who made this release possible.

@mui/material@9.0.0-beta.1

Breaking Changes

  • [grid] Remove 'column' and 'column-reverse' options from direction prop (#47564) @sai6855
  • [icons] Remove legacy *Outline icons (#48116) @mj12albert
  • [list-item-icon] Use theme spacing instead of hardcoded minWidth (#46597) @adiitxa

Changes

Docs

Core

All contributors of this release in alphabetical order: @adiitxa, @arminmeh, @dav-is, @Janpot, @mj12albert, @mnajdova, @oliviertassinari, @rita-codes, @sai6855, @silviuaavram, @ZeeshanTamboli

v9.0.0-beta.0

26 Mar 00:50
e59e5fd

Choose a tag to compare

v9.0.0-beta.0 Pre-release
Pre-release

A big thanks to the 8 contributors who made this release possible.

@mui/material@9.0.0-beta.0

Breaking Changes

Changes

  • [system] Improve performance when using sx prop (#44254) @romgrk

@mui/codemod@9.0.0-beta.0

Docs

Core

  • Update browserslistrc (#48085) @silviuaavram
  • [code-infra] Prevent major version updates of bundler/framework packages in bundling fixtures (#48062) @Copilot
  • [code-infra][icons-material] Avoid material utils barrel in createSvgIcon (#48029) @anchmelev
  • [docs-infra] Migrate more leaf components to mui-docs (#48018) @brijeshb42

All contributors of this release in alphabetical order: @anchmelev, @brijeshb42, @Copilot, @mj12albert, @romgrk, @silviuaavram, @siriwatknp, @ZeeshanTamboli

v9.0.0-alpha.4

20 Mar 09:42
ef90aa3

Choose a tag to compare

v9.0.0-alpha.4 Pre-release
Pre-release

A big thanks to the 11 contributors who made this release possible.

@mui/material@9.0.0-alpha.4

Breaking Changes

  • [accordion] Remove deprecated props (#47963) @silviuaavram
    • TransitionComponent
    • TransitionProps
  • [accordionsummary] Remove deprecated CSS class (#48006) @silviuaavram
    • contentGutters
  • [alert] Remove deprecated CSS classes (#48011) @silviuaavram
    • standardSuccess
    • standardInfo
    • standardWarning
    • standardError
    • outlinedSuccess
    • outlinedInfo
    • outlinedWarning
    • outlinedError
    • filledSuccess
    • filledInfo
    • filledWarning
    • filledError
  • [alert] Remove deprecated props (#47965) @silviuaavram
    • components
    • componentsProps
  • [autocomplete] Remove deprecated props (#47864) @ZeeshanTamboli
    • ChipProps
    • componentsProps
    • ListboxComponent
    • ListboxProps
    • PaperComponent
    • PopperComponent
    • renderTags
  • [avatar] Remove deprecated props (#47966) @silviuaavram
    • imgProps
  • [avatargroup] Remove deprecated props (#47968) @silviuaavram
    • componentsProps
  • [backdrop] Remove deprecated props (#47991) @silviuaavram
    • components
    • componentsProps
    • TransitionComponent
  • [badge] Remove deprecated props (#47993) @silviuaavram
    • components
    • componentsProps
  • [button] Remove deprecated CSS classes (#48012) @silviuaavram
    • Color variant classes: textInherit, outlinedPrimary, containedSecondary, etc.
    • Size classes: textSizeSmall, iconSizeMedium, etc.
  • [circularprogress] Remove deprecated CSS classes (#48014) @silviuaavram
    • circleDeterminate
    • circleIndeterminate
  • [divider] Remove deprecated prop (#48013) @atharva3333
    • light
  • [formcontrollabel] Remove deprecated props (#48032) @atharva3333
    • componentsProps
  • [menu] Remove deprecated props (#48021) @siriwatknp
    • MenuListProps
    • PaperProps
    • TransitionProps
  • [mobilestepper] Remove deprecated props (#48041) @siriwatknp
    • LinearProgressProps
  • [popover] Remove deprecated props (#48021) @siriwatknp
    • BackdropComponent
    • BackdropProps
    • PaperProps
    • TransitionComponent
    • TransitionProps
  • [popper] Remove deprecated props (#48020) @siriwatknp
    • components
    • componentsProps
  • [select] Remove deprecated props passed via MenuProps (#48021) @siriwatknp
    • MenuListProps
    • PaperProps
    • TransitionProps
  • [slider] Remove deprecated props (#47996) @siriwatknp
    • components
    • componentsProps
  • [speeddial] Remove deprecated props (#47998) @siriwatknp
    • TransitionComponent
    • TransitionProps
  • [speeddialaction] Remove deprecated props (#47998) @siriwatknp
    • FabProps
    • tooltipTitle
    • tooltipPlacement
    • tooltipOpen
    • TooltipClasses
  • [tabs] Remove deprecated props (#48017) @siriwatknp
    • ScrollButtonComponent
    • TabIndicatorProps
    • TabScrollButtonProps
    • slots.StartScrollButtonIcon
    • slots.EndScrollButtonIcon
  • [textfield] Remove deprecated props (#47878) @ZeeshanTamboli
    • InputProps
    • inputProps
    • SelectProps
    • InputLabelProps
    • FormHelperTextProps
  • [tooltip] Remove deprecated props (#47988) @siriwatknp
    • components
    • componentsProps
    • PopperComponent
    • PopperProps
    • TransitionComponent
    • TransitionProps
  • [typography] Remove deprecated prop (#47986) @siriwatknp
    • paragraph
  • [buttonbase] Key handlers should not run on a disabled non-native button (#48003) @mj12albert
  • [tablepagination] Format pagination numbers according to locale (#47803) @siriwatknp
  • [textfield] Use non-native label for <TextField select/> (#47958) @mj12albert

Check out the v9 upgrade guide.

Changes

@mui/codemod@9.0.0-alpha.4

Docs

Core

All contributors of this release in alphabetical order: @anchmelev, @atharva3333, @brijeshb42, @Janpot, @mj12albert, @noraleonte, @olivier-lxo, @pcorpet, @silviuaavram, @siriwatknp, @ZeeshanTamboli

v9.0.0-alpha.3

12 Mar 09:24
5cac916

Choose a tag to compare

v9.0.0-alpha.3 Pre-release
Pre-release

A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:

  • 📖 A new Menubar component page integrated with Base UI
  • ♿️ Improved the Roving TabIndex keyboard navigation for the Stepper, Tabs and MenuList components.

@mui/material@9.0.0-alpha.3

Breaking Changes

Changes

Docs

Core

All contributors of this release in alphabetical order: @Ahmad-Alaziz, @aman44444, @brijeshb42, @GerardasB, @Janpot, @mnajdova, @sai6855, @silviuaavram, @siriwatknp, @ZeeshanTamboli

v9.0.0-alpha.2

05 Mar 07:49
10bacf1

Choose a tag to compare

v9.0.0-alpha.2 Pre-release
Pre-release

A big thanks to the 4 contributors who made this release possible.

@mui/material@9.0.0-alpha.2

@mui/system@9.0.0-alpha.2

  • Refactor sortContainerQueries to define regex outside of sort function (#47817) @sai6855

Docs

  • Move shared components to @mui/docs package (#47672) @Janpot
  • Fix small typo in NumberField page (#47877) @arthur-plazanet

Core

All contributors of this release in alphabetical order: @arthur-plazanet, @brijeshb42, @Janpot, @sai6855

v7.3.9

05 Mar 08:16
5430aaa

Choose a tag to compare

A big thanks to the 15 contributors who made this release possible.

@mui/material@7.3.9

  • Clean up duplicated CSS rules (#47893) @sai6855
  • [theme] Generate color-mix value on top of default generated Material UI CSS variables (#47791) @ZeeshanTamboli
  • [tooltip] Fix error is thrown when wrapping an input which is disabled while focused (#47841) @ZeeshanTamboli
  • [table cell][theme] Apply alpha before color mixing to border bottom color when nativeColor + cssVariables is used (#47840) @ZeeshanTamboli

Docs

Core

All contributors of this release in alphabetical order: @alelthomas, @arthur-plazanet, @brijeshb42, @DanailH, @dav-is, @Janpot, @matthias-ccri, @mnajdova, @oliviertassinari, @pavan-sh, @PeterTYLiu, @sai6855, @silviuaavram, @vmakhaev, @ZeeshanTamboli

v9.0.0-alpha.1

05 Mar 07:48
8ccf4ea

Choose a tag to compare

v9.0.0-alpha.1 Pre-release
Pre-release

A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:

@mui/material@9.0.0-alpha.1

Breaking Changes

Changes

  • [TableCell][theme] Apply alpha before color mixing to border bottom color when nativeColor + cssVariables is used (#47762) @ZeeshanTamboli
  • [Tooltip] Fix error is thrown when wrapping an input which is disabled while focused (#47684) @ZeeshanTamboli

Docs

Core

All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @DanailH, @dav-is, @Janpot, @JCQuintas, @matthias-ccri, @oliviertassinari, @pavan-sh, @PeterTYLiu, @silviuaavram, @siriwatknp, @ZeeshanTamboli

v9.0.0-alpha.0

18 Feb 07:29
712bfa9

Choose a tag to compare

v9.0.0-alpha.0 Pre-release
Pre-release

A big thanks to the 3 contributors who made this release possible.

@mui/material@9.0.0-alpha.0

  • [theme] Generate color-mix value on top of default generated Material UI CSS variables (#47767) @ZeeshanTamboli

Docs

Core

All contributors of this release in alphabetical order: @bernardobelchior, @silviuaavram, @ZeeshanTamboli