-
Notifications
You must be signed in to change notification settings - Fork 0
feat: update to Storybook 10 + AI development features #627
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
Conversation
🔍 Visual review for your branch is published 🔍Here are the links to: |
|
Dependencies in need of storybook 10 support:
|
|
@svlcek-cge -- I've done some PR work and forks to get the two addons working. Maybe let's give a few days and see if any get merged in, otherwise perhaps we can go with the temporary fixes for now. |
Full on OS contributor, kudos! |
|
Some AI features and opportunistic updates in SB 10: New features:
Cleanup:
Note: The @storybook/addon-mcp addon is documented but not installed by default - it requires a running dev |
|
@svlcek-cge I'd like to go ahead and get us on Storybook 10. As it's not clear when |
Upgrades Storybook from v9.x to v10.0.7.
Changes
ESM Migration (required for Storybook 10)
Temporarily Disabled Addons
These addons don't yet support Storybook 10 and have been commented out in
.storybook/main.js:Closes #624