Commit Graph

2398 Commits

Author SHA1 Message Date
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
Sergey Skrynnikov d6e493db74 fix(unit-jest, unit-mocha): generate passing tests when bare option is used with router enabled (#5591)
Fixes #3544
2020-09-07 15:45:09 +08:00
Haoqun Jiang f42888d9e1 chore: fix indentation 2020-09-03 09:55:33 +08:00
Carlos Rodrigues 10d5ae4a13 perf(ui): improve get folder list to use Promises instead of sync (#3687) 2020-09-01 16:30:03 +08:00
GabrielGMartinsBr 34b58c0f62 fix: allow turning off theme color tags (#5820)
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
2020-08-31 09:52:39 +08:00
Amour1688 d88d927000 chore: rename jsx package scope from ant-design-vue to vue (#5831) 2020-08-28 15:32:39 +08:00
Haoqun Jiang bbe4bb5a23 test: fix test errors 2020-08-28 00:44:45 +08:00
Renan Cidale Assumpcao ebee88259e refactor: remove ListFilter logic (#5391)
Co-authored-by: Renan Cidale Assumpcao <renan.cidale@universalunits.com>
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
2020-08-27 22:01:55 +08:00
Haoqun Jiang 9641d6d254 fix: fix support for Node.js v8 and deprecate it (#5827)
Fixes #5800
2020-08-27 16:29:01 +08:00
Spenser Black 9706cd1d28 fix: handle GPG sign git config for initial commit (#5823)
Fixes #5818
2020-08-27 15:04:05 +08:00
Haoqun Jiang 27db6bfaa8 fix: strip non-ansi characters from registry config (#5808)
To deal with malformed stdout result retrieved from child processes.

Fixes #5802
2020-08-24 15:52:37 +08:00
Haoqun Jiang 5d002ccb07 fix: do not throw when api.render is called from an anonymous function (#5801)
Fixes #4774
2020-08-24 15:44:25 +08:00
Haoqun Jiang ff24edb663 v4.5.4 2020-08-18 10:11:09 +08:00
Haoqun Jiang 2f6dd04f2d chore: Merge branch 'master' into dev 2020-08-18 10:09:36 +08:00
Haoqun Jiang 135fdbf415 fix: fix Vue 3 + TS + Router template (#5798)
Follow up of #5771

Fixes #5795
Fixes #5796
2020-08-18 10:07:32 +08:00
Robbin Baauw c227e1f12e docs: add thread-loader warnings (#5777) [ci skip] 2020-08-15 15:28:47 +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
Robbin Baauw 879b815f75 fix: missing proxy argument (#5778)
Closes #5761
2020-08-13 21:58:41 +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 b85f5f264f fix: add missing mocha type if wdio is not installed along with any unit testing frameworks (#5769) 2020-08-11 16:25:45 +08:00
Haoqun Jiang 2a561793fd fix: only replace App.vue when there's no router plugin (#5771)
Fixes #5770
2020-08-11 16:15:31 +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 ee41812cfd fix: no longer need a shim for fork-ts-checker vue 3 support (#5768)
See https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/pull/423
2020-08-10 00:01:15 +08:00
Haoqun Jiang 48d2e67dea chore: remove extraneous exclamation marks 2020-08-07 00:01:50 +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 3a5ed77a51 chore: default to non-class components for Vue 3 TS projects (#5755) 2020-08-06 17:42:46 +08:00
Haoqun Jiang 9535c1786d fix: fix webdriverio ts setup 2020-08-06 17:41:38 +08:00
Haoqun Jiang 56bb3e03ae fix: fix missing 's' in directory path 2020-08-06 16:43:03 +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 d39d95c2ee chore: update webdriver.io docs 2020-08-06 00:34:19 +08:00
Haoqun Jiang e5b17fac27 fix: should not add to capabilities if corresponding browser is unchecked on creation 2020-08-05 23:52:26 +08:00
Haoqun Jiang ccbcc0d91f fix: fix skipLibCheck default value for vue create (#5731) 2020-08-05 16:27:21 +08:00
Haoqun Jiang 467e577e49 fix: fix webdriver.io setup with TS 2020-08-05 16:26:23 +08:00
Haoqun Jiang fe90abdeac chore: dependency maintenance (#5742) 2020-08-04 15:43:31 +08:00
Haoqun Jiang 77f4489f2d fix: ignore .svn/** when reading and writing files (#5744)
Fixes #5689
2020-08-04 15:42:59 +08:00
Haoqun Jiang 1030f39599 fix(e2e): shouldn't install webdrivers for unchecked browsers on creation (#5736) 2020-08-03 15:20:29 +08:00
Yazhe Wang de3d0622bb refactor(cli-service): webpack devtool option (#5735)
Close: #5729
2020-08-02 12:03:11 +08:00
Christian Bromann 87e9d42fbe feat(e2e-webdriverio): add e2e plugin for WebdriverIO (#5479) 2020-08-01 00:46:14 +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 1aaa592642 fix: use fork-ts-checker-webpack-plugin v5 for vue 3 type checking (#5722)
Fixes #5712

Note this is a optional dependency so that we don't break compatibility
with Node.js v8.
2020-07-29 13:47:49 +08:00
Haoqun Jiang f1e77a5551 Revert "refactor: use console.clear to clear the log (#5700)"
This reverts commit 7c2a36b889.

`console.clear` overrides the previous content on the screen, so it
might cause confusion when users scrolls back.
2020-07-24 19:55:05 +08:00
Haoqun Jiang 56348259db v4.5.0 2020-07-24 19:41:52 +08:00