Skip to content

Latest commit

 

History

History
248 lines (131 loc) · 15.8 KB

CHANGELOG.md

File metadata and controls

248 lines (131 loc) · 15.8 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.0.2 (2021-04-14)

Bug Fixes

  • module: resolve path aliases in middleware path (ce7e63d), closes #257

4.0.1 (2021-04-04)

Bug Fixes

  • add missed path dependency in main.js (5984a05)
  • disable eslint webpack module (88bcdd0)
  • manual setup config (fb759f9)

4.0.0 (2021-04-01)

Features

  • support for @nuxtjs/proxy module (#242) (df0eaaa)
  • support Nuxt server middlewares (a61b0b4)
  • module: globalTypes in Nuxt config (#226) (e5b3698)

Bug Fixes

3.3.1 (2021-01-17)

Bug Fixes

3.3.0 (2020-12-03)

Features

Bug Fixes

  • 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)

Features

Bug Fixes

  • export global parameters on eject mode (#169) (89afc41)

3.1.0 (2020-10-30)

Features

  • module: support PORT_STORYBOOK env (8d809bf), closes #119

Bug Fixes

  • 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)

Features

  • config: allow modules to modify storybook config (#129) (09cfe39)
  • storybook: use .storybook config dir (#139) (0e311ba)

Bug Fixes

  • storybook: port should be a number (235d814)
  • webpack: Storybook do not work with thread-loader (#137) (625682f)

2.2.2 (2020-10-02)

Bug Fixes

  • eject: undefined srcDir issue (039c3de)

2.2.1 (2020-09-18)

Bug Fixes

  • addon-docs: support nuxt context in docs canvas (#124) (305c619)

2.2.0 (2020-08-31)

Features

  • 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)

Bug Fixes

  • 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)

Features

  • storybook: support nuxt fetch api (afcbb40)

2.1.0-rc.1 (2020-08-13)

Features

  • storybook: custom Vue app based on nuxt createApp (#80) (443fccd)

2.0.1-rc.1 (2020-08-12)

Bug Fixes

  • storybook: resolve nuxt aliases in globs (#76) (94cfa26)
  • storybook: windows path resolve (b93669b)
  • webpack: improve rules detection (2b75646)

2.0.0 (2020-08-11)

Features

  • storybook: Migration to Storybook v6 (#67) (cbccedd)
  • storybook: support multiple staticDir (2c0a52e)

Bug Fixes

1.2.0 (2020-08-07)

Features

Bug Fixes

  • cli: run storybook in development env (#47) (132bc31)

1.1.0 (2020-08-02)

Features

  • webpack: Allow modules to modify webpack config (b38d00d)
  • webpack: Integrate Nuxt entry (84fdc3e)

Bug Fixes

  • prevent window.onNuxtReady is undefined 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)

Bug Fixes

  • cli: fallback to command if dir not exists (153f11a)
  • style: force disable extractCSS (3ed5d3c)

0.0.3 (2020-07-29)

Bug Fixes

  • webpack: merge storybook webpack rules with nuxt (34b7491)
  • allow using custom srcDir (5f70899), closes #19

0.0.2 (2020-07-29)

Bug Fixes

  • cli: put comands in currect order (910556f)

0.0.1 (2020-07-14)

Features

Bug Fixes