|
1 | 1 |
|
| 2 | +## 4.1.0-beta.0 (2019-11-09) |
| 3 | + |
| 4 | +#### :rocket: New Features |
| 5 | +* `@vue/cli` |
| 6 | + * [#4715](https://github.com/vuejs/vue-cli/pull/4715) feat(GeneratorAPI): accept multiple arguments for the resolve method ([@sodatea](https://github.com/sodatea)) |
| 7 | + * [#4767](https://github.com/vuejs/vue-cli/pull/4767) feat: support binary mirrors for taobao registry ([@sodatea](https://github.com/sodatea)) |
| 8 | +* `@vue/cli-service`, `@vue/cli-ui-addon-webpack`, `@vue/cli-ui-addon-widgets`, `@vue/cli-ui`, `@vue/cli` |
| 9 | + * [#4798](https://github.com/vuejs/vue-cli/pull/4798) feat: enable postcss+autoprefixer by default internally, reducing boilerplate ([@sodatea](https://github.com/sodatea)) |
| 10 | + |
| 11 | +#### :bug: Bug Fix |
| 12 | +* `@vue/cli-service` |
| 13 | + * [#4816](https://github.com/vuejs/vue-cli/pull/4816) fix: don't prepend publicPath with slash ([@sodatea](https://github.com/sodatea)) |
| 14 | + * [#4809](https://github.com/vuejs/vue-cli/pull/4809) fix: fix build error when path contains space (Closes [#4667](https://github.com/vuejs/vue-cli/issues/4667)) ([@RSeidelsohn](https://github.com/RSeidelsohn)) |
| 15 | +* `@vue/babel-preset-app` |
| 16 | + * [#4797](https://github.com/vuejs/vue-cli/pull/4797) fix: add `sourceType: 'unambiguous'` to babel preset ([@sodatea](https://github.com/sodatea)) |
| 17 | +* `@vue/babel-preset-app`, `@vue/cli-plugin-babel`, `@vue/cli-service` |
| 18 | + * [#4777](https://github.com/vuejs/vue-cli/pull/4777) refactor: use babel overrides to transpile babel runtime helpers ([@sodatea](https://github.com/sodatea)) |
| 19 | +* `@vue/babel-preset-app`, `@vue/cli-plugin-babel`, `@vue/cli-plugin-typescript`, `@vue/cli-service`, `@vue/cli-ui` |
| 20 | + * [#4532](https://github.com/vuejs/vue-cli/pull/4532) Enforces require.resolve for loaders ([@arcanis](https://github.com/arcanis)) |
| 21 | + |
| 22 | +#### :memo: Documentation |
| 23 | +* [#4760](https://github.com/vuejs/vue-cli/pull/4760) Add 'Browse plugins' link to header ([@Akryum](https://github.com/Akryum)) |
| 24 | + |
| 25 | +#### :house: Internal |
| 26 | +* `@vue/cli-ui` |
| 27 | + * [#4818](https://github.com/vuejs/vue-cli/pull/4818) Add missing cli-ui dependencies ([@JanCVanB](https://github.com/JanCVanB)) |
| 28 | +* `@vue/babel-preset-app`, `@vue/cli-plugin-babel`, `@vue/cli-service` |
| 29 | + * [#4777](https://github.com/vuejs/vue-cli/pull/4777) refactor: use babel overrides to transpile babel runtime helpers ([@sodatea](https://github.com/sodatea)) |
| 30 | + |
| 31 | +#### Committers: 5 |
| 32 | +- Guillaume Chau ([@Akryum](https://github.com/Akryum)) |
| 33 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
| 34 | +- Jan Van Bruggen ([@JanCVanB](https://github.com/JanCVanB)) |
| 35 | +- Maël Nison ([@arcanis](https://github.com/arcanis)) |
| 36 | +- Roman Seidelsohn ([@RSeidelsohn](https://github.com/RSeidelsohn)) |
| 37 | + |
| 38 | + |
| 39 | + |
2 | 40 | ## 4.0.5 (2019-10-22)
|
3 | 41 |
|
4 | 42 | #### :bug: Bug Fix
|
|
0 commit comments