-
-
Notifications
You must be signed in to change notification settings - Fork 352
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
feat(list): support line alignment #599
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #599 +/- ##
=======================================
+ Coverage 90.5% 90.7% +0.1%
=======================================
Files 41 41
Lines 11980 12130 +150
=======================================
+ Hits 10853 11003 +150
Misses 1127 1127 ☔ View full report in Codecov by Sentry. |
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.
I think this probably is missing some unit tests, docs, and breaking changes notes
Not sure if this is a breaking change but will update the docs after I figure out the test failure. |
related: #257