Releases: nuxt-modules/storybook
Releases Β· nuxt-modules/storybook
v4.3.2
v4.3.1
v4.3.0
π Features
- Update storybook to 6.4 (#357)
- Support chromatic's
--webpack-stats-json
flag (#367) - Support object style path(eeb66ae)
π Bug Fixes
- Missing handler in server middleware (#344)
- Create dummy package.json for ESM compatibility (#345)
- Handle single function middleware files (d502e54)
- Expose
close
in bundle builder mock(c349518) - Update dependency
[email protected]
(3593f4c) - Freeze css loader version
[email protected]
(f97c410)
π Docs & Examples
π Thanks to
- @tobiasdiez (Tobias Diez)
- @Decipher (Stuart Clark)
- @ingvoo (Ingvi Jonasson)
- @valernyx (Valerie E.)
v4.2.0
v4.1.0
v4.0.3
π Bug Fixes
- Resolve server middleware issue with single files
- use
@nuxt/postcss8
build module - do not use Nuxt static dir when it does not exists
- warn missing
ts-node
in typescript projects
π‘ Chore
- upgrade to Storybook v6.2.9
- update manual setup example
π Thanks to
- @may17 (Joe Ray Gregory)
- @Viktors-Bolgovs (Viktors Bolgovs)
v4.0.2
v4.0.0
BREAKING CHANGES:
As of this version (v4) the module has minimum Nuxt version 2.15.3.
π Features
module
- Support Nuxt server middleware (Nuxt Content, Proxy module, ...)
- globalTypes in Nuxt config (#226)
π Bug Fixes
plugins
- execute plugin scripts before imports (#227)
π Docs & Examples
- mention
components:true
in usage examples (#240)
π‘ Chore
- upgrade to Storybook v6.2.1
- upgrade to Postcss 8
π Thanks to
- @philwolstenholme (Phil Wolstenholme)
- @Decipher (Stuart Clark)
v3.3.1
v3.3.0
π Features
π Bug Fixes
storybook
- create story component after nuxt app initiation
- prevent rendering outside of nuxt context (#195)
module
- make aliases available everywhere (#184)
π Docs & Examples
- update manual-setup docs
- update README (remove .nuxtignore) (#186)
- add usage example for controls addon
- add sandbox embed for examples