|
1 | 1 |
|
| 2 | +## 5.0.0-beta.0 (2021-04-25) |
| 3 | + |
| 4 | +#### :rocket: New Features |
| 5 | +* `@vue/cli-plugin-typescript` |
| 6 | + * [#6428](https://github.com/vuejs/vue-cli/pull/6428) feat(plugin-typescript): add all recommended tsconfig ([@IndexXuan](https://github.com/IndexXuan)) |
| 7 | +* `@vue/cli-plugin-webpack-4`, `@vue/cli-service` |
| 8 | + * [#6420](https://github.com/vuejs/vue-cli/pull/6420) feat!: upgrade to css-minimizer-webpack-plugin v2 ([@sodatea](https://github.com/sodatea)) |
| 9 | +* `@vue/cli-service` |
| 10 | + * [#6422](https://github.com/vuejs/vue-cli/pull/6422) feat!: always inject safari-nomodule-fix as an external script; drop `--no-unsafe-inline` flag ([@sodatea](https://github.com/sodatea)) |
| 11 | + * [#6285](https://github.com/vuejs/vue-cli/pull/6285) feat(cli-service): provide jsconfig.json in no-ts template ([@yoyo930021](https://github.com/yoyo930021)) |
| 12 | + * [#5997](https://github.com/vuejs/vue-cli/pull/5997) feat(cli-service): add inline loader support for html-webpack-plugin ([@ylc395](https://github.com/ylc395)) |
| 13 | +* `@vue/babel-preset-app`, `@vue/cli-service` |
| 14 | + * [#6419](https://github.com/vuejs/vue-cli/pull/6419) feat: only needs one bundle if all targets support es module ([@sodatea](https://github.com/sodatea)) |
| 15 | +* `@vue/cli-plugin-babel`, `@vue/cli-service`, `@vue/cli-ui` |
| 16 | + * [#6416](https://github.com/vuejs/vue-cli/pull/6416) feat!: turn on modern mode by default, and provide a `--no-module` option ([@sodatea](https://github.com/sodatea)) |
| 17 | +* `@vue/cli-plugin-typescript`, `@vue/cli-service` |
| 18 | + * [#6405](https://github.com/vuejs/vue-cli/pull/6405) feat: support `vue.config.mjs` ([@sodatea](https://github.com/sodatea)) |
| 19 | + |
| 20 | +#### :boom: Breaking Changes |
| 21 | +* `@vue/cli-ui-addon-webpack`, `@vue/cli-ui-addon-widgets`, `@vue/cli-ui` |
| 22 | + * [#6439](https://github.com/vuejs/vue-cli/pull/6439) feat!: drop IE11 support in CLI UI ([@sodatea](https://github.com/sodatea)) |
| 23 | +* `@vue/cli-plugin-webpack-4`, `@vue/cli-service` |
| 24 | + * [#6420](https://github.com/vuejs/vue-cli/pull/6420) feat!: upgrade to css-minimizer-webpack-plugin v2 ([@sodatea](https://github.com/sodatea)) |
| 25 | +* `@vue/cli-service` |
| 26 | + * [#6422](https://github.com/vuejs/vue-cli/pull/6422) feat!: always inject safari-nomodule-fix as an external script; drop `--no-unsafe-inline` flag ([@sodatea](https://github.com/sodatea)) |
| 27 | +* `@vue/cli-plugin-babel`, `@vue/cli-service`, `@vue/cli-ui` |
| 28 | + * [#6416](https://github.com/vuejs/vue-cli/pull/6416) feat!: turn on modern mode by default, and provide a `--no-module` option ([@sodatea](https://github.com/sodatea)) |
| 29 | + |
| 30 | +#### :bug: Bug Fix |
| 31 | +* `@vue/cli-ui` |
| 32 | + * [#6440](https://github.com/vuejs/vue-cli/pull/6440) fix(ui): fix publicPath documentation link ([@jeffreyyjp](https://github.com/jeffreyyjp)) |
| 33 | +* `@vue/cli-service` |
| 34 | + * [#6437](https://github.com/vuejs/vue-cli/pull/6437) fix: should not include IE11 target in Vue 3 projects ([@sodatea](https://github.com/sodatea)) |
| 35 | + * [#6402](https://github.com/vuejs/vue-cli/pull/6402) fix(cli-service): respect the existing 'devtool' ([@fangbinwei](https://github.com/fangbinwei)) |
| 36 | +* `@vue/cli-plugin-unit-jest` |
| 37 | + * [#6418](https://github.com/vuejs/vue-cli/pull/6418) Show fallback message for typescript jest preset if ts-jest is not in… ([@m0ksem](https://github.com/m0ksem)) |
| 38 | +* `@vue/cli-plugin-unit-mocha` |
| 39 | + * [#6400](https://github.com/vuejs/vue-cli/pull/6400) fix(mocha): workaround the SVGElement issue in Vue ([@fangbinwei](https://github.com/fangbinwei)) |
| 40 | + |
| 41 | +#### :memo: Documentation |
| 42 | +* [#6438](https://github.com/vuejs/vue-cli/pull/6438) docs: add modern mode changes to the migration guide ([@sodatea](https://github.com/sodatea)) |
| 43 | + |
| 44 | +#### Committers: 8 |
| 45 | +- Binwei Fang ([@fangbinwei](https://github.com/fangbinwei)) |
| 46 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
| 47 | +- IU ([@yoyo930021](https://github.com/yoyo930021)) |
| 48 | +- James George ([@jamesgeorge007](https://github.com/jamesgeorge007)) |
| 49 | +- Jeffrey Yang ([@jeffreyyjp](https://github.com/jeffreyyjp)) |
| 50 | +- Maksim Nedoshev ([@m0ksem](https://github.com/m0ksem)) |
| 51 | +- PENG Rui ([@IndexXuan](https://github.com/IndexXuan)) |
| 52 | +- 叡山电车 ([@ylc395](https://github.com/ylc395)) |
| 53 | + |
| 54 | + |
| 55 | + |
2 | 56 | ## 5.0.0-alpha.8 (2021-03-24)
|
3 | 57 |
|
4 | 58 | #### :rocket: New Features
|
|
0 commit comments