|
1 | 1 |
|
| 2 | +## 5.0.0-beta.4 (2021-09-15) |
| 3 | + |
| 4 | +#### :rocket: New Features |
| 5 | +* `@vue/cli-plugin-typescript`, `@vue/cli-plugin-unit-jest` |
| 6 | + * [#6627](https://github.com/vuejs/vue-cli/pull/6627) feat: update jest to v27 ([@cexbrayat](https://github.com/cexbrayat)) |
| 7 | +* `@vue/cli-plugin-eslint`, `@vue/cli-service`, `@vue/cli-test-utils` |
| 8 | + * [#6669](https://github.com/vuejs/vue-cli/pull/6669) feat!: upgrade to webpack-dev-server v4 ([@sodatea](https://github.com/sodatea)) |
| 9 | +* `@vue/cli-plugin-babel`, `@vue/cli-plugin-eslint` |
| 10 | + * [#6663](https://github.com/vuejs/vue-cli/pull/6663) feat: generate projects with `transpileDependencies: true` by default ([@sodatea](https://github.com/sodatea)) |
| 11 | +* `@vue/cli-plugin-e2e-cypress` |
| 12 | + * [#6662](https://github.com/vuejs/vue-cli/pull/6662) feat!: update cypress to 8.3 and require it to be a peer dependency ([@sodatea](https://github.com/sodatea)) |
| 13 | + |
| 14 | +#### :boom: Breaking Changes |
| 15 | +* `@vue/cli-plugin-typescript`, `@vue/cli-plugin-unit-jest` |
| 16 | + * [#6627](https://github.com/vuejs/vue-cli/pull/6627) feat: update jest to v27 ([@cexbrayat](https://github.com/cexbrayat)) |
| 17 | +* `@vue/cli-plugin-eslint`, `@vue/cli-service`, `@vue/cli-test-utils` |
| 18 | + * [#6669](https://github.com/vuejs/vue-cli/pull/6669) feat!: upgrade to webpack-dev-server v4 ([@sodatea](https://github.com/sodatea)) |
| 19 | +* `@vue/cli-plugin-e2e-cypress` |
| 20 | + * [#6662](https://github.com/vuejs/vue-cli/pull/6662) feat!: update cypress to 8.3 and require it to be a peer dependency ([@sodatea](https://github.com/sodatea)) |
| 21 | + |
| 22 | +#### :bug: Bug Fix |
| 23 | +* `@vue/cli-service` |
| 24 | + * [#6665](https://github.com/vuejs/vue-cli/pull/6665) fix: avoid copy-webpack plugin errors in module mode ([@sodatea](https://github.com/sodatea)) |
| 25 | + * [#6645](https://github.com/vuejs/vue-cli/pull/6645) fix(cli-service): wrong property name (typo) ([@Vinsea](https://github.com/Vinsea)) |
| 26 | + |
| 27 | +#### :memo: Documentation |
| 28 | +* [#6653](https://github.com/vuejs/vue-cli/pull/6653) docs: recommend SFC playground and StackBlitz for instant prototyping ([@sodatea](https://github.com/sodatea)) |
| 29 | + |
| 30 | +#### :house: Internal |
| 31 | +* `@vue/cli-plugin-pwa`, `@vue/cli-service` |
| 32 | + * [#6638](https://github.com/vuejs/vue-cli/pull/6638) refactor: remove redundant Webpack version checks ([@KubesDavid](https://github.com/KubesDavid)) |
| 33 | +* `@vue/cli-ui` |
| 34 | + * [#6635](https://github.com/vuejs/vue-cli/pull/6635) fix(ui): stop depending on the `watch` package ([@sodatea](https://github.com/sodatea)) |
| 35 | + |
| 36 | +#### Committers: 4 |
| 37 | +- Cédric Exbrayat ([@cexbrayat](https://github.com/cexbrayat)) |
| 38 | +- David Kubeš ([@KubesDavid](https://github.com/KubesDavid)) |
| 39 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
| 40 | +- Vinsea ([@Vinsea](https://github.com/Vinsea)) |
| 41 | + |
| 42 | + |
| 43 | + |
2 | 44 | ## 5.0.0-beta.3 (2021-08-10)
|
3 | 45 |
|
4 | 46 | #### :rocket: New Features
|
|
0 commit comments