BuilderIO / BuilderIO/builder

Storybook 11 Support

Open
#4,853 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
8.8k
Forks
1.2k
Avg merge
1d 6h
Merged PRs (30d)
17

Description

# Storybook 11 Support

Hi there! 👋

The Storybook team is excited to announce that Storybook 11.0.0 is coming soon!

## What's changing?

The key changes that affect addon authors are:
1. CSF Next becomes default
2. Many deprecated APIs are removed
3. The `TAB` addon type is removed

## What do you need to do?

1. Review the [addon migration guide](https://storybook.js.org/docs/11/addons/addon-migration-guide)
2. Adjust your repository following the guide's recommendations
3. Test your addon with the prerelease version:
```bash
npm install --save-dev storybook@next
```

> [!TIP]
> The addon migration guide contains an AI prompt to help you migrate!

## Need help?
- Join the `#addons` channel on the [Storybook Discord](https://discord.gg/storybook) for support
- Report any issues [here](https://github.com/storybookjs/storybook/issues)

Please let us know if you plan to support Storybook 10 or if you need any assistance with the migration. Your addon is an important part of the Storybook ecosystem and we're here to help! 🙏

If you don't have time to update your addon to Storybook 10, please consider finding coworkers or contributors who can help you maintain it. The [storybook-community](https://github.com/storybook-community) can provide support to contributors who volunteer to take over unmaintained addons.

---

*This issue was created as part of our outreach to help the addon ecosystem upgrade to Storybook 11. If you have any feedback about this process or would like to opt-out from future outreach, please [let us know on Discord](https://discord.gg/storybook).*

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the linked addon migration guide, then install the Storybook prerelease with `npm install --save-dev storybook@next` and review this repository against the guide. Done means the addon has been adjusted for Storybook 11's CSF Next default, removed deprecated APIs and TAB addon type, and works with the prerelease.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.