Commit Graph

2419 Commits

Author SHA1 Message Date
Haoqun Jiang 4f379d4c8f chore: merge branch 'docs' into v3 2019-06-24 16:46:32 +08:00
Piotr Błażejewicz (Peter Blazejewicz) 6fad417985 docs: Update issue template naming Issue Helper (#3171)
This mentions Issue Helper application explicitely as the required entry
point for issue submission.

Thanks!
2019-06-22 10:12:29 +03:00
MoruoFrog 72cb160181 docs: add Chinese translation for the part -- Installing plugin locally (#4165) 2019-06-20 14:48:08 +08:00
Lloyd Atkinson d1b7121102 docs: add tips on creating new project in existing directory (#4162) [ci skip]
In #1509 it is shown that a new project can be created in the an existing directory. This is a common scenario (e.g. creating a repo on GitHub, cloning it, and then running `vue create`). This commit makes this functionality more well known.
2019-06-18 14:50:39 +08:00
Haoqun Jiang 48f2dcdf2b v3.8.4 v3.8.4 2019-06-15 14:23:29 +08:00
Haoqun Jiang ff7218b6a8 fix: fix config merging during vue invoke in Node.js v12 (#4148)
The root cause here is the same as #4095
The failing `loadModule` call will return `undefined` for a js config
read operation, which later caused config being overwritten.

(cherry picked from commit 8283f46d0b)
2019-06-15 14:19:03 +08:00
zrh122 ee9610b6b1 chore: upgrade default-gateway to 5.0.2 (#4150)
fixes #4144

(cherry picked from commit 570588ffb1)
2019-06-15 14:18:50 +08:00
Eric li 0723ceba54 docs(zh): fix typo in mode-and-env.md (#4143) [ci skip] 2019-06-14 14:56:27 +08:00
Haoqun Jiang 3d863485ab chore: refine changelog of v3.8.3 2019-06-13 11:00:14 +08:00
Haoqun Jiang f683ee80a2 chore: merge branch 'v3' into docs 2019-06-13 10:55:54 +08:00
Haoqun Jiang e84de1a0e8 v3.8.3 v3.8.3 2019-06-13 10:44:46 +08:00
Haoqun Jiang 41b4d3799f fix: display correct address when multiple network adapters present (#4083)
fixes #3266

see https://github.com/vuejs/vue-cli/issues/3266#issuecomment-493487325

Thanks to @shenliangv

(cherry picked from commit f3d2c1c133)
2019-06-13 10:32:17 +08:00
Haoqun Jiang bcc53db2e0 fix: fix resolve project local plugin's file path (#4095)
Thanks to @SneakyMax
See https://github.com/vuejs/vue-cli/issues/4014#issuecomment-497993827

(cherry picked from commit 78e1c4cf63)
2019-06-13 10:30:47 +08:00
Sanapoint 顼轩 79e4ba4fb3 fix(cli-service): avoid opening browser twice
fixes #4079

(cherry picked from commit 47d56e998d)
2019-06-13 10:30:08 +08:00
kazuya kawaguchi 9fe3448788 docs: add more explanation at prompts (#3924)
(cherry picked from commit 500dc50205)
2019-06-13 10:30:08 +08:00
kazuya kawaguchi afa6209a75 docs: fix dead link (#3923) [ci skip]
(cherry picked from commit 5f879c4b5d)
2019-06-13 10:30:08 +08:00
Orhan Tozan b092e258bc docs: fix typo (#4096) [ci skip] 2019-06-04 23:58:23 +08:00
Haoqun Jiang 821067f3b0 docs: redirect the links to v3 branch on github (#4074) [ci skip] 2019-05-30 10:46:34 +08:00
Guillaume Chau 1ff22d2a51 fix(task): keep double quotes in script command 2019-05-27 11:44:23 +02:00
Haoqun Jiang 9292fab5d9 docs(zh): 已 -> 被 [ci skip] 2019-05-26 14:20:51 +08:00
山顶洞羊 383a7057c8 docs(zh): some refinements (#3891) [ci skip] 2019-05-26 14:19:17 +08:00
Haoqun Jiang 658084bd72 chore: CHANGELOG for 3.8.x 2019-05-26 00:26:47 +08:00
Haoqun Jiang 10ec5f5e4a v3.8.2 v3.8.2 2019-05-26 00:16:52 +08:00
Haoqun Jiang 3c5bd30827 workflow: force publish @vue/cli package whenever the version marker published
fixes the `Update available` message
2019-05-26 00:14:30 +08:00
Haoqun Jiang ebcc67bc50 v3.8.1 v3.8.1 2019-05-26 00:09:49 +08:00
Haoqun Jiang 19d50b9ea5 Revert "chore: prefer .tsx? files over .jsx? file extensions (#3909)"
This reverts commit c3b6519a11.
2019-05-26 00:08:52 +08:00
Haoqun Jiang d6ce9c2fe9 v3.8.0 v3.8.0 2019-05-25 23:19:23 +08:00
Haoqun Jiang 6d1706ea6f chore: pre release sync 2019-05-25 23:13:00 +08:00
Haoqun Jiang 1ba4b9ccc8 docs: add description of babel plugin usage in TS plugin prompt (#4046)
closes #3206

(cherry picked from commit 82dbbeb07a)
2019-05-25 23:04:56 +08:00
Luiz Victor Linhares Rocha 6996df3d5e feat(HtmlPwaPlugin): adds 'manifestCrossorigin' option (#3939)
close #3933

(cherry picked from commit 49725b4c04)
2019-05-25 22:57:52 +08:00
Haoqun Jiang 7b8a06fae6 chore: remove gitHead field from package.json
It was introduced only due to a failed `lerna publish`
2019-05-25 22:50:33 +08:00
Haoqun Jiang 686759f541 chore: lockfile maintenance 2019-05-25 22:46:12 +08:00
Haoqun Jiang bde9b3d4b5 fix: add apollo-client as dependencies, fix peer dep warning 2019-05-25 22:25:26 +08:00
Haoqun Jiang cb6ca3870f fix: add default inMemoryCacheOptions
vue-cli-plugin-apollo now defaults it to null, which won't trigger
default parameter fallback, so this triggers another bug in
apollo-cache-inmemory 1.6.0 https://github.com/apollographql/apollo-client/blob/787be614419c39db1dc79ac132a18730c8d7af1b/packages/apollo-cache-inmemory/src/inMemoryCache.ts#L136
causing "Cannot read property 'freezeResults' of null" error.

(cherry picked from commit ac8b2b3bd1)
2019-05-25 22:15:19 +08:00
Haoqun Jiang 1b51835970 test: replace http-server with serve to create a test server (#4056)
Fixes Windows compatibility caused by https://github.com/indexzero/http-server/issues/525

And, serve is better maintained than http-server or ecstatic.

(cherry picked from commit 3648a51a91)
2019-05-25 22:12:31 +08:00
Haoqun Jiang 7597c60f57 chore: update vue-template-compiler version
(cherry picked from commit 88cf38b9a1)
2019-05-25 22:12:19 +08:00
Haoqun Jiang f9f6afaa76 ci: update chromedriver version in appveyor to 2.45
Their Chrome version has been updated.
See https://www.appveyor.com/updates/2019/02/11/

(cherry picked from commit 197fd92c73)
2019-05-25 22:12:00 +08:00
Haoqun Jiang 04148dd3ae chore: update isbinaryfile to 4.x
(cherry picked from commit 649b564feb)
2019-05-25 22:11:44 +08:00
Haoqun Jiang 78bc1dbecf chore(openBrowser): sync with upstream
(cherry picked from commit f078c46fc3)
2019-05-25 22:09:08 +08:00
Haoqun Jiang 6f085d36a4 fix: fix dev mode compatibility with workers (#4034)
fixes #3539

(cherry picked from commit d81d57beec)
2019-05-25 22:08:36 +08:00
Guillaume Chau dbac8171b9 feat: prompt editor (#3929)
* feat(Prompt): editor

* docs(ui dev): update supported inquirer types

(cherry picked from commit 3f9838b649)
2019-05-25 22:08:03 +08:00
Francisco 204e1fcf6b chore(dev-server): set clientLogLevel option to silent (#4018)
The `none` option is deprecated and will be removed in the next major https://github.com/webpack/webpack-dev-server/pull/1901/files

(cherry picked from commit edcce6a311)
2019-05-25 22:07:03 +08:00
Payton Burdette 70281be0a9 chore: upgrade webpack-dev-server to 3.4.1 (#4020)
fixes #4016

(cherry picked from commit fa7c1aa02d)
2019-05-25 20:46:31 +08:00
0xflotus 5c95ee9539 docs: fix typo of transformIgnorePatterns (#3927) [ci skip]
(cherry picked from commit e9d4c4902c)
2019-05-25 20:45:38 +08:00
achretien c50969fcbe feat: enable hmr for 'mini-css-extract-plugin' in dev (#4011)
(cherry picked from commit 59b106ad04)
2019-05-25 20:45:14 +08:00
Haoqun Jiang 2a151b0e18 refactor: replace recast with jscodeshift for injectImportsAndOptions (#4003)
fixes #3309

(cherry picked from commit 2e417b01d2)
2019-05-25 20:44:57 +08:00
Haoqun Jiang 844f75b6ab fix(cli-ui): update dependencies and fix peer dependency warnings (#3992)
(cherry picked from commit aeee7fac01)
2019-05-25 20:44:28 +08:00
Haoqun Jiang fe4a57141a chore: remove accidentally checked-in package-lock.json
(cherry picked from commit 34fcc59b76)
2019-05-25 20:44:13 +08:00
James George a893e59282 feat(cli): suggest matching commands if the user mistypes (#3860)
(cherry picked from commit ab18cd5952)
2019-05-25 20:44:13 +08:00
Thorsten Lünborg fc0fe3a198 feat(babel-preset-app): Bump jsx dependency version (#3978)
@vue/babel-preset-jsx 1.0.0 has been released. It doesn't have any breaking changes from the latest beta that we included so far.

(cherry picked from commit 65a35db0ac)
2019-05-25 20:42:23 +08:00