-
Notifications
You must be signed in to change notification settings - Fork 129
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 Blockquote to TypeScript #617
Conversation
feature/typescript-blockquote
feature/typescript-blockquote
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/sumup-oss/circuit-ui/5nd2szh43 |
Codecov Report
@@ Coverage Diff @@
## beta #617 +/- ##
==========================================
- Coverage 93.93% 93.90% -0.04%
==========================================
Files 133 133
Lines 2145 2149 +4
Branches 624 624
==========================================
+ Hits 2015 2018 +3
- Misses 106 107 +1
Partials 24 24
|
feature/typescript-blockquote
This makes the default size consistent with the Text component. BREAKING CHANGE: The default size for Blockquote changed from kilo to mega. feature/typescript-blockquote
feature/typescript-blockquote
feature/typescript-blockquote
feature/typescript-blockquote
🎉 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.
Purpose
Migrate the
Blockquote
component to TypeScript.Approach and changes
Definition of done