Commit Graph

2376 Commits

Author SHA1 Message Date
0xflotus 5c95ee9539 docs: fix typo of transformIgnorePatterns (#3927) [ci skip]
(cherry picked from commit e9d4c4902c)
2019-05-25 20:45:38 +08:00
achretien c50969fcbe feat: enable hmr for 'mini-css-extract-plugin' in dev (#4011)
(cherry picked from commit 59b106ad04)
2019-05-25 20:45:14 +08:00
Haoqun Jiang 2a151b0e18 refactor: replace recast with jscodeshift for injectImportsAndOptions (#4003)
fixes #3309

(cherry picked from commit 2e417b01d2)
2019-05-25 20:44:57 +08:00
Haoqun Jiang 844f75b6ab fix(cli-ui): update dependencies and fix peer dependency warnings (#3992)
(cherry picked from commit aeee7fac01)
2019-05-25 20:44:28 +08:00
Haoqun Jiang fe4a57141a chore: remove accidentally checked-in package-lock.json
(cherry picked from commit 34fcc59b76)
2019-05-25 20:44:13 +08:00
James George a893e59282 feat(cli): suggest matching commands if the user mistypes (#3860)
(cherry picked from commit ab18cd5952)
2019-05-25 20:44:13 +08:00
Thorsten Lünborg fc0fe3a198 feat(babel-preset-app): Bump jsx dependency version (#3978)
@vue/babel-preset-jsx 1.0.0 has been released. It doesn't have any breaking changes from the latest beta that we included so far.

(cherry picked from commit 65a35db0ac)
2019-05-25 20:42:23 +08:00
maple eac03255c9 fix: detectLanguage function (#3966)
(cherry picked from commit 206803cbef)
2019-05-25 20:41:07 +08:00
Evan You f0d8e9d14d chore: update sponsor link
(cherry picked from commit b916635d9e)
2019-05-25 20:40:54 +08:00
Haoqun Jiang 7ce7a3ae50 chore: remove extraneous log statement
(cherry picked from commit 341286b708)
2019-05-25 20:40:42 +08:00
Haoqun Jiang dd8a96d1b6 chore: joi -> @hapi/joi
(cherry picked from commit f99645cfcd)
2019-05-25 20:40:29 +08:00
Thorsten Lünborg c3b6519a11 chore: prefer .tsx? files over .jsx? file extensions (#3909)
close #3898

(cherry picked from commit 0c635afb1b)
2019-05-25 20:40:17 +08:00
Haoqun Jiang fbaa40c3fa chore: use plural forms for "new features" and "breaking changes"
(cherry picked from commit 60ca68f3ea)
2019-05-25 20:39:22 +08:00
Guillaume Chau e56d510b39 feat: rename project (#3955)
* feat: project rename

* chore: use a pen icon for rename button
2019-05-16 16:05:11 +02:00
Guillaume Chau 3eabfad234 fix(task): ENV_VAR=value broken in commands 2019-05-16 15:41:35 +02:00
Haoqun Jiang 0dbfa5a0bf v3.7.0 v3.7.0 2019-04-28 14:21:35 +08:00
Haoqun Jiang 6e6484e175 chore: pre release sync 2019-04-28 14:20:53 +08:00
Haoqun Jiang 419d3e888d chore: update lockfile 2019-04-28 13:51:53 +08:00
Haoqun Jiang bc1a345fe1 fix: should not add polyfills from transform-runtime plugin (#3899)
The basic idea is the same as #3730, except that this time we use babel-plugin-module-resolve for aliasing instead of relying on webpack.
2019-04-28 13:47:27 +08:00
Haoqun Jiang a3e0858105 feat: add .version field and assertVersion helper to plugin api (#3861)
partially addresses #2336 (GeneratorAPI TBD)
2019-04-28 13:45:00 +08:00
Haoqun Jiang a351cbadb8 feat: allow parallel option to be an integer (#3864)
closes #3850
2019-04-27 20:11:16 +08:00
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