Skip to content

Latest commit

 

History

History
118 lines (63 loc) · 7.09 KB

CHANGELOG.md

File metadata and controls

118 lines (63 loc) · 7.09 KB

Changelog

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)

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