Skip to content

Latest commit

 

History

History
284 lines (167 loc) · 14.8 KB

CHANGELOG.md

File metadata and controls

284 lines (167 loc) · 14.8 KB

3.0.0-beta.1 (2018-02-16)

Bug Fixes

  • babel preset: allow setting useBuiltIns to be false. (#843) (a9ac1a9)
  • also include import rule in eslint plugin (e8f036b)
  • eslint + airbnb compat with TypeScript (d391e47)
  • fix core-js import for global service (3a5d125), closes #837
  • fix eslint-loader for TypeScript (9f5d0b9)

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

Bug Fixes

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

Bug Fixes

  • fix usage with https proxy by switching from axios to request (#829) (e8aa688), closes #785
  • make extension test for font files case-insensitive (#830) (d7cfa00)
  • only enable TSLint when tslint.json exists (76d7f77)

Features

  • allow e2e plugins to sepcify which mode the server should start in (8f8fe6d), closes #814
  • expose useBuiltIns options in @vue/babel-preset-app (8e0661e), closes #812
  • lintOnSave no longer causes compilation to fail (9040df8), closes #817
  • use eslint-plugin-cypress (9410442), closes #815
  • use more descriptive classNames for CSS modules (fd13106), closes #813

3.0.0-alpha.11 (2018-02-09)

Bug Fixes

  • eslint config should be root (ea74da1)
  • eslint: load node env by default (fix #806) (c2e3228)
  • respect user configured output path (b5564af), closes #809

3.0.0-alpha.10 (2018-02-08)

Bug Fixes

  • fix pwa info link (close #801) (a0004ea)
  • vue-class-component and vue-property-decorators should be dependencies (c26559d)

Features

  • include eslint:recommended in prettier config (e261718)
  • support using ESLint to lint TypeScript (dd04add)

3.0.0-alpha.9 (2018-02-06)

Bug Fixes

  • unit-mocha: fix test glob to avoid running e2e tests (172e8eb), closes #790
  • handle vue invoke config merging for existing files (46166fb), closes #788
  • object returned from api.configureWebpack should be merged (920d8fa)
  • only support taobao check and inline registry when using npm (67df3eb), closes #789

Features

  • Use the Workbox webpack plugin in pwa template (#769) (9095483)

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