-
Notifications
You must be signed in to change notification settings - Fork 128
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
chore(docs): upgrade to Storybook 6 #660
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/sumup-oss/circuit-ui/huuy68ll0 |
Codecov Report
@@ Coverage Diff @@
## canary #660 +/- ##
=======================================
Coverage 93.52% 93.52%
=======================================
Files 131 131
Lines 2241 2241
Branches 651 651
=======================================
Hits 2096 2096
Misses 119 119
Partials 26 26
|
Storybook applies some optimizations to story files and assumes a default name of `*.stories.*`.
tech/storybook-6
6031d71
to
430bda2
Compare
🎉 This PR is included in version 2.1.0-beta.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 2.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Closes #578.
Purpose
From #578:
Among other things, this fixes the props table for TypeScript components.
Approach and changes
*.story.*
files to*.stories.*
Definition of done