Commit Graph

1783 Commits

Author SHA1 Message Date
wubaodong 43cb1ad65c docs: fix typo (#2448) [ci skip] 2018-09-06 15:26:10 +08:00
Haoqun Jiang 6f12d35cae docs: merge branch 'docs' into dev [ci skip] 2018-09-05 14:12:47 +08:00
Evan You e810806fdb docs: fix scss example typo
close #2272
2018-09-05 14:07:23 +08:00
Dobromir Hristov 3f434f69c6 fix(plugin api): fix generator dotfile rename for Windows. (#2427)
close #2424
2018-09-04 17:49:17 +08:00
Haoqun Jiang 3247719e20 fix: fix scoped modules exclusion on windows (#2379)
closes #2251
2018-09-04 17:47:10 +08:00
Haoqun Jiang 33dad3906f fix: add hash to filename in development mode (#2403)
to circumvent a Safari caching issue

closes #2391, #1132
2018-09-04 17:44:37 +08:00
Haoqun Jiang 3933187f73 fix: revert named-chunks nameResolver algorithm (#2324)
* Revert "fix: avoid hash collisions (#1959)"

This reverts commit 4b5a63441b.

* Revert "refactor: improve chunk name aesthetics"

This reverts commit 625d541715.
2018-09-04 16:51:48 +08:00
Andy Parsons f9652a1d4f fix(serve): respect devServer.openPage field (#2309) 2018-09-04 16:17:54 +08:00
Haoqun Jiang ba15fa26b2 fix: use sync fs methods in writeFileTree (#2341)
closes #2275

Iterating over async functions would put too many write calls in I/O
queue in the same time, leading to weird bugs.
2018-09-03 22:34:53 +08:00
Guillaume Chau 492d564267 docs: add favicon, closes #2423 2018-09-02 14:43:13 +02:00
Guillaume Chau 5efbd1b632 feat(configuration details): better loading UX 2018-08-31 19:59:49 +02:00
Guillaume Chau f8ccef1663 chore: update @vue/ui 2018-08-31 19:55:31 +02:00
Guillaume Chau ad6f934867 fix: pane toolbar switch background in dark mode 2018-08-31 19:54:07 +02:00
Guillaume Chau 59dbc0241e fix(TopBar): project dropdown button not flat to be more accessible 2018-08-31 19:47:42 +02:00
Guillaume Chau 1333d5ef0d chore: update @vue/ui 2018-08-31 19:43:43 +02:00
Guillaume Chau 812159a345 fix: put actions buttons together, closes #1588 2018-08-31 19:41:11 +02:00
Guillaume Chau 51490c6ae1 fix: ansi up shouldn't escape HTML, closes #2187 2018-08-31 18:20:38 +02:00
Guillaume Chau de290d8f5b fix(webpack dashboard): anazlyer sort on size types + performance improvements 2018-08-31 16:57:27 +02:00
Guillaume Chau a549d566d6 fix: restore select element (config/task) 2018-08-31 16:16:03 +02:00
Guillaume Chau de73414724 test: fix e2e timeout 2018-08-30 17:52:40 +02:00
Guillaume Chau 855da76170 fix(webpack dashboard): support any command for mode 2018-08-30 13:28:08 +02:00
The Jared Wilcurt ff57b8f55f fix: names of Sass and Less (#2384)
* Sass, not SASS

* Update cssPreprocessors.spec.js
2018-08-29 10:25:09 +02:00
Alexey Pyltsyn cd619e70d4 fix: spelling of TypeScript (#2389) 2018-08-29 10:21:09 +02:00
Robert Wildling 566464398d docs: Correct 2 minor grammar errors. (#2378) 2018-08-28 12:23:26 +02:00
dailynodejs 53509e115f [polish] word mistake (#2331)
polish registry word mistake
2018-08-23 17:41:56 +09:00
Guillaume Chau 4acf48da10 chore: update to latest apollo 2018-08-23 02:20:24 +02:00
Guillaume Chau f2614103a1 fix(plugin api): IPC now namspaced per project by default, closes #2189 2018-08-23 00:57:47 +02:00
Guillaume Chau 8dd0b11747 fix: expire env maps, closes #1906 2018-08-23 00:12:22 +02:00
Hugo Alliaume a115151027 docs(cli-ui): add more notes for local development (#2281)
* docs(cli-ui): add some more user-friendly notes

* docs(cli-ui): add notes about running E2E tests locally

* chore(docs:cli-ui): cr/wording

* chore(docs:cli-ui): revert some changes, remove additionnal command for tests

* chore(docs:cli-ui): commands for cli-ui-addon-wepack
2018-08-22 23:11:40 +02:00
Bogdan Luca bf91533c57 fix(cli-ui): ignore "false" ENOENT errors on Windows (#2294) 2018-08-21 16:36:51 +02:00
Haoqun Jiang 78c6877294 fix: fix hmr compatibility with worker-loader (#2286)
closes #2276
2018-08-20 11:39:07 -04:00
Alexander Sokolov e1c17dc183 docs: [RU] Translation update (#2267) [ci skip] 2018-08-20 11:37:37 -04:00
Evan You d9c6ebe45f docs: follow up for #2269 [ci skip] 2018-08-20 11:32:59 -04:00
Noel De Martin 7957600b05 docs: fix deploy.sh example with correct commands (#2269) [ci skip] 2018-08-20 11:31:43 -04:00
Haoqun Jiang ecb8c1801f fix: support generator/index.js in local presets (#2263)
fixes #2172
2018-08-20 11:31:04 -04:00
Evan You b81d11e20c fix: also lint nested js files starting with dot 2018-08-18 15:50:15 -04:00
Evan You 6bdf7040d4 chore: remove unnecessary rules for unit test eslint config 2018-08-18 15:44:33 -04:00
Evan You b62c6ba7f2 fix: ensure unit test examples work in projects created with --bare
close #2262
2018-08-18 15:41:44 -04:00
Evan You a024513bcc docs: fix scss example typo
close #2272
2018-08-18 15:10:14 -04:00
Evan You 5999e09945 chore: update package readme docs links [ci skip] 2018-08-18 11:45:02 -04:00
Simone Busoli 4b69388c28 docs: add bitbucket cloud deployment documentation (#2256) 2018-08-17 10:08:31 -04:00
Evan You 1973e2de2c fix: fix extracted css publicPath for target --lib
close #2260
2018-08-17 10:04:17 -04:00
Evan You b1f3a4caa7 fix(cli-service): treat specific flags as boolean only
close #2258
2018-08-17 09:41:53 -04:00
Evan You 403727e7a8 chore: publish missing packages [ci skip] 2018-08-16 14:16:48 -04:00
Alexander Sokolov 26f87bb7ec docs: [RU] Translation done (#2227) 2018-08-16 13:41:20 -04:00
Evan You 3b9ecf38fb docs: merge branch 'docs' into dev [ci skip] 2018-08-16 12:20:15 -04:00
Evan You dc5505725e chore: 3.0.1 changelog [ci skip] 2018-08-16 12:12:09 -04:00
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