-
Notifications
You must be signed in to change notification settings - Fork 46
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
✨ add storybook v7 support #829
Conversation
* feat: add fetching env support for storybook v7+ * chore: lint using --fix
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.
Looks good so far, nice!
- we'll need backward compatibility with v6 and have to figure out how we can add tests for same.
- we'll create E2E build on Percy and verify visual regression if any with v6 vs v7 and callout.
- how many customers use node 14? we might need to have CI tests on node 14 as well.
I have noticed that the tests are flaky. Both of them are for the same commit ids |
9c585a4
to
c23158d
Compare
e9d2002
to
8f6230d
Compare
…y run yarn in their workflows
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.
looks good, some customary changes are pending.
apart from what we discussed in sync.
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.
LGTM 🔥
Description -
evalStorybookEnvironmentInfo
to grep storybook v7 versionevalStorybookStorySnapshots
to support fetching all stories even withstoryStorev7: true
start-storybook
tostorybook dev
)16
and update github actions to use node16
cacheAllCSFFiles
withstoryStorev7: false
and also older storybook version