Commit Graph

428 Commits

Author SHA1 Message Date
Evan You 17cd664452 v3.0.0-beta.1 v3.0.0-beta.1 2018-02-16 11:50:10 +01:00
Evan You 8963a88b66 chore: pre release sync 2018-02-16 11:50:00 +01:00
Evan You e8f036b837 fix: also include import rule in eslint plugin 2018-02-16 11:43:49 +01:00
Evan You d391e4741e fix: eslint + airbnb compat with TypeScript 2018-02-16 11:38:39 +01:00
Evan You 9f5d0b9628 fix: fix eslint-loader for TypeScript 2018-02-16 11:02:15 +01:00
ziga a9ac1a9a9e fix(babel preset): allow setting useBuiltIns to be false. (#843) 2018-02-16 04:02:47 +01:00
wietseva 3dcf3c6de8 docs: package.json project options (#842)
Project options are specified in the `"vue"` field and not `"vue-cli"`
2018-02-16 02:20:00 +01:00
Evan You 3a5d125c8a fix: fix core-js import for global service
fix #837
2018-02-15 07:07:00 +01:00
Evan You 90310be561 chore: 3.0.0-alpha.13 changelog 2018-02-13 13:28:08 -05:00
Evan You 82d71ebe31 v3.0.0-alpha.13 v3.0.0-alpha.13 2018-02-13 13:27:35 -05:00
Evan You 00c7cb4828 chore: pre release sync 2018-02-13 13:27:30 -05:00
Evan You 6a0bc17e98 fix: include missing dep (fix #831) 2018-02-12 20:28:15 -05:00
Evan You 999946f144 chore: remove unecessary file 2018-02-12 20:27:47 -05:00
Evan You 9fde4972bb chore: 3.0.0-alpha.12 changelog 2018-02-12 17:12:02 -05:00
Evan You 194172b78f v3.0.0-alpha.12 v3.0.0-alpha.12 2018-02-12 17:11:29 -05:00
Evan You 791520a8fe chore: pre release sync 2018-02-12 17:11:24 -05:00
Evan You f4c520b834 test: fix invoke test case 2018-02-12 17:02:17 -05:00
pbastowski d7cfa00945 fix: make extension test for font files case-insensitive (#830) 2018-02-12 16:56:50 -05:00
Evan You 76d7f77941 fix: only enable TSLint when tslint.json exists 2018-02-12 16:54:45 -05:00
Evan You 90fd33a4ea chore: update yarn.lock 2018-02-12 16:42:31 -05:00
Wade Tandy e8aa68864c fix: fix usage with https proxy by switching from axios to request (#829)
Closes #785

Axios has a [known issue](https://github.com/axios/axios/issues/658)
that causes requests to hang when accessing an HTTPS resource via a
proxy served over HTTP.  This changes out the axios dependency for the
[request](https://github.com/request/request) library. In order to keep
`async/await` conventions easy, I also dropped in the
[request-promise-native](https://github.com/request/request-promise-native)
dependency.
2018-02-12 16:41:23 -05:00
Evan You 9040df84cb feat: lintOnSave no longer causes compilation to fail
close #817
2018-02-12 16:24:28 -05:00
Evan You 9410442138 feat: use eslint-plugin-cypress
close #815
2018-02-12 15:56:52 -05:00
Evan You 8f8fe6dee7 feat: allow e2e plugins to sepcify which mode the server should start in
close #814
2018-02-12 15:53:31 -05:00
Evan You fd131060db feat: use more descriptive classNames for CSS modules
close #813
2018-02-12 15:43:49 -05:00
Evan You 8e0661e61c feat: expose useBuiltIns options in @vue/babel-preset-app
close #812
2018-02-12 15:36:22 -05:00
Evan You 46182d0950 ci: bump test timeout 2018-02-12 10:30:15 -05:00
diogosalazar 0286d7000e docs: fix typo in error message (#819)
Small typo.
Please let me know whether direct PR like these are welcome of if you'd rather have these submitted as issues instead.
2018-02-12 10:00:09 -05:00
diogosalazar b1b1639e03 docs: fix comment typo (#811)
Small typo
2018-02-12 09:59:50 -05:00
diogosalazar 178ec30157 docs: fix typos (#810)
There are a few typos for some of the method names in the code sections
2018-02-12 09:59:35 -05:00
GU Yiling 86dbcd0ad3 docs: fix typo in webpack.md (#823) 2018-02-10 09:53:07 -05:00
Evan You db6ef700a7 chore: 3.0.0-alpha.11 changelog 2018-02-09 13:25:11 -05:00
Evan You 07f924b37c v3.0.0-alpha.11 v3.0.0-alpha.11 2018-02-09 13:24:44 -05:00
Evan You 256d541307 chore: pre release sync 2018-02-09 13:24:39 -05:00
Evan You 90c1952d58 ci: bump cypress timeout for appveyor 2018-02-09 12:23:12 -05:00
Evan You b5564afb57 fix: respect user configured output path
also ensure wc/lib mode respect user raw webpack config.
fix #809
2018-02-09 12:12:08 -05:00
Evan You 0468022fdb test: fix eslint related tests 2018-02-09 11:43:43 -05:00
Evan You c2e32285e7 fix(eslint): load node env by default (fix #806) 2018-02-09 11:26:33 -05:00
Evan You ea74da12e5 fix: eslint config should be root 2018-02-09 11:26:33 -05:00
Sébastien Chopin 9467739e6b docs: fix typo (#808)
* Fix typo

* Fix typo on CPU
2018-02-09 10:34:25 -05:00
Evan You c88e69492f docs: revisions 2018-02-08 22:04:22 -05:00
Evan You fd1ca02f16 chore: fix serve command name 2018-02-08 21:32:29 -05:00
Evan You 8c865a619e docs: make it clear that dev-server options are supported 2018-02-08 20:24:38 -05:00
Paul Adams ba1e16f2ea docs: fixed typo (#804) 2018-02-08 20:22:33 -05:00
Evan You 7ded16265c ci: bump cypress test timeout 2018-02-08 20:21:14 -05:00
Evan You 242423bd5a chore: rename plugin dev file 2018-02-08 17:50:21 -05:00
Evan You 4ff40a0566 chore: 3.0.0-alpha.10 changelog 2018-02-08 17:47:53 -05:00
Evan You a660ac8538 v3.0.0-alpha.10 v3.0.0-alpha.10 2018-02-08 17:38:09 -05:00
Evan You 22933986e2 chore: pre release sync 2018-02-08 17:38:03 -05:00
Evan You dd6cd856e2 docs: readme for plugins 2018-02-08 17:25:43 -05:00