Haoqun Jiang
4af27247cc
refactor: unify package manager related logic ( #4256 )
2019-07-13 00:29:39 +08:00
Haoqun Jiang
bd82649a64
v4.0.0-alpha.4
2019-07-06 19:51:01 +08:00
Pavan Kumar Sunkara
362587a966
feat!: make vuex a separate plugin ( #4242 )
...
fixes #2335 , #4024
2019-07-06 15:13:09 +08:00
Min ho Kim
c0aa2bb310
Fix typos ( #4241 )
2019-07-06 07:09:29 +03:00
Pavan Kumar Sunkara
246ae678cb
feat!: make router a separate plugin ( #4196 )
...
* refactor: move router to its own plugin
* refactor: rename routerHistoryMode option to historyMode
* test: add @vue/cli-plugin-router tests
* feat: change src/router.js for most common use cases
* fix: fix cli-ui tests
* docs: Remove router root option from docs
* fix: add support for legacy router option
2019-07-05 23:21:29 +08:00
Haoqun Jiang
300d2aa2d4
v4.0.0-alpha.3
2019-07-04 09:08:42 +08:00
Haoqun Jiang
0c2ebc4ae2
v4.0.0-alpha.2
2019-07-03 15:42:06 +08:00
Haoqun Jiang
867c6eaf2c
feat!: redesigns vue upgrade, supports code migration ( #4090 )
2019-07-02 16:23:34 +08:00
Haoqun Jiang
8fa6fa694a
v4.0.0-alpha.1
2019-05-25 17:48:40 +08:00
Haoqun Jiang
ac8b2b3bd1
fix: add default inMemoryCacheOptions
...
vue-cli-plugin-apollo now defaults it to null, which won't trigger
default parameter fallback, so this triggers another bug in
apollo-cache-inmemory 1.6.0 787be61441/packages/apollo-cache-inmemory/src/inMemoryCache.ts (L136)
causing "Cannot read property 'freezeResults' of null" error.
2019-05-25 16:50:10 +08:00
Haoqun Jiang
2ce1fc0982
chore: update deps
2019-05-25 14:34:43 +08:00
Luiz Victor Linhares Rocha
49725b4c04
feat(HtmlPwaPlugin): adds 'manifestCrossorigin' option ( #3939 )
...
close #3933
2019-05-25 13:58:54 +08:00
Haoqun Jiang
43bdc333f4
chore: revert fs-extra to 7.x to fix incompatibilities with graceful-fs
...
See: https://github.com/jprichardson/node-fs-extra/issues/687
2019-05-21 23:54:51 +08:00
Haoqun Jiang
b13ab797af
chore: update dependencies
2019-05-21 22:48:23 +08:00
Guillaume Chau
3f9838b649
feat: prompt editor ( #3929 )
...
* feat(Prompt): editor
* docs(ui dev): update supported inquirer types
2019-05-18 13:32:48 +02:00
Guillaume Chau
abf30c4238
Merge branch 'v3' into dev
2019-05-16 16:04:39 +02:00
Guillaume Chau
3eabfad234
fix(task): ENV_VAR=value broken in commands
2019-05-16 15:41:35 +02:00
Haoqun Jiang
aeee7fac01
fix(cli-ui): update dependencies and fix peer dependency warnings ( #3992 )
2019-05-16 19:04:40 +08:00
Guillaume Chau
8fe5850ca9
feat: rename project ( #3955 )
...
* feat: project rename
* chore: use a pen icon for rename button
2019-05-12 17:51:05 +02:00
maple
206803cbef
fix: detectLanguage function ( #3966 )
2019-05-08 17:17:29 +02:00
Guillaume Chau
382190ed7c
chore: install core-js
2019-05-07 13:59:25 +02:00
Haoqun Jiang
63f501a2ca
v4.0.0-alpha.0
2019-05-01 00:19:37 +08:00
Haoqun Jiang
a06f2573cd
chore: lockfile maintenance
2019-05-01 00:06:52 +08:00
Haoqun Jiang
208a99728c
fix: revert javascript-stringify to 1.x
2019-04-30 19:22:21 +08:00
Haoqun Jiang
a6fb9af614
fix: javascript-stringify v2 has changed its exports
2019-04-30 18:23:08 +08:00
Haoqun Jiang
d67fcdbc85
fix: graphql-type-json has changed its commonjs export interface
2019-04-30 18:14:23 +08:00
Haoqun Jiang
826c3292de
chore: update dependencies
2019-04-30 18:12:18 +08:00
Haoqun Jiang
94b41c9605
feat!: upgrade to core-js 3 ( #3912 )
2019-04-30 10:31:17 +08:00
Haoqun Jiang
0dbfa5a0bf
v3.7.0
2019-04-28 14:21:35 +08:00
Haoqun Jiang
405480e7b1
fix: vue-virtual-scroller should be in devDependencies as it's client-side only ( #3871 )
...
This commit fixes a peer dependency warning described here:
https://github.com/vuejs/vue-cli/issues/2862#issuecomment-485777470
2019-04-27 20:01:32 +08:00
Josh Gribbon
e26717920b
fix(ui): fix typo "procress" -> "process" ( #3835 ) [ci skip]
2019-04-18 15:49:15 +08:00
Haoqun Jiang
13e283e558
v3.6.2
2019-04-14 23:17:00 +08:00
Haoqun Jiang
5ce60b70eb
chore: graphql should be directly listed as a dependency
...
as some of @vue/cli-ui's sub dependencies have listed it as a peer dep
2019-04-14 23:07:59 +08:00
Haoqun Jiang
1a72e995e8
fix: fix vue add/invoke bug when user does not have yarn installed ( #3806 )
...
closes #3804
2019-04-14 23:01:52 +08:00
Guillaume Chau
e8bc36d6d0
chore(locale): update text
2019-04-13 20:59:47 +02:00
Guillaume Chau
bbe4002480
feat(tasks): override args switch, closes #3236
2019-04-13 20:58:12 +02:00
Guillaume Chau
01d20357ff
fix(PubSub): set max listeners to Infinity
2019-04-13 20:10:32 +02:00
Guillaume Chau
bdf74ba9a2
feat(SharedData): set: log number of subscriptions
2019-04-13 20:10:18 +02:00
Guillaume Chau
022e17da57
fix: --dev shouldn't try to load dev assets, closes #3802
2019-04-13 19:44:14 +02:00
Haoqun Jiang
d97ed6ceec
v3.6.1
2019-04-14 01:25:51 +08:00
Haoqun Jiang
5fbda109d9
fix: fix ERR_INVALID_ARG_TYPE error when launching vue ui ( #3801 )
...
closes #3800
2019-04-14 01:11:47 +08:00
Haoqun Jiang
99a06d1758
v3.6.0
2019-04-13 23:56:37 +08:00
Guillaume Chau
4d378ff5ca
chore: update @vue/ui
2019-04-12 22:50:11 +02:00
Guillaume Chau
08ea7911f3
fix(audit): not implemented for pnpm error
2019-04-11 22:57:01 +02:00
Guillaume Chau
a684324d53
fix: animations not happening
2019-04-11 22:54:43 +02:00
Guillaume Chau
bff6a44ae8
fix(audit): hasProjectYarn
2019-04-11 22:49:54 +02:00
Haoqun Jiang
94f3ca0e91
fix: better pnpm check
...
1. separate project pnpm check and global pnpm check
2. rename hasPnpm to hasPnpm3OrLater
2019-04-11 16:38:49 +08:00
Haoqun Jiang
cc66247950
chore: update deps
2019-04-11 14:49:12 +08:00
Haoqun Jiang
f1807fd304
Merge pull request #3743 from vuejs/next-minor
...
3.6
2019-04-11 09:26:12 +08:00
Carlos Rodrigues
d853d52cca
feat(ui): add copyContent to clipboard button to terminal component ( #3688 )
2019-04-11 09:25:53 +08:00