Commit Graph

2305 Commits

Author SHA1 Message Date
Haoqun Jiang e9259cdacd feat: add types for new lintOnSave options and multi-page entries (#3847) 2019-04-27 20:05:35 +08:00
Haoqun Jiang 3da799c8d8 feat: should support bare option in preset.json (#3848)
closes #3825
2019-04-27 20:05:20 +08:00
Haoqun Jiang b082da83e5 fix: process should be polyfilled rather than mocked (#3878)
To be in line with webpack's default configuration and avoid confusions:
https://webpack.js.org/configuration/node/
2019-04-27 20:03:50 +08:00
Haoqun Jiang 4f74b272d1 fix: should invalidate cache when lockfiles have updated (#3865)
closes #3635
2019-04-27 20:02:07 +08:00
Haoqun Jiang 41f9dcf0c8 fix: pin jest-watch-typeahead to 0.2.1, avoid introducing jest 24 deps (#3867)
fixes #3833
2019-04-27 20:01:55 +08:00
Haoqun Jiang 405480e7b1 fix: vue-virtual-scroller should be in devDependencies as it's client-side only (#3871)
This commit fixes a peer dependency warning described here:
https://github.com/vuejs/vue-cli/issues/2862#issuecomment-485777470
2019-04-27 20:01:32 +08:00
Natalia Tepluhina 411c999a1d docs: move plugin naming (#3874)
* docs: move naming plugin section to the beginning of the guide

* docs: added a link to npm

* Update docs/dev-guide/plugin-dev.md

Co-Authored-By: NataliaTepluhina <NataliaTepluhina@users.noreply.github.com>

* docs: add a warning in plugin naming section
2019-04-25 18:11:20 +02:00
Haoqun Jiang db374ecd83 fix: should not show error message when pnpm is not installed (#3826) 2019-04-25 22:47:10 +08:00
Martijn Cuppens 0bfc4b684f chore: remove redundant <= IE8 rule (#3851)
The `not ie <= 8` rule in the browserlist is redundant. `ie <= 8` browsers aren't added by `> 1%` nor `last 2 versions`
2019-04-22 13:05:37 +08:00
Guillaume Chau 89e0697cc9 feat: syntax highlight inspect output (#3844) 2019-04-18 17:03:11 +02:00
678 0d7908bc4a docs(zh): fix typo in deployment.md (#3827) [ci skip] 2019-04-18 22:57:58 +08:00
Josh Gribbon e26717920b fix(ui): fix typo "procress" -> "process" (#3835) [ci skip] 2019-04-18 15:49:15 +08:00
Haoqun Jiang f09722cb1c workflow: allow ! for indicating breaking changes in commit mesasge header
This was introduced in conventional-commits 1.0.0-beta.4
https://github.com/conventional-commits/conventionalcommits.org/pull/134
2019-04-17 12:59:36 +08:00
Haoqun Jiang f6c9437999 chore: update lockfile 2019-04-17 12:28:48 +08:00
Haoqun Jiang 7375b12c8e v3.6.3 v3.6.3 2019-04-16 15:02:37 +08:00
Cédric Exbrayat 50061101ec fix: jest typeahead config (#3815)
fixes #3814
2019-04-16 14:32:30 +08:00
Alberto Jerez 57151bef32 fix: progress-path background color for dark mode (#3717)
* Fixed progress-path background color for dark mode

* Fixed progress dots background color for dark mode

* Updated progress background color for dark mode with code suggestions

Co-Authored-By: ajerez <albertoj04@gmail.com>
2019-04-15 16:44:54 +02:00
Haoqun Jiang 1e09efa350 chore: refine changelog [ci skip] 2019-04-14 23:24:57 +08:00
Haoqun Jiang 13e283e558 v3.6.2 v3.6.2 2019-04-14 23:17:00 +08:00
Haoqun Jiang 5ce60b70eb chore: graphql should be directly listed as a dependency
as some of @vue/cli-ui's sub dependencies have listed it as a peer dep
2019-04-14 23:07:59 +08:00
Haoqun Jiang 1a72e995e8 fix: fix vue add/invoke bug when user does not have yarn installed (#3806)
closes #3804
2019-04-14 23:01:52 +08:00
Guillaume Chau e8bc36d6d0 chore(locale): update text 2019-04-13 20:59:47 +02:00
Guillaume Chau bbe4002480 feat(tasks): override args switch, closes #3236 2019-04-13 20:58:12 +02:00
Guillaume Chau 01d20357ff fix(PubSub): set max listeners to Infinity 2019-04-13 20:10:32 +02:00
Guillaume Chau bdf74ba9a2 feat(SharedData): set: log number of subscriptions 2019-04-13 20:10:18 +02:00
Guillaume Chau 022e17da57 fix: --dev shouldn't try to load dev assets, closes #3802 2019-04-13 19:44:14 +02:00
Haoqun Jiang d97ed6ceec v3.6.1 v3.6.1 2019-04-14 01:25:51 +08:00
Haoqun Jiang 8b24b51b4d workflow: fix changelog version title 2019-04-14 01:17:01 +08:00
Haoqun Jiang 5fbda109d9 fix: fix ERR_INVALID_ARG_TYPE error when launching vue ui (#3801)
closes #3800
2019-04-14 01:11:47 +08:00
Haoqun Jiang 578134016b chore: merge branch 'dev' into docs [ci skip] 2019-04-14 00:41:50 +08:00
Haoqun Jiang 500a315ee1 chore: refine changelog for 3.6.0 2019-04-14 00:27:33 +08:00
Haoqun Jiang 99a06d1758 v3.6.0 v3.6.0 2019-04-13 23:56:37 +08:00
Haoqun Jiang eefe9f3f52 chore: pre release sync 2019-04-13 23:53:55 +08:00
Guillaume Chau 4d378ff5ca chore: update @vue/ui 2019-04-12 22:50:11 +02:00
Guillaume Chau ee04a2931d chore: update v-tooltip 2019-04-12 11:26:57 +02:00
Guillaume Chau 08ea7911f3 fix(audit): not implemented for pnpm error 2019-04-11 22:57:01 +02:00
Guillaume Chau a684324d53 fix: animations not happening 2019-04-11 22:54:43 +02:00
Guillaume Chau bff6a44ae8 fix(audit): hasProjectYarn 2019-04-11 22:49:54 +02:00
Guillaume Chau 33e9e0dac3 chore: update v-tooltip 2019-04-11 22:40:45 +02:00
Haoqun Jiang ad0da2d951 fix: fix pnpm compatibility issues during scaffolding (#3790)
as a follow up of #1531

1. separate project pnpm check and global pnpm check
2. rename `hasPnpm` to `hasPnpm3OrLater`
3. add `--shamefully-flatten` flag for `pnpm install`
4. generate `.npmrc` when using pnpm as package manager, to persist the install flag
2019-04-11 18:03:44 +08:00
Haoqun Jiang 92c69e1602 fix: should pass cwd as argument 2019-04-11 17:39:31 +08:00
Haoqun Jiang a1aef86578 fix: check for project pnpm only 2019-04-11 17:34:06 +08:00
Haoqun Jiang 095067e912 feat: generate .npmrc when using pnpm as package manager 2019-04-11 17:28:51 +08:00
Haoqun Jiang 6740ca363d fix: should add --shamefully-flatten for pnpm install 2019-04-11 16:38:59 +08:00
Haoqun Jiang 94f3ca0e91 fix: better pnpm check
1. separate project pnpm check and global pnpm check
2. rename hasPnpm to hasPnpm3OrLater
2019-04-11 16:38:49 +08:00
Haoqun Jiang cc66247950 chore: update deps 2019-04-11 14:49:12 +08:00
Haoqun Jiang d9929ef4d8 test: remove unnecessary log statement 2019-04-11 12:18:14 +08:00
Haoqun Jiang f1807fd304 Merge pull request #3743 from vuejs/next-minor
3.6
2019-04-11 09:26:12 +08:00
Carlos Rodrigues d853d52cca feat(ui): add copyContent to clipboard button to terminal component (#3688) 2019-04-11 09:25:53 +08:00
Guillaume Chau ca2bdadb02 feat(tasks): refresh button 2019-04-11 01:13:35 +02:00