|
1 | 1 |
|
| 2 | +## 3.9.0 (2019-07-03) |
| 3 | + |
| 4 | +#### :rocket: New Features |
| 5 | +* `@vue/cli` |
| 6 | + * [#4188](https://github.com/vuejs/vue-cli/pull/4188) feat: add `transformScript` to GeneratorAPI ([@sodatea](https://github.com/sodatea)) |
| 7 | + * [#4000](https://github.com/vuejs/vue-cli/pull/4000) feat: implement version-related APIs for `GeneratorAPI` ([@sodatea](https://github.com/sodatea)) |
| 8 | + * [#4168](https://github.com/vuejs/vue-cli/pull/4168) feat: make `injectImports` & `injectRootOptions` work for `.vue` files ([@sodatea](https://github.com/sodatea)) |
| 9 | + |
| 10 | +#### :bug: Bug Fix |
| 11 | +* `@vue/cli-service` |
| 12 | + * [#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)) |
| 13 | + |
| 14 | +#### :memo: Documentation |
| 15 | +* `@vue/cli-plugin-typescript` |
| 16 | + * [#4212](https://github.com/vuejs/vue-cli/pull/4212) feat(typescript): add an option to not rename all .js files to .ts and to set `allowJs` to true ([@NataliaTepluhina](https://github.com/NataliaTepluhina)) |
| 17 | +* Other |
| 18 | + * [#4217](https://github.com/vuejs/vue-cli/pull/4217) docs: add Render deployment guide ([@anurag](https://github.com/anurag)) |
| 19 | + * [#3777](https://github.com/vuejs/vue-cli/pull/3777) Add heroku deployment guide ([@zigomir](https://github.com/zigomir)) |
| 20 | + * [#3857](https://github.com/vuejs/vue-cli/pull/3857) docs: mention caveat about missing plugins when in legacy config ([@LinusBorg](https://github.com/LinusBorg)) |
| 21 | + * [#3171](https://github.com/vuejs/vue-cli/pull/3171) docs: Update issue template naming Issue Helper ([@peterblazejewicz](https://github.com/peterblazejewicz)) |
| 22 | + * [#4165](https://github.com/vuejs/vue-cli/pull/4165) docs: Add Chinese translation for the part -- Installing plugin locally ([@MoruoFrog](https://github.com/MoruoFrog)) |
| 23 | + |
| 24 | +#### :house: Internal |
| 25 | +* `@vue/cli` |
| 26 | + * [#4205](https://github.com/vuejs/vue-cli/pull/4205) Minor refactor to eliminate redundant code ([@jamesgeorge007](https://github.com/jamesgeorge007)) |
| 27 | +* `@vue/cli-plugin-eslint`, `@vue/cli-plugin-typescript`, `@vue/cli-service` |
| 28 | + * [#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)) |
| 29 | + |
| 30 | +#### Committers: 10 |
| 31 | +- Anurag Goel ([@anurag](https://github.com/anurag)) |
| 32 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
| 33 | +- James George ([@jamesgeorge007](https://github.com/jamesgeorge007)) |
| 34 | +- Leon Liu ([@Devil-Cong](https://github.com/Devil-Cong)) |
| 35 | +- Natalia Tepluhina ([@NataliaTepluhina](https://github.com/NataliaTepluhina)) |
| 36 | +- Piotr Błażejewicz (Peter Blazejewicz) ([@peterblazejewicz](https://github.com/peterblazejewicz)) |
| 37 | +- Thorsten Lünborg ([@LinusBorg](https://github.com/LinusBorg)) |
| 38 | +- [@MoruoFrog](https://github.com/MoruoFrog) |
| 39 | +- [@aruseni](https://github.com/aruseni) |
| 40 | +- ziga ([@zigomir](https://github.com/zigomir)) |
| 41 | + |
| 42 | + |
| 43 | + |
2 | 44 | ## 3.8.4 (2019-06-15)
|
3 | 45 |
|
4 | 46 | #### :bug: Bug Fix
|
|
0 commit comments