- Supports Storybook >= 6.5
- Supports only @vue/cli@5
- Supports only Storybook >= 6.2.0
- Supports vue v3
- Supports Storybook 6. Removed support for all older versions
- Remove addon-notes from being included in the initial generation
- Prevent global CSS imports from being removed by storybook-build
- Fixes some issues with eslint without
eslint-plugin-import
- Added
docs
option for commands - Use RVueComponent JSX in MDX
- Added option to use Storybook CSF (component story format)
- Added option and support for Storybook DocsPage and MDX stories
- Sets
VUE_CLI_STORYBOOK
env variable to eitherserve
orbuild
when ran - Typescript support
- Added
storybook-static
to git ignore list when the plugin is invoked
- Fixes broken
storybook:build
for storybook@>=5.3
- Support storybook@>=5.3
- Generating single config file for Storybook
- Now asks the user what storybook version they want to install during init
@storybook/vue
is now a required peer dependency instead of direct
- 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