All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
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)