-
Notifications
You must be signed in to change notification settings - Fork 19
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
Upgrade Storybook and fix source code blocks #735
Conversation
For some reason , the tests started failing because of a syntax issue in Anyway, so I've downgraded I've also removed |
I'm really tempted to switch to |
As you wish, I don't have any preference |
I was able to revert my fix for the source code blocks. They've fixed the decorators issue.
The release notes are a bit obscure -- I had to dig through some PRs to get to some of the changes: https://github.com/storybookjs/storybook/releases/tag/v6.3.0.
Worth noting are two new buttons in the toolbar: one to draw an outline around every DOM element, and an other to measure DOM elements by hovering them. They've also stabilised support for webpack 5, which might be handy when
react-scripts
finally decides to upgrade, and they've got experimental support for Vite, which is a toolchain I've been looking at for building the library once we move to a monorepo. Finally, they allow stories to be unit tested with Jest, which could be handy.