-
Notifications
You must be signed in to change notification settings - Fork 4
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(Button)!: introduce button v2.0 #1886
Conversation
4ef10fe
to
0c9daf8
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v15-components-2.0 #1886 +/- ##
===================================================
Coverage 97.16% 97.16%
===================================================
Files 106 106
Lines 2330 2330
Branches 546 546
===================================================
Hits 2264 2264
Misses 64 64
Partials 2 2 ☔ View full report in Codecov by Sentry. |
@@ -6,7 +6,7 @@ import { SIZES, STATUSES } from '../ClickableStyle'; | |||
import Icon from '../Icon'; | |||
|
|||
export default { | |||
title: 'Components/Button', | |||
title: 'Components/Button (v1)', |
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.
Keeping the v1 versions of components around, so that it is easy to do comparisons and avoid snapshot change noise. Once all the component batches are completed, will remove the old versions and annotate the changes between the two.
0c9daf8
to
a41a821
Compare
- completely rebuild component to match updated design and API - add new tests and snapshots - preserve v1 for now, for comparisons and avoiding snapshot churn
a41a821
to
55ee58d
Compare
closing in favor of #1889 |
Introduce new Button component, v2.0
Test Plan: