Shaun Evening
Shaun Evening
## What I did - Apply webpack function from next config if it exists to the storybook webpack config ## How to test ## Checklist - [ ] Make sure...
## What changed - [x] Update to node 18 - [x] Update Storybook to v8 - [x] Update React to v18 - [x] Add `@storybook/addon-webpack5-compiler-swc` for compiler - [x] Remove...
## What? As of version `1.1.0`, I have introduced codemod scripts to auto-configure the styling addon for users of the following styling tools: - Tailwind - Material UI - Styled-components...
The auto configure script doesn't check to see if the addon already exists in the addon array before adding it again
Address feedback from #53 by writing up a migration guide
Closes # ## What I did - [x] Check for Story.name and output that in console instead of exportName - [ ] Update CSF test suite to check for new...