You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically for you: your package wasn't picked up by our automation because it doesn't contain the storybook-addon NPM keyword and is not named storybook-addon-*.
I suggest adding the keyword so you can be referenced on https://storybook.js.org/addons and receive major update notifications in the future!
The Storybook team is excited to announce that Storybook 10.0.0 is coming soon with one major breaking change: Storybook is switching to ESM-only! For addons, this means simpler build scripts and an easier maintenance going forward.
What's changing?
The key changes that affect addon authors are:
Addon build scripts must output ESM-only
Some files in your addon repository must be changed to support ESM-only
Adjust your repository following the guide's recommendations
Update your addon's dependencies:
{
"peerDependencies": {
// Keep it at *.0.0 for broader compatibility"storybook": "^10.0.0"
},
"devDependencies": {
// You can also use 'next' if you always want to use prereleases"storybook": "^10.0.0"
}
}
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 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 10. If you have any feedback about this process or would like to opt-out from future outreach, please let us know on Discord.
Storybook 10 support
Hi there! 👋
Note
Specifically for you: your package wasn't picked up by our automation because it doesn't contain the
storybook-addonNPM keyword and is not namedstorybook-addon-*.I suggest adding the keyword so you can be referenced on https://storybook.js.org/addons and receive major update notifications in the future!
The Storybook team is excited to announce that Storybook 10.0.0 is coming soon with one major breaking change: Storybook is switching to ESM-only! For addons, this means simpler build scripts and an easier maintenance going forward.
What's changing?
The key changes that affect addon authors are:
What do you need to do?
{ "peerDependencies": { // Keep it at *.0.0 for broader compatibility "storybook": "^10.0.0" }, "devDependencies": { // You can also use 'next' if you always want to use prereleases "storybook": "^10.0.0" } }Need help?
#addonschannel on the Storybook Discord for supportPlease 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 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 10. If you have any feedback about this process or would like to opt-out from future outreach, please let us know on Discord.