Haoqun Jiang
469c73561d
feat: make injectImports & injectRootOptions work for .vue files ( #4168 )
...
closes #1702
(cherry picked from commit af25ef75ce )
2019-06-24 16:51:46 +08:00
Haoqun Jiang
48f2dcdf2b
v3.8.4
2019-06-15 14:23:29 +08:00
Haoqun Jiang
ff7218b6a8
fix: fix config merging during vue invoke in Node.js v12 ( #4148 )
...
The root cause here is the same as #4095
The failing `loadModule` call will return `undefined` for a js config
read operation, which later caused config being overwritten.
(cherry picked from commit 8283f46d0b )
2019-06-15 14:19:03 +08:00
Haoqun Jiang
e84de1a0e8
v3.8.3
2019-06-13 10:44:46 +08:00
Haoqun Jiang
10ec5f5e4a
v3.8.2
2019-05-26 00:16:52 +08:00
Haoqun Jiang
d6ce9c2fe9
v3.8.0
2019-05-25 23:19:23 +08:00
Haoqun Jiang
1ba4b9ccc8
docs: add description of babel plugin usage in TS plugin prompt ( #4046 )
...
closes #3206
(cherry picked from commit 82dbbeb07a )
2019-05-25 23:04:56 +08:00
Haoqun Jiang
7b8a06fae6
chore: remove gitHead field from package.json
...
It was introduced only due to a failed `lerna publish`
2019-05-25 22:50:33 +08:00
Haoqun Jiang
04148dd3ae
chore: update isbinaryfile to 4.x
...
(cherry picked from commit 649b564feb )
2019-05-25 22:11:44 +08:00
Haoqun Jiang
2a151b0e18
refactor: replace recast with jscodeshift for injectImportsAndOptions ( #4003 )
...
fixes #3309
(cherry picked from commit 2e417b01d2 )
2019-05-25 20:44:57 +08:00
Haoqun Jiang
fe4a57141a
chore: remove accidentally checked-in package-lock.json
...
(cherry picked from commit 34fcc59b76 )
2019-05-25 20:44:13 +08:00
James George
a893e59282
feat(cli): suggest matching commands if the user mistypes ( #3860 )
...
(cherry picked from commit ab18cd5952 )
2019-05-25 20:44:13 +08:00
Haoqun Jiang
0dbfa5a0bf
v3.7.0
2019-04-28 14:21:35 +08:00
Haoqun Jiang
3da799c8d8
feat: should support bare option in preset.json ( #3848 )
...
closes #3825
2019-04-27 20:05:20 +08:00
Haoqun Jiang
7375b12c8e
v3.6.3
2019-04-16 15:02:37 +08:00
Haoqun Jiang
13e283e558
v3.6.2
2019-04-14 23:17:00 +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
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
99a06d1758
v3.6.0
2019-04-13 23:56:37 +08:00
Haoqun Jiang
095067e912
feat: generate .npmrc when using pnpm as package manager
2019-04-11 17:28:51 +08:00
Haoqun Jiang
6740ca363d
fix: should add --shamefully-flatten for pnpm install
2019-04-11 16:38:59 +08: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
Steve Workman
f69339e816
feat: add makeJSOnlyValue to generator API ( #3568 )
...
Provides convenience method for passing JS into config files.
Closes issue #3535 .
2019-04-09 19:54:17 +08:00
Guillaume Chau
3479f21f12
refactor(plugin): invoke is now done in child process ( #3778 )
2019-04-08 21:08:07 +02:00
Haoqun Jiang
cb113971e2
feat: do not write undefined fields to config files ( #3643 )
...
closes #3058
2019-04-09 00:49:12 +08:00
robertkruis
a02ef3988f
feat: support PNPM as a package manager ( #1531 )
...
Enables vue-cli to use PNPM (https://pnpm.js.org/ ) as package manager
2019-04-09 00:43:47 +08:00
Guillaume Chau
8c3ff11653
refactor(project create): run vue create in child process, closes #3664
2019-04-06 01:48:02 +02:00
Haoqun Jiang
22acaf6498
v3.5.5
2019-04-01 16:07:34 +08:00
Haoqun Jiang
d037fbbec5
v3.5.4
2019-04-01 00:33:04 +08:00
Haoqun Jiang
582dc45015
v3.5.3
2019-03-27 23:51:30 +08:00
Haoqun Jiang
e1328accf6
chore: 3.5.2 changelog [ci skip]
2019-03-27 10:54:41 +08:00
Haoqun Jiang
0dc7934972
v3.5.2
2019-03-27 10:42:28 +08:00
Haoqun Jiang
0b363bec49
v3.5.1
2019-03-12 16:03:53 +08:00
Haoqun Jiang
65eec48581
v3.5.0
2019-03-08 14:40:48 +08:00
Barthélémy Ledoux
6e9ba9beb1
fix: add missing package keys to the sort array (issue #3509 ) ( #3510 )
2019-02-26 23:52:18 +08:00
Haoqun Jiang
5306c3787d
chore: update deps
2019-02-25 01:05:44 +08:00
Haoqun Jiang
0c3f6183a8
v3.4.1
2019-02-20 14:48:28 +08:00
Damian Stasik
87f9a29823
chore: add repository.directory field to each package.json to specify where each package lives in a monorepo ( #3397 )
2019-02-07 17:35:23 +08:00
Haoqun Jiang
22232df781
v3.4.0
2019-02-01 02:43:05 +08:00
Haoqun Jiang
9a9a70714f
chore: update deps
2019-02-01 01:21:47 +08:00
Haoqun Jiang
21632607c9
chore: also show typescript version in vue info
2019-01-31 14:43:54 +08:00
Haoqun Jiang
6a750564a8
fix: should check yarn when no pacakage manager specified
...
(`shouldUseTaobao` is called without arguments in `getPackageVersion`)
fixes #3393
2019-01-31 14:40:13 +08:00
James George
10c253a2d8
chore: validates multiple arguments for vue create command ( #3195 )
2019-01-30 21:57:37 +08:00
Armano
189ea54402
feat: update eslint-config-typescript to use @typescript-eslint ( #3359 )
2019-01-30 13:51:37 +08:00
Haoqun Jiang
9c1e797ac6
feat: support dart-sass as default sass implementation ( #3321 )
2019-01-28 18:51:55 +08:00
musicq
5d1ab5fe9c
refactor: check support package manager befor install ( #3368 )
2019-01-28 11:02:36 +08:00
Haoqun Jiang
108d8011b3
fix: fix injectImports when there's no pre-existing import declarations
...
closes #2925
2019-01-18 16:12:37 +08:00