Releases: nuxt-modules/storybook
Releases Β· nuxt-modules/storybook
v3.2.0
v3.1.0
v3.0.0
π Features
-
config
- Allow modules to modify storybook config (#129)
-
storybook
π Bug Fixes
storybook
- Port should be a number
webpack
- Storybook does not work with thread-loader (#137)
BREAKING CHANGES
V3 comes with essential addons
As of this version, addon-essential
will register internally and you don't need to list it on addons
Custom config directory changed from 'storybook' to '.storybook'
If you are using this module in ejected mode, v3
will break your current project. Follow these simple steps:
- Upgrade to
v3
and runyarn nuxt storybook eject
. This will create '.storybook` directory in your project's root directory. - Move all files from
storybook
directory to newly created.storybook
except 'main.js` - Move content of 'storybook/main.js
to
.storybook/main.js`.- Ensure wrapping config with
nuxifyStorybook
function - You don't need to call
options.nuxtStorybookConfig.webpackFinal(config, options)
insidewebpackFinal
. Just remove this line
- Ensure wrapping config with
v2.2.2
v2.2.1
v2.2.0
π Features
storybook
π Bug Fixes
storybook
π‘ Chore
examples
- Add an example for Vuetify using
@nuxtjs/vuetify
- Fix codesandbox dependency issue
- Add an example for Vuetify using
π Thanks to
- @lihbr
- Benjamin Canac (@benjamincanac)
v2.1.0
v2.0.0
v1.2.0
v1.1.0
Features
Bug Fixes
- plugins: prevent
window.onNuxtReady
isundefined
exception (a7c9dc5) - cli: use
core-js@3
for storybook build (4f33618) - cli: add
arg
dependency (5a1311d) - cli: disable version updates of storybook (0503435)
- storybook: catch plugins exceptions (ebc00c0)
- storybook: register components inside guard (ac8611f)
- storybook: remove
@nuxtjs
from stories path (72c2044)