From 3cdb209735ea04473211315501eca1a9ca85fb4c Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Fri, 16 Apr 2021 01:16:44 +0200 Subject: [PATCH] releases are immutable --- CHANGELOG.md | 44 ++++++++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08f416c6f46c56..c78cf152ce800f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ ### [Versions](https://material-ui.com/versions/) +## HEAD + +### Breaking changes + +- [Select] Change default variant from standard to outlined (#24895) @petyosi + Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui-org/material-ui/tree/next/packages/material-ui-codemod#variant-prop) will automatically update your code. + + ```diff + - + + + ``` + +- [FormControl] Change default variant from standard to outlined (#24895) @petyosi + Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui-org/material-ui/tree/next/packages/material-ui-codemod#variant-prop) will automatically update your code. + + ```diff + - + - + + + + + ``` + ## 5.0.0-alpha.30 @@ -1578,26 +1602,6 @@ Big thanks to the 34 contributors who made this release possible. Here are some + ``` -- [Select] Change default variant from standard to outlined (#24895) @petyosi - Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui-org/material-ui/tree/next/packages/material-ui-codemod#variant-prop) will automatically update your code. - - ```diff - - - + - ``` - -- [FormControl] Change default variant from standard to outlined (#24895) @petyosi - Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui-org/material-ui/tree/next/packages/material-ui-codemod#variant-prop) will automatically update your code. - - ```diff - - - - - + - + - ``` - - [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"](https://twitter.com/sulco/status/1305841873945272321), or React devtools props.