|
1 | 1 |
|
| 2 | +## 4.0.0-rc.0 (2019-08-21) |
| 3 | + |
| 4 | +#### :rocket: New Features |
| 5 | +* `@vue/cli-service` |
| 6 | + * [#4468](https://github.com/vuejs/vue-cli/pull/4468) feat: bump default less-loader version ([@sodatea](https://github.com/sodatea)) |
| 7 | + * [#4448](https://github.com/vuejs/vue-cli/pull/4448) feat: --skip-plugins ([@LinusBorg](https://github.com/LinusBorg)) |
| 8 | + * [#4261](https://github.com/vuejs/vue-cli/pull/4261) Add `--inline-vue` flag for `build` command to avoid externalization of Vue in lib & wc mode ([@romansp](https://github.com/romansp)) |
| 9 | + |
| 10 | +#### :bug: Bug Fix |
| 11 | +* `@vue/cli-plugin-eslint`, `@vue/cli-ui` |
| 12 | + * [#4442](https://github.com/vuejs/vue-cli/pull/4442) chore: add cwd option when calling globby ([@zrh122](https://github.com/zrh122)) |
| 13 | +* `@vue/cli-service` |
| 14 | + * [#4468](https://github.com/vuejs/vue-cli/pull/4468) feat: bump default less-loader version ([@sodatea](https://github.com/sodatea)) |
| 15 | + * [#4429](https://github.com/vuejs/vue-cli/pull/4429) fix: merge custom `externals` config correctly, supports array ([@sodatea](https://github.com/sodatea)) |
| 16 | +* `@vue/cli-plugin-unit-jest`, `@vue/cli-plugin-unit-mocha` |
| 17 | + * [#4447](https://github.com/vuejs/vue-cli/pull/4447) fix: eslint should override env for **/tests/** subfolders ([@LinusBorg](https://github.com/LinusBorg)) |
| 18 | + |
| 19 | +#### :memo: Documentation |
| 20 | +* [#4431](https://github.com/vuejs/vue-cli/pull/4431) Update npx repository URL. ([@DanielsLuz](https://github.com/DanielsLuz)) |
| 21 | +* [#4416](https://github.com/vuejs/vue-cli/pull/4416) chore: use a gitflow-like workflow for the project ([@sodatea](https://github.com/sodatea)) |
| 22 | +* [#4420](https://github.com/vuejs/vue-cli/pull/4420) Update parallel config description ([@danielwaltz](https://github.com/danielwaltz)) |
| 23 | + |
| 24 | +#### :house: Internal |
| 25 | +* `@vue/cli-ui-addon-webpack`, `@vue/cli-ui` |
| 26 | + * [#4422](https://github.com/vuejs/vue-cli/pull/4422) fix: remove self-assignment ([@DanielRuf](https://github.com/DanielRuf)) |
| 27 | + |
| 28 | +#### :hammer: Underlying Tools |
| 29 | +* `@vue/cli-service` |
| 30 | + * [#4468](https://github.com/vuejs/vue-cli/pull/4468) feat: bump default less-loader version ([@sodatea](https://github.com/sodatea)) |
| 31 | +* `@vue/cli-plugin-babel`, `@vue/cli-plugin-eslint`, `@vue/cli-plugin-pwa`, `@vue/cli-plugin-typescript`, `@vue/cli-service` |
| 32 | + * [#4253](https://github.com/vuejs/vue-cli/pull/4253) feat: upgrade webpack ([@DRoet](https://github.com/DRoet)) |
| 33 | + |
| 34 | +#### Committers: 8 |
| 35 | +- Daan Roet ([@DRoet](https://github.com/DRoet)) |
| 36 | +- Daniel Luz ([@DanielsLuz](https://github.com/DanielsLuz)) |
| 37 | +- Daniel Ruf ([@DanielRuf](https://github.com/DanielRuf)) |
| 38 | +- Daniel Waltz ([@danielwaltz](https://github.com/danielwaltz)) |
| 39 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
| 40 | +- Roman Pavlov ([@romansp](https://github.com/romansp)) |
| 41 | +- Thorsten Lünborg ([@LinusBorg](https://github.com/LinusBorg)) |
| 42 | +- [@zrh122](https://github.com/zrh122) |
| 43 | + |
| 44 | + |
| 45 | + |
2 | 46 | ## 4.0.0-beta.3 (2019-08-08)
|
3 | 47 |
|
4 | 48 | #### :rocket: New Features
|
|
0 commit comments