Commit Graph

891 Commits

Author SHA1 Message Date
Haoqun Jiang d06a1e8995 v4.5.8 2020-10-19 18:39:13 +08:00
Haoqun Jiang 597b4b6436 v4.5.7 2020-10-07 16:39:24 +08:00
Haoqun Jiang 027386e8d1 fix: update the .vue file shim for Vue 3 (#5903) 2020-09-30 16:34:40 +08:00
Haoqun Jiang bedf5bacba chore: show error message that the wc target with Vue 3 isn't supported yet (#5906) 2020-09-29 13:19:22 +08:00
Haoqun Jiang eda18b0542 fix: shouldn't remove attribute quotes in HTML (#5899) 2020-09-27 16:35:30 +08:00
Haoqun Jiang 6cac3af2df v4.5.6 2020-09-10 21:32:13 +08:00
Haoqun Jiang f77b4d35a5 v4.5.5 2020-09-10 19:56:18 +08:00
Haoqun Jiang 9e5b16b001 fix: enable some syntax extensions by default for vue script compiler (#5868) 2020-09-10 19:46:23 +08:00
Haoqun Jiang 34c09dc803 fix: fix duplicate id="app" in Vue 3 project template (#5852)
closes #5813
2020-09-08 19:44:08 +08:00
Haoqun Jiang ff24edb663 v4.5.4 2020-08-18 10:11:09 +08:00
Haoqun Jiang 7458103822 fix: ensure Dev Tool is enabled in Vue 3 runtime (#5788)
The old alias `@vue/runtime-dom` was introduced because webpack HMR has
trouble with pure re-exports. Now that the `vue.runtime.esm-bundler.js`
file also includes a call to `initDev`, it's no longer an issue. This
also enables Dev Tool in Vue 3 runtime.

Fixes #5785
2020-08-15 00:38:37 +08:00
Blacate 0146001f7d fix: mayProxy.isPublicFileRequest judgment (#5693) 2020-08-15 00:28:43 +08:00
Haoqun Jiang a1ee583ede v4.5.3 2020-08-11 17:08:50 +08:00
Haoqun Jiang 8cf3745ef9 fix: load vue from @vue/cli-service-global on vue serve/vue build (#5774) 2020-08-11 16:53:44 +08:00
Haoqun Jiang 395212598a v4.5.2 2020-08-10 14:48:47 +08:00
Necmettin Karakaya 5baec1fdc5 chore: fix common misspelling errors (#5694)
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
2020-08-10 01:17:01 +08:00
Haoqun Jiang 09adc41408 v4.5.1 2020-08-06 23:49:20 +08:00
James George 1c34f640d6 chore: update type definition test (#5759) 2020-08-06 23:00:44 +08:00
Haoqun Jiang 8dceddb6a6 chore: use stdout.columns to determine the stats table width (#5754)
closes #5749
2020-08-06 16:19:33 +08:00
Haoqun Jiang 8e4090f545 refactor: output webdriverio logs to tests/e2e/logs (#5753)
This allows us to have a more accurate path to specify in .gitignore
2020-08-06 16:15:14 +08:00
Haoqun Jiang fe90abdeac chore: dependency maintenance (#5742) 2020-08-04 15:43:31 +08:00
Yazhe Wang de3d0622bb refactor(cli-service): webpack devtool option (#5735)
Close: #5729
2020-08-02 12:03:11 +08:00
Haoqun Jiang d319007ffa feat: implement a migrator that removes vue-next as it's no longer needed (#5725) 2020-07-29 13:48:21 +08:00
Haoqun Jiang 57f4184e4f fix: make vue-loader-v16 an optional dependency, avoid crashing npm 5 (#5718)
fixes #5715
2020-07-29 13:48:08 +08:00
Haoqun Jiang 56348259db v4.5.0 2020-07-24 19:41:52 +08:00
Haoqun Jiang 15448dcd3b chore: pre release sync 2020-07-24 19:41:11 +08:00
Haoqun Jiang b1772cadd2 feat: allow choosing vue version on creation (and in presets) (#5637) 2020-07-24 18:54:15 +08:00
Bogdan Luca ddabb6679e fix: fix kubernetes container detection (#5681) 2020-07-19 21:36:56 +08:00
Binwei Fang 725ca41b69 feat(cli,cli-service,cli-test-utils): add ts declaration (#5356)
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
2020-07-15 17:02:54 +08:00
Haoqun Jiang 7f56846a2e refactor: replace jscodeshift with vue-codemod (#5629) 2020-07-01 15:06:55 +08:00
Haoqun Jiang 8600585481 feat: detect and compile Vue 3 projects (#5570) 2020-06-24 15:09:28 +08:00
Haoqun Jiang 1a8c7fdeaf feat: support node nightly builds (#5556)
fixes #5548
2020-06-24 13:39:01 +08:00
Haoqun Jiang e311b062cb v4.4.6 2020-06-24 13:23:16 +08:00
Haoqun Jiang b66bc8c6e6 v4.4.5 2020-06-22 20:00:02 +08:00
dtcz 326934e084 fix: polyfill injection when building app on multiple threads (#5592) 2020-06-22 17:05:04 +08:00
Haoqun Jiang 66370e82c4 fix: fix an edge case that VUE_CLI_SERVICE_CONFIG_PATH might be ignored (#5598)
Though, it is still a bad practice to use `VUE_CLI_SERVICE_CONFIG_PATH`
in a project with `vue.config.js`

closes #5584
2020-06-22 16:26:33 +08:00
Haoqun Jiang 78374b717e v4.4.4 2020-06-12 20:59:21 +08:00
Haoqun Jiang d9453e8227 v4.4.3 2020-06-12 15:53:06 +08:00
Haoqun Jiang e13f8f8588 chore: merge branch 'master' into dev 2020-06-12 15:52:05 +08:00
Haoqun Jiang a4839e921b v4.4.2 2020-06-12 15:46:01 +08:00
dtcz dcfb0bdbc9 fix(cli-service): fix polyfill injection when overriding entry with the CLI option
Fixes #5508
2020-06-02 21:29:28 +08:00
yazhe wang 36f961e43d fix(cli-service): process the webpack failed hook in the serve command (#5542)
fixes #4891
2020-06-02 15:12:58 +08:00
Haoqun Jiang 34f303b0b6 v4.4.1 2020-05-25 16:09:19 +08:00
Haoqun Jiang 36b475c117 chore: depedency maintenance 2020-05-25 14:40:04 +08:00
Haoqun Jiang 6323b73260 v4.4.0 2020-05-19 23:19:18 +08:00
Haoqun Jiang d03ccc3352 chore: pre release sync 2020-05-19 23:16:08 +08:00
Haoqun Jiang 01d4bea0c5 fix: should throw errors if there is bad require() in vue.config.js (#5500)
reverts #5305
this makes the tests a little more tedious, need to find a better way
to test these functionalities

fixes #5442
2020-05-19 22:16:59 +08:00
Haoqun Jiang 8b01c9ec51 chore: dependency maintenance (#5496) 2020-05-18 21:24:19 +08:00
Albert Brand 96dfd581b6 fix(serve): pass devServer sockPath properly to client (#4800)
closes #4400
closes #4430
2020-05-14 19:44:12 +08:00
Adrian B. Danieli c64afc3c2a feat(cli-service): add stdin flag to build (#5376) 2020-05-08 16:28:16 +08:00