Guillaume Chau
caf3c248db
test(ui): tests in production mode
2018-05-12 04:27:47 +02:00
Guillaume Chau
1b7b5f8816
test(ui): e2e: cypress added + create project (manual) test
2018-05-12 03:56:03 +02:00
Guillaume Chau
7f7374b71a
fix(ui): more strings localized
2018-05-12 03:55:36 +02:00
Guillaume Chau
e011bc04fd
fix(ui): prevent duplicate views
2018-05-11 22:26:44 +02:00
Guillaume Chau
76f95c84a5
feat(ui): nightwatch task
2018-05-11 22:22:45 +02:00
Guillaume Chau
69a817e2c3
fix(ui): more strings now localized
2018-05-11 22:19:15 +02:00
Guillaume Chau
6661a13ff6
feat(ui): task params modal info
2018-05-11 21:59:09 +02:00
Guillaume Chau
81a5afb49d
fix(ui): prompt regression
2018-05-11 21:54:17 +02:00
Guillaume Chau
16f3137e70
docs(ui): add tasks title
2018-05-11 21:47:37 +02:00
Guillaume Chau
215cc2013a
feat(ui): api.addTask()
2018-05-11 21:46:19 +02:00
Guillaume Chau
6c158cf19a
chore: merge dev
2018-05-11 20:53:43 +02:00
Guillaume Chau
7ecbd2a857
feat(ui): cypress task
2018-05-11 20:51:42 +02:00
Guillaume Chau
78a6ac8fe2
docs(ui): notice about color prompt type
2018-05-11 20:50:30 +02:00
Evan You
f6bfb632c8
feat(inspect): improve vue inspect output with webpack-chain hints
...
close #881
2018-05-11 13:25:23 -04: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
Igor Randjelovic
b2b277a790
fix: typo in vue-loader compilerOptions ( #1263 )
2018-05-11 12:39:48 -04:00
Yingya Zhang
2d09a4c171
fix: css sourceMap in production ( #1270 )
2018-05-11 12:39:22 -04:00
arszp10
5c54df799a
fix: rename test-utils shallow to shallowMount ( #1269 )
2018-05-11 12:39:06 -04:00
Guillaume Chau
62609b9372
fix(ui): config: more info bottom button style
2018-05-11 13:42:57 +02:00
Guillaume Chau
3742e65355
feat(ui): prompt type 'color'
2018-05-11 13:38:54 +02:00
Guillaume Chau
017e7b9626
fix(ui): config: create first file if no file exists
2018-05-11 13:38:41 +02:00
Guillaume Chau
bafcaae55c
fix(ui): prompt input being reset by lagging sync
2018-05-11 13:10:30 +02:00
Guillaume Chau
e777a1623b
fix(ui): eslint no-console warnings
2018-05-11 13:03:05 +02:00
Guillaume Chau
062760955d
fix(ui): client addon config
2018-05-11 13:02:54 +02:00
Guillaume Chau
89271f1713
chore: merge dev
2018-05-11 12:44:15 +02:00
Guillaume Chau
107f471da3
fix(ui): upgrade DashboardPlugin to webpack 4
2018-05-11 12:42:32 +02:00
Guillaume Chau
d4f41fc4e5
fix(ui): eslint no-console warnings
2018-05-11 12:42:08 +02:00
Guillaume Chau
b8f8dad6a5
refactor(ui): use eslintrc.js
2018-05-11 12:41:39 +02:00
Evan You
c1c7e072d3
chore: 3.0.0-beta.10 changelog
2018-05-11 00:03:54 -04:00
Evan You
0fd2bb23fe
v3.0.0-beta.10
v3.0.0-beta.10
2018-05-11 00:02:58 -04:00
Evan You
8fdb8d9684
chore: pre release sync
2018-05-11 00:02:51 -04:00
Evan You
06ca479b87
chore: bump vue-loader
2018-05-10 23:59:12 -04:00
Guillaume Chau
086b714fb8
fix(ui): client addon config
2018-05-11 02:46:43 +02:00
Guillaume Chau
8915a6fffc
fix(ui): use fs-extra instead of mkdirp
2018-05-11 02:38:48 +02:00
Guillaume Chau
76a6655309
chore: update deps
2018-05-11 02:37:13 +02:00
Guillaume Chau
8bebef2309
chore: merge dev
2018-05-11 02:35:42 +02:00
Guillaume Chau
46a559f52b
fix: deps cleanup
2018-05-11 00:17:28 +02:00
Evan You
1b5bdde17d
fix: css imports from js
...
BREAKING CHANGE: `css.modules` option has been removed. To import css files (or
any other supported pre-processor files) as CSS Modules, append the request
with a `?module` resourceQuery.
2018-05-10 17:47:53 -04:00
Evan You
76196baae3
test: fix polyfill test case
2018-05-10 16:55:06 -04:00
Evan You
31f3101915
test: fix helper esmodules for jest
2018-05-10 16:50:58 -04:00
Evan You
8f1b69b30f
docs: more details for Babel preset and polyfill handling
2018-05-10 16:47:16 -04:00
Evan You
4e7d57f988
feat(babel): better Babel polyfill defaults
...
- Now includes polyfills for Promise and Object.assign by default;
- New option "polyfills" for @vue/babel-preset-app allows customization of
included-by-default polyfills.
2018-05-10 15:37:09 -04:00
Evan You
a8af883741
revert: feat: new option "preserveWhitespace""
...
This reverts commit ea834412f6 .
2018-05-09 18:19:22 -04:00
Evan You
edc5c3f96d
test: fix publicPath import typo
2018-05-09 18:05:37 -04:00
Evan You
66bab8c029
fix: respect chunk name in all build targets
...
close #1251
2018-05-09 17:46:42 -04:00
Evan You
c3d246f7a2
fix: ensure dynamic publicPath is set early in lib/wc mode
...
fix #1253
2018-05-09 17:41:08 -04:00
Evan You
8b4a112b31
fix: improve error message when entry is missing w/ --target lib
...
close #1051
2018-05-09 17:29:56 -04:00
Evan You
6d1716e875
fix: pwa plugin compat with webpack 4
2018-05-08 17:12:17 -04:00
Evan You
4c5784da73
feat: expose env variables as root level in index.html template
2018-05-08 16:55:30 -04:00