|
1 | 1 |
|
| 2 | +## 5.0.0-beta.1 (2021-05-14) |
| 3 | + |
| 4 | +#### :rocket: New Features |
| 5 | +* `@vue/cli-service` |
| 6 | + * [#6472](https://github.com/vuejs/vue-cli/pull/6472) Feature: add "tags" part to htmlWebpackPlugin ([@TimmersThomas](https://github.com/TimmersThomas)) |
| 7 | +* `@vue/cli-plugin-unit-mocha` |
| 8 | + * [#6471](https://github.com/vuejs/vue-cli/pull/6471) feat: support webpack 5 in unit-mocha plugin ([@sodatea](https://github.com/sodatea)) |
| 9 | + |
| 10 | +#### :boom: Breaking Changes |
| 11 | +* `@vue/cli-ui` |
| 12 | + * [#6443](https://github.com/vuejs/vue-cli/pull/6443) fix!: keep project name validation rules in sync between UI and CLI ([@sodatea](https://github.com/sodatea)) |
| 13 | + |
| 14 | +#### :bug: Bug Fix |
| 15 | +* `@vue/cli-service` |
| 16 | + * [#6470](https://github.com/vuejs/vue-cli/pull/6470) fix(SafariNomoduleFixPlugin): use RawSource instead of a plain object ([@KaelWD](https://github.com/KaelWD)) |
| 17 | +* `@vue/cli-plugin-typescript` |
| 18 | + * [#6456](https://github.com/vuejs/vue-cli/pull/6456) fix(typescript): add missing dependencies and `require.resolve` compiler ([@merceyz](https://github.com/merceyz)) |
| 19 | +* `@vue/cli-ui` |
| 20 | + * [#6443](https://github.com/vuejs/vue-cli/pull/6443) fix!: keep project name validation rules in sync between UI and CLI ([@sodatea](https://github.com/sodatea)) |
| 21 | +* `@vue/cli-plugin-unit-jest` |
| 22 | + * [#6454](https://github.com/vuejs/vue-cli/pull/6454) fix: fix jest migrator dependency merging ([@sodatea](https://github.com/sodatea)) |
| 23 | + |
| 24 | +#### :house: Internal |
| 25 | +* `@vue/cli-ui` |
| 26 | + * [#6446](https://github.com/vuejs/vue-cli/pull/6446) ci: fix random failing ui tests ([@sodatea](https://github.com/sodatea)) |
| 27 | + |
| 28 | +#### Committers: 4 |
| 29 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
| 30 | +- Kael ([@KaelWD](https://github.com/KaelWD)) |
| 31 | +- Kristoffer K. ([@merceyz](https://github.com/merceyz)) |
| 32 | +- Thomas Timmers ([@TimmersThomas](https://github.com/TimmersThomas)) |
| 33 | + |
| 34 | + |
| 35 | + |
2 | 36 | ## 5.0.0-beta.0 (2021-04-25) |
3 | 37 |
|
4 | 38 | #### :rocket: New Features |
|
0 commit comments