cloudoperators / juno

Monorepo for the Juno microfrontend framework, microfrontend apps, design system and component library
Apache License 2.0
2 stars 0 forks source link

chore(ui): Upgrade storybook to v8.x #70

Open edda opened 2 weeks ago

edda commented 2 weeks ago

Storybook v8.x has been out for a while, it's time we upgrade to it. Here is the migration guide: https://storybook.js.org/docs/migration-guide

There are some known issues that will hit us:

  1. The story format has changed, our stories aren't compatible with the new format
  2. Our self-developed plugin for theme switching doesn't work out of the box with v8.x