Skip to content

Latest commit

 

History

History
192 lines (120 loc) · 10.1 KB

CHANGELOG.md

File metadata and controls

192 lines (120 loc) · 10.1 KB

3.0.0-alpha.8 (2018-02-04)

Bug Fixes

  • fix eslint errors when using airbnb + cypress (313533d)
  • fix jest test match (2c61d23), closes #771
  • fix overwrite prompt (7871c5c)
  • include version marker in workspace (d3d040a), closes #772
  • inspect: correct usage of resolve (#773) (0f9a44a)
  • move plugin data extraction into GeneratorAPI (4f2f6f0)
  • shim global for node modules (691cfa2), closes #774

Features

  • build --target wc-async (50fdd9b)
  • polish build output (dc29e88)
  • update default component content (59f5913)

3.0.0-alpha.7 (2018-02-02)

Bug Fixes

  • ensure vue init works when installed with npm (6ce8565)

Features

  • check and show newer version on create (3df1289)
  • support prompts when invoking plugins (c1142e2)

3.0.0-alpha.6 (2018-02-02)

Bug Fixes

  • --target for global build (4fb4e35)
  • allow console during dev (5ad8fae)
  • avoid deepmerge on project config (7d590d8)
  • compatible with safari 10 (#755) (199c754)
  • do not extract vue.config.js in tests (7874b0e)
  • ensure loaders exist (fcfb099)
  • fix --force flag (6661ac2)
  • fix project creation when path contains spaces (fix #742) (5be05f3)
  • fix version check (e5ef34d)
  • move linkBin into @vue/cli since it requires node 8 (120d5c5)
  • TS 2.7 compat (c7e28fd)
  • typescript caching problems (a80cf18)
  • typescript: explicitly include global types (31c1261), closes #762

Features

  • build --target lib/wc (faadadf)
  • build --target web-component (WIP) (6db7735)
  • complete --target wc & multi-wc + tests (9a07eeb)
  • improve build lib/web-component (1c4943b)
  • improve inspect output (fd87394)
  • inject styles under shadow root in web component mode (98afd07)
  • make env variables available in HTML template (b626ef1)
  • parallel mode (b8f2487)
  • vue build --target multi-wc [pattern] (0f59c03)
  • vue inspect that proxies to vue-cli-service (4c00cfa)

Reverts

  • feat: load config w/ cosmiconfig (702b539)

3.0.0-alpha.5 (2018-01-29)

Bug Fixes

  • cache-loader doesnt seem to work well with ts-loader (63c8f65)
  • jest should only run files in given directory (4a7fd64), closes #740

Features

  • allow saving multiple presets (f372f55)
  • load config w/ cosmiconfig (5288122)
  • support config in dedicated files (01edb46)

3.0.0-alpha.4 (2018-01-26)

Bug Fixes

  • pin joi to 12.x for node version compat (3bd447a)
  • skip postcss-loader if no postcss config is present (1142339)
  • temp pinning vue-jest to github branch (2d6a0d9)

Features

  • move babel-preset and eslint-plugin as deps of plugins (c2583e4)

3.0.0-alpha.3 (2018-01-26)

Bug Fixes

  • clone options before mutating (7471f94)
  • typescript: fix tsconfig.json (235676f)
  • typescript: include @types/node instead of shimming process (f9c8849)
  • ensure cache-loader apply to both babel and ts (5f76980)
  • fix sync script for generators (134ac58)
  • force babel-core version when using ts + babel (d7c6af7)
  • more global resolve fixes + better error message for missing loaders (367b78b)
  • more global service resolve fixes (76dda73)
  • packageManager flag (0c9ecd5)
  • resolve for global service (8f0b52f)

Features

  • use cache-loader for ts (4680544)

3.0.0-alpha.2 (2018-01-25)

Bug Fixes

  • avoid dotfiles not being published to npm (2e3fe07)
  • do not update dep if latest tag is older then specified (b913047)
  • use babel-loader@8 (c769110)

3.0.0-alpha.1 (2018-01-25)

Bug Fixes

  • avoid scrolling when picking features (d57208d)
  • bump root deps as well (f52ff70)
  • ensure paths + make html optional (2c1ad14)
  • typo {mdoule => module} (#721) (4765cc6)

Features