Commit Graph

766 Commits

Author SHA1 Message Date
Haoqun Jiang cf1022d4c4 chore: bump dependency versions 2021-08-02 15:39:01 +08:00
Haoqun Jiang ae7c5a57f0 v5.0.0-beta.2 2021-06-09 13:15:30 +08:00
Haoqun Jiang e6262a4fb5 v5.0.0-beta.1 2021-05-14 16:40:11 +08:00
Haoqun Jiang 889c6feb0a fix!: keep project name validation rules in sync between UI and CLI (#6443) 2021-05-07 14:54:48 +08:00
Haoqun Jiang 35f92807b8 ci: fix random failing ui tests (#6446) 2021-04-28 13:06:52 +08:00
Haoqun Jiang 2d3116ed50 v5.0.0-beta.0 2021-04-25 17:18:28 +08:00
Jeffrey Yang 8f055f8347 fix(ui): fix publicPath documentation link (#6440) 2021-04-25 16:43:26 +08:00
Haoqun Jiang 5dd0340683 feat!: drop IE11 support in CLI UI (#6439) 2021-04-25 16:43:04 +08:00
Haoqun Jiang cd78376675 feat!: turn on modern mode by default, and provide a --no-module option (#6416) 2021-04-14 14:57:28 +08:00
Haoqun Jiang 89af6c50c2 v5.0.0-alpha.8 2021-03-24 20:51:52 +08:00
Haoqun Jiang e591bfa5eb v5.0.0-alpha.7 2021-03-11 16:27:23 +08:00
Haoqun Jiang 40e3de2c7c v5.0.0-alpha.6 2021-03-10 20:47:12 +08:00
Haoqun Jiang 7fa6837288 fix: some small refinements in the ui codebase (#6315) 2021-03-10 16:18:51 +08:00
Haoqun Jiang 6f88bd5ff4 v5.0.0-alpha.5 2021-02-23 16:44:23 +08:00
Haoqun Jiang 8670997258 chore: bump js-yaml version 2021-02-23 15:58:10 +08:00
Haoqun Jiang e8e4bd7a6e chore: bump some devDependencies versions 2021-02-22 15:01:08 +08:00
Haoqun Jiang 7b5212feb1 chore: remove the word "Preview" from vue 3 preset (#6300)
Now that most Vue 3 core packages has reached stable, I think it makes
sense to remove the word "Preview".

Remaining dependencies to reach stable:
- @vue/test-utils 2.x (in RC)
- vue-class-component 8.x (in RC)
- vue-jest v5 (in alpha)
2021-02-21 22:32:40 +08:00
Haoqun Jiang 64c04cb00d chore!: drop Node.js v10 support (#6292) 2021-02-20 11:07:22 +08:00
Haoqun Jiang 4d134066b4 fix: better dev server & webpack 4 compatibility and some trivial dependency updates (#6291) 2021-02-19 15:07:31 +08:00
Haoqun Jiang cf3d801934 v5.0.0-alpha.4 2021-02-18 15:44:47 +08:00
Haoqun Jiang e7774caddb chore: vue-cli-plugin-apollo should be a dev dependency
It's not used in any server-side code
2021-01-22 16:41:50 +08:00
Haoqun Jiang 3d80810a55 v5.0.0-alpha.3 2021-01-22 16:20:35 +08:00
Haoqun Jiang 3608b04a7a refactor: fix eslint warnings in the cli-ui codebase (#6189) 2021-01-18 20:09:59 +08:00
Haoqun Jiang af3e6c4ca0 fix: should use graphql v15 at all levels of dependency (#6192)
It causes peer dependency warnings because of several ill-maintained
apollo packages, but let's just ignore them.
Fixes #6191
2021-01-11 12:16:12 +08:00
Tony Trinh 637414cb69 feat: open browser when toast clicked (#6001) 2021-01-07 14:55:11 +08:00
Haoqun Jiang 48d6afd73d v5.0.0-alpha.2 2021-01-06 15:31:25 +08:00
Haoqun Jiang 6ee1413aaa chore: Merge branch 'next' into dev 2021-01-06 15:29:35 +08:00
Haoqun Jiang 104f9bcc71 v5.0.0-alpha.1 2021-01-06 15:25:18 +08:00
Haoqun Jiang 0372160524 chore: some trivial dependency version bumps (#6152) 2020-12-17 16:24:10 +08:00
Haoqun Jiang 7139e4093a v5.0.0-alpha.0 2020-12-14 19:48:08 +08:00
Haoqun Jiang 4de8c99603 refactor!: replace optimize-cssnano-plugin with css-minimizer-webpack-plugin (#6140) 2020-12-14 09:36:43 +08:00
Haoqun Jiang b1344c24d4 fix: fix stylus config 2020-12-11 15:43:29 +08:00
Haoqun Jiang 696cbd1f14 chore: dependency and lockfile maintenance 2020-12-11 14:53:13 +08:00
Haoqun Jiang eee082d331 feat: bump lint-staged to v10 (#6136) 2020-12-11 14:37:25 +08:00
Haoqun Jiang 2913524632 test: fix tests according to cypress 6 breaking change 2020-12-09 15:58:51 +08:00
Haoqun Jiang b96c3bdb08 feat: update eslint-related packages (#6123) 2020-12-09 15:03:38 +08:00
Haoqun Jiang 5c728a4e4d chore!: update typescript-related dependencies (#6129) 2020-12-09 15:03:22 +08:00
Haoqun Jiang f73fa6e4e5 chore: dependency maintenance 2020-12-08 15:29:09 +08:00
Haoqun Jiang 89b0377c4f feat!: upgrade postcss-loader, using postcss 8 by default (#6108) 2020-12-08 13:21:37 +08:00
Haoqun Jiang 2dbe0be840 feat!: support and use webpack 5 as default (#6060) 2020-12-03 15:16:35 +08:00
Binwei Fang 746540bbc6 refactor: sub-package eslint maintance (#6078)
using eslint@7 and @babel/eslint-parser in sub-package
2020-11-23 19:39:13 +08:00
Binwei Fang 9136696197 feat(eslint): support eslint7 and @babel/eslint-parser (#6059)
closes #5734 
closes #5981
2020-11-20 09:10:49 +08:00
Haoqun Jiang 482ef1086b chore!: bump joi to v17 (#5973) 2020-11-19 15:34:31 +08:00
Haoqun Jiang 05c010e83a chore!: drop support of end-of-life node releases (8, 11, 13) (#6052) 2020-11-14 13:19:55 +08:00
Tony Trinh cb58c5f717 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
2020-11-14 11:59:14 +08:00
Haoqun Jiang 25a89c6a50 chore: merge branch 'v4' into dev 2020-10-19 18:47:57 +08:00
Haoqun Jiang d06a1e8995 v4.5.8 2020-10-19 18:39:13 +08:00
Haoqun Jiang 3656416bd0 chore: merge branch 'next' into dev 2020-10-09 15:12:38 +08:00
Haoqun Jiang 597b4b6436 v4.5.7 2020-10-07 16:39:24 +08:00
Tzahi 31a543dfbe docs: fix typo in en.json (#5885) [ci skip] 2020-09-22 17:05:02 +08:00