|
1 | 1 |
|
| 2 | +## 5.0.0-alpha.4 (2021-02-18) |
| 3 | + |
| 4 | +#### :rocket: New Features |
| 5 | +* `@vue/cli-plugin-webpack-4`, `@vue/cli-service` |
| 6 | + * [#6279](https://github.com/vuejs/vue-cli/pull/6279) feat!: update copy & terser plugin, move more legacy code to webpack-4 plugin ([@sodatea](https://github.com/sodatea)) |
| 7 | +* `@vue/cli-plugin-babel`, `@vue/cli-plugin-pwa`, `@vue/cli-plugin-webpack-4`, `@vue/cli-service` |
| 8 | + * [#6269](https://github.com/vuejs/vue-cli/pull/6269) feat: use html-webpack-plugin v5 by default ([@sodatea](https://github.com/sodatea)) |
| 9 | +* `@vue/cli-plugin-typescript` |
| 10 | + * [#6235](https://github.com/vuejs/vue-cli/pull/6235) feat(typescript): add `useDefineForClassFields` option in tsconfig template ([@ktsn](https://github.com/ktsn)) |
| 11 | + |
| 12 | +#### :boom: Breaking Changes |
| 13 | +* `@vue/cli-plugin-webpack-4`, `@vue/cli-service` |
| 14 | + * [#6279](https://github.com/vuejs/vue-cli/pull/6279) feat!: update copy & terser plugin, move more legacy code to webpack-4 plugin ([@sodatea](https://github.com/sodatea)) |
| 15 | +* `@vue/cli-plugin-babel`, `@vue/cli-plugin-pwa`, `@vue/cli-plugin-webpack-4`, `@vue/cli-service` |
| 16 | + * [#6269](https://github.com/vuejs/vue-cli/pull/6269) feat: use html-webpack-plugin v5 by default ([@sodatea](https://github.com/sodatea)) |
| 17 | + |
| 18 | +#### :bug: Bug Fix |
| 19 | +* `@vue/cli-plugin-pwa` |
| 20 | + * [#6277](https://github.com/vuejs/vue-cli/pull/6277) fix(cli-plugin-pwa): webpack5 warning for emitting manifest.json ([@awill1988](https://github.com/awill1988)) |
| 21 | +* `@vue/cli-service` |
| 22 | + * [#6230](https://github.com/vuejs/vue-cli/pull/6230) fix: mini-css-extract-plugin publicPath option can be an absolute path ([@Veath](https://github.com/Veath)) |
| 23 | + * [#6221](https://github.com/vuejs/vue-cli/pull/6221) fix(cli-service): avoiding recreating dist directory ([@fangbinwei](https://github.com/fangbinwei)) |
| 24 | + |
| 25 | +#### :house: Internal |
| 26 | +* `@vue/cli` |
| 27 | + * [#6242](https://github.com/vuejs/vue-cli/pull/6242) chore: upgrade commander to v7 ([@sodatea](https://github.com/sodatea)) |
| 28 | + |
| 29 | +#### Committers: 7 |
| 30 | +- Adam Williams ([@awill1988](https://github.com/awill1988)) |
| 31 | +- Andy Chen ([@tjcchen](https://github.com/tjcchen)) |
| 32 | +- Binwei Fang ([@fangbinwei](https://github.com/fangbinwei)) |
| 33 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
| 34 | +- Katashin ([@ktsn](https://github.com/ktsn)) |
| 35 | +- Robin Hellemans ([@Robin-Hoodie](https://github.com/Robin-Hoodie)) |
| 36 | +- [@Veath](https://github.com/Veath) |
| 37 | + |
| 38 | + |
| 39 | + |
2 | 40 | ## 5.0.0-alpha.3 (2021-01-22)
|
3 | 41 |
|
4 | 42 | #### :rocket: New Features
|
|
0 commit comments