-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 8 #16910
Storybook 8 #16910
Conversation
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@guidari someone opened an issue for what seems like the same thing: storybookjs/storybook#28567 |
@guidari also the deploy previews are failing due to what appears to be |
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.
We shouldn't merge this until the Percy failures are resolved. #16582 should fix it though by waiting for the story to be loaded and rendered. I'll try to get eyes on that PR and merge it asap so we can get this in.
@kennylam @tay1orjones |
Yep, snapshots all look good. Although I can't tell if the updated snapshots are correct or not. Looks like some spacing changes and gradient removal? |
@kennylam |
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.
🎉 Thanks for all your hard work on this!
009351a
Closes #16468
Storybook 8 is coming 🚀
Changelog
New
7.1.0
to8.1.10
@storybook/addon-webpack5-compiler-babel
Changed
ArgsTable
Doc block replace byArgTypes
on.mdx
files. | docs<Story of={componentStory} />
replace by<Canvas of={componentStory} />
| docs@storybook/addons
for@storybook/manager-api
| docspackages/react/src/index.js
Removed
babelLoader.exclude
since there is no need anymore for that.References:
Testing / Reviewing
Pull down locally
yarn install
yarn build
yarn storybook
Should all be running smoothly and let me know of any issues.