Skip to content

Releases: vuejs/vue-cli

v3.0.0-beta.7

12 May 22:36
Compare
Choose a tag to compare
v3.0.0-beta.7 Pre-release
Pre-release
v3.0.0-beta.7

v3.0.0-beta.6

06 Mar 20:37
Compare
Choose a tag to compare
v3.0.0-beta.6 Pre-release
Pre-release

Bug Fixes

  • do not exit with 1 on lint warnings (fix #872) (b162cab)
  • fix @vue/cli-service initial version (08add21)
  • fix babel preset jsx dependency (2eb1ef9)
  • fix cases where error fails to display (dee7809)
  • fix devServer proxy when using object syntax (fix #945) (114e085)
  • use dynamic publicPath for web component bundles (fix #949) (f744040)

v3.0.0-beta.5

05 Mar 23:01
Compare
Choose a tag to compare
v3.0.0-beta.5 Pre-release
Pre-release

Bug Fixes

  • resolve template extend source from the template location (fix #943) (89f5cc3)
  • temporarily disable babel plugins that are not compatible with babel 7 yet (389ea86)

Features

  • allow specifying plugin versions in presets (bdce865)

v3.0.0-beta.4

05 Mar 19:44
Compare
Choose a tag to compare
v3.0.0-beta.4 Pre-release
Pre-release

Bug Fixes

Features

  • add vue add command (#936) (896aec5)
  • allow specifying additional configs in preset (2b9a750)
  • Generator now supports template inheritance (1869aa2)
  • generatorAPI.exitLog (#935) (0f2ee80)
  • initialize project with corresponding CSS pre-processor (close #930) (811d056)
  • read existing files during plugin invocation (close #873) (de60d9f)
  • support using remote preset (close #884) (2d89c51)

v3.0.0-beta.3

05 Mar 19:45
Compare
Choose a tag to compare
v3.0.0-beta.3 Pre-release
Pre-release

Bug Fixes

  • dev-server: dev server behind NAT network (#868) (bbc931c), closes #828
  • e2e: end to end test(s) folder (#923) (852d26c)
  • tsconfig.json: typo in includes (#917) (6adc0b5)
  • tslint.json: linting of test(s) folder (#924) (549ff7f)
  • externalize vue-server-renderer + support dynamic import in mocha tests (fe9aed8)
  • fix baseUrl normalization (close #900) (89982df)
  • fix options for css optimize plugin (close #918) (7681106)
  • include root config files in lint (close #913) (c40a88d)
  • respect --dest when copying static assets (close #909) (57ce32a)
  • respect dotfiles in public dir (fix #880) (59ac4f4)

Features

  • css modules: Add CSS Module localIdentName option to vue config (#915) (31cdc86)
  • support creating project in current directory (#916) (6ae1569), closes #896
  • support dynamic import in jest tests (close #922) (09ed0b1)

v3.0.0-beta.2

28 Feb 23:47
Compare
Choose a tag to compare
v3.0.0-beta.2 Pre-release
Pre-release

Bug Fixes

  • cypress: upgrade cypress and properly set base url (#879) (46358eb)
  • do not swallow vue.config.js errors (14a2dc7), closes #874 #866
  • enable html doctype by default for pug (e15a930), closes #894
  • fix friendly-error plugin name typo (#882) (73ad2f8)
  • nightwatch helper compat with airbnb linter (f4d1841), closes #870
  • ts generator & airbnb import/extensions rule compatibility (88726a3), closes #871

Code Refactoring

  • change default test directory name to "tests" (64b4515), closes #877

Features

  • add ability to use environment variables in vue.config.js (#867) (92ddd09)
  • add default content (#856) (a489803), closes #854
  • cli-plugin-pwa: Upgrade workbox-webpack-plugin to 3.0.0-beta.1 (#897) (6d7985a)
  • output help information on unknown CLI commands (#857) (cd23858), closes #849
  • preserveWhitespace: false (1864cef)

BREAKING CHANGES

  • all tests are now located in "tests" instead of "test"
  • preserveWhitespace now defaults to false in vue-loader options.

v3.0.0-beta.1

28 Feb 23:47
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

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)

v3.0.0-alpha.13

13 Feb 18:28
Compare
Choose a tag to compare
v3.0.0-alpha.13 Pre-release
Pre-release

Bug Fixes

v3.0.0-alpha.12

12 Feb 22:12
Compare
Choose a tag to compare
v3.0.0-alpha.12 Pre-release
Pre-release

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

v3.0.0-alpha.11

12 Feb 22:12
Compare
Choose a tag to compare
v3.0.0-alpha.11 Pre-release
Pre-release

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