Skip to content
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

Closed
wants to merge 3 commits into from

Conversation

booc0mtaco
Copy link
Contributor

@booc0mtaco booc0mtaco commented Mar 8, 2024

Introduce new Button component, v2.0

Test Plan:

  • Wrote automated tests
  • CI tests / new tests are not applicable
  • Manually tested my changes, but I want to keep the details secret
  • Created and used an alpha publish
  • Manually tested my changes, and here are the details:

Copy link

codecov bot commented Mar 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.16%. Comparing base (d5782cd) to head (0f301eb).

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.
📢 Have feedback on the report? Share it here.

@@ -6,7 +6,7 @@ import { SIZES, STATUSES } from '../ClickableStyle';
import Icon from '../Icon';

export default {
title: 'Components/Button',
title: 'Components/Button (v1)',
Copy link
Contributor Author

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.

@booc0mtaco booc0mtaco marked this pull request as ready for review March 12, 2024 16:18
- completely rebuild component to match updated design and API
- add new tests and snapshots
- preserve v1 for now, for comparisons and avoiding snapshot churn
@booc0mtaco booc0mtaco requested a review from a team March 12, 2024 16:39
@booc0mtaco
Copy link
Contributor Author

closing in favor of #1889

@booc0mtaco booc0mtaco closed this Mar 12, 2024
@booc0mtaco booc0mtaco deleted the aholloway/EDS-1136 branch June 12, 2024 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant