|
1 | 1 |
|
| 2 | +## 4.0.0-beta.2 (2019-07-29) |
| 3 | + |
| 4 | +#### :rocket: New Features |
| 5 | +* `@vue/cli` |
| 6 | + * [#3897](https://github.com/vuejs/vue-cli/pull/3897) feat(cli): Generator support async ([@xierenyuan](https://github.com/xierenyuan)) |
| 7 | + |
| 8 | +#### :bug: Bug Fix |
| 9 | +* `@vue/cli-service` |
| 10 | + * [#4363](https://github.com/vuejs/vue-cli/pull/4363) fix: fix `css.loaderOptions.css.modules` default values ([@sodatea](https://github.com/sodatea)) |
| 11 | + * [#4359](https://github.com/vuejs/vue-cli/pull/4359) fix stats display when chunkFilename contains query string ([@flyhope](https://github.com/flyhope)) |
| 12 | +* `@vue/cli` |
| 13 | + * [#4356](https://github.com/vuejs/vue-cli/pull/4356) fix: `vue add` should be able to install prerelease versions for official plugins ([@sodatea](https://github.com/sodatea)) |
| 14 | + |
| 15 | +#### :memo: Documentation |
| 16 | +* Other |
| 17 | + * [#4333](https://github.com/vuejs/vue-cli/pull/4333) Update html-and-static-assets.md ([@sergeymorkovkin](https://github.com/sergeymorkovkin)) |
| 18 | + * [#4257](https://github.com/vuejs/vue-cli/pull/4257) Update mode-and-env.md ([@TechieForFun](https://github.com/TechieForFun)) |
| 19 | + * [#4358](https://github.com/vuejs/vue-cli/pull/4358) docs(ru): fix link in webpack.md ([@euaaaio](https://github.com/euaaaio)) |
| 20 | +* `@vue/cli-plugin-babel`, `@vue/cli-plugin-e2e-cypress`, `@vue/cli-plugin-e2e-nightwatch`, `@vue/cli-plugin-eslint`, `@vue/cli-plugin-pwa`, `@vue/cli-plugin-router`, `@vue/cli-plugin-typescript`, `@vue/cli-plugin-unit-jest`, `@vue/cli-plugin-unit-mocha`, `@vue/cli-plugin-vuex` |
| 21 | + * [#4365](https://github.com/vuejs/vue-cli/pull/4365) chore: plugins should list @vue/cli-service in peerDependencies ([@sodatea](https://github.com/sodatea)) |
| 22 | +* `@vue/cli-plugin-e2e-nightwatch` |
| 23 | + * [#4364](https://github.com/vuejs/vue-cli/pull/4364) Replacing nightwatch CLI options URL with proper documentation ([@aberonni](https://github.com/aberonni)) |
| 24 | + |
| 25 | +#### :house: Internal |
| 26 | +* `@vue/cli-plugin-babel`, `@vue/cli-plugin-e2e-cypress`, `@vue/cli-plugin-e2e-nightwatch`, `@vue/cli-plugin-eslint`, `@vue/cli-plugin-pwa`, `@vue/cli-plugin-router`, `@vue/cli-plugin-typescript`, `@vue/cli-plugin-unit-jest`, `@vue/cli-plugin-unit-mocha`, `@vue/cli-plugin-vuex` |
| 27 | + * [#4365](https://github.com/vuejs/vue-cli/pull/4365) chore: plugins should list @vue/cli-service in peerDependencies ([@sodatea](https://github.com/sodatea)) |
| 28 | +* `@vue/cli-service`, `@vue/cli` |
| 29 | + * [#4367](https://github.com/vuejs/vue-cli/pull/4367) chore(cli-service): word spelling in comments ([@yiliang114](https://github.com/yiliang114)) |
| 30 | + |
| 31 | +#### Committers: 8 |
| 32 | +- Domenico Gemoli ([@aberonni](https://github.com/aberonni)) |
| 33 | +- Eduard Aksamitov ([@euaaaio](https://github.com/euaaaio)) |
| 34 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
| 35 | +- Mohsen Sadeghzade ([@TechieForFun](https://github.com/TechieForFun)) |
| 36 | +- Sergey Morkovkin ([@sergeymorkovkin](https://github.com/sergeymorkovkin)) |
| 37 | +- yiliang ([@yiliang114](https://github.com/yiliang114)) |
| 38 | +- 李枨煊 ([@flyhope](https://github.com/flyhope)) |
| 39 | +- 阿平 ([@xierenyuan](https://github.com/xierenyuan)) |
| 40 | + |
| 41 | + |
| 42 | + |
2 | 43 | ## 4.0.0-beta.1 (2019-07-25)
|
3 | 44 |
|
4 | 45 | #### :rocket: New Features
|
|
0 commit comments