Skip to content

v3.5.0 - Storybook 馃帀

Latest
Compare
Choose a tag to compare
@ThaNarie ThaNarie released this 05 Sep 12:08
· 22 commits to master since this release

This is a relative big release, with the main focus on @muban/storybook 馃帀 , an app framework for the official Storybook.

Documentation has been updated, as well as the generator templates, to let everyone enjoy writing stories for all their components.

Note For older projects that want to use storybook

Adding Storybook also forced us to upgrade to core-js@3, and with it, we updated a lot of other packages related to the build process and tooling as well.

While the webpack config itself hasn't changed, it's structured slightly different to be reusable in the storybook webpack configuration.

The above makes it a bit more work to add storybook in your existing projects, but could still be possible if you haven't changed too much in your project setup, and follow the steps in the last few commits before this release.