Evan You
2669008ea2
v3.0.1
v3.0.1
2018-08-16 12:10:33 -04:00
Evan You
d5fc227dc7
chore: pre release sync
2018-08-16 12:10:26 -04:00
Evan You
6d64750bc0
fix: temporary fix core-js dep for vue ui
...
close #2215
2018-08-16 12:09:21 -04:00
Evan You
1f0c8e935e
fix: work around url-loader 1.1.0 regression
...
close #2242
2018-08-16 10:15:47 -04:00
Evan You
7e1862ffdd
fix(typescript): fix typescript + multi-page build
...
close #2179 , #2193
2018-08-15 18:34:55 -04:00
Evan You
b132a3b313
chore: remove outdated warning
2018-08-15 18:34:55 -04:00
Evan You
a2c767efc4
fix: minify embedded CSS with extract: false
...
close #2214
2018-08-15 18:34:55 -04:00
Evan You
8dfa2907a7
refactor: generate postcss.config.js instead of .postcssrc.js
2018-08-15 18:34:55 -04:00
Evan You
8189f201c3
fix(eslint): lint command should also lint config files starting with dot
...
close #2228
2018-08-15 18:34:55 -04:00
Evan You
1892bcc251
fix(generator): handle directories starting with dot
...
close #2222
2018-08-15 18:34:55 -04:00
Evan You
1e7fa2cf46
fix: fix css output location for relative baseUrl + more details in docs
2018-08-15 18:34:26 -04:00
Chuck C. Chao
ca1630d396
docs: update Firebase deployment example ( #2216 ) [ci skip]
2018-08-14 20:42:38 -04:00
Evan You
478317ba0e
test: avoid throwing in afterAll hooks
2018-08-14 11:10:02 -04:00
Gavin Gong
f92ffe11b3
docs: fix typo & tweak link name ( #2212 ) [ci skip]
2018-08-14 10:36:20 -04:00
Evan You
6010eb22ff
test: fix tests for preserving ruleNames
2018-08-14 10:34:52 -04:00
Evan You
82ded1f648
ci: revert unintended change
2018-08-14 10:25:58 -04:00
Evan You
eb97e48aea
docs: improve parallel option docs [ci skip]
2018-08-14 10:21:42 -04:00
Evan You
2257034141
fix: preserve rule names when configureWebpack is present
...
close #2206
2018-08-14 10:05:25 -04:00
Haoqun Jiang
69a4fb3ad7
fix: inspect --plugins should log plugin names from webpack-merge ( #2201 )
2018-08-14 08:59:44 -04:00
Barthélémy Ledoux
7fd344376e
ci: make matcher more precise ( #2185 )
...
After adding the testMatch parameter,
jest is now picking up files as test suites that it should not:
example:
`cli-plugin-unit-mocha/generator/template/tests/unit/HelloWorld.spec.js`
This commit makes jest match only files in `__tests__`
2018-08-13 16:56:47 -04:00
Barthélémy Ledoux
d14d4e693c
fix: allow relative baseUrl other than ./ ( #2168 )
2018-08-13 12:14:18 -04:00
Haoqun Jiang
4a035e2fc1
fix: upgrade lint-staged to v7.2.2 ( #2183 )
...
closes #2165
2018-08-13 12:12:26 -04:00
Evan You
8d639396fc
refactor: simplify test script
2018-08-13 12:09:30 -04:00
Barthélémy Ledoux
86184fe6c8
ci: add testMatch for skipping mock-preset ( #2170 )
2018-08-13 12:07:02 -04:00
Alexander Sokolov
d730053b23
Update build-targets.md ( #2157 )
...
70160cc268 (diff-a3b41b526ebd10253d5760e82fdbfe1d)
2018-08-12 19:24:03 +09:00
Alexander Sokolov
f42ce1a68b
Fix link in ui-api.md ( #2160 )
...
* Update ui-api.md
* Update ui-api.md
2018-08-12 19:22:58 +09:00
Jitao
5707b0b4ee
docs(zh): fix typo, VUe to Vue ( #2167 )
2018-08-12 19:20:44 +09:00
Evan You
a76bde100b
test: do not call process.exit during tests
2018-08-11 16:11:13 -04:00
Evan You
f83f31a02e
fix: fix local preset inference on Windows
2018-08-11 16:10:57 -04:00
Evan You
d96a794003
fix(eslint): always emit error when lintOnSave === error + improve docs
...
ref #2162
2018-08-11 15:38:43 -04:00
Evan You
ddbb37588e
docs: add a note on polyfills in lib/wc
2018-08-10 14:52:10 -04:00
Evan You
86e3cf2c6f
ci: fix cors spec
2018-08-10 11:27:02 -04:00
Evan You
9cadb8c34d
chore: update readme [ci skip]
2018-08-10 11:12:48 -04:00
Evan You
8f0085233d
chore: 3.0.0 changelog [ci skip]
2018-08-10 11:02:52 -04:00
Evan You
394d534638
v3.0.0
v3.0.0
2018-08-10 11:01:14 -04:00
Evan You
b221b48ca9
chore: pre release sync
2018-08-10 11:01:03 -04:00
Evan You
c4b4bb06a1
docs: improve installation tip + tweaks [ci skip]
2018-08-10 10:43:24 -04:00
Alexander Sokolov
2bcbe71fb3
docs: fix typo ( #2150 ) [ci skip]
2018-08-10 09:57:02 -04:00
Evan You
8ccea270d4
chore: ensure EOL on generated files
...
close #2127
2018-08-10 09:56:23 -04:00
Evan You
7ec466dd6a
chore: fix typo [ci skip]
2018-08-10 09:32:05 -04:00
Evan You
d3a2a96bf3
docs: improve lintOnSave docs [ci skip]
2018-08-10 09:31:20 -04:00
Evan You
492e567602
docs: add note about CSS static assets [ci skip]
2018-08-10 09:14:31 -04:00
Evan You
2953e2214a
refactor: validate webpack config in serve as well + warn publicPath config error
2018-08-09 23:26:29 -04:00
Evan You
ba75e29243
fix: avoid adding githooks if created as sub dir in existing git repo
...
close #2131
2018-08-09 11:47:30 -04:00
Evan You
ce22d92751
chore: 3.0.0-rc.12 changelog [ci skip]
2018-08-09 02:25:16 -04:00
Evan You
e075ccff36
v3.0.0-rc.12
v3.0.0-rc.12
2018-08-09 02:23:23 -04:00
Evan You
1d8bd6b217
chore: pre release sync
2018-08-09 02:23:17 -04:00
shufangyi
5061de4d21
docs(zh): fix translation mistake ( #2124 )
2018-08-09 02:20:48 -04:00
Evan You
04c2be4587
docs: fix searchbox
2018-08-09 02:15:56 -04:00
ULIVZ
048a8fcb3b
docs: bump Vuepress & enable sw-update popup ( #2116 )
2018-08-09 01:52:45 -04:00