- Fix bug with addon versions not being updated in the previous version
- Allow support for storybook 5
- Allow the storybook plugin to take storybook options
- Allow support for vue-cli's configureWebpack
- Changed the commands in to
storybook:serve
andstorybook:build
- Upgraded storybook dependencies to ^4.1.0
- Allow customization of plugins that can be whitelisted
- Add babel-loader needed by storybook to vue project if it doesn't use babel at all
- Pin storybook to alpha20
0.4.7 (2018-09-05)
- Whitelist the plugins coming from vue config instead of blacklisting
0.4.6 (2018-09-01)
- Removed preload and prefetch plugins from vue config before sending to storybook config
0.4.5 (2018-09-01)
- Upgraded storybook dependencies to alpha20
0.4.4 (2018-08-16)
- Lint fix the generated files
- Used vue app's webpack plugins for building storybook
0.4.3 (2018-08-15)
- Resolve webpack config of application when running the storybook command rather than loading the plugin
- No JSX story when @vue/cli-plugin-babel is installed
0.4.2 (2018-08-06)
- Upgrade storybook dependencies to alpha16
0.4.1 (2018-08-05)
- Pin storybook dependencies (until v4) and downgrade @storybook/vue to alpha14
0.4.0 (2018-08-05)
- Changed
vue-cli-service storybook
tovue-cli-service serve:storybook
- Fixed the eslint hook issue after the plugin is added