|
1 | 1 |
|
| 2 | +## 4.0.0-alpha.2 (2019-07-03) |
| 3 | + |
| 4 | +#### :rocket: New Features |
| 5 | +* `@vue/cli-plugin-babel`, `@vue/cli-plugin-typescript`, `@vue/cli-shared-utils`, `@vue/cli-ui`, `@vue/cli-upgrade`, `@vue/cli` |
| 6 | + * [#4090](https://github.com/vuejs/vue-cli/pull/4090) feat!: redesigns `vue upgrade`, supports code migration ([@sodatea](https://github.com/sodatea)) |
| 7 | +* `@vue/cli` |
| 8 | + * [#4188](https://github.com/vuejs/vue-cli/pull/4188) feat: add `transformScript` to GeneratorAPI ([@sodatea](https://github.com/sodatea)) |
| 9 | + * [#4000](https://github.com/vuejs/vue-cli/pull/4000) feat: implement version-related APIs for `GeneratorAPI` ([@sodatea](https://github.com/sodatea)) |
| 10 | + * [#4168](https://github.com/vuejs/vue-cli/pull/4168) feat: make `injectImports` & `injectRootOptions` work for `.vue` files ([@sodatea](https://github.com/sodatea)) |
| 11 | + |
| 12 | +#### :boom: Breaking Changes |
| 13 | +* `@vue/cli-plugin-babel`, `@vue/cli-plugin-typescript`, `@vue/cli-shared-utils`, `@vue/cli-ui`, `@vue/cli-upgrade`, `@vue/cli` |
| 14 | + * [#4090](https://github.com/vuejs/vue-cli/pull/4090) feat!: redesigns `vue upgrade`, supports code migration ([@sodatea](https://github.com/sodatea)) |
| 15 | + |
| 16 | +#### :bug: Bug Fix |
| 17 | +* `@vue/cli-service` |
| 18 | + * [#4169](https://github.com/vuejs/vue-cli/pull/4169) fix: prefer `devServer.public` as the custom url for browser to open (#4169) ([@Devil-Cong](https://github.com/Devil-Cong)) |
| 19 | + * [#4150](https://github.com/vuejs/vue-cli/pull/4150) chore: upgrade default-gateway to 5.0.2 ([@zrh122](https://github.com/zrh122)) |
| 20 | + * [#4083](https://github.com/vuejs/vue-cli/pull/4083) fix: display correct address when multiple network adapters present ([@sodatea](https://github.com/sodatea)) |
| 21 | + * [#4095](https://github.com/vuejs/vue-cli/pull/4095) fix: fix resolve project local plugin's file path ([@sodatea](https://github.com/sodatea)) |
| 22 | +* `@vue/cli` |
| 23 | + * [#4148](https://github.com/vuejs/vue-cli/pull/4148) fix: fix config merging during `vue invoke` in Node.js v12 ([@sodatea](https://github.com/sodatea)) |
| 24 | +* `@vue/eslint-config-airbnb` |
| 25 | + * [#3961](https://github.com/vuejs/vue-cli/pull/3961) airbnb lint should not warn on vuex state mutation ([@LinusBorg](https://github.com/LinusBorg)) |
| 26 | + |
| 27 | +#### :memo: Documentation |
| 28 | +* Other |
| 29 | + * [#4217](https://github.com/vuejs/vue-cli/pull/4217) docs: add Render deployment guide ([@anurag](https://github.com/anurag)) |
| 30 | + * [#3777](https://github.com/vuejs/vue-cli/pull/3777) Add heroku deployment guide ([@zigomir](https://github.com/zigomir)) |
| 31 | + * [#3857](https://github.com/vuejs/vue-cli/pull/3857) docs: mention caveat about missing plugins when in legacy config ([@LinusBorg](https://github.com/LinusBorg)) |
| 32 | + * [#4120](https://github.com/vuejs/vue-cli/pull/4120) Move core plugins docs to documentation website ([@NataliaTepluhina](https://github.com/NataliaTepluhina)) |
| 33 | + * [#3924](https://github.com/vuejs/vue-cli/pull/3924) docs: add more explanation at prompts ([@kazupon](https://github.com/kazupon)) |
| 34 | +* `@vue/cli-plugin-typescript`, `@vue/cli` |
| 35 | + * [#4046](https://github.com/vuejs/vue-cli/pull/4046) docs: add description of babel plugin usage in TS plugin prompt ([@sodatea](https://github.com/sodatea)) |
| 36 | + |
| 37 | +#### :house: Internal |
| 38 | +* `@vue/cli` |
| 39 | + * [#4205](https://github.com/vuejs/vue-cli/pull/4205) Minor refactor to eliminate redundant code ([@jamesgeorge007](https://github.com/jamesgeorge007)) |
| 40 | +* `@vue/cli-plugin-eslint`, `@vue/cli-plugin-typescript`, `@vue/cli-service` |
| 41 | + * [#4153](https://github.com/vuejs/vue-cli/pull/4153) chore: move yorkie from cli-service to plugin-eslint & plugin-typescript ([@sodatea](https://github.com/sodatea)) |
| 42 | + |
| 43 | +#### Committers: 11 |
| 44 | +- Anurag Goel ([@anurag](https://github.com/anurag)) |
| 45 | +- Cédric Exbrayat ([@cexbrayat](https://github.com/cexbrayat)) |
| 46 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
| 47 | +- James George ([@jamesgeorge007](https://github.com/jamesgeorge007)) |
| 48 | +- Leon Liu ([@Devil-Cong](https://github.com/Devil-Cong)) |
| 49 | +- Natalia Tepluhina ([@NataliaTepluhina](https://github.com/NataliaTepluhina)) |
| 50 | +- Thorsten Lünborg ([@LinusBorg](https://github.com/LinusBorg)) |
| 51 | +- [@aruseni](https://github.com/aruseni) |
| 52 | +- [@zrh122](https://github.com/zrh122) |
| 53 | +- kazuya kawaguchi ([@kazupon](https://github.com/kazupon)) |
| 54 | +- ziga ([@zigomir](https://github.com/zigomir)) |
| 55 | + |
| 56 | + |
| 57 | + |
2 | 58 | ## 4.0.0-alpha.1 (2019-05-25)
|
3 | 59 |
|
4 | 60 | #### :boom: Breaking Changes
|
|
0 commit comments