Skip to content

🧩 Storybook 9 community addon outreach #30944

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

Open
valentinpalkovic opened this issue Mar 27, 2025 · 3 comments
Open

🧩 Storybook 9 community addon outreach #30944

valentinpalkovic opened this issue Mar 27, 2025 · 3 comments
Labels
api: addons maintenance User-facing maintenance tasks

Comments

@valentinpalkovic
Copy link
Contributor

valentinpalkovic commented Mar 27, 2025

With Storybook 9 coming soon, we've created an addon migration guide to summarize the important changes for addon creators. The most significant change in this release is the consolidation of Storybook packages into a single storybook package, which will affect most addons. All addon creators are encouraged to review the latest changes and assess their addons for compatibility.

FAQs

I'm maintaining an addon. How do I make it compatible with Storybook 9?

We highly recommend consulting our addon migration guide. The key changes you'll need to address are:

  1. Updating your package dependencies to use the consolidated storybook package
  2. Updating your import paths to use the new package structure

If you have any questions or encounter any issues, please reach out to Storybook maintainers in the Storybook Discord community.

What can I do if an addon I use is incompatible with Storybook 9?

To report incompatibility issues:

  1. Open an issue on the addon's repository
  2. Share a link to our addon migration guide
  3. Provide details about any error messages or unexpected behavior you encounter

It's also really useful for us to know which addons aren't yet compatible. Please consider:

  • Contributing to the addon's migration yourself if you have the resources
  • Sharing your migration experience to help other addon authors

What is the release plan for Storybook 9

You can track the release dates of Storybook 9 here.

I want to start migrating my addon early. What should I do?

  1. Install the prerelease version of Storybook 9:
npm install --save-dev storybook@next
  1. Update your addon's peer dependencies to include Storybook 9:
{
  "peerDependencies": {
    "storybook": "^9.0.0"
  }
}
  1. Test your addon thoroughly and report any issues you encounter

Thank you for being part of our addon community! Together, we're making Storybook better for everyone. 🙇

Most downloaded community addons

We will use this list to track outreach to the maintainers of these most downloaded community addons.

Community Addon outreach

This was referenced Apr 3, 2025
@JesusTheHun
Copy link

@valentinpalkovic storybook-addon-remix-react-router is now compatible with Storybook 9 !

@unional
Copy link
Contributor

unional commented Jun 1, 2025

@valentinpalkovic storybook-addon-vis and @repobuddy/storybook are now compatible with Storybook 9.

I've also forked storybook-dark-mode to storybook-dark-mode2 with Storybook 9 support.

@openapphub
Copy link

storybook-addon-console

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: addons maintenance User-facing maintenance tasks
Projects
None yet
Development

No branches or pull requests

5 participants