Evan You
cd88cfa1e4
feat(unit-jest): run jest in the same process
...
This allows vue-cli-service test:unit to be debugged via node inspector.
2018-07-18 17:12:17 -04:00
Guillaume Chau
6e6533c56a
v3.0.0-rc.5
2018-07-16 15:51:27 +02:00
Guillaume Chau
fc6541fd59
v3.0.0-rc.4
2018-07-13 19:03:31 +02:00
Evan You
30dbad8ff1
fix: fix npmignore, prevent version cache from being published
2018-07-13 10:52:55 -04:00
Guillaume Chau
93940c2c25
chore: upgrade deps
2018-07-11 00:55:02 +02:00
Guillaume Chau
96778b2caf
chore: update main deps ( #1772 )
...
* chore: update main deps
* chore: update ts types
* chore: update generator deps versions
* fix: ts-jest
* chore: upgrade ts-jest again
* fix: re-generated yarn.lock
* chore: more upgrades
* fix: jest test matching on Windows
2018-07-08 13:56:10 +02:00
Darko Demić
47794ae904
fix(unit:jest): issue with Jest configuration regex not matching template. ( #1756 )
2018-07-04 18:43:36 +02:00
Guillaume Chau
7d635008ac
refactor(ui): use reverse domain notation for ids
2018-06-21 16:41:38 +02:00
Evan You
5cf1958a69
v3.0.0-rc.3
2018-06-18 10:36:49 -04:00
Evan You
2698f66670
v3.0.0-rc.2
2018-06-14 09:44:25 -04:00
Evan You
6f948d2f3f
v3.0.0-rc.1
2018-06-13 16:11:09 -04:00
Guillaume Chau
692d4638d8
feat(ui): jest task
2018-06-11 20:43:53 +02:00
Evan You
65d5d36d39
fix: transform es modules syntax for Jest when not using Babel
...
close #1524
2018-06-08 18:41:14 -04:00
Evan You
2a8391d3c2
v3.0.0-beta.16
2018-06-08 00:51:12 -04:00
Evan You
7e38f98ec8
feat: upgrade jest to 23.1.0
...
BREAKING CHANGE: jest is upgraded to 23.1.0 with minor breaking changes
but should not affect normal test cases
2018-06-01 12:42:24 -04:00
Evan You
a91d022d42
fix: should not inject babel-core shim if babel plugin is not used
...
close #1424
2018-06-01 12:41:23 -04:00
Evan You
9a2898c1bc
v3.0.0-beta.15
2018-05-30 13:42:19 -04:00
Evan You
7ce91c89f2
workflow: enable eslint node/no-extraneous-require
2018-05-30 10:25:33 -04:00
Evan You
5f1f986d4d
v3.0.0-beta.14
2018-05-29 13:27:16 -04:00
Evan You
0689ff2eae
v3.0.0-beta.13
2018-05-29 13:24:03 -04:00
Evan You
e8bee864b0
v3.0.0-beta.12
2018-05-29 01:29:14 -04:00
Guillaume Chau
4f2c71896e
chore: merge dev
2018-05-21 23:07:52 +02:00
Evan You
f698cd3f60
v3.0.0-beta.11
2018-05-21 15:43:16 -04:00
Guillaume Chau
e6e6e90dfa
chore: merge dev
2018-05-18 23:52:25 +02:00
test
48d7e00e9a
fix: fix babel.config.js compat in vue-jest
2018-05-17 17:52:01 -04:00
Guillaume Chau
b6114d49c7
chore: merge dev
2018-05-12 04:33:14 +02:00
Evan You
55159991db
chore: bump deps
2018-05-11 17:59:16 -04:00
Guillaume Chau
6c158cf19a
chore: merge dev
2018-05-11 20:53:43 +02:00
Evan You
e5d7893587
test: bump test-utils version
2018-05-11 13:00:26 -04:00
Tim Miller-Williams
05fc6ec47a
docs: correct vue add command in readme ( #1266 )
2018-05-11 12:40:02 -04:00
arszp10
5c54df799a
fix: rename test-utils shallow to shallowMount ( #1269 )
2018-05-11 12:39:06 -04:00
Guillaume Chau
89271f1713
chore: merge dev
2018-05-11 12:44:15 +02:00
Evan You
0fd2bb23fe
v3.0.0-beta.10
2018-05-11 00:02:58 -04:00
Guillaume Chau
8bebef2309
chore: merge dev
2018-05-11 02:35:42 +02:00
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
aa07942638
chore: backwards compatible warnings for test commands rename
2018-05-03 14:39:31 -04:00
Guillaume Chau
2a483051ed
chore: merge dev
2018-05-02 17:01:20 +02: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
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
Guillaume Chau
f674aa69c6
chore: merge dev
2018-04-28 15:33:24 +02:00
Evan You
acc7b8ae6f
v3.0.0-beta.9
2018-04-27 22:35:57 -04:00
Evan You
0c493f86a2
v3.0.0-beta.8
2018-04-27 19:40:59 -04:00
keng0o
be3bede772
fix(unit-jest): handle static asset imports ( #1180 )
2018-04-27 14:04:02 -04:00
Evan You
9cfafea328
refactor(cli): default to .js for eslintrc and postcssrc
...
close #994
2018-04-27 12:45:45 -04:00
Guillaume Chau
1f87ffdf62
chore(ui): merge dev
2018-04-26 20:22:02 +02:00
Derek Henscheid
cac18f231e
fix: allow user to define testMatch in package.json ( #1069 )
...
close #1067
2018-04-25 17:50:41 -04:00
Evan You
9842b149f0
v3.0.0-beta.7
2018-04-25 10:58:49 -04:00
Evan You
c9d7feffa1
chore: upgrade deps
2018-04-25 10:48:46 -04:00
Kevin Peters
a1eaa2ff8f
chore: optimizing images ( #1013 )
...
optimize images of different plugins and the vue logo in the cli-ui
2018-03-20 01:39:26 +01:00