Evan You
fb7ccb6678
fix: avoid emoji length problem in update log ( close #835 )
2018-04-25 14:44:35 -04:00
ky-is
e8d3a3c3f6
docs(pwa): Document themeColor and msTileColor ( #954 )
2018-04-25 14:38:10 -04:00
Evan You
9842b149f0
v3.0.0-beta.7
2018-04-25 10:58:49 -04:00
Evan You
a6f612b1c3
chore: pre release sync
2018-04-25 10:58:41 -04:00
Evan You
c9d7feffa1
chore: upgrade deps
2018-04-25 10:48:46 -04:00
Evan You
dbc3f104b0
fix: pin babel version ( fix #1162 )
2018-04-25 10:18:43 -04:00
Septian A Tama (tamatamvan)
fb013da2dc
fix: babel legacy decorator ( #1163 )
2018-04-25 10:09:11 -04:00
Barthélémy Ledoux
e65110f3f6
fix(invoke): issue #1037 invoke binary files ( #1038 )
...
Using `vue invoke` was breaking all binary files because of encoding issues
2018-03-27 16:25:58 -05:00
AchillesJ
11956acb4d
feat: allow vue add to work with plugins without a generator ( #1032 )
2018-03-24 11:48:35 -04:00
xsbchen
2106f4736d
test: fix typescript test ( #999 )
2018-03-17 18:38:41 -04:00
Daniel Rosenwasser
ba5a3750f5
feat: use esnext targets for downleveling and modules. ( #966 )
2018-03-09 18:48:16 -05:00
ziga
179033d2b5
fix: allow user to define onProxyReq ( #955 )
2018-03-07 16:10:40 -05:00
Evan You
03fed35704
chore: bump vue-loader
2018-03-07 02:38:31 -05:00
Evan You
1cae990520
v3.0.0-beta.6
2018-03-06 15:30:41 -05:00
Evan You
c403a3d821
chore: pre release sync
2018-03-06 15:30:24 -05:00
Evan You
f744040b50
fix: use dynamic publicPath for web component bundles ( fix #949 )
2018-03-06 15:06:03 -05:00
Evan You
08add21fe6
fix: fix @vue/cli-service initial version
2018-03-06 12:24:56 -05:00
Evan You
114e085b31
fix: fix devServer proxy when using object syntax ( fix #945 )
2018-03-06 12:24:31 -05:00
Evan You
3894308af7
chore: bump deps
2018-03-06 11:52:48 -05:00
Evan You
dee78094dd
fix: fix cases where error fails to display
2018-03-06 11:41:50 -05:00
Evan You
b162cab1dc
fix: do not exit with 1 on lint warnings ( fix #872 )
2018-03-06 10:29:44 -05:00
Evan You
7cb01d0633
test: fix jsx test
2018-03-05 18:20:45 -05:00
Evan You
2eb1ef97e4
fix: fix babel preset jsx dependency
2018-03-05 18:09:50 -05:00
Evan You
c8750c62d5
v3.0.0-beta.5
2018-03-05 18:01:13 -05:00
Evan You
1a83ffa321
chore: pre release sync
2018-03-05 18:01:08 -05:00
Evan You
89f5cc3fc8
fix: resolve template extend source from the template location ( fix #943 )
2018-03-05 17:52:21 -05:00
Evan You
389ea864b0
fix: temporarily disable babel plugins that are not compatible with babel 7 yet
2018-03-05 17:46:40 -05:00
Evan You
bdce865e83
feat: allow specifying plugin versions in presets
2018-03-05 17:44:48 -05:00
Evan You
3683b94ccc
v3.0.0-beta.4
2018-03-05 14:42:38 -05:00
Evan You
c66b0b28ae
chore: pre release sync
2018-03-05 14:42:32 -05:00
Evan You
a4f9e5d908
ci: bump invoke test timeout
2018-03-05 12:34:04 -05:00
Evan You
de60d9f235
feat: read existing files during plugin invocation ( close #873 )
2018-03-05 12:33:10 -05:00
Evan You
dbbc96bacc
chore: upgrade globby
2018-03-05 12:32:36 -05:00
Evan You
5ae22a1ad4
refactor: allow Generator to accept inline files
2018-03-05 12:07:08 -05:00
Jakub Kotek
11192cf52a
fix: use same Puppeteer like in main package.json ( #942 )
...
* Use same Puppeteer like in main package.json
This prevent download two version of Puppeteer. I can not run test properly even without this change, so I do not know if this can break anything.
* Update launchPuppeteer.js
2018-03-05 12:06:43 -05:00
Evan You
2b9a7507b9
feat: allow specifying additional configs in preset
2018-03-05 11:20:20 -05:00
Evan You
4601cc34b2
refactor: move more into pluginResolution util
2018-03-05 11:09:21 -05:00
Evan You
2d89c51c27
feat: support using remote preset ( close #884 )
2018-03-05 10:56:24 -05:00
Evan You
8b24ec6aba
chore: move add before invoke in commands
2018-03-04 16:14:47 -05:00
Evan You
49e9cf2ce6
refactor: use pluginResolution utils in more places, add tests
2018-03-04 15:13:02 -05:00
Evan You
78dcc7ac58
refactor: use consistent plugin name resolution between add and invoke
2018-03-04 14:25:56 -05:00
Guillaume Chau
896aec557b
feat: add vue add command ( #936 )
...
* feat(bin): new 'add' command
* fix(add): Add a blank line
* Update installDeps.js
2018-03-04 13:52:06 -05:00
Evan You
edff5b49fe
refactor: extract plugin resolution into shared-utils
2018-03-04 13:46:10 -05:00
Guillaume Chau
0f2ee80a10
feat: generatorAPI.exitLog ( #935 )
...
* feat(logger): add tag argument
* feat(generator): add `exitLog` api
* fix(generator): extract toShortId into a util function
2018-03-04 13:22:55 -05:00
Muzafar Umarov
43971d89ee
fix(pwa): set cacheid in GenerateSW mode only ( #939 )
...
close #891
2018-03-03 21:19:34 -05:00
Evan You
a2ac6be36b
fix: mock process for 3rd party libs ( close #934 )
2018-03-03 19:14:55 -05:00
Evan You
811d0561b2
feat: initialize project with corresponding CSS pre-processor ( close #930 )
2018-03-03 19:12:22 -05:00
Evan You
f065d18aec
test: tests for template inehritance
2018-03-03 18:47:26 -05:00
Evan You
1869aa2a20
feat: Generator now supports template inheritance
2018-03-03 18:32:53 -05:00
Evan You
b878767026
fix: fix pwa + ts + lint ( close #937 )
2018-03-03 17:32:56 -05:00