|
1 | 1 |
|
| 2 | +## 5.0.0-beta.2 (2021-06-09) |
| 3 | + |
| 4 | +#### :rocket: New Features |
| 5 | +* `@vue/cli-plugin-typescript`, `@vue/cli-service`, `@vue/cli-shared-utils`, `@vue/cli` |
| 6 | + * [#6411](https://github.com/vuejs/vue-cli/pull/6411) feat: implement plugin execution order ([@fangbinwei](https://github.com/fangbinwei)) |
| 7 | + |
| 8 | +#### :bug: Bug Fix |
| 9 | +* `@vue/cli-plugin-pwa` |
| 10 | + * [#6518](https://github.com/vuejs/vue-cli/pull/6518) fix(pwa): Replace closeTag parameter with voidTag for HtmlWebpackPlugin ([@tcitworld](https://github.com/tcitworld)) |
| 11 | +* `@vue/cli-service` |
| 12 | + * [#6506](https://github.com/vuejs/vue-cli/pull/6506) fix(webpack): slash on publicPath: 'auto' ([@tomicakr](https://github.com/tomicakr)) |
| 13 | +* `@vue/cli-plugin-unit-mocha` |
| 14 | + * [#6478](https://github.com/vuejs/vue-cli/pull/6478) fix(mocha): set mode to `none` to avoid DefinePlugin conflict ([@sodatea](https://github.com/sodatea)) |
| 15 | + |
| 16 | +#### :memo: Documentation |
| 17 | +* [#6493](https://github.com/vuejs/vue-cli/pull/6493) Fixed some minor typos ([@Ashikpaul](https://github.com/Ashikpaul)) |
| 18 | +* [#6487](https://github.com/vuejs/vue-cli/pull/6487) update deployment.md ([@andydodo](https://github.com/andydodo)) |
| 19 | + |
| 20 | +#### :house: Internal |
| 21 | +* `@vue/cli-service` |
| 22 | + * [#6519](https://github.com/vuejs/vue-cli/pull/6519) chore: use scoped package names for aliases ([@sodatea](https://github.com/sodatea)) |
| 23 | + |
| 24 | +#### Committers: 6 |
| 25 | +- Andy Do ([@andydodo](https://github.com/andydodo)) |
| 26 | +- Ashik Paul ([@Ashikpaul](https://github.com/Ashikpaul)) |
| 27 | +- Binwei Fang ([@fangbinwei](https://github.com/fangbinwei)) |
| 28 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
| 29 | +- Thomas Citharel ([@tcitworld](https://github.com/tcitworld)) |
| 30 | +- tomica ([@tomicakr](https://github.com/tomicakr)) |
| 31 | + |
| 32 | + |
| 33 | + |
2 | 34 | ## 5.0.0-beta.1 (2021-05-14) |
3 | 35 |
|
4 | 36 | #### :rocket: New Features |
|
0 commit comments