|
1 | 1 |
|
| 2 | +## 4.0.0-rc.4 (2019-09-25) |
| 3 | + |
| 4 | +#### :rocket: New Features |
| 5 | +* `@vue/cli-plugin-unit-jest` |
| 6 | + * [#4607](https://github.com/vuejs/vue-cli/pull/4607) feat: use jsdom v15 in jest presets instead of the default v11 ([@sodatea](https://github.com/sodatea)) |
| 7 | + * [#4597](https://github.com/vuejs/vue-cli/pull/4597) refactor: move jest configs into presets ([@sodatea](https://github.com/sodatea)) |
| 8 | +* `@vue/cli-plugin-e2e-nightwatch`, `@vue/cli-shared-utils`, `@vue/cli` |
| 9 | + * [#4563](https://github.com/vuejs/vue-cli/pull/4563) feat(nightwatch): check user's installed browser versions on scaffolding / before running tests ([@sodatea](https://github.com/sodatea)) |
| 10 | + |
| 11 | +#### :bug: Bug Fix |
| 12 | +* `@vue/cli-service` |
| 13 | + * [#4613](https://github.com/vuejs/vue-cli/pull/4613) fix: correctly ignore html templates in copy-webpack-plugin ([@sodatea](https://github.com/sodatea)) |
| 14 | + |
| 15 | +#### :memo: Documentation |
| 16 | +* [#4561](https://github.com/vuejs/vue-cli/pull/4561) Edited Dockerfile of Docker(Nginx) deployment doc ([@vahdet](https://github.com/vahdet)) |
| 17 | +* [#4500](https://github.com/vuejs/vue-cli/pull/4500) Documentation typo fixes ([@owanhunte](https://github.com/owanhunte)) |
| 18 | + |
| 19 | +#### :hammer: Underlying Tools |
| 20 | +* `@vue/cli-plugin-unit-jest` |
| 21 | + * [#4607](https://github.com/vuejs/vue-cli/pull/4607) feat: use jsdom v15 in jest presets instead of the default v11 ([@sodatea](https://github.com/sodatea)) |
| 22 | + * [#4597](https://github.com/vuejs/vue-cli/pull/4597) refactor: move jest configs into presets ([@sodatea](https://github.com/sodatea)) |
| 23 | + |
| 24 | +#### Committers: 4 |
| 25 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
| 26 | +- Natalia Tepluhina ([@NataliaTepluhina](https://github.com/NataliaTepluhina)) |
| 27 | +- Owan Hunte ([@owanhunte](https://github.com/owanhunte)) |
| 28 | +- vahdet ([@vahdet](https://github.com/vahdet)) |
| 29 | + |
| 30 | + |
| 31 | + |
2 | 32 | ## 4.0.0-rc.3 (2019-09-09) |
3 | 33 |
|
4 | 34 | #### :rocket: New Features |
|
0 commit comments