-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
breaking(Image): Inconsistent prop usage between Image and Icon for circular shape #2225
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RetroCraft Please fix lint errors, yarn run lint:fix
126:1 error Trailing spaces not allowed no-trailing-spaces
138:1 error Trailing spaces not allowed no-trailing-spaces
171:1 error Trailing spaces not allowed no-trailing-spaces
@RetroCraft Also this PR should be marked as breaking in title and initial comment. We also need to provide before/after usage example in the initial comment. See #2145 for example. |
Sorry...I'm using github online as I'm out
Codecov Report
@@ Coverage Diff @@
## master #2225 +/- ##
=======================================
Coverage 99.73% 99.73%
=======================================
Files 151 151
Lines 2624 2624
=======================================
Hits 2617 2617
Misses 7 7
Continue to review full report at Codecov.
|
I think everything is good now. |
Released in |
Fixes #2217.
Why?
Make properties more concistent with other elements. See #2217 for more details.
Image
<Image shape="rounded" />
<Image rounded />
<Image shape="circular" />
<Image circular />