|
1 | 1 |
|
| 2 | +## 4.0.0-alpha.4 (2019-07-06) |
| 3 | + |
| 4 | +#### :rocket: New Features |
| 5 | +* `@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`, `@vue/cli-shared-utils` |
| 6 | + * [#4219](https://github.com/vuejs/vue-cli/pull/4219) feat: allow omitting scope prefix for official plugins on `vue add` ([@sodatea](https://github.com/sodatea)) |
| 7 | + |
| 8 | +#### :boom: Breaking Changes |
| 9 | +* `@vue/cli-plugin-vuex`, `@vue/cli-service`, `@vue/cli-ui`, `@vue/cli` |
| 10 | + * [#4242](https://github.com/vuejs/vue-cli/pull/4242) feat!: make vuex a separate plugin ([@pksunkara](https://github.com/pksunkara)) |
| 11 | +* `@vue/cli-plugin-router`, `@vue/cli-plugin-typescript`, `@vue/cli-service`, `@vue/cli-ui`, `@vue/cli` |
| 12 | + * [#4196](https://github.com/vuejs/vue-cli/pull/4196) Make router a separate plugin ([@pksunkara](https://github.com/pksunkara)) |
| 13 | + |
| 14 | +#### :bug: Bug Fix |
| 15 | +* `@vue/cli-plugin-eslint` |
| 16 | + * [#4246](https://github.com/vuejs/vue-cli/pull/4246) fix: fix eslint path resolution in `vue serve` ([@sodatea](https://github.com/sodatea)) |
| 17 | + |
| 18 | +#### :memo: Documentation |
| 19 | +* Other |
| 20 | + * [#4103](https://github.com/vuejs/vue-cli/pull/4103) deployment.md: Add instructions for Travis CI ([@terorie](https://github.com/terorie)) |
| 21 | +* `@vue/babel-preset-app`, `@vue/cli-plugin-e2e-nightwatch`, `@vue/cli-plugin-eslint`, `@vue/cli-service`, `@vue/cli-ui`, `@vue/cli` |
| 22 | + * [#4241](https://github.com/vuejs/vue-cli/pull/4241) Fix typos ([@minho42](https://github.com/minho42)) |
| 23 | + |
| 24 | +#### Committers: 4 |
| 25 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
| 26 | +- Min ho Kim ([@minho42](https://github.com/minho42)) |
| 27 | +- Pavan Kumar Sunkara ([@pksunkara](https://github.com/pksunkara)) |
| 28 | +- Richard Patel ([@terorie](https://github.com/terorie)) |
| 29 | + |
| 30 | + |
| 31 | + |
2 | 32 | ## 4.0.0-alpha.3 (2019-07-04)
|
3 | 33 |
|
4 | 34 | #### :bug: Bug Fix
|
|
0 commit comments