mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-21 06:39:56 -06:00
chore: add 3.8.x changelog
This commit is contained in:
72
CHANGELOG.md
72
CHANGELOG.md
@@ -91,6 +91,78 @@
|
||||
- 毛呆 ([@aweikalee](https://github.com/aweikalee))
|
||||
|
||||
|
||||
## 3.8.2 (2019-05-26)
|
||||
|
||||
#### :bug: Bug Fix
|
||||
* `@vue/cli`
|
||||
* [3c5bd30](https://github.com/vuejs/vue-cli/commit/3c5bd30827ead4a34ead19f49d2d33683fc6ad44) fixes update checking ([@sodatea](https://github.com/sodatea))
|
||||
|
||||
#### Committers: 1
|
||||
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))
|
||||
|
||||
|
||||
## 3.8.1 (2019-05-26)
|
||||
|
||||
#### :bug: Bug Fix
|
||||
* `@vue/cli-plugin-typescript`
|
||||
* [19d50b9](https://github.com/vuejs/vue-cli/commit/19d50b9ea500e6779e2e27369b2efb328488be75) revert [the accidentally introduced breaking change](https://github.com/vuejs/vue-cli/pull/3909) ([@sodatea](https://github.com/sodatea))
|
||||
|
||||
#### Committers: 1
|
||||
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))
|
||||
|
||||
|
||||
## 3.8.0 (2019-05-25)
|
||||
|
||||
#### :rocket: New Features
|
||||
* `@vue/cli-plugin-pwa`, `@vue/cli-ui`
|
||||
* [#3939](https://github.com/vuejs/vue-cli/pull/3939) add 'manifestCrossorigin' option ([@BigsonLvrocha](https://github.com/BigsonLvrocha))
|
||||
* `@vue/cli-ui`
|
||||
* [#3929](https://github.com/vuejs/vue-cli/pull/3929) add support for inquirer type `editor` ([@Akryum](https://github.com/Akryum))
|
||||
* [#3955](https://github.com/vuejs/vue-cli/pull/3955) allow rename (nickname) a project ([@Akryum](https://github.com/Akryum))
|
||||
* `@vue/cli-service`
|
||||
* [#4011](https://github.com/vuejs/vue-cli/pull/4011) enable HMR when extracting CSS in dev ([@achretien](https://github.com/achretien))
|
||||
* `@vue/cli`
|
||||
* [#3860](https://github.com/vuejs/vue-cli/pull/3860) suggest matching commands if the user mistypes ([@jamesgeorge007](https://github.com/jamesgeorge007))
|
||||
|
||||
#### :boom: Breaking Changes
|
||||
<del>* `@vue/cli-plugin-typescript`</del>
|
||||
* <del>[#3909](https://github.com/vuejs/vue-cli/pull/3909) prefer .tsx? files over .jsx? file extensions ([@LinusBorg](https://github.com/LinusBorg))</del> (Reverted in v3.8.1)
|
||||
|
||||
|
||||
#### :bug: Bug Fix
|
||||
* `@vue/cli-service`
|
||||
* [#4034](https://github.com/vuejs/vue-cli/pull/4034) fix bundles' compatibility with workers for those built in development mode ([@sodatea](https://github.com/sodatea))
|
||||
* `@vue/cli-ui`
|
||||
* [#3992](https://github.com/vuejs/vue-cli/pull/3992) update dependencies and fix peer dependency warnings ([@sodatea](https://github.com/sodatea))
|
||||
* [#3966](https://github.com/vuejs/vue-cli/pull/3966) fix `detectLanguage` function ([@maple3142](https://github.com/maple3142))
|
||||
|
||||
#### :memo: Documentation
|
||||
* `@vue/cli-plugin-typescript`, `@vue/cli`
|
||||
* [#4046](https://github.com/vuejs/vue-cli/pull/4046) add description of babel plugin usage in TS plugin prompt ([@sodatea](https://github.com/sodatea))
|
||||
|
||||
#### :house: Internal
|
||||
* `@vue/cli-service`
|
||||
* [#4018](https://github.com/vuejs/vue-cli/pull/4018) set `clientLogLevel` to `silent` instead of `none` ([@svtfrancisco](https://github.com/svtfrancisco))
|
||||
* `@vue/cli`
|
||||
* [#4003](https://github.com/vuejs/vue-cli/pull/4003) refactor: replace recast with jscodeshift for `injectImportsAndOptions`, fixes [#3309](https://github.com/vuejs/vue-cli/issues/3309) ([@sodatea](https://github.com/sodatea))
|
||||
|
||||
#### :hammer: Underlying Tools
|
||||
* `@vue/cli-service`
|
||||
* [#4020](https://github.com/vuejs/vue-cli/pull/4020) upgrade webpack-dev-server to 3.4.1 ([@beardedpayton](https://github.com/beardedpayton))
|
||||
* `@vue/babel-preset-app`
|
||||
* [#3978](https://github.com/vuejs/vue-cli/pull/3978) bump jsx dependency version ([@LinusBorg](https://github.com/LinusBorg))
|
||||
|
||||
#### Committers: 9
|
||||
- Francisco ([@svtfrancisco](https://github.com/svtfrancisco))
|
||||
- Guillaume Chau ([@Akryum](https://github.com/Akryum))
|
||||
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))
|
||||
- James George ([@jamesgeorge007](https://github.com/jamesgeorge007))
|
||||
- Luiz Victor Linhares Rocha ([@BigsonLvrocha](https://github.com/BigsonLvrocha))
|
||||
- Payton Burdette ([@beardedpayton](https://github.com/beardedpayton))
|
||||
- Thorsten Lünborg ([@LinusBorg](https://github.com/LinusBorg))
|
||||
- [@achretien](https://github.com/achretien)
|
||||
- maple ([@maple3142](https://github.com/maple3142))
|
||||
|
||||
|
||||
## 3.7.0 (2019-04-28)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user