-
-
Notifications
You must be signed in to change notification settings - Fork 346
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
fix(table)!: Add widths parameter to new() #664
Conversation
joshka
commented
Dec 4, 2023
- style(tabs): fix doc formatting
- feat(layout): Accept IntoIterator for constraints
- fix(table)!: Add widths parameter to new()
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #664 +/- ##
=======================================
- Coverage 90.9% 90.8% -0.1%
=======================================
Files 42 42
Lines 12502 12509 +7
=======================================
- Hits 11373 11370 -3
- Misses 1129 1139 +10 ☔ View full report in Codecov by Sentry. |
I'm guessing this depends on #663 |
a018446
to
ee8bdc8
Compare
This prevents creating a table that doesn't actually render anything. Fixes: #537 BREAKING CHANGE: Table::new() now takes an additional widths parameter.
ee8bdc8
to
50c2fa9
Compare
rebased on the other table changes |
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.
LGTM!