-
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
Upgrade to Storybook 6 #578
Comments
Will this also solve the problem of the Storybook Info Addon not being compatible with TypeScript at the moment? Or should we handle it separately as recommended by Storybook? |
Yes, that's the main reason I want to update asap. Storybook 6 will have no-config TypeScript support, so I prefer to upgrade rather than fight with the configuration myself. (FYI, the Info addon has been replaced by the Docs addon, which has the same issue) |
Perfect! I was going to start fixing the addon, but good to know that this will solve the issue. Are we waiting for the stable version to upgrade? |
I started the upgrade in Edit: The latest beta has some changes related to the props table 👀 |
🎉 This issue has been resolved in version 2.1.0-beta.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 2.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Suggested technology
The next major version of Storybook, our development environment & documentation tool, was released this week. Most notably, it greatly improves support for TypeScript and adds Storybook Args, a new API for interactive component examples.
We've started to gradually migrate Circuit UI to TypeScript (#516). All changes and new components should be done in TypeScript. Upgrading Storybook now would make our lives a lot easier while enabling powerful new features.
The text was updated successfully, but these errors were encountered: