|
91 | 91 | - 毛呆 ([@aweikalee](https://github.com/aweikalee))
|
92 | 92 |
|
93 | 93 |
|
| 94 | +## 3.8.2 (2019-05-26) |
| 95 | + |
| 96 | +#### :bug: Bug Fix |
| 97 | +* `@vue/cli` |
| 98 | + * [3c5bd30](https://github.com/vuejs/vue-cli/commit/3c5bd30827ead4a34ead19f49d2d33683fc6ad44) fixes update checking ([@sodatea](https://github.com/sodatea)) |
| 99 | + |
| 100 | +#### Committers: 1 |
| 101 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
| 102 | + |
| 103 | + |
| 104 | +## 3.8.1 (2019-05-26) |
| 105 | + |
| 106 | +#### :bug: Bug Fix |
| 107 | +* `@vue/cli-plugin-typescript` |
| 108 | + * [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)) |
| 109 | + |
| 110 | +#### Committers: 1 |
| 111 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
| 112 | + |
| 113 | + |
| 114 | +## 3.8.0 (2019-05-25) |
| 115 | + |
| 116 | +#### :rocket: New Features |
| 117 | +* `@vue/cli-plugin-pwa`, `@vue/cli-ui` |
| 118 | + * [#3939](https://github.com/vuejs/vue-cli/pull/3939) add 'manifestCrossorigin' option ([@BigsonLvrocha](https://github.com/BigsonLvrocha)) |
| 119 | +* `@vue/cli-ui` |
| 120 | + * [#3929](https://github.com/vuejs/vue-cli/pull/3929) add support for inquirer type `editor` ([@Akryum](https://github.com/Akryum)) |
| 121 | + * [#3955](https://github.com/vuejs/vue-cli/pull/3955) allow rename (nickname) a project ([@Akryum](https://github.com/Akryum)) |
| 122 | +* `@vue/cli-service` |
| 123 | + * [#4011](https://github.com/vuejs/vue-cli/pull/4011) enable HMR when extracting CSS in dev ([@achretien](https://github.com/achretien)) |
| 124 | +* `@vue/cli` |
| 125 | + * [#3860](https://github.com/vuejs/vue-cli/pull/3860) suggest matching commands if the user mistypes ([@jamesgeorge007](https://github.com/jamesgeorge007)) |
| 126 | + |
| 127 | +#### :boom: Breaking Changes |
| 128 | +<del>* `@vue/cli-plugin-typescript`</del> |
| 129 | + * <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) |
| 130 | + |
| 131 | + |
| 132 | +#### :bug: Bug Fix |
| 133 | +* `@vue/cli-service` |
| 134 | + * [#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)) |
| 135 | +* `@vue/cli-ui` |
| 136 | + * [#3992](https://github.com/vuejs/vue-cli/pull/3992) update dependencies and fix peer dependency warnings ([@sodatea](https://github.com/sodatea)) |
| 137 | + * [#3966](https://github.com/vuejs/vue-cli/pull/3966) fix `detectLanguage` function ([@maple3142](https://github.com/maple3142)) |
| 138 | + |
| 139 | +#### :memo: Documentation |
| 140 | +* `@vue/cli-plugin-typescript`, `@vue/cli` |
| 141 | + * [#4046](https://github.com/vuejs/vue-cli/pull/4046) add description of babel plugin usage in TS plugin prompt ([@sodatea](https://github.com/sodatea)) |
| 142 | + |
| 143 | +#### :house: Internal |
| 144 | +* `@vue/cli-service` |
| 145 | + * [#4018](https://github.com/vuejs/vue-cli/pull/4018) set `clientLogLevel` to `silent` instead of `none` ([@svtfrancisco](https://github.com/svtfrancisco)) |
| 146 | +* `@vue/cli` |
| 147 | + * [#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)) |
| 148 | + |
| 149 | +#### :hammer: Underlying Tools |
| 150 | +* `@vue/cli-service` |
| 151 | + * [#4020](https://github.com/vuejs/vue-cli/pull/4020) upgrade webpack-dev-server to 3.4.1 ([@beardedpayton](https://github.com/beardedpayton)) |
| 152 | +* `@vue/babel-preset-app` |
| 153 | + * [#3978](https://github.com/vuejs/vue-cli/pull/3978) bump jsx dependency version ([@LinusBorg](https://github.com/LinusBorg)) |
| 154 | + |
| 155 | +#### Committers: 9 |
| 156 | +- Francisco ([@svtfrancisco](https://github.com/svtfrancisco)) |
| 157 | +- Guillaume Chau ([@Akryum](https://github.com/Akryum)) |
| 158 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
| 159 | +- James George ([@jamesgeorge007](https://github.com/jamesgeorge007)) |
| 160 | +- Luiz Victor Linhares Rocha ([@BigsonLvrocha](https://github.com/BigsonLvrocha)) |
| 161 | +- Payton Burdette ([@beardedpayton](https://github.com/beardedpayton)) |
| 162 | +- Thorsten Lünborg ([@LinusBorg](https://github.com/LinusBorg)) |
| 163 | +- [@achretien](https://github.com/achretien) |
| 164 | +- maple ([@maple3142](https://github.com/maple3142)) |
| 165 | + |
94 | 166 |
|
95 | 167 | ## 3.7.0 (2019-04-28)
|
96 | 168 |
|
|
0 commit comments