-
Notifications
You must be signed in to change notification settings - Fork 127
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(components): migrate Select to TypeScript #611
Conversation
feature/typescript-select
feature/typescript-select
feature/typescript-select
feature/typescript-select feature/typescript-select feature/typescript-select
Making the label required would be a major breaking change that would require a lot of manual work from users since it's not feasible to codemod. Therefore, I've made it a non-breaking change and added a warning to encourage users to update their code. feature/typescript-select
feature/typescript-select
feature/typescript-select
feature/typescript-select feature/typescript-select
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/sumup-oss/circuit-ui/bmyezw0m7 |
Codecov Report
@@ Coverage Diff @@
## beta #611 +/- ##
==========================================
- Coverage 93.93% 93.92% -0.02%
==========================================
Files 133 134 +1
Lines 2145 2188 +43
Branches 624 629 +5
==========================================
+ Hits 2015 2055 +40
- Misses 106 110 +4
+ Partials 24 23 -1
|
feature/typescript-select
feature/typescript-select
feature/typescript-select
🎉 This PR is included in version 2.0.0-beta.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Addresses #516.
Approach and changes
inputOutline
style helper (used across Select, Input, TextArea, Selector)Before
After
Definition of done