Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6323b73

Browse filesBrowse files
committed
v4.4.0
1 parent d03ccc3 commit 6323b73
Copy full SHA for 6323b73

File tree

Expand file treeCollapse file tree

25 files changed

+118
-84
lines changed
Filter options
Expand file treeCollapse file tree

25 files changed

+118
-84
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+60Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,64 @@
11

2+
## 4.4.0 (2020-05-19)
3+
4+
#### :rocket: New Features
5+
* `@vue/cli`
6+
* [#5498](https://github.com/vuejs/vue-cli/pull/5498) feat(plugin-api): expose `inquirer` to prompts.js, allowing custom prompt types ([@sodatea](https://github.com/sodatea))
7+
* `@vue/cli-service`
8+
* [#5376](https://github.com/vuejs/vue-cli/pull/5376) feat(cli-service) add stdin flag to build ([@sickp](https://github.com/sickp))
9+
10+
#### :bug: Bug Fix
11+
* `@vue/cli-service`, `@vue/cli-shared-utils`
12+
* [#5500](https://github.com/vuejs/vue-cli/pull/5500) fix: should throw errors if there is bad require() in vue.config.js ([@sodatea](https://github.com/sodatea))
13+
* `@vue/cli-plugin-unit-jest`
14+
* [#5499](https://github.com/vuejs/vue-cli/pull/5499) fix(unit-jest): fix .vue coverage report when babel plugin is not enabled ([@sodatea](https://github.com/sodatea))
15+
* `@vue/cli`
16+
* [#5497](https://github.com/vuejs/vue-cli/pull/5497) fix: allow specifying plugin version when calling `vue add` ([@sodatea](https://github.com/sodatea))
17+
* [#5493](https://github.com/vuejs/vue-cli/pull/5493) fix(ui): the logs from creator should be displayed in the UI ([@sodatea](https://github.com/sodatea))
18+
* [#5472](https://github.com/vuejs/vue-cli/pull/5472) fix(creator): do not override the README.md generated by plugins ([@sodatea](https://github.com/sodatea))
19+
* [#5395](https://github.com/vuejs/vue-cli/pull/5395) Update ProjectPackageManager.js upgrade() method: manage multiple package names separated by spaces ([@motla](https://github.com/motla))
20+
* [#5424](https://github.com/vuejs/vue-cli/pull/5424) fix: normalize the `file` argument of `transformScript`, fix Windows compatibility ([@sodatea](https://github.com/sodatea))
21+
* `@vue/cli-plugin-unit-mocha`
22+
* [#5473](https://github.com/vuejs/vue-cli/pull/5473) fixed --inspect-brk flag clobbering other values ([@tommyo](https://github.com/tommyo))
23+
* `@vue/cli-service`
24+
* [#4800](https://github.com/vuejs/vue-cli/pull/4800) fix(serve): pass devServer sockPath properly to client ([@AlbertBrand](https://github.com/AlbertBrand))
25+
* `@vue/cli-plugin-eslint`
26+
* [#5455](https://github.com/vuejs/vue-cli/pull/5455) fix(eslint): invalidate the cache when `.eslintignore` changes ([@godkun](https://github.com/godkun))
27+
* `@vue/cli-shared-utils`
28+
* [#5390](https://github.com/vuejs/vue-cli/pull/5390) fix: set timeout of openChrome.applescript ([@374632897](https://github.com/374632897))
29+
* `@vue/cli-plugin-e2e-nightwatch`
30+
* [#5387](https://github.com/vuejs/vue-cli/pull/5387) [cli-plugin-e2e-nightwatch] fixing globals.js import ([@aberonni](https://github.com/aberonni))
31+
32+
#### :memo: Documentation
33+
* Other
34+
* [#5408](https://github.com/vuejs/vue-cli/pull/5408) docs: explain pwa head/manifest icons ([@DRBragg](https://github.com/DRBragg))
35+
* [#5312](https://github.com/vuejs/vue-cli/pull/5312) Make Heroku resource link accessible ([@Timibadass](https://github.com/Timibadass))
36+
* [#5300](https://github.com/vuejs/vue-cli/pull/5300) Update cli-service.md ([@Akenokoru](https://github.com/Akenokoru))
37+
* `@vue/babel-preset-app`
38+
* [#5282](https://github.com/vuejs/vue-cli/pull/5282) docs: update polyfill names according to core-js 3 ([@sodatea](https://github.com/sodatea))
39+
40+
#### :house: Internal
41+
* `@vue/babel-preset-app`, `@vue/cli-plugin-babel`, `@vue/cli-plugin-e2e-nightwatch`, `@vue/cli-plugin-eslint`, `@vue/cli-plugin-typescript`, `@vue/cli-plugin-unit-jest`, `@vue/cli-plugin-unit-mocha`, `@vue/cli-plugin-vuex`, `@vue/cli-service`, `@vue/cli-ui-addon-webpack`, `@vue/cli-ui`, `@vue/cli`
42+
* [#5496](https://github.com/vuejs/vue-cli/pull/5496) chore: dependency maintenance ([@sodatea](https://github.com/sodatea))
43+
44+
#### Committers: 14
45+
- Adrian B. Danieli ([@sickp](https://github.com/sickp))
46+
- Albert Brand ([@AlbertBrand](https://github.com/AlbertBrand))
47+
- Alexander Sokolov ([@Alex-Sokolov](https://github.com/Alex-Sokolov))
48+
- Domenico Gemoli ([@aberonni](https://github.com/aberonni))
49+
- Drew Bragg ([@DRBragg](https://github.com/DRBragg))
50+
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))
51+
- Jiang Guoxi ([@374632897](https://github.com/374632897))
52+
- Romain ([@motla](https://github.com/motla))
53+
- Stefano Bartoletti ([@stefano-b](https://github.com/stefano-b))
54+
- Timi Omoyeni ([@Timibadass](https://github.com/Timibadass))
55+
- [@Akenokoru](https://github.com/Akenokoru)
56+
- [@epixian](https://github.com/epixian)
57+
- [@tommyo](https://github.com/tommyo)
58+
- 杨昆 ([@godkun](https://github.com/godkun))
59+
60+
61+
262
## 4.3.1 (2020-04-07)
363

464
#### :bug: Bug Fix

‎docs/core-plugins/pwa.md

Copy file name to clipboardExpand all lines: docs/core-plugins/pwa.md
-26Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -83,30 +83,6 @@ file, or the `"vue"` field in `package.json`.
8383
- start_url: `'.'`
8484
- display: `'standalone'`
8585
- theme_color: `pwa.themeColor`
86-
- icons: `[
87-
{
88-
'src': './img/icons/android-chrome-192x192.png',
89-
'sizes': '192x192',
90-
'type': 'image/png'
91-
},
92-
{
93-
'src': './img/icons/android-chrome-512x512.png',
94-
'sizes': '512x512',
95-
'type': 'image/png'
96-
},
97-
{
98-
'src': './img/icons/android-chrome-maskable-192x192.png',
99-
'sizes': '192x192',
100-
'type': 'image/png',
101-
'purpose': 'maskable'
102-
},
103-
{
104-
'src': './img/icons/android-chrome-maskable-512x512.png',
105-
'sizes': '512x512',
106-
'type': 'image/png',
107-
'purpose': 'maskable'
108-
}
109-
]`
11086

11187
- **pwa.iconPaths**
11288

@@ -124,8 +100,6 @@ file, or the `"vue"` field in `package.json`.
124100

125101
Change these values to use different paths for your icons.
126102

127-
*NOTE:* These icons are only used to generate the meta tags in the `<head>` of your HTML doc. To change the icon paths for your manifest please use `pwa.manifestOptions.icons`
128-
129103
### Example Configuration
130104

131105
```js

‎lerna.json

Copy file name to clipboardExpand all lines: lerna.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "4.3.1",
4+
"version": "4.4.0",
55
"packages": [
66
"packages/@vue/babel-preset-app",
77
"packages/@vue/cli*",

‎packages/@vue/babel-preset-app/package.json

Copy file name to clipboardExpand all lines: packages/@vue/babel-preset-app/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/babel-preset-app",
3-
"version": "4.3.1",
3+
"version": "4.4.0",
44
"description": "babel-preset-app for vue-cli",
55
"main": "index.js",
66
"publishConfig": {

‎packages/@vue/cli-init/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-init/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-init",
3-
"version": "4.3.1",
3+
"version": "4.4.0",
44
"description": "init addon for vue-cli",
55
"main": "index.js",
66
"publishConfig": {

‎packages/@vue/cli-overlay/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-overlay/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-overlay",
3-
"version": "4.3.1",
3+
"version": "4.4.0",
44
"description": "error overlay & dev server middleware for vue-cli",
55
"main": "dist/client.js",
66
"files": [

‎packages/@vue/cli-plugin-babel/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-babel/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-babel",
3-
"version": "4.3.1",
3+
"version": "4.4.0",
44
"description": "babel plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -21,8 +21,8 @@
2121
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-babel#readme",
2222
"dependencies": {
2323
"@babel/core": "^7.9.6",
24-
"@vue/babel-preset-app": "^4.3.1",
25-
"@vue/cli-shared-utils": "^4.3.1",
24+
"@vue/babel-preset-app": "^4.4.0",
25+
"@vue/cli-shared-utils": "^4.4.0",
2626
"babel-loader": "^8.1.0",
2727
"cache-loader": "^4.1.0",
2828
"thread-loader": "^2.1.3",

‎packages/@vue/cli-plugin-e2e-cypress/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-e2e-cypress/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-e2e-cypress",
3-
"version": "4.3.1",
3+
"version": "4.4.0",
44
"description": "e2e-cypress plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"@vue/cli-shared-utils": "^4.3.1",
26+
"@vue/cli-shared-utils": "^4.4.0",
2727
"cypress": "^3.8.3",
2828
"eslint-plugin-cypress": "^2.10.3"
2929
},

‎packages/@vue/cli-plugin-e2e-nightwatch/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-e2e-nightwatch/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-e2e-nightwatch",
3-
"version": "4.3.1",
3+
"version": "4.4.0",
44
"description": "e2e-nightwatch plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"@vue/cli-shared-utils": "^4.3.1",
26+
"@vue/cli-shared-utils": "^4.4.0",
2727
"deepmerge": "^4.2.2",
2828
"nightwatch": "^1.3.5"
2929
},

‎packages/@vue/cli-plugin-eslint/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-eslint/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-eslint",
3-
"version": "4.3.1",
3+
"version": "4.4.0",
44
"description": "eslint plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"@vue/cli-shared-utils": "^4.3.1",
26+
"@vue/cli-shared-utils": "^4.4.0",
2727
"eslint-loader": "^2.2.1",
2828
"globby": "^9.2.0",
2929
"inquirer": "^7.1.0",

‎packages/@vue/cli-plugin-pwa/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-pwa/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-pwa",
3-
"version": "4.3.1",
3+
"version": "4.4.0",
44
"description": "pwa plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"@vue/cli-shared-utils": "^4.3.1",
26+
"@vue/cli-shared-utils": "^4.4.0",
2727
"webpack": "^4.0.0",
2828
"workbox-webpack-plugin": "^4.3.1"
2929
},

‎packages/@vue/cli-plugin-router/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-router/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-router",
3-
"version": "4.3.1",
3+
"version": "4.4.0",
44
"description": "router plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -23,10 +23,10 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"@vue/cli-shared-utils": "^4.3.1"
26+
"@vue/cli-shared-utils": "^4.4.0"
2727
},
2828
"devDependencies": {
29-
"@vue/cli-test-utils": "^4.3.1"
29+
"@vue/cli-test-utils": "^4.4.0"
3030
},
3131
"peerDependencies": {
3232
"@vue/cli-service": "^3.0.0 || ^4.0.0-0"

‎packages/@vue/cli-plugin-typescript/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-typescript/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-typescript",
3-
"version": "4.3.1",
3+
"version": "4.4.0",
44
"description": "typescript plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@types/webpack-env": "^1.15.2",
27-
"@vue/cli-shared-utils": "^4.3.1",
27+
"@vue/cli-shared-utils": "^4.4.0",
2828
"cache-loader": "^4.1.0",
2929
"fork-ts-checker-webpack-plugin": "^3.1.1",
3030
"globby": "^9.2.0",

‎packages/@vue/cli-plugin-unit-jest/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-unit-jest/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-unit-jest",
3-
"version": "4.3.1",
3+
"version": "4.4.0",
44
"description": "unit-jest plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -26,7 +26,7 @@
2626
"@babel/core": "^7.9.6",
2727
"@babel/plugin-transform-modules-commonjs": "^7.9.6",
2828
"@types/jest": "^24.0.19",
29-
"@vue/cli-shared-utils": "^4.3.1",
29+
"@vue/cli-shared-utils": "^4.4.0",
3030
"babel-core": "^7.0.0-bridge.0",
3131
"babel-jest": "^24.9.0",
3232
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",

‎packages/@vue/cli-plugin-unit-mocha/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-unit-mocha/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-unit-mocha",
3-
"version": "4.3.1",
3+
"version": "4.4.0",
44
"description": "mocha unit testing plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -22,7 +22,7 @@
2222
},
2323
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-unit-mocha#readme",
2424
"dependencies": {
25-
"@vue/cli-shared-utils": "^4.3.1",
25+
"@vue/cli-shared-utils": "^4.4.0",
2626
"jsdom": "^15.2.1",
2727
"jsdom-global": "^3.0.2",
2828
"mocha": "^6.2.2",

‎packages/@vue/cli-plugin-vuex/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-vuex/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-vuex",
3-
"version": "4.3.1",
3+
"version": "4.4.0",
44
"description": "Vuex plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"access": "public"
2424
},
2525
"devDependencies": {
26-
"@vue/cli-test-utils": "^4.3.1"
26+
"@vue/cli-test-utils": "^4.4.0"
2727
},
2828
"peerDependencies": {
2929
"@vue/cli-service": "^3.0.0 || ^4.0.0-0"

‎packages/@vue/cli-service-global/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-service-global/package.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-service-global",
3-
"version": "4.3.1",
3+
"version": "4.4.0",
44
"description": "vue-cli-service global addon for vue-cli",
55
"main": "index.js",
66
"publishConfig": {
@@ -22,9 +22,9 @@
2222
},
2323
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-service-global#readme",
2424
"dependencies": {
25-
"@vue/cli-plugin-babel": "^4.3.1",
26-
"@vue/cli-plugin-eslint": "^4.3.1",
27-
"@vue/cli-service": "^4.3.1",
25+
"@vue/cli-plugin-babel": "^4.4.0",
26+
"@vue/cli-plugin-eslint": "^4.4.0",
27+
"@vue/cli-service": "^4.4.0",
2828
"babel-eslint": "^10.1.0",
2929
"chalk": "^3.0.0",
3030
"core-js": "^3.6.5",

‎packages/@vue/cli-service/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-service/package.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-service",
3-
"version": "4.3.1",
3+
"version": "4.4.0",
44
"description": "local service for vue-cli projects",
55
"main": "lib/Service.js",
66
"typings": "types/index.d.ts",
@@ -26,10 +26,10 @@
2626
"@intervolga/optimize-cssnano-plugin": "^1.0.5",
2727
"@soda/friendly-errors-webpack-plugin": "^1.7.1",
2828
"@soda/get-current-script": "^1.0.0",
29-
"@vue/cli-overlay": "^4.3.1",
30-
"@vue/cli-plugin-router": "^4.3.1",
31-
"@vue/cli-plugin-vuex": "^4.3.1",
32-
"@vue/cli-shared-utils": "^4.3.1",
29+
"@vue/cli-overlay": "^4.4.0",
30+
"@vue/cli-plugin-router": "^4.4.0",
31+
"@vue/cli-plugin-vuex": "^4.4.0",
32+
"@vue/cli-shared-utils": "^4.4.0",
3333
"@vue/component-compiler-utils": "^3.1.2",
3434
"@vue/preload-webpack-plugin": "^1.1.0",
3535
"@vue/web-component-wrapper": "^1.2.0",

‎packages/@vue/cli-shared-utils/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-shared-utils/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-shared-utils",
3-
"version": "4.3.1",
3+
"version": "4.4.0",
44
"description": "shared utilities for vue-cli packages",
55
"main": "index.js",
66
"repository": {

‎packages/@vue/cli-test-utils/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-test-utils/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-test-utils",
3-
"version": "4.3.1",
3+
"version": "4.4.0",
44
"description": "test utilities for vue-cli packages",
55
"repository": {
66
"type": "git",

‎packages/@vue/cli-ui-addon-webpack/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-ui-addon-webpack/package.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-ui-addon-webpack",
3-
"version": "4.3.1",
3+
"version": "4.4.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/vuejs/vue-cli.git",
@@ -18,9 +18,9 @@
1818
},
1919
"license": "MIT",
2020
"devDependencies": {
21-
"@vue/cli-plugin-babel": "^4.3.1",
22-
"@vue/cli-plugin-eslint": "^4.3.1",
23-
"@vue/cli-service": "^4.3.1",
21+
"@vue/cli-plugin-babel": "^4.4.0",
22+
"@vue/cli-plugin-eslint": "^4.4.0",
23+
"@vue/cli-service": "^4.4.0",
2424
"@vue/eslint-config-standard": "^5.1.2",
2525
"core-js": "^3.6.5",
2626
"eslint": "^6.7.2",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.