Evan You
eafacbad90
v3.0.0-rc.8
2018-07-27 14:03:24 -04:00
Evan You
d9f75f5df5
chore: pre release sync
2018-07-27 14:03:16 -04:00
Evan You
c455a4212d
ci: fix async wc spec
2018-07-27 13:54:05 -04:00
Evan You
da833d607e
refactor(babel): use individual plugins instead of stage presets
...
BREAKING CHANGE: @vue/babel-preset-app no longer includes @babel/preset-stage-2.
Now the only pre stage-3 proposals included are dynamic import, decorators and
class properties. This is because Babel 7 will be removing stage presets
altogether.
2018-07-27 13:00:23 -04:00
Evan You
50f818a8c7
ci: fix test
2018-07-27 12:15:50 -04:00
Evan You
aea4cfeae3
fix: do not default emitDecoratorMetadata to true
...
close #1708
2018-07-27 11:56:12 -04:00
Evan You
6b91a13501
fix: fix tslint on vue file with no script
2018-07-27 11:49:02 -04:00
Evan You
ed0315a5d4
feat(serve): detect and add tip when running inside container
2018-07-27 11:21:45 -04:00
Evan You
da38ed4a27
fix: fix hmr in docker + support devServer.public with protocol
2018-07-27 10:57:05 -04:00
Evan You
7d65353661
fix(jest): fix jest tests due to jsdom 11.12.0
...
close #1960
2018-07-27 09:21:17 -04:00
Evan You
b60dd4b6d3
fix: revert windows config path change, close #1961
2018-07-27 09:08:19 -04:00
花裤衩
4b5a63441b
fix: avoid hash collisions ( #1959 )
2018-07-27 07:07:11 -05:00
Evan You
1ce40cd247
docs: Merge branch 'docs' into dev
2018-07-26 22:43:25 -04:00
Evan You
031e961894
v3.0.0-rc.7
2018-07-26 22:38:19 -04:00
Evan You
fd50798e95
chore: pre release sync
2018-07-26 22:31:26 -04:00
Evan You
baa1e0455f
refactor: extract rc file loading logic
2018-07-26 22:21:16 -04:00
Evan You
b9ecb90476
feat: support specifying index output path via indexPath option
2018-07-26 22:14:49 -04:00
Evan You
e7602abf46
fix: fix absolute path for outputDir option
2018-07-26 22:13:43 -04:00
Evan You
e970b1afc3
feat: store rc file in AppData on windows
...
close #1957
2018-07-26 21:37:30 -04:00
Evan You
e27e67923f
fix: make sure router.js passes airbnb lint
...
close #1956
2018-07-26 21:21:30 -04:00
Evan You
b589dfa6c2
v3.0.0-rc.6
2018-07-26 18:11:44 -04:00
Evan You
f163db1981
chore: pre release sync
2018-07-26 18:11:39 -04:00
Evan You
9bb74bc72a
docs: mention ts peer dep change
...
BREAKING CHANGE: `typescript` is now a peer dependency of
`@vue/cli-plugin-typescript`. If you are upgrading from a previous version, you
will need to explicitly install `typescript` in your project.
2018-07-26 18:11:19 -04:00
Evan You
ee82c3e53e
refactor: only place css at root when using relative baseUrl
2018-07-26 17:15:38 -04:00
Evan You
625d541715
refactor: improve chunk name aesthetics
2018-07-26 17:12:36 -04:00
Evan You
2a60169fc1
ci: fix multiPage test case
2018-07-26 17:11:46 -04:00
Evan You
05079e30a0
chore: improve build message
2018-07-26 16:55:56 -04:00
Evan You
db2636151c
fix(build): ensure consistent chunk id for async chunks
...
close #1916
2018-07-26 16:40:31 -04:00
Evan You
80376470df
chore: add warning when using --modern with non app build
...
ref #1940
2018-07-26 16:05:37 -04:00
Guillaume Chau
5b43438587
Merge branch 'dev' of github.com:vuejs/vue-cli into dev
2018-07-26 11:37:16 +02:00
Guillaume Chau
40098781c2
chore: cleanup vue config [ci skip]
2018-07-26 11:37:07 +02:00
Evan You
844d69bce6
ci: bump tslint timeout
2018-07-25 13:08:46 -05:00
Evan You
8e63e82cdf
ci: fix tslint refactor
2018-07-25 12:40:05 -05:00
Hiển Đào Vinh
6c966f46bb
feat(build): set output target before configureWebpack, close #1941 ( #1943 )
2018-07-25 11:51:54 -05:00
Evan You
cb92491506
refactor(typescript): improve tslint implementation
2018-07-25 11:50:40 -05:00
Guillaume Chau
c5ac93e2aa
fix(suggestions): refresh list when locale changes
2018-07-25 15:39:42 +02:00
Guillaume Chau
8e6622fb5d
fix(task): shell mode (fix cd) + more robust error handing
2018-07-25 15:34:04 +02:00
Guillaume Chau
0ee1983c9b
fix(plugin api): task hooks (non-vue cli project)
2018-07-25 15:14:23 +02:00
Guillaume Chau
0f0f7e6e47
test(ui): fix e2e
2018-07-24 18:58:45 +02:00
Evan You
ecd0b8d924
chore: handle package.scripts being empty when generating readme
2018-07-24 11:50:38 -04:00
Evan You
ccc90c9800
feat(serve): allow specifying public network url via command line
2018-07-24 11:01:39 -04:00
Evan You
3bddab93cd
chore: show network unavailable for explicit localhost
2018-07-24 11:01:39 -04:00
Pavan Kumar Sunkara
17f37187f0
chore: Make the logging consistent and pretty ( #1925 )
2018-07-24 10:22:13 -04:00
Evan You
7d46db926a
feat: demonstrate route-level code splitting in generated file
...
close #1928
2018-07-24 09:56:05 -04:00
Pavan Kumar Sunkara
e9d01ebde4
fix(create): Commands added by plugin (through preset) won't have description in README' ( #1910 )
2018-07-24 09:41:19 -04:00
Evan You
87ad7fc2f8
fix(typescript): avoid error when using ts + eslint + e2e-nightwatch
...
close #1922
2018-07-23 13:51:54 -04:00
Evan You
8415622f28
feat(build): allow specifying chunks in multi-page mode
...
close #1923
2018-07-23 13:49:21 -04:00
Evan You
a3596a1197
ci: fix ts dev dep
2018-07-23 13:06:04 -04:00
Evan You
30215c2819
feat: add corsUseCredentials option
...
This allows the user to configure which CORS strategy to use
for <script type=module> in modern mode.
close #1867
2018-07-23 13:04:48 -04:00
Evan You
f278faf940
feat(typescript): make typescript a peer dep so user can specify its version
2018-07-23 11:42:44 -04:00