Skip to content

Commit 658084b

Browse files
committed
chore: CHANGELOG for 3.8.x
1 parent 10ec5f5 commit 658084b

File tree

1 file changed

+28
-16
lines changed

1 file changed

+28
-16
lines changed

CHANGELOG.md

Lines changed: 28 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,63 @@
1+
## 3.8.2 (2019-05-26)
12

3+
#### :bug: Bug Fix
4+
* `@vue/cli`
5+
* [3c5bd30](https://github.com/vuejs/vue-cli/commit/3c5bd30827ead4a34ead19f49d2d33683fc6ad44) fixes update checking ([@sodatea](https://github.com/sodatea))
26

7+
#### Committers: 1
8+
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))
39

410

11+
## 3.8.1 (2019-05-26)
512

13+
#### :bug: Bug Fix
14+
* `@vue/cli-plugin-typescript`
15+
* [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))
616

7-
17+
#### Committers: 1
18+
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))
819

920

1021
## 3.8.0 (2019-05-25)
1122

1223
#### :rocket: New Features
1324
* `@vue/cli-plugin-pwa`, `@vue/cli-ui`
14-
* [#3939](https://github.com/vuejs/vue-cli/pull/3939) feat(HtmlPwaPlugin): adds 'manifestCrossorigin' option ([@BigsonLvrocha](https://github.com/BigsonLvrocha))
25+
* [#3939](https://github.com/vuejs/vue-cli/pull/3939) add 'manifestCrossorigin' option ([@BigsonLvrocha](https://github.com/BigsonLvrocha))
1526
* `@vue/cli-ui`
16-
* [#3929](https://github.com/vuejs/vue-cli/pull/3929) Feat prompt editor ([@Akryum](https://github.com/Akryum))
17-
* [#3955](https://github.com/vuejs/vue-cli/pull/3955) Feat rename project ([@Akryum](https://github.com/Akryum))
27+
* [#3929](https://github.com/vuejs/vue-cli/pull/3929) add support for inquirer type `editor` ([@Akryum](https://github.com/Akryum))
28+
* [#3955](https://github.com/vuejs/vue-cli/pull/3955) allow rename (nickname) a project ([@Akryum](https://github.com/Akryum))
1829
* `@vue/cli-service`
19-
* [#4011](https://github.com/vuejs/vue-cli/pull/4011) Enable HMR when extracting CSS in dev ([@achretien](https://github.com/achretien))
30+
* [#4011](https://github.com/vuejs/vue-cli/pull/4011) enable HMR when extracting CSS in dev ([@achretien](https://github.com/achretien))
2031
* `@vue/cli`
21-
* [#3860](https://github.com/vuejs/vue-cli/pull/3860) feat(cli): suggest matching commands if the user mistypes ([@jamesgeorge007](https://github.com/jamesgeorge007))
32+
* [#3860](https://github.com/vuejs/vue-cli/pull/3860) suggest matching commands if the user mistypes ([@jamesgeorge007](https://github.com/jamesgeorge007))
2233

2334
#### :boom: Breaking Changes
24-
* `@vue/cli-plugin-typescript`
25-
* [#3909](https://github.com/vuejs/vue-cli/pull/3909) chore: prefer .tsx? files over .jsx? file extensions ([@LinusBorg](https://github.com/LinusBorg))
35+
<del>* `@vue/cli-plugin-typescript`</del>
36+
* <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)
37+
2638

2739
#### :bug: Bug Fix
2840
* `@vue/cli-service`
29-
* [#4034](https://github.com/vuejs/vue-cli/pull/4034) fix: fix dev mode compatibility with workers ([@sodatea](https://github.com/sodatea))
41+
* [#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))
3042
* `@vue/cli-ui`
31-
* [#3992](https://github.com/vuejs/vue-cli/pull/3992) fix(cli-ui): update dependencies and fix peer dependency warnings ([@sodatea](https://github.com/sodatea))
32-
* [#3966](https://github.com/vuejs/vue-cli/pull/3966) fix(cli-ui): fix detectLanguage function ([@maple3142](https://github.com/maple3142))
43+
* [#3992](https://github.com/vuejs/vue-cli/pull/3992) update dependencies and fix peer dependency warnings ([@sodatea](https://github.com/sodatea))
44+
* [#3966](https://github.com/vuejs/vue-cli/pull/3966) fix `detectLanguage` function ([@maple3142](https://github.com/maple3142))
3345

3446
#### :memo: Documentation
3547
* `@vue/cli-plugin-typescript`, `@vue/cli`
36-
* [#4046](https://github.com/vuejs/vue-cli/pull/4046) docs: add description of babel plugin usage in TS plugin prompt ([@sodatea](https://github.com/sodatea))
48+
* [#4046](https://github.com/vuejs/vue-cli/pull/4046) add description of babel plugin usage in TS plugin prompt ([@sodatea](https://github.com/sodatea))
3749

3850
#### :house: Internal
3951
* `@vue/cli-service`
40-
* [#4018](https://github.com/vuejs/vue-cli/pull/4018) hotfix for #4016 ([@svtfrancisco](https://github.com/svtfrancisco))
52+
* [#4018](https://github.com/vuejs/vue-cli/pull/4018) set `clientLogLevel` to `silent` instead of `none` ([@svtfrancisco](https://github.com/svtfrancisco))
4153
* `@vue/cli`
42-
* [#4003](https://github.com/vuejs/vue-cli/pull/4003) refactor: replace recast with jscodeshift for `injectImportsAndOptions` ([@sodatea](https://github.com/sodatea))
54+
* [#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))
4355

4456
#### :hammer: Underlying Tools
4557
* `@vue/cli-service`
46-
* [#4020](https://github.com/vuejs/vue-cli/pull/4020) chore: upgrade webpack-dev-server to 3.4.1 ([@beardedpayton](https://github.com/beardedpayton))
58+
* [#4020](https://github.com/vuejs/vue-cli/pull/4020) upgrade webpack-dev-server to 3.4.1 ([@beardedpayton](https://github.com/beardedpayton))
4759
* `@vue/babel-preset-app`
48-
* [#3978](https://github.com/vuejs/vue-cli/pull/3978) feat(babel-preset-app): Bump jsx dependency version ([@LinusBorg](https://github.com/LinusBorg))
60+
* [#3978](https://github.com/vuejs/vue-cli/pull/3978) bump jsx dependency version ([@LinusBorg](https://github.com/LinusBorg))
4961

5062
#### Committers: 9
5163
- Francisco ([@svtfrancisco](https://github.com/svtfrancisco))

0 commit comments

Comments
 (0)