Haoqun Jiang
5bc8c80ded
v4.5.10
2021-01-06 15:08:26 +08:00
Haoqun Jiang
60617086eb
chore: update vue-property-decorator version in template
...
fixes #6183
2021-01-06 14:42:42 +08:00
Haoqun Jiang
12e29a1f8b
fix: disable eslint for Vue 3 type shim (for now)
...
See https://github.com/vuejs/vue-cli/pull/6023
It's not the ideal solution, though.
In the long run we should have the shim built-in (either in this plugin
or in the `vue-loader` package), for which ESLint rules should be
properly applied, and the user can simply import that shim module.
2021-01-06 14:40:18 +08:00
Haoqun Jiang
e79cc13a36
fix(mocha): workaround the ShadowRoot issue in Vue 3.0.5 ( #6186 )
2021-01-06 14:39:47 +08:00
Haoqun Jiang
76a04180be
fix(mocha): disable SSR optimization for Vue 3 testing ( #6097 )
...
Fixes https://github.com/vuejs/vue-loader/issues/1734
2021-01-06 14:37:53 +08:00
Tony Trinh
4f69a43f8b
fix: prevent snoretoast shortcut, set notif title ( #2720 ) ( #6000 )
...
This prevents SnoreToast from installing a Start Menu shortcut
by specifying an appID. The appID is also used to set the
notification's title bar text in Windows 10. That text is now
set to "Vue UI", which replaces the default value of "SnoreToast".
fixes #2720
2021-01-06 14:36:58 +08:00
Binwei Fang
ed2cf2294f
fix: using lang attribute with empty string in html template ( #5992 )
...
Fixes #5945
`lang="en"` may be wrong to users, use empty string instead. See : https://github.com/h5bp/html5-boilerplate/issues/1542
2021-01-06 14:36:47 +08:00
Haoqun Jiang
3fd9cac88c
v4.5.9
2020-11-17 14:49:47 +08:00
Barthélémy Ledoux
fcab190d1d
fix(cypress): allow users to update cypress ( #6062 )
2020-11-17 10:08:17 +08:00
Haoqun Jiang
d06a1e8995
v4.5.8
2020-10-19 18:39:13 +08:00
Haoqun Jiang
0db188e76d
fix: also update the migrator for vue 3 typescript shim
2020-10-19 15:56:51 +08:00
Cédric Exbrayat
29c9fc6c15
fix: update vue-shims for Vue v3.0.1 ( #5975 )
2020-10-19 15:35:39 +08:00
Haoqun Jiang
49db9c458f
fix: npm 7 compat by turning on legacy-peer-deps flag ( #5961 )
2020-10-15 15:36:19 +08:00
Haoqun Jiang
d77fa6a273
fix: narrow the eslint peer dep version range, avoiding npm 7 error ( #5962 )
2020-10-15 15:24:21 +08:00
Haoqun Jiang
597b4b6436
v4.5.7
2020-10-07 16:39:24 +08:00
Haoqun Jiang
a3c7322a37
chore: merge branch 'master' into dev
2020-10-07 14:39:00 +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
8578567c35
fix: more accurate warning message for missing global peer dependencies ( #5871 )
2020-09-28 17:15:43 +08:00
kzhang
286d0688d6
fix: incorrectly read Taobao binary mirror configuration. ( #5902 )
...
Co-authored-by: zhangke <zhangke12@zybank.com.cn >
2020-09-28 10:11:09 +08:00
Haoqun Jiang
eda18b0542
fix: shouldn't remove attribute quotes in HTML ( #5899 )
2020-09-27 16:35:30 +08:00
Bodo Graumann
5b70fc2f10
fix: respect scope when resolving package metadata ( #5892 )
...
This should fix the remaining issue reported in #5411 .
In particular, if the user configured a dedicated npm registry for a
specific scope, this setting was previously disregarded by vue-cli.
Thus it was impossible to use vue upgrade if the packages were not also
published to the official npm registry.
2020-09-23 13:35:48 +08:00
Tzahi
31a543dfbe
docs: fix typo in en.json ( #5885 ) [ci skip]
2020-09-22 17:05:02 +08:00
Haoqun Jiang
6cac3af2df
v4.5.6
2020-09-10 21:32:13 +08:00
Haoqun Jiang
6409363a36
fix: skip checking git gpgSign config ( #5869 )
...
Fix the issue described at https://github.com/vuejs/vue-cli/pull/5823#issuecomment-690269893
This simplifies the logic, thus less error-prone.
The error message is still correct anyway.
2020-09-10 21:25: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
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