|
| 1 | +## 3.8.2 (2019-05-26) |
1 | 2 |
|
| 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)) |
2 | 6 |
|
| 7 | +#### Committers: 1 |
| 8 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
3 | 9 |
|
4 | 10 |
|
| 11 | +## 3.8.1 (2019-05-26) |
5 | 12 |
|
| 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)) |
6 | 16 |
|
7 |
| - |
| 17 | +#### Committers: 1 |
| 18 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
8 | 19 |
|
9 | 20 |
|
10 | 21 | ## 3.8.0 (2019-05-25)
|
11 | 22 |
|
12 | 23 | #### :rocket: New Features
|
13 | 24 | * `@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)) |
15 | 26 | * `@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)) |
18 | 29 | * `@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)) |
20 | 31 | * `@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)) |
22 | 33 |
|
23 | 34 | #### :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 | + |
26 | 38 |
|
27 | 39 | #### :bug: Bug Fix
|
28 | 40 | * `@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)) |
30 | 42 | * `@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)) |
33 | 45 |
|
34 | 46 | #### :memo: Documentation
|
35 | 47 | * `@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)) |
37 | 49 |
|
38 | 50 | #### :house: Internal
|
39 | 51 | * `@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)) |
41 | 53 | * `@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)) |
43 | 55 |
|
44 | 56 | #### :hammer: Underlying Tools
|
45 | 57 | * `@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)) |
47 | 59 | * `@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)) |
49 | 61 |
|
50 | 62 | #### Committers: 9
|
51 | 63 | - Francisco ([@svtfrancisco](https://github.com/svtfrancisco))
|
|
0 commit comments