|
1 | 1 |
|
| 2 | +## 3.10.0 (2019-08-03) |
| 3 | + |
| 4 | +#### :rocket: New Features |
| 5 | +* `@vue/cli` |
| 6 | + * [#4342](https://github.com/vuejs/vue-cli/pull/4342) Add --port argument to 'vue serve' command ([@bokub](https://github.com/bokub)) |
| 7 | +* `@vue/cli-plugin-eslint` |
| 8 | + * [#4329](https://github.com/vuejs/vue-cli/pull/4329) feat(eslint-generator): upgrade @vue/eslint-config-prettier to v5.0.0 ([@sodatea](https://github.com/sodatea)) |
| 9 | + |
| 10 | +#### :bug: Bug Fix |
| 11 | +* `@vue/cli-plugin-typescript`, `@vue/cli` |
| 12 | + * [#4374](https://github.com/vuejs/vue-cli/pull/4374) fix: do not generate empty file ([@cexbrayat](https://github.com/cexbrayat)) |
| 13 | +* `@vue/cli-service` |
| 14 | + * [#4359](https://github.com/vuejs/vue-cli/pull/4359) fix stats display when chunkFilename contains query string ([@flyhope](https://github.com/flyhope)) |
| 15 | +* `@vue/cli-plugin-typescript` |
| 16 | + * [#4346](https://github.com/vuejs/vue-cli/pull/4346) fix: fix typo in typescript generator, convertAllFiles -> convertJsToTs ([@sodatea](https://github.com/sodatea)) |
| 17 | +* `@vue/cli-plugin-eslint` |
| 18 | + * [#4347](https://github.com/vuejs/vue-cli/pull/4347) fix(eslint-generator): add ts file check to lint-staged ([@liruifengv](https://github.com/liruifengv)) |
| 19 | + * [#4329](https://github.com/vuejs/vue-cli/pull/4329) feat(eslint-generator): upgrade @vue/eslint-config-prettier to v5.0.0 ([@sodatea](https://github.com/sodatea)) |
| 20 | +* `@vue/cli-shared-utils` |
| 21 | + * [#4336](https://github.com/vuejs/vue-cli/pull/4336) fix: use `yarn --version` to detect yarn ([@sodatea](https://github.com/sodatea)) |
| 22 | +* `@vue/cli` |
| 23 | + * [#4330](https://github.com/vuejs/vue-cli/pull/4330) fix: require parent template after `when` condition evaluated as truthy ([@sodatea](https://github.com/sodatea)) |
| 24 | + |
| 25 | +#### :memo: Documentation |
| 26 | +* `@vue/cli-plugin-e2e-nightwatch` |
| 27 | + * [#4364](https://github.com/vuejs/vue-cli/pull/4364) Replacing nightwatch CLI options URL with proper documentation ([@aberonni](https://github.com/aberonni)) |
| 28 | +* Other |
| 29 | + * [#4358](https://github.com/vuejs/vue-cli/pull/4358) docs(ru): fix link in webpack.md ([@euaaaio](https://github.com/euaaaio)) |
| 30 | + * [#4333](https://github.com/vuejs/vue-cli/pull/4333) Update html-and-static-assets.md ([@sergeymorkovkin](https://github.com/sergeymorkovkin)) |
| 31 | + * [#4257](https://github.com/vuejs/vue-cli/pull/4257) Update mode-and-env.md ([@TechieForFun](https://github.com/TechieForFun)) |
| 32 | + * [#4171](https://github.com/vuejs/vue-cli/pull/4171) Explain when .env files are loaded. ([@rimutaka](https://github.com/rimutaka)) |
| 33 | + * [#4232](https://github.com/vuejs/vue-cli/pull/4232) Updated for Zeit Now V2 ([@ivansieder](https://github.com/ivansieder)) |
| 34 | + * [#4217](https://github.com/vuejs/vue-cli/pull/4217) docs: add Render deployment guide ([@anurag](https://github.com/anurag)) |
| 35 | + * [#4103](https://github.com/vuejs/vue-cli/pull/4103) deployment.md: Add instructions for Travis CI ([@terorie](https://github.com/terorie)) |
| 36 | +* `@vue/babel-preset-app`, `@vue/cli-plugin-e2e-nightwatch`, `@vue/cli-plugin-eslint`, `@vue/cli-service`, `@vue/cli-ui` |
| 37 | + * [#4241](https://github.com/vuejs/vue-cli/pull/4241) Fix typos ([@minho42](https://github.com/minho42)) |
| 38 | + |
| 39 | +#### :house: Internal |
| 40 | +* `@vue/cli-service`, `@vue/cli` |
| 41 | + * [#4367](https://github.com/vuejs/vue-cli/pull/4367) chore(cli-service): word spelling in comments ([@yiliang114](https://github.com/yiliang114)) |
| 42 | + |
| 43 | +#### Committers: 17 |
| 44 | +- Anurag Goel ([@anurag](https://github.com/anurag)) |
| 45 | +- Boris K ([@bokub](https://github.com/bokub)) |
| 46 | +- Cédric Exbrayat ([@cexbrayat](https://github.com/cexbrayat)) |
| 47 | +- Domenico Gemoli ([@aberonni](https://github.com/aberonni)) |
| 48 | +- Eduard Aksamitov ([@euaaaio](https://github.com/euaaaio)) |
| 49 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
| 50 | +- Ivan Sieder ([@ivansieder](https://github.com/ivansieder)) |
| 51 | +- Max Tolkachev ([@zhrivodkin](https://github.com/zhrivodkin)) |
| 52 | +- Min ho Kim ([@minho42](https://github.com/minho42)) |
| 53 | +- Mohsen Sadeghzade ([@TechieForFun](https://github.com/TechieForFun)) |
| 54 | +- Richard Patel ([@terorie](https://github.com/terorie)) |
| 55 | +- Sergey Morkovkin ([@sergeymorkovkin](https://github.com/sergeymorkovkin)) |
| 56 | +- [@aruseni](https://github.com/aruseni) |
| 57 | +- mx ([@rimutaka](https://github.com/rimutaka)) |
| 58 | +- yiliang ([@yiliang114](https://github.com/yiliang114)) |
| 59 | +- 李枨煊 ([@flyhope](https://github.com/flyhope)) |
| 60 | +- 李瑞丰 ([@liruifengv](https://github.com/liruifengv)) |
| 61 | + |
| 62 | + |
| 63 | + |
2 | 64 | ## 3.9.3 (2019-07-18)
|
3 | 65 |
|
4 | 66 | #### :bug: Bug Fix
|
|
0 commit comments