-
Notifications
You must be signed in to change notification settings - Fork 8
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
Storybook upgrade to 6.4 final #215
Conversation
"@storybook/html": "^6.4.0", | ||
"@storybook/jest": "^0.0.5", | ||
"@storybook/manager-webpack5": "^6.4.0", | ||
"@storybook/testing-library": "^0.0.7", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these new packages @storybook/jest
and @storybook/testing-library
intentional? Their comments talk about testing for React components which doesn't seem necessary for us
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I included both to use with the new Interactions add-on. We may choose not to use the jest component, but I'll give a demo next week to show the capabilities.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's correctly type the exported Stories
Pull Request
π€¨ Rationale
We've been running Storybook 6.4 beta for awhile, but Storybook 6.4 recently went final.
π©βπ» Implementation
Story
typing within the matrix storieslayout: 'fullscreen'
parameter, to restore default Storybook padding around each control. Also, removed non-functionalpreview-head.html
styling.π§ͺ Testing
β Checklist