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

refactor(color)!: rename color to color-picker #1613

Merged
merged 3 commits into from
Feb 26, 2021

Conversation

jcfranco
Copy link
Member

@jcfranco jcfranco commented Feb 24, 2021

Related Issue: #1437

Summary

This renames the following components:

  • calcite-color -> calcite-color-picker
  • calcite-color-hex-input -> calcite-color-picker-hex-input
  • calcite-color-swatch -> calcite-color-picker-swatch

† renamed to indicate that these are supporting components and not meant to be used standalone. Associated demo pages were dropped too and their readmes are no longer linked from the main story.

@jcfranco jcfranco added refactor Issues tied to code that needs to be significantly reworked. breaking change Issues and pull requests with code changes that are not backwards compatible. labels Feb 24, 2021
@jcfranco jcfranco added this to the v1.0.0-beta.51 milestone Feb 24, 2021
@jcfranco jcfranco self-assigned this Feb 24, 2021
@jcfranco jcfranco marked this pull request as ready for review February 24, 2021 23:58
@jcfranco jcfranco requested a review from a team as a code owner February 24, 2021 23:58
Copy link
Member

@driskull driskull left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👀 Looks good to me. ❤️

💥

@driskull
Copy link
Member

Looks like the failing test is unrelated. Maybe needs a await page.waitForChanges();

const date = await page.find("calcite-input-date-picker");
      49 | 
    > 50 |     await date.click();

@paulcpederson
Copy link
Member

weird did that date test change recently? I feel like there is a ton of flakiness lately in the e2e tests...

@jcfranco
Copy link
Member Author

@driskull Thanks! I'm working on a small PR for tests. I can fix it there.

@driskull
Copy link
Member

I don't think it did but yeah they have been flakey. ❄️ 👎

@jcfranco jcfranco merged commit 6fcb994 into master Feb 26, 2021
@jcfranco jcfranco deleted the jcfranco/1437-rename-color-picker branch February 26, 2021 00:00
@julio8a
Copy link

julio8a commented Feb 26, 2021

Yas!

@jcfranco
Copy link
Member Author

Forgot to rename the events. 🤣 PR coming up!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change Issues and pull requests with code changes that are not backwards compatible. refactor Issues tied to code that needs to be significantly reworked.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants