-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[Icon] Change default fontSize name #14993
Closed
oliviertassinari
wants to merge
2
commits into
mui:master
from
oliviertassinari:icon-change-font-size
Closed
[Icon] Change default fontSize name #14993
oliviertassinari
wants to merge
2
commits into
mui:master
from
oliviertassinari:icon-change-font-size
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oliviertassinari
added
breaking change
deprecation
New deprecation message
component: Icon
The React component.
component: SvgIcon
The React component.
and removed
breaking change
deprecation
New deprecation message
labels
Mar 21, 2019
56 tasks
Details of bundle changes.Comparing: d1a7d76...7263762
|
Can't we just alias |
oliviertassinari
added
deprecation
New deprecation message
and removed
breaking change
labels
Mar 21, 2019
@eps1lon OK |
oliviertassinari
force-pushed
the
icon-change-font-size
branch
from
March 21, 2019 14:22
9c0f776
to
2dc3fa4
Compare
oliviertassinari
force-pushed
the
icon-change-font-size
branch
from
March 21, 2019 14:26
2dc3fa4
to
7263762
Compare
oliviertassinari
added
on hold
There is a blocker, we need to wait
and removed
PR: good for merge
labels
Mar 22, 2019
I'm closing for the moment. I will come back to it later, probably in 4-6 months to prepare v5. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component: Icon
The React component.
component: SvgIcon
The React component.
deprecation
New deprecation message
on hold
There is a blocker, we need to wait
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Deprecation
Few people should be affected by this change as it focuses on the default value. Most people don't specify the default value, and if you have specified a wrong value, it will only warn, the output should be the same.
Why? It's for consistency:
https://github.com/mui-org/material-ui/blob/d1a7d76db79b2f1f03068c7c3bc0c9f28a7c5a64/packages/material-ui/src/Button/Button.js#L292
https://github.com/mui-org/material-ui/blob/d1a7d76db79b2f1f03068c7c3bc0c9f28a7c5a64/packages/material-ui/src/TableCell/TableCell.js#L203