Releases: vuejs/vue-cli
Releases · vuejs/vue-cli
v3.0.0-beta.7
v3.0.0-beta.7
v3.0.0-beta.6
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
v3.0.0-beta.4
Bug Fixes
- fix pwa + ts + lint (close #937) (b878767)
- mock process for 3rd party libs (close #934) (a2ac6be)
- pwa: set cacheid in GenerateSW mode only (#939) (43971d8), closes #891
- test: e2e w/ typescript (#933) (b728624)
- use same Puppeteer like in main package.json (#942) (11192cf)
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
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
v3.0.0-beta.2
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
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
v3.0.0-alpha.13
v3.0.0-alpha.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