|
| 1 | + |
| 2 | +## 3.8.0 (2019-05-25) |
| 3 | + |
| 4 | +#### :rocket: New Features |
| 5 | +* `@vue/cli-plugin-pwa`, `@vue/cli-ui` |
| 6 | + * [#3939](https://github.com/vuejs/vue-cli/pull/3939) feat(HtmlPwaPlugin): adds 'manifestCrossorigin' option ([@BigsonLvrocha](https://github.com/BigsonLvrocha)) |
| 7 | +* `@vue/cli-ui` |
| 8 | + * [#3929](https://github.com/vuejs/vue-cli/pull/3929) Feat prompt editor ([@Akryum](https://github.com/Akryum)) |
| 9 | + * [#3955](https://github.com/vuejs/vue-cli/pull/3955) Feat rename project ([@Akryum](https://github.com/Akryum)) |
| 10 | +* `@vue/cli-service` |
| 11 | + * [#4011](https://github.com/vuejs/vue-cli/pull/4011) Enable HMR when extracting CSS in dev ([@achretien](https://github.com/achretien)) |
| 12 | +* `@vue/cli` |
| 13 | + * [#3860](https://github.com/vuejs/vue-cli/pull/3860) feat(cli): suggest matching commands if the user mistypes ([@jamesgeorge007](https://github.com/jamesgeorge007)) |
| 14 | + |
| 15 | +#### :boom: Breaking Changes |
| 16 | +* `@vue/cli-plugin-typescript` |
| 17 | + * [#3909](https://github.com/vuejs/vue-cli/pull/3909) chore: prefer .tsx? files over .jsx? file extensions ([@LinusBorg](https://github.com/LinusBorg)) |
| 18 | + |
| 19 | +#### :bug: Bug Fix |
| 20 | +* `@vue/cli-service` |
| 21 | + * [#4034](https://github.com/vuejs/vue-cli/pull/4034) fix: fix dev mode compatibility with workers ([@sodatea](https://github.com/sodatea)) |
| 22 | +* `@vue/cli-ui` |
| 23 | + * [#3992](https://github.com/vuejs/vue-cli/pull/3992) fix(cli-ui): update dependencies and fix peer dependency warnings ([@sodatea](https://github.com/sodatea)) |
| 24 | + * [#3966](https://github.com/vuejs/vue-cli/pull/3966) fix(cli-ui): fix detectLanguage function ([@maple3142](https://github.com/maple3142)) |
| 25 | + |
| 26 | +#### :memo: Documentation |
| 27 | +* `@vue/cli-plugin-typescript`, `@vue/cli` |
| 28 | + * [#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)) |
| 29 | + |
| 30 | +#### :house: Internal |
| 31 | +* `@vue/cli-service` |
| 32 | + * [#4018](https://github.com/vuejs/vue-cli/pull/4018) hotfix for #4016 ([@svtfrancisco](https://github.com/svtfrancisco)) |
| 33 | +* `@vue/cli` |
| 34 | + * [#4003](https://github.com/vuejs/vue-cli/pull/4003) refactor: replace recast with jscodeshift for `injectImportsAndOptions` ([@sodatea](https://github.com/sodatea)) |
| 35 | + |
| 36 | +#### :hammer: Underlying Tools |
| 37 | +* `@vue/cli-service` |
| 38 | + * [#4020](https://github.com/vuejs/vue-cli/pull/4020) chore: upgrade webpack-dev-server to 3.4.1 ([@beardedpayton](https://github.com/beardedpayton)) |
| 39 | +* `@vue/babel-preset-app` |
| 40 | + * [#3978](https://github.com/vuejs/vue-cli/pull/3978) feat(babel-preset-app): Bump jsx dependency version ([@LinusBorg](https://github.com/LinusBorg)) |
| 41 | + |
| 42 | +#### Committers: 9 |
| 43 | +- Francisco ([@svtfrancisco](https://github.com/svtfrancisco)) |
| 44 | +- Guillaume Chau ([@Akryum](https://github.com/Akryum)) |
| 45 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
| 46 | +- James George ([@jamesgeorge007](https://github.com/jamesgeorge007)) |
| 47 | +- Luiz Victor Linhares Rocha ([@BigsonLvrocha](https://github.com/BigsonLvrocha)) |
| 48 | +- Payton Burdette ([@beardedpayton](https://github.com/beardedpayton)) |
| 49 | +- Thorsten Lünborg ([@LinusBorg](https://github.com/LinusBorg)) |
| 50 | +- [@achretien](https://github.com/achretien) |
| 51 | +- maple ([@maple3142](https://github.com/maple3142)) |
| 52 | + |
| 53 | + |
1 | 54 | ## 3.7.0 (2019-04-28)
|
2 | 55 |
|
3 | 56 | #### :rocket: New Features
|
|
0 commit comments