Skip to content

v5.1.1

Compare
Choose a tag to compare
@siriwatknp siriwatknp released this 16 Nov 15:21
· 7864 commits to master since this release
ddbe15b

Nov 16, 2021

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

  • 🛠 Renamed @mui/core to @mui/base (#29585) @michaldudak.
  • And many more 🐛 bug fixes and 📚 improvements.

@mui/material@5.1.1

  • ​[Breadcrumbs][Divider] Replace decimal spacing values with integers and css calc (#29526) @anikcreative
  • ​[Select][NativeSelect] Add multiple class (#29566) @aaronholla
  • ​[Popper] Split into PopperUnstyled and Popper (#29488) @michaldudak
  • ​[Select] Make it clear that Select is not a root component (#29593) @hbjORbj
  • ​[l10n] Improved Dutch (nl-NL) locale (#29592) @flipvrijn
  • ​[Table] Improve pagination range, use "en dash" over "hyphen" (#29579) @narekmal

@mui/base@5.0.0-alpha.55

Breaking changes

  • ​[core] Rename mui/core to mui/base (#29585) @michaldudak

    Based on the results of the poll and our internal discussions, we decided to rename the @mui/core package to @mui/base. The main rationale for this is the fact that we use the term "Core" to refer to the core components product family, the one that includes Material Design components, unstyled components, System utilities, etc. Therefore, @mui/core was effectively a subset of MUI Core. This was confusing.

    The new name better reflects the purpose of the package: it contains unstyled components, hooks, and utilities that serve as a base to build on.

    -import { useSwitch } from '@mui/core/SwitchUnstyled';
    +import { useSwitch } from '@mui/base/SwitchUnstyled';

@mui/lab@5.0.0-alpha.55

Docs

Core

All contributors of this release in alphabetical order: @aaronholla, @alexfauquette, @anikcreative, @daniel-sachs, @eps1lon, @flipvrijn, @hbjORbj, @joshua-lawrence, @michaldudak, @mnajdova, @netizer, @oliviertassinari, @petermikitsh, @siriwatknp, @ZeeshanTamboli