wingsuit-designsystem / wingsuit

Twig for Storybook
GNU General Public License v2.0
92 stars 16 forks source link

Use storybook 6.1 #81

Closed iuscare closed 3 years ago

iuscare commented 3 years ago

Is your feature request related to a problem? Please describe. The request is not related to a problem. Storybook 6.1 is the first in a series of performance-oriented Storybook releases and includes a new and more flexible sidebar, manager caching for faster startup, asynchronous loaders, react 17 support and single story hosting just to mention a few improvements. It might be worth to update. I already tried this on your beta.21 with npx sb@next upgrade in the wingsuit and sotrybook folder and haven't run into issues with a quick test and overview. Maybe there is room for improvements for your custom loader to leverage the new caching mechanism for better startup times, but at least an update does not seem to break wingsuit directly. Just a consideration. :-)

All the best!

christianwiedemann commented 3 years ago

Hi Pascal,

yes the 6.1 is a very good release and it does not break anything. You can just delete the yarn.lock and run yarn install to upgrade.

iuscare commented 3 years ago

Ah, yeah you´re right. Minor version jump. Thanks! :-)