3026 Commits

Author SHA1 Message Date
Haoqun Jiang
395212598a v4.5.2 v4.5.2 2020-08-10 14:48:47 +08:00
Haoqun Jiang
3803016bd5 chore: Merge branch 'master' into dev 2020-08-10 14:46:03 +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
Alexander Sokolov
f8395618bb docs: [RU] Translation update (#5765)
* docs: [RU] update migrating-from-v3.md

* docs: [RU] update prototyping.md

* docs: [RU] update webpack.md

* docs: [RU] fix typos in cli-service.md

* Update docs/ru/guide/prototyping.md

Co-Authored-By: Natalia Tepluhina <tarya.se@gmail.com>

* docs: (ru) pwa.md update

* docs: (ru) browser-compatibility.md fix import

* docs: (ru) deployment.md fix example

* docs: (ru) installation.md update

* docs: (ru) deployment.md update link

* docs: (ru) core-plugins/eslint fix

* docs: (ru) pwa.md update

* docs(ru): plugin-dev.md fix link

* docs(ru): cli-service.md update

* docs(ru): pwa.md update

* docs(ru): pwa.md update

* Update docs/ru/core-plugins/pwa.md

Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>

* Update docs/ru/core-plugins/pwa.md

Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>

* docs: (ru) eslint.md update

* docs: (ru) deployment.md

* docs: (ru) update plugins menu

* docs: (ru) added WebdriverIO

* Update docs/ru/core-plugins/e2e-webdriverio.md

Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>

Co-authored-by: Alex Sokolov <4497128+Alex-Sokolov@users.noreply.github.com>
Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
2020-08-09 11:10:40 +03:00
Haoqun Jiang
48d2e67dea chore: remove extraneous exclamation marks 2020-08-07 00:01:50 +08:00
Haoqun Jiang
09adc41408 v4.5.1 v4.5.1 2020-08-06 23:49:20 +08:00
cogor
19f1a8ad66 docs: update deployment.md (#5728) [ci skip] 2020-08-06 23:02:21 +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
a79fe83088 chore: update @vuepress/theme-vue 2020-08-06 00:30:06 +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
Booker Zhao
544e054705 docs: add cloudbase deploy doc (#5741) 2020-08-03 11:17:23 -04: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
Renato Vicente
f99079cbb0 chore: add issue template config.yml (#5720)
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
2020-07-28 12:58:54 +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 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
21b2691b4b workflow: remove explicit cyclic dependencies to avoid lerna errors
Though there's still implicit dependency on `@vue/cli` in
`@vue/cli-test-utils`, users can fix it by installing them side-by-side.
2020-07-24 19:38:04 +08:00
Haoqun Jiang
05057c1650 chore: Merge branch 'master' into dev 2020-07-24 18:55:19 +08:00
Haoqun Jiang
b1772cadd2 feat: allow choosing vue version on creation (and in presets) (#5637) 2020-07-24 18:54:15 +08:00
Arthur
7c2a36b889 refactor: use console.clear to clear the log (#5700)
Co-authored-by: chentao.arthur <chentao.arthur@bytedance.com>
2020-07-24 18:30:57 +08:00
George Tsiolis
8f5691be8d docs: merge plugin-related navigation items (#5655) [ci skip] 2020-07-20 18:05:06 +08:00
Bogdan Luca
ddabb6679e fix: fix kubernetes container detection (#5681) 2020-07-19 21:36:56 +08:00
Haoqun Jiang
c98f76a5fa feat: add skipLibCheck option in the ts template (defaults to true) (#5688) 2020-07-16 15:27:20 +08:00
Yazhe Wang
830f08caa8 docs: fix publicPath anchor in config reference (#5679) [ci skip] 2020-07-16 15:20:03 +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
Yazhe Wang
ed5c530d4a docs: extend the docs of babel-preset-app browserslist (#5675) [ci skip] 2020-07-13 21:53:08 +08:00
Ray
e377024efe docs: fix a wrong anchor (#5674) [ci skip]
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
2020-07-13 21:16:49 +08:00
Haoqun Jiang
82d65e1fff chore: Merge branch 'master' into dev 2020-07-13 16:28:34 +08:00
Yazhe Wang
38234ef74c docs: additionalData option for sass-loader 9.0 (#5673) [ci skip] 2020-07-13 16:21:07 +08:00
Ivan Sieder
256e136a75 docs: corrected typo in pwa readme (#5676) [ci skip] 2020-07-13 14:51:13 +08:00
Ivan Sieder
b722271733 docs: fixed typo (#5667) [ci skip] 2020-07-13 14:47:34 +08:00
vimvinter
e5cf1a2e37 docs(zh): change line to lines in plugin-dev.md (#5671)
Co-authored-by: zhouxinyong[周新勇] <zhouxinyong@xiaomi.com>
2020-07-11 12:31:43 +08:00
good luck
d1a42488b3 docs(zh): additionalData example for sass-loader 9.0 (#5668) 2020-07-10 10:06:35 +08:00
Dave Dane Pacilan
a21c19b1d8 docs: Update Firebase project link (#5664) [ci skip] 2020-07-09 21:13:34 +08:00