Skip to content

Commit 1b0562a

Browse files
committed
chore: add 3.10 changelog [ci skip]
1 parent 945a01e commit 1b0562a

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed

CHANGELOG.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,85 @@ Most of the following new features and bugfixes also applies to v3.8.0
340340
- 毛呆 ([@aweikalee](https://github.com/aweikalee))
341341

342342

343+
344+
## 3.10.0 (2019-08-03)
345+
346+
#### :rocket: New Features
347+
* `@vue/cli`
348+
* [#4342](https://github.com/vuejs/vue-cli/pull/4342) Support `--port` argument to 'vue serve' command ([@bokub](https://github.com/bokub))
349+
* `@vue/cli-plugin-eslint`
350+
* [#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))
351+
352+
#### :bug: Bug Fix
353+
* `@vue/cli-plugin-typescript`, `@vue/cli`
354+
* [#4330](https://github.com/vuejs/vue-cli/pull/4330) fix: require parent template after `when` condition evaluated as truthy ([@sodatea](https://github.com/sodatea))
355+
* [#4374](https://github.com/vuejs/vue-cli/pull/4374) fix: when adding ts plugin without router, fixup #4330 ([@cexbrayat](https://github.com/cexbrayat))
356+
* `@vue/cli-service`
357+
* [#4359](https://github.com/vuejs/vue-cli/pull/4359) fix stats display when chunkFilename contains query string ([@flyhope](https://github.com/flyhope))
358+
* `@vue/cli-plugin-typescript`
359+
* [#4346](https://github.com/vuejs/vue-cli/pull/4346) fix: fix typo in typescript generator, convertAllFiles -> convertJsToTs ([@sodatea](https://github.com/sodatea))
360+
* `@vue/cli-plugin-eslint`
361+
* [#4347](https://github.com/vuejs/vue-cli/pull/4347) fix(eslint-generator): add ts file check to lint-staged ([@liruifengv](https://github.com/liruifengv))
362+
* [#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))
363+
* `@vue/cli-shared-utils`
364+
* [#4336](https://github.com/vuejs/vue-cli/pull/4336) fix: use `yarn --version` to detect yarn ([@sodatea](https://github.com/sodatea))
365+
366+
367+
#### :memo: Documentation
368+
* `@vue/cli-plugin-e2e-nightwatch`
369+
* [#4364](https://github.com/vuejs/vue-cli/pull/4364) Replacing nightwatch CLI options URL with proper documentation ([@aberonni](https://github.com/aberonni))
370+
* Other
371+
* [#4358](https://github.com/vuejs/vue-cli/pull/4358) docs(ru): fix link in webpack.md ([@euaaaio](https://github.com/euaaaio))
372+
* [#4333](https://github.com/vuejs/vue-cli/pull/4333) Update html-and-static-assets.md ([@sergeymorkovkin](https://github.com/sergeymorkovkin))
373+
* [#4257](https://github.com/vuejs/vue-cli/pull/4257) Update mode-and-env.md ([@TechieForFun](https://github.com/TechieForFun))
374+
* [#4171](https://github.com/vuejs/vue-cli/pull/4171) Explain when .env files are loaded. ([@rimutaka](https://github.com/rimutaka))
375+
* [#4232](https://github.com/vuejs/vue-cli/pull/4232) Updated for Zeit Now V2 ([@ivansieder](https://github.com/ivansieder))
376+
* [#4217](https://github.com/vuejs/vue-cli/pull/4217) docs: add Render deployment guide ([@anurag](https://github.com/anurag))
377+
* [#4103](https://github.com/vuejs/vue-cli/pull/4103) deployment.md: Add instructions for Travis CI ([@terorie](https://github.com/terorie))
378+
* `@vue/babel-preset-app`, `@vue/cli-plugin-e2e-nightwatch`, `@vue/cli-plugin-eslint`, `@vue/cli-service`, `@vue/cli-ui`
379+
* [#4241](https://github.com/vuejs/vue-cli/pull/4241) Fix typos ([@minho42](https://github.com/minho42))
380+
381+
#### :house: Internal
382+
* `@vue/cli-service`, `@vue/cli`
383+
* [#4367](https://github.com/vuejs/vue-cli/pull/4367) chore(cli-service): word spelling in comments ([@yiliang114](https://github.com/yiliang114))
384+
385+
#### Committers: 17
386+
- Anurag Goel ([@anurag](https://github.com/anurag))
387+
- Boris K ([@bokub](https://github.com/bokub))
388+
- Cédric Exbrayat ([@cexbrayat](https://github.com/cexbrayat))
389+
- Domenico Gemoli ([@aberonni](https://github.com/aberonni))
390+
- Eduard Aksamitov ([@euaaaio](https://github.com/euaaaio))
391+
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))
392+
- Ivan Sieder ([@ivansieder](https://github.com/ivansieder))
393+
- Max Tolkachev ([@zhrivodkin](https://github.com/zhrivodkin))
394+
- Min ho Kim ([@minho42](https://github.com/minho42))
395+
- Mohsen Sadeghzade ([@TechieForFun](https://github.com/TechieForFun))
396+
- Richard Patel ([@terorie](https://github.com/terorie))
397+
- Sergey Morkovkin ([@sergeymorkovkin](https://github.com/sergeymorkovkin))
398+
- [@aruseni](https://github.com/aruseni)
399+
- mx ([@rimutaka](https://github.com/rimutaka))
400+
- yiliang ([@yiliang114](https://github.com/yiliang114))
401+
- 李枨煊 ([@flyhope](https://github.com/flyhope))
402+
- 李瑞丰 ([@liruifengv](https://github.com/liruifengv))
403+
404+
405+
406+
## 3.9.3 (2019-07-18)
407+
408+
#### :bug: Bug Fix
409+
* `@vue/cli-service`
410+
* [#4057](https://github.com/vuejs/vue-cli/pull/4057) fix: indexPath should also affect non-production builds (#2327) ([@shadow-light](https://github.com/shadow-light))
411+
* `@vue/cli-test-utils`
412+
* [#4224](https://github.com/vuejs/vue-cli/pull/4224) fix(cli-test-utils): use `--no-git` when `initGit` option is `false` ([@fangbinwei](https://github.com/fangbinwei))
413+
414+
415+
#### Committers: 3
416+
- Binwei Fang ([@fangbinwei](https://github.com/fangbinwei))
417+
- Eric Mastro ([@emizzle](https://github.com/emizzle))
418+
- [@shadow-light](https://github.com/shadow-light)
419+
420+
421+
343422
## 3.9.2 (2019-07-06)
344423

345424
#### :bug: Bug Fix

0 commit comments

Comments
 (0)