Skip to content

Commit 96191b5

Browse files
committed
chore: add v3.9.x changelog [ci skip]
1 parent d097972 commit 96191b5

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

CHANGELOG.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,74 @@ Most of the following new features and bugfixes also applies to v3.8.0
163163
- 毛呆 ([@aweikalee](https://github.com/aweikalee))
164164

165165

166+
## 3.9.2 (2019-07-06)
167+
168+
#### :bug: Bug Fix
169+
* `@vue/cli-plugin-eslint`
170+
* [#4246](https://github.com/vuejs/vue-cli/pull/4246) fix: fix eslint path resolution in `vue serve` ([@sodatea](https://github.com/sodatea))
171+
172+
#### :memo: Documentation
173+
* `@vue/babel-preset-app`, `@vue/cli-plugin-e2e-nightwatch`, `@vue/cli-plugin-eslint`, `@vue/cli-service`, `@vue/cli-ui`
174+
* [#4241](https://github.com/vuejs/vue-cli/pull/4241) Fix typos ([@minho42](https://github.com/minho42))
175+
176+
#### Committers: 2
177+
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))
178+
- Min ho Kim ([@minho42](https://github.com/minho42))
179+
180+
181+
182+
## 3.9.1 (2019-07-04)
183+
184+
#### :bug: Bug Fix
185+
* `@vue/cli-plugin-eslint`
186+
* [#4233](https://github.com/vuejs/vue-cli/pull/4233) fix: use module directory instead of main entry path for `eslintPath` ([@sodatea](https://github.com/sodatea))
187+
188+
#### Committers: 1
189+
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))
190+
191+
192+
193+
## 3.9.0 (2019-07-03)
194+
195+
#### :rocket: New Features
196+
* `@vue/cli`
197+
* [#4188](https://github.com/vuejs/vue-cli/pull/4188) feat: add `transformScript` to GeneratorAPI ([@sodatea](https://github.com/sodatea))
198+
* [#4000](https://github.com/vuejs/vue-cli/pull/4000) feat: implement version-related APIs for `GeneratorAPI` ([@sodatea](https://github.com/sodatea))
199+
* [#4168](https://github.com/vuejs/vue-cli/pull/4168) feat: make `injectImports` & `injectRootOptions` work for `.vue` files ([@sodatea](https://github.com/sodatea))
200+
201+
#### :bug: Bug Fix
202+
* `@vue/cli-service`
203+
* [#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))
204+
205+
#### :memo: Documentation
206+
* `@vue/cli-plugin-typescript`
207+
* [#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))
208+
* Other
209+
* [#4217](https://github.com/vuejs/vue-cli/pull/4217) docs: add Render deployment guide ([@anurag](https://github.com/anurag))
210+
* [#3777](https://github.com/vuejs/vue-cli/pull/3777) Add heroku deployment guide ([@zigomir](https://github.com/zigomir))
211+
* [#3857](https://github.com/vuejs/vue-cli/pull/3857) docs: mention caveat about missing plugins when in legacy config ([@LinusBorg](https://github.com/LinusBorg))
212+
* [#3171](https://github.com/vuejs/vue-cli/pull/3171) docs: Update issue template naming Issue Helper ([@peterblazejewicz](https://github.com/peterblazejewicz))
213+
* [#4165](https://github.com/vuejs/vue-cli/pull/4165) docs: Add Chinese translation for the part -- Installing plugin locally ([@MoruoFrog](https://github.com/MoruoFrog))
214+
215+
#### :house: Internal
216+
* `@vue/cli`
217+
* [#4205](https://github.com/vuejs/vue-cli/pull/4205) Minor refactor to eliminate redundant code ([@jamesgeorge007](https://github.com/jamesgeorge007))
218+
* `@vue/cli-plugin-eslint`, `@vue/cli-plugin-typescript`, `@vue/cli-service`
219+
* [#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))
220+
221+
#### Committers: 10
222+
- Anurag Goel ([@anurag](https://github.com/anurag))
223+
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))
224+
- James George ([@jamesgeorge007](https://github.com/jamesgeorge007))
225+
- Leon Liu ([@Devil-Cong](https://github.com/Devil-Cong))
226+
- Natalia Tepluhina ([@NataliaTepluhina](https://github.com/NataliaTepluhina))
227+
- Piotr Błażejewicz (Peter Blazejewicz) ([@peterblazejewicz](https://github.com/peterblazejewicz))
228+
- Thorsten Lünborg ([@LinusBorg](https://github.com/LinusBorg))
229+
- [@MoruoFrog](https://github.com/MoruoFrog)
230+
- [@aruseni](https://github.com/aruseni)
231+
- ziga ([@zigomir](https://github.com/zigomir))
232+
233+
166234
## 3.8.4 (2019-06-15)
167235

168236
#### :bug: Bug Fix

0 commit comments

Comments
 (0)