Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TextField] Change default variant from standard to outlined #23503

Merged
merged 8 commits into from
Nov 13, 2020

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 component: text field This is the name of the generic UI component, not the React module! 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 component: text field This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants