npm @material-ui/lab 5.0.0-alpha.16

latest releases: 4.0.0-alpha.61, 5.0.0-alpha.44, 5.0.0-alpha.43...
3 years ago
Nov 14, 2020

Big thanks to the 34 contributors who made this release possible. Here are some highlights ✨:

  • 📅 Migrate the date picker to the lab (#22692) @dmtrKovalenko.
    We have integrated the components with the code infrastructure. Next, we will migrate all the GitHub issues from material-ui-pickers and archive the repository. This migration will help provide first-class support for the date picker components. The component will stay in the lab as long as necessary to reach the high-quality bar we have for core components. You can find the new documentation here.

    While the source code is currently hosted in the main repository, we might move it to the x repository in the future, depending on what is easier for the commercial date range picker. The date picker will stay open source no matter what.

  • 📚 Revamp the documentation for the system. The System contains CSS utilities. The documentation now promotes the use of the sx prop. It's ideal for adding one-off styles, e.g. padding, but when pushed to its limits, it can be used to implement quickly a complete page.

  • 👩‍🎨 Upgrade emotion to v11 (#23007) @mnajdova.

  • And many more 🐛 bug fixes and 📚 improvements.

@material-ui/core@v5.0.0-alpha.16

Breaking changes

  • [TextField] Change default variant from standard to outlined (#23503) @mbrookes
    Standard has been removed from the Material Design guidelines. This codemod will automatically update your code.

    -<TextField value="Standard" />
    -<TextField value="Outlined" variant="outlined" />
    +<TextField value="Standard" variant="standard" />
    +<TextField value="Outlined" />
  • [Autocomplete] Remove debug in favor of open and dev tools (#23377) @eps1lon
    There are a couple of simpler alternatives: open={true}, Chrome devtools "Emulate focused", or React devtools props.

Changes

@material-ui/lab@v5.0.0-alpha.16

@material-ui/system@v5.0.0-alpha.16

  • [system] Add typography prop that will pull from theme.typography (#23451) @mnajdova
  • [system] Create separate margin and padding functions (#23452) @mnajdova
  • [system] Export styleFunctionSx and improve signature (#23397) @mnajdova
  • [system] Merge breakpoints in correct order (#23380) @mnajdova
  • [system] Remove css utility in favor of sx (#23454) @mnajdova
  • [system] Warn for spacing when non integer value is used with theme.spacing array (#23460) @mnajdova

@material-ui/styled-engine@v5.0.0-alpha.16

@material-ui/unstyled@v5.0.0-alpha.16

@material-ui/codemod@v5.0.0-alpha.16

  • [TextField] Change default variant from standard to outlined (#23503) @mbrookes

Docs

Core

Don't miss a new lab release

NewReleases is sending notifications on new releases.