All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.0.1 (2021-04-04)
- add missed path dependency in main.js (5984a05)
- disable eslint webpack module (88bcdd0)
- manual setup config (fb759f9)
4.0.0 (2021-04-01)
- support for @nuxtjs/proxy module (#242) (df0eaaa)
- support Nuxt server middlewares (a61b0b4)
- module: globalTypes in Nuxt config (#226) (e5b3698)
- freeze storybook 6.2 (b98ebbe)
- improve middleware support (c029e89)
- lint (fbe0e3c)
- manual setup middleware (d4f4919)
- prevent undefined error (1a239bc)
- upgrade to storybook 6.2 (37d3887)
- plugins: execute plugin scripts before imports (#227) (3f35a5d)
3.3.1 (2021-01-17)
3.3.0 (2020-12-03)
- prevent rendering outside of nuxt context (#195) (ee0aadf)
- module: move aliases to preset (#184) (33beee1)
- create story component after nuxt app initiation (0488263)
3.2.0 (2020-11-18)
3.1.0 (2020-10-30)
- storybook: Allow nuxt-link mock to take an Object for the to prop (#158) (8f2cbdf)
- ensure nuxt load all style and plugins (8b733f4)
- storybook: prevent scripts conflict in nuxt-entry (#144) (b96d7be)
3.0.0 (2020-10-07)
- config: allow modules to modify storybook config (#129) (09cfe39)
- storybook: use
.storybook
config dir (#139) (0e311ba)
- storybook: port should be a number (235d814)
- webpack: Storybook do not work with thread-loader (#137) (625682f)
2.2.2 (2020-10-02)
- eject: undefined srcDir issue (039c3de)
2.2.1 (2020-09-18)
2.2.0 (2020-08-31)
- storybbok: Integrate Storybook environment variables (#91) (c4006ae)
- storybook: add global parameters in nuxt config (#114) (2cdf97e)
- storybook: support addon config (#103) (8313ddb)
- storybook: support nuxt runtime config (#92) (675cf80)
- storybook: ensure default
components/
dir exists (#104) (fcea238) - storybook: normalize win32 paths for storybook globs (#93) (658229f)
- storybook: resolve static dir relative to src dir (#108) (a49c51f)
- webpack: show error when
core-js@3
is missing (#111) (3004ea8)
2.1.0 (2020-08-14)
2.1.0-rc.2 (2020-08-14)
- storybook: support nuxt fetch api (afcbb40)
2.1.0-rc.1 (2020-08-13)
2.0.1-rc.1 (2020-08-12)
- storybook: resolve nuxt aliases in globs (#76) (94cfa26)
- storybook: windows path resolve (b93669b)
- webpack: improve rules detection (2b75646)
2.0.0 (2020-08-11)
- storybook: Migration to Storybook v6 (#67) (cbccedd)
- storybook: support multiple staticDir (2c0a52e)
1.2.0 (2020-08-07)
- cli: introduce
eject
command (#54) (1fbdcab) - cli: support nuxt's custom config file (#61) (39caced)
- cli: support storybook flags (#40) (3078602)
- storybook: serve nuxt static dir (#42) (680781a)
1.1.0 (2020-08-02)
- prevent
window.onNuxtReady
isundefined
exception (a7c9dc5) - 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](https://github.com/nuxtjs)
from stories path (72c2044)
1.0.0 (2020-07-31)
0.0.4 (2020-07-30)
0.0.3 (2020-07-29)
- webpack: merge storybook webpack rules with nuxt (34b7491)
- allow using custom
srcDir
(5f70899), closes #19
0.0.2 (2020-07-29)
- cli: put comands in currect order (910556f)