-
Notifications
You must be signed in to change notification settings - Fork 123
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
Storybook 8 compatibility #206
Comments
Is there any update on this? Since Storybook 8 has now been released. I'm looking to update my projects Storybook and it is telling me that the storybook-design-token addon is incompatible since it requires a different major version. It does seem to work however. |
Good morning everyone! Same for me: I'm now working with Storybook 8 and would be very happy to use this addon :) |
Thanks a lot for releasing so fast @Sqrrl. Who lands here because they get errors with storybook-design-token@3.1.0 + storybook@8 - be aware that storybook v8 removed mdx1 and mdx+csf support. So mdx files may have to be upgraded. E.g.
see https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#mdx-related-changes |
Hey all! I’m reaching out from the core SB team :)
Storybook 8 (our next major release) is coming soon, and it introduces some breaking changes that your addon might need to account for.
We’ve listed all the key changes in a new Storybook 8 migration guide, and we’d encourage you to check it out and see if your addon is impacted.
We also have an addons channel in our Discord community, which we’d like to use to better communicate with addon authors in the future. If you’re not part of the server, consider joining here and message me (@joevaugh4n) so that I can give you the addon creator role! If you’re already in the server, please just ping me and I’ll respond to you there.
Thanks for being a part of our addon community!
Joe
The text was updated successfully, but these errors were encountered: