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
This milestone focuses on removing deprecated features and outdated tooling support to streamline Storybook 9. The work includes the deprecations and tooling removals listed in the linked issues. It also involves ensuring clear migration paths for affected users and improving related documentation.
Update documentation and migration notes accordingly
Sub: Remove Svelte < 5 support
3. Remove @storybook/addon-storysource
Enable new codePanel per default
The newly introduced codePanel is currently hidden behind a parameter - Remove the parameter and think of a better statically analyzable way to know whether the panel should be shown or not
Remove @storybook/addon-storysource from the monorepo
Remove the package and its related dependencies
Write an automigration to detect its usage and to uninstall it for the user
Update migration notes to provide alternatives or guidance for users
Close Storysource GitHub issues with default message how to upgrade
4. Remove experimental status from @storybook/experimental-nextjs-vite
Rename @storybook/experimental-nextjs-vite
Rewrite all references
Check vite-plugin-nextjs-storybook for all references and rewrite
Write automigrations
Documentation
Adjust documentation
Write Migration guide
5. Write auto blocker to block people from upgrading from <8 to 9
Update documentation: Document the fact that they might be better off initializing a fresh project and re-adding their stories & configuration (@jonniebigodes)
recommended above
6. Remove obsolete automigrations
Remove automigrations which are not relevant for an upgrade from 8 to 9
This milestone focuses on removing deprecated features and outdated tooling support to streamline Storybook 9. The work includes the deprecations and tooling removals listed in the linked issues. It also involves ensuring clear migration paths for affected users and improving related documentation.
Items:
1. Remove Deprecated Features
2. Drop Outdated Tooling Support
storybook/code/lib/cli-storybook/src/autoblock/block-dependencies-versions.ts
Lines 7 to 15 in 513bb66
3. Remove @storybook/addon-storysource
codePanel
per defaultparameter
and think of a better statically analyzable way to know whether the panel should be shown or not4. Remove
experimental
status from@storybook/experimental-nextjs-vite
@storybook/experimental-nextjs-vite
vite-plugin-nextjs-storybook
for all references and rewrite5. Write auto blocker to block people from upgrading from <8 to 9
recommended above
6. Remove obsolete automigrations
6. Improve Documentation on Ecosystem Releases
The text was updated successfully, but these errors were encountered: