Commit Graph

638 Commits

Author SHA1 Message Date
Evan You
2dcdeddde4 feat: upgrade to webpack 4
BREAKING CHANGE: Upgrade wepback 4, all webpack option
modifications must be webpcak 4 compatible. Drop support
for webpack plugins that do not work with v4 or above.
2018-05-08 16:55:13 -04:00
Evan You
6d4e51dd18 feat: remove DLL option
BREAKING CHANGE: dll option has been removed.
2018-05-07 17:27:40 -04:00
勾三股四
ab0746e646 docs: improve code blocks (#1231) 2018-05-07 16:59:29 -04:00
Tomy Jaya
2d7c0cf97f Fix broken vue-loader broken link (#1229) 2018-05-05 23:37:08 +09:00
Evan You
81f9331949 chore: bump vue-loader version 2018-05-04 19:05:16 -04:00
Evan You
ea834412f6 feat: new option "preserveWhitespace" 2018-05-04 19:03:07 -04:00
Evan You
f5c0f58673 feat: upgrade to vue-loader 15
BREAKING CHANGE: the "vueLoader" option has been removed. To modify vue-loader
options, use chainWebpack then `config.module.rule(vue).use(vue-loader).tap()`.
vue-loader has been upgraded to v15 and expects different options from v14.
2018-05-04 18:58:11 -04:00
Jens Eggerstedt
8dbe262174 fix(tslint): don't change working directory (#1225) 2018-05-04 15:52:17 -04:00
nothingismagick
d684adb6f5 Fixed typo (#1224)
I wonder if someone should create a spellcheck test suite for README files...
2018-05-04 23:40:34 +09:00
Evan You
65910a05db test: fix exclude for cli-service dynamic entries 2018-05-03 19:06:22 -04:00
Evan You
3139228008 chore: fix duplicate test project 2018-05-03 19:00:03 -04:00
Evan You
da4d0b2e2a feat: relex transpile includes + new transpileDependencies option
BREAKING CHANGE: To include a dependency for Babel transpilation, tapping
babel-loader and adding .include() will no longer work. Use the new
transpileDependencies option instead.
2018-05-03 18:18:27 -04:00
Evan You
718ba3cddf feat(typescript): support lang="tsx" in vue files
close #1219
2018-05-03 17:37:14 -04:00
Evan You
3dd38da1f5 feat: support { prompts: true } for preset plugins
close #952
2018-05-03 17:11:14 -04:00
Evan You
6d807e0139 chore: update lockfile 2018-05-03 17:05:15 -04:00
Evan You
9ad4bb7a74 refactor: should resolve local json preset first 2018-05-03 16:40:45 -04:00
Evan You
9a438d5273 test: test serve inline entry 2018-05-03 16:12:37 -04:00
Evan You
05f9f3adbc feat(serve): support entry in vue-cli-service serve
close #974
2018-05-03 16:09:42 -04:00
Derek Henscheid
9766db103f feat(cli): allow local .json files for presets (#1201)
close #1068
2018-05-03 15:52:57 -04:00
Evan You
f69231f478 test(serve): test proxy option 2018-05-03 15:42:42 -04:00
Evan You
aa07942638 chore: backwards compatible warnings for test commands rename 2018-05-03 14:39:31 -04:00
Derek Henscheid
7f2f2503b7 test: warn when creating test projects with duplicate name (#1213) 2018-05-03 14:18:36 -04:00
Patrick Lewis
dfbb871df8 chore: fix link to Nightwatch (#1218) 2018-05-03 14:17:35 -04:00
Evan You
feb3857f78 chore: bump fs-extra version 2018-05-02 18:52:01 -04:00
Evan You
ab90d50ef6 feat: default preset save to no
close #1212
2018-05-02 18:04:19 -04:00
Evan You
c4c4bff893 fix(serve): fix non-GET requests match error w/ multi-proxy config
close #1210
2018-05-02 17:59:10 -04:00
Evan You
69ebd800a2 refactor: rename test commands
BREAKING CHANGE: `cli-plugin-unit-jest` and `cli-plugin-unit-mocha` now register
"test:unit" command and script instead of "test"; `cli-plugin-e2e-cypress` now
register "test:e2e" with optional `--headless` flag instead of "e2e" and
"e2e:open"; `cli-plugin-e2e-nightwatch` now register "test:e2e" instead of "e2e".

close #876, close #878
2018-05-01 18:15:25 -04:00
Evan You
d595adacf4 refactor: adjust mode loading order
BREAKING CHANGE: PluginAPI.setMode() has been removed. Instead, for a plugin to
sepcify the default mode for a registered command, the plugins should expose
`module.exports.defaultModes` in the form of `{ [commandName]: mode }`.

close #959
2018-05-01 17:14:33 -04:00
Evan You
51c8090166 fix(typescript): separate tsx shim
close #1198
2018-05-01 14:55:46 -04:00
Evan You
a88fa5f75d refactor: fix tests (service.run should return Promise) 2018-05-01 14:00:26 -04:00
Evan You
69a6b0bbfe refactor(cli-serivce): use async functions when running service commands 2018-04-30 19:02:42 -04:00
Evan You
da515acaf9 ci: also run lint on ci 2018-04-30 18:39:26 -04:00
Evan You
6b865dbc85 refactor: require Node 8
BREAKING CHANGE: @vue/cli-service and all plugins now require Node version 8+.
2018-04-30 18:35:36 -04:00
Evan You
0f73a91162 refactor: use fs-extra 2018-04-30 18:19:02 -04:00
Evan You
2222808a8d ci: tweak workflow workload 2018-04-30 17:27:50 -04:00
Evan You
8426fb84af chore: update lockfile 2018-04-30 17:17:59 -04:00
Evan You
77cf0ba4fd refactor: rename tests 2018-04-30 17:12:35 -04:00
Evan You
0d9f8421d7 ci: use CircleCI workflow 2018-04-30 16:47:43 -04:00
Evan You
fd9d255f65 fix(build): fix --dest flag regression
close #1193
2018-04-30 16:16:08 -04:00
Derek Henscheid
a6e47cee61 fix(typescript): add node_modules/** to tslint default excludes (#1200)
close #1194
2018-04-30 13:43:48 -04:00
SEBIRE Florian
be713a6bec docs(COMMIT_CONVENTION): update Angular's convention link (#1191)
update Angular's commit convention link
2018-04-29 12:20:43 +02:00
Evan You
32c90afb2c chore: 3.0.0-beta.9 changelog 2018-04-27 22:36:53 -04:00
Evan You
acc7b8ae6f v3.0.0-beta.9 v3.0.0-beta.9 2018-04-27 22:35:57 -04:00
Evan You
41d7a7441e chore: pre release sync 2018-04-27 22:35:52 -04:00
Daywatch
67fa39d3f8 fix(dependencies): add deepmerge dependencies (#1188)
close #1187
2018-04-27 22:35:38 -04:00
Evan You
cedf34a9f6 chore: 3.0.0-beta.8 changelog 2018-04-27 19:41:50 -04:00
Evan You
0c493f86a2 v3.0.0-beta.8 v3.0.0-beta.8 2018-04-27 19:40:59 -04:00
Evan You
a77eedcd6e chore: pre release sync 2018-04-27 19:40:54 -04:00
Evan You
719dfbe319 chore: refresh deps 2018-04-27 19:32:43 -04:00
Evan You
4999f957a9 test: properly close server 2018-04-27 18:01:37 -04:00