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 aims to merge multiple standalone Storybook addons into the core framework, reducing package fragmentation and improving performance. The goal is to simplify maintenance, improve user experience, and streamline configuration for users by making these addons part of the core manager.
Items:
1. Merge @storybook/addon-controls into Core
Remove @storybook/addon-controls package and integrate functionality into the core manager
Move implementation from addon-controls into storybook/core
Move ArgsTable component to core for compatibility with @storybook/addon-docs.
Update documentation and migration notes
Write an automigration script
2. Merge @storybook/addon-toolbars into Core
Remove @storybook/addon-toolbars and integrate its behavior into core
Move implementation and ensure API consistency
Update documentation and migration notes
Write an automigration script
3. Merge @storybook/addon-viewport into Core
Remove @storybook/addon-viewport and integrate its behavior into core
This milestone aims to merge multiple standalone Storybook addons into the core framework, reducing package fragmentation and improving performance. The goal is to simplify maintenance, improve user experience, and streamline configuration for users by making these addons part of the core manager.
Items:
1. Merge @storybook/addon-controls into Core
storybook/core
@storybook/addon-docs.
2. Merge @storybook/addon-toolbars into Core
3. Merge @storybook/addon-viewport into Core
4. Merge Toolbar-Based Addons (measure, outline, backgrounds)
5. Merge @storybook/addon-highlight into storybook/internal/manager-api
6. Remove @storybook/addon-essentials Package
@storybook/addon-essentials
package as it becomes obsolete7. Remove Deprecated @storybook/addon-mdx-gfm
@storybook/addon-mdx-gfm
packageThe text was updated successfully, but these errors were encountered: