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

[Chip] Rename default variant to filled #22683

Merged
merged 3 commits into from
Sep 22, 2020

Conversation

mnajdova
Copy link
Member

@mnajdova mnajdova commented Sep 21, 2020

Breaking changes

  • [Chip] Rename default variant to filled for consistency.

    -<Chip variant="default">
    +<Chip variant="filled">

Closes #18914
Part of #20012

@mui-pr-bot
Copy link

mui-pr-bot commented Sep 21, 2020

Details of bundle changes

Generated by 🚫 dangerJS against 7019d08

@eps1lon
Copy link
Member

eps1lon commented Sep 21, 2020

Is filled maybe a better name for it?

I like that better. I don't really understand how I thought "standard" was better than "default" but IMO these are pretty synonymous. filled has more meaning and relates to TextField.

@mnajdova
Copy link
Member Author

I like that better. I don't really understand how I thought "standard" was better than "default" but IMO these are pretty synonymous. filled has more meaning and relates to TextField.

done :)

Copy link
Member

@joshwooding joshwooding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, I think there are references to the default variant on the docs page too so those will have to be changed as well :)

@mnajdova
Copy link
Member Author

Looks good, I think there are references to the default variant on the docs page too so those will have to be changed as well :)

@joshwooding good catch! Fixed :)

@oliviertassinari oliviertassinari added breaking change component: chip This is the name of the generic UI component, not the React module! labels Sep 21, 2020
@mnajdova mnajdova changed the title [Chip] Rename default variant to standard [Chip] Rename default variant to filled Sep 21, 2020
@mnajdova mnajdova merged commit 079966a into mui:next Sep 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change component: chip 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.

[Chip] variant default value
6 participants