-
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(Tab): allow right/left without tabular
#2265
BREAKING(Tab): allow right/left without tabular
#2265
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2265 +/- ##
=======================================
Coverage 99.73% 99.73%
=======================================
Files 151 151
Lines 2624 2624
=======================================
Hits 2617 2617
Misses 7 7
Continue to review full report at Codecov.
|
Thanks for the contribution! Could you state the problem that this is solving? I'd like to be sure I understand before merging. |
@levithomason this PR Resolves #2264. I'm still working on creating a sandbox testcase, but I'm not sure how to do it with my fork. |
@ryanmcgarvey please take a moment to review the pen I forked for you on #2264 as I think it resolves what you were hoping to achieve. |
I'm awaiting a completed issue template as well. See original issue. |
I've updated the original issue as per the template. Is the problem I'm trying to solve more clean now? Resolves #2264 |
tabular
@ryanmcgarvey very much appreciated. I get it now and agree. We should not couple the left/right alignment to the This is a breaking change, so I've updated the description to reflect that. Thanks for the update. |
Released in |
BREAKING CHANGE
It is currently not possible to align vertical tabs to the left or right unless you use the
tabular
prop. This PR allows left/right vertical tab alignment without requiring thetabular
menu variation.Before
Right aligned tabs required the
tabular
prop and therefore the tabular menu variation.After
Right aligned tabs no longer require the
tabular
prop and can be used with any menu variation.This allows tab menus to be right aligned without having the tabular styles set.
Resolves #2264