Skip to content

Conversation

@mbrookes
Copy link
Member

@mbrookes mbrookes commented Nov 13, 2020

Breaking changes

  • [TextField] Change the default variant from standard to outlined. 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" />

Contributes to: #20012

@mbrookes mbrookes added breaking change Introduces changes that are not backward compatible. scope: text field Changes related to the text field. labels Nov 13, 2020
@mbrookes mbrookes added this to the v5 milestone Nov 13, 2020
@mui-pr-bot
Copy link

mui-pr-bot commented Nov 13, 2020

Details of bundle changes

Generated by 🚫 dangerJS against d9e4380

@mbrookes mbrookes merged commit 17fe2c4 into mui:next Nov 13, 2020
@mbrookes mbrookes deleted the textfield-variant-default branch November 13, 2020 23:38
@mnajdova mnajdova mentioned this pull request Nov 30, 2020
42 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking change Introduces changes that are not backward compatible. scope: text field Changes related to the text field.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants