-
Notifications
You must be signed in to change notification settings - Fork 47
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 to storybook 6 #35
Comments
Also, you will have to consider the dsm storybook npm package. I quickly had a look at this when doing the dependencies upgrades a while ago and it didn't seem that straight forward. It might have changed in the past month 🤞 |
I'm not happy with that DSM package and the amount of dependencies it has, which potentially hold us back on updates. A new version did get published two weeks ago, but from what I can see the release notes aren't published. I wouldn't be opposed to looking at alternatives, to me it would seem simpler if we just iframed the storybook page into the DSM. |
I had a few goes at playing around with this recently, there are some pretty big changes. I made better progress by removing the existing I think Storybook 6 might reduce lots of the documentation we need to do. We could consider removing the html only support from the docs. |
@paul-request what were your findings in the end? did you have any further ideas on how to tackle it? |
So I didn't get as far as I would have liked, but I have managed to upgrade and get it running with an Alert component. These are the main things to take away I think:
Still todo:
Once I have had a look at the documentation/notes side of things, I will raise a draft PR to demo the changes needed for the Alert component |
Temporarily removing storybook from the dependabot updates to reduce the amount of noise. Once we have migrated to storybook 6 we should revert this change. re Legal-and-General#35
Temporarily removing storybook from the dependabot updates to reduce the amount of noise. Once we have migrated to storybook 6 we should revert this change. re Legal-and-General#35
Temporarily removing storybook from the dependabot updates to reduce the amount of noise. Once we have migrated to storybook 6 we should revert this change. re #35
BREAKING CHANGE: Chanhges to the eway docs are written #35
A new branch has been created in the main repo called So far it just contains updates to the package.json to add v6.3.11 of Storybook. Please open a new PRs into Paul's original PR can be used as a frame of reference to help with changes needed. |
This was initially flagged in #28 which references a handy migration guide on medium.
There are breaking changes associated with the upgrade and also decisions on best practice to be made e.g. which story format to adopt
The text was updated successfully, but these errors were encountered: