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

fix(components): replace TabList component selector #616

Merged
merged 1 commit into from
Jun 11, 2020

Conversation

connor-baer
Copy link
Member

Addresses #613.

Purpose

Since Circuit UI is no longer transpiled with Babel and the Emotion Babel plugin is no longer
applied, we can't use component selectors anymore.

Approach and changes

  • select element by its role attribute

Definition of done

  • Development completed
  • Reviewers assigned
  • Unit and integration tests
  • Meets minimum browser support
  • Meets accessibility requirements

@connor-baer connor-baer added the 🐞 bug Something isn't working as it should label Jun 11, 2020
@connor-baer connor-baer added this to the v2.0 milestone Jun 11, 2020
@vercel
Copy link

vercel bot commented Jun 11, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/sumup-oss/circuit-ui/5ske5ng8c
✅ Preview: https://circuit-ui-git-bugfix-tab-component-selector.sumup-oss.now.sh

@codecov
Copy link

codecov bot commented Jun 11, 2020

Codecov Report

Merging #616 into beta will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             beta     #616   +/-   ##
=======================================
  Coverage   93.93%   93.93%           
=======================================
  Files         133      133           
  Lines        2145     2145           
  Branches      624      624           
=======================================
  Hits         2015     2015           
  Misses        106      106           
  Partials       24       24           
Impacted Files Coverage Δ
src/components/Tabs/components/Tab/Tab.js 100.00% <ø> (ø)
src/components/Tabs/components/TabList/TabList.js 100.00% <ø> (ø)

Since Circuit UI is no longer transpiled with Babel and the Emotion Babel plugin is no longer
applied, we can't use component selectors anymore.

bugfix/tab-component-selector

bugfix/tab-component-selector
@connor-baer connor-baer merged commit 045b297 into beta Jun 11, 2020
@connor-baer connor-baer deleted the bugfix/tab-component-selector branch June 11, 2020 12:15
@github-actions
Copy link
Contributor

🎉 This PR is included in version 2.0.0-beta.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link
Contributor

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working as it should
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants