Skip to content

🧩 Storybook 9 community addon outreach #30944

Open
@valentinpalkovic

Description

@valentinpalkovic

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions