Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for Storybook v8 #156

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dmytrokirpa
Copy link

@dmytrokirpa dmytrokirpa commented Nov 4, 2024

This PR introduces support for Storybook Version 8. Included in this update are the following modifications:

  • Storybook dependencies are updated from version 7 to version 8.
  • adjustments for deprecations in @storybook/components.
  • Added @storybook/addon-webpack5-compiler-babel to examples, as outlined here.
  • The React peer dependency has been removed because it's no longer required, more details here.
  • Deprecated features have been removed, with more information available here.
  • Removed global dependencies from the bundle, as demonstrated in the migration example.

Related Issues

#152 #155

@@ -59,12 +60,6 @@ const MetaSettings = styled.div`
flex-direction: row;
`;

const ResponsiveIcon = styled(Icons)`
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The component is no longer needed, as the button uses gap instead of margin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant