Skip to content

Commit f81fcf9

Browse files
Merge pull request #21 from vuejs/dev
adjusted phrase to be more clear and meaningful in PT
2 parents d30bc2d + 032317e commit f81fcf9

File tree

28 files changed

+315
-404
lines changed

28 files changed

+315
-404
lines changed

CHANGELOG.md

+130
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,62 @@
11

2+
## 4.0.0-alpha.1 (2019-05-25)
3+
4+
#### :boom: Breaking Changes
5+
* `@vue/cli-plugin-eslint`, `@vue/cli-service-global`, `@vue/cli-service`, `@vue/cli-ui-addon-widgets`, `@vue/cli`
6+
* [#3975](https://github.com/vuejs/vue-cli/pull/3975) chore!: change default value of `lintOnSave` option ([@sodatea](https://github.com/sodatea))
7+
* `@vue/cli-service`
8+
* [#3943](https://github.com/vuejs/vue-cli/pull/3943) chore: upgrade webpack-chain to v6 ([@sodatea](https://github.com/sodatea))
9+
* `@vue/cli-plugin-typescript`
10+
* [#3909](https://github.com/vuejs/vue-cli/pull/3909) chore: prefer .tsx? files over .jsx? file extensions ([@LinusBorg](https://github.com/LinusBorg))
11+
12+
Most of the following new features and bugfixes also applies to v3.8.0
13+
14+
#### :rocket: New Features
15+
* `@vue/cli-plugin-pwa`, `@vue/cli-ui`
16+
* [#3939](https://github.com/vuejs/vue-cli/pull/3939) add 'manifestCrossorigin' option ([@BigsonLvrocha](https://github.com/BigsonLvrocha))
17+
* `@vue/cli-ui`
18+
* [#3929](https://github.com/vuejs/vue-cli/pull/3929) add support for inquirer type `editor` ([@Akryum](https://github.com/Akryum))
19+
* [#3955](https://github.com/vuejs/vue-cli/pull/3955) allow rename (nickname) a project ([@Akryum](https://github.com/Akryum))
20+
* `@vue/cli-service`
21+
* [#4011](https://github.com/vuejs/vue-cli/pull/4011) enable HMR when extracting CSS in dev ([@achretien](https://github.com/achretien))
22+
* `@vue/cli`
23+
* [#3860](https://github.com/vuejs/vue-cli/pull/3860) suggest matching commands if the user mistypes ([@jamesgeorge007](https://github.com/jamesgeorge007))
24+
25+
#### :bug: Bug Fix
26+
* `@vue/cli-upgrade`
27+
* [#4036](https://github.com/vuejs/vue-cli/pull/4036) fix: add missing dependencies to @vue/cli-upgrade ([@sodatea](https://github.com/sodatea))
28+
* `@vue/cli-service`
29+
* [#4034](https://github.com/vuejs/vue-cli/pull/4034) fix bundles' compatibility with workers for those built in development mode ([@sodatea](https://github.com/sodatea))
30+
* [#4025](https://github.com/vuejs/vue-cli/pull/4025) fix: update the css-loader runtime path for css-loader v2 ([@sodatea](https://github.com/sodatea))
31+
* `@vue/cli-ui`
32+
* [#3992](https://github.com/vuejs/vue-cli/pull/3992) update dependencies and fix peer dependency warnings ([@sodatea](https://github.com/sodatea))
33+
* [#3966](https://github.com/vuejs/vue-cli/pull/3966) fix `detectLanguage` function ([@maple3142](https://github.com/maple3142))
34+
35+
#### :house: Internal
36+
* `@vue/cli-service`
37+
* [#4018](https://github.com/vuejs/vue-cli/pull/4018) set `clientLogLevel` to `silent` instead of `none` ([@svtfrancisco](https://github.com/svtfrancisco)
38+
* `@vue/cli`
39+
* [#4003](https://github.com/vuejs/vue-cli/pull/4003) refactor: replace recast with jscodeshift for `injectImportsAndOptions`, fixes [#3309](https://github.com/vuejs/vue-cli/issues/3309) ([@sodatea](https://github.com/sodatea))
40+
41+
#### :hammer: Underlying Tools
42+
* `@vue/cli-service`
43+
* [#4020](https://github.com/vuejs/vue-cli/pull/4020) upgrade webpack-dev-server to 3.4.1 ([@beardedpayton](https://github.com/beardedpayton))
44+
* `@vue/babel-preset-app`
45+
* [#3978](https://github.com/vuejs/vue-cli/pull/3978) bump jsx dependency version ([@LinusBorg](https://github.com/LinusBorg))
46+
47+
#### Committers: 9
48+
- Francisco ([@svtfrancisco](https://github.com/svtfrancisco))
49+
- Guillaume Chau ([@Akryum](https://github.com/Akryum))
50+
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))
51+
- James George ([@jamesgeorge007](https://github.com/jamesgeorge007))
52+
- Luiz Victor Linhares Rocha ([@BigsonLvrocha](https://github.com/BigsonLvrocha))
53+
- Payton Burdette ([@beardedpayton](https://github.com/beardedpayton))
54+
- Thorsten Lünborg ([@LinusBorg](https://github.com/LinusBorg))
55+
- [@achretien](https://github.com/achretien)
56+
- maple ([@maple3142](https://github.com/maple3142))
57+
58+
59+
260
## 4.0.0-alpha.0 (2019-05-01)
361

462
#### :boom: Breaking Changes
@@ -36,6 +94,78 @@
3694
- 毛呆 ([@aweikalee](https://github.com/aweikalee))
3795

3896

97+
## 3.8.2 (2019-05-26)
98+
99+
#### :bug: Bug Fix
100+
* `@vue/cli`
101+
* [3c5bd30](https://github.com/vuejs/vue-cli/commit/3c5bd30827ead4a34ead19f49d2d33683fc6ad44) fixes update checking ([@sodatea](https://github.com/sodatea))
102+
103+
#### Committers: 1
104+
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))
105+
106+
107+
## 3.8.1 (2019-05-26)
108+
109+
#### :bug: Bug Fix
110+
* `@vue/cli-plugin-typescript`
111+
* [19d50b9](https://github.com/vuejs/vue-cli/commit/19d50b9ea500e6779e2e27369b2efb328488be75) revert [the accidentally introduced breaking change](https://github.com/vuejs/vue-cli/pull/3909) ([@sodatea](https://github.com/sodatea))
112+
113+
#### Committers: 1
114+
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))
115+
116+
117+
## 3.8.0 (2019-05-25)
118+
119+
#### :rocket: New Features
120+
* `@vue/cli-plugin-pwa`, `@vue/cli-ui`
121+
* [#3939](https://github.com/vuejs/vue-cli/pull/3939) add 'manifestCrossorigin' option ([@BigsonLvrocha](https://github.com/BigsonLvrocha))
122+
* `@vue/cli-ui`
123+
* [#3929](https://github.com/vuejs/vue-cli/pull/3929) add support for inquirer type `editor` ([@Akryum](https://github.com/Akryum))
124+
* [#3955](https://github.com/vuejs/vue-cli/pull/3955) allow rename (nickname) a project ([@Akryum](https://github.com/Akryum))
125+
* `@vue/cli-service`
126+
* [#4011](https://github.com/vuejs/vue-cli/pull/4011) enable HMR when extracting CSS in dev ([@achretien](https://github.com/achretien))
127+
* `@vue/cli`
128+
* [#3860](https://github.com/vuejs/vue-cli/pull/3860) suggest matching commands if the user mistypes ([@jamesgeorge007](https://github.com/jamesgeorge007))
129+
130+
#### :boom: Breaking Changes
131+
<del>* `@vue/cli-plugin-typescript`</del>
132+
* <del>[#3909](https://github.com/vuejs/vue-cli/pull/3909) prefer .tsx? files over .jsx? file extensions ([@LinusBorg](https://github.com/LinusBorg))</del> (Reverted in v3.8.1)
133+
134+
135+
#### :bug: Bug Fix
136+
* `@vue/cli-service`
137+
* [#4034](https://github.com/vuejs/vue-cli/pull/4034) fix bundles' compatibility with workers for those built in development mode ([@sodatea](https://github.com/sodatea))
138+
* `@vue/cli-ui`
139+
* [#3992](https://github.com/vuejs/vue-cli/pull/3992) update dependencies and fix peer dependency warnings ([@sodatea](https://github.com/sodatea))
140+
* [#3966](https://github.com/vuejs/vue-cli/pull/3966) fix `detectLanguage` function ([@maple3142](https://github.com/maple3142))
141+
142+
#### :memo: Documentation
143+
* `@vue/cli-plugin-typescript`, `@vue/cli`
144+
* [#4046](https://github.com/vuejs/vue-cli/pull/4046) add description of babel plugin usage in TS plugin prompt ([@sodatea](https://github.com/sodatea))
145+
146+
#### :house: Internal
147+
* `@vue/cli-service`
148+
* [#4018](https://github.com/vuejs/vue-cli/pull/4018) set `clientLogLevel` to `silent` instead of `none` ([@svtfrancisco](https://github.com/svtfrancisco))
149+
* `@vue/cli`
150+
* [#4003](https://github.com/vuejs/vue-cli/pull/4003) refactor: replace recast with jscodeshift for `injectImportsAndOptions`, fixes [#3309](https://github.com/vuejs/vue-cli/issues/3309) ([@sodatea](https://github.com/sodatea))
151+
152+
#### :hammer: Underlying Tools
153+
* `@vue/cli-service`
154+
* [#4020](https://github.com/vuejs/vue-cli/pull/4020) upgrade webpack-dev-server to 3.4.1 ([@beardedpayton](https://github.com/beardedpayton))
155+
* `@vue/babel-preset-app`
156+
* [#3978](https://github.com/vuejs/vue-cli/pull/3978) bump jsx dependency version ([@LinusBorg](https://github.com/LinusBorg))
157+
158+
#### Committers: 9
159+
- Francisco ([@svtfrancisco](https://github.com/svtfrancisco))
160+
- Guillaume Chau ([@Akryum](https://github.com/Akryum))
161+
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))
162+
- James George ([@jamesgeorge007](https://github.com/jamesgeorge007))
163+
- Luiz Victor Linhares Rocha ([@BigsonLvrocha](https://github.com/BigsonLvrocha))
164+
- Payton Burdette ([@beardedpayton](https://github.com/beardedpayton))
165+
- Thorsten Lünborg ([@LinusBorg](https://github.com/LinusBorg))
166+
- [@achretien](https://github.com/achretien)
167+
- maple ([@maple3142](https://github.com/maple3142))
168+
39169

40170
## 3.7.0 (2019-04-28)
41171

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": false,
4-
"version": "4.0.0-alpha.0",
4+
"version": "4.0.0-alpha.1",
55
"packages": [
66
"packages/@vue/babel-preset-app",
77
"packages/@vue/cli*"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/babel-preset-app",
3-
"version": "4.0.0-alpha.0",
3+
"version": "4.0.0-alpha.1",
44
"description": "babel-preset-app for vue-cli",
55
"main": "index.js",
66
"publishConfig": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-init",
3-
"version": "4.0.0-alpha.0",
3+
"version": "4.0.0-alpha.1",
44
"description": "init addon for vue-cli",
55
"main": "index.js",
66
"publishConfig": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-overlay",
3-
"version": "4.0.0-alpha.0",
3+
"version": "4.0.0-alpha.1",
44
"description": "error overlay & dev server middleware for vue-cli",
55
"main": "dist/client.js",
66
"files": [

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-babel",
3-
"version": "4.0.0-alpha.0",
3+
"version": "4.0.0-alpha.1",
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.4.5",
24-
"@vue/babel-preset-app": "^4.0.0-alpha.0",
25-
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
24+
"@vue/babel-preset-app": "^4.0.0-alpha.1",
25+
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
2626
"babel-loader": "^8.0.6",
2727
"webpack": ">=4 < 4.29"
2828
},

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-e2e-cypress",
3-
"version": "4.0.0-alpha.0",
3+
"version": "4.0.0-alpha.1",
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.0.0-alpha.0",
26+
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
2727
"cypress": "^3.3.1",
2828
"eslint-plugin-cypress": "^2.2.1"
2929
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-e2e-nightwatch",
3-
"version": "4.0.0-alpha.0",
3+
"version": "4.0.0-alpha.1",
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.0.0-alpha.0",
26+
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
2727
"deepmerge": "^3.2.0",
2828
"execa": "^1.0.0",
2929
"nightwatch": "^1.1.11",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-eslint",
3-
"version": "4.0.0-alpha.0",
3+
"version": "4.0.0-alpha.1",
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.0.0-alpha.0",
26+
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
2727
"eslint-loader": "^2.1.2",
2828
"globby": "^9.2.0",
2929
"webpack": ">=4 < 4.29"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-pwa",
3-
"version": "4.0.0-alpha.0",
3+
"version": "4.0.0-alpha.1",
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.0.0-alpha.0",
26+
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
2727
"webpack": ">=4 < 4.29",
2828
"workbox-webpack-plugin": "^4.3.1"
2929
},

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-typescript",
3-
"version": "4.0.0-alpha.0",
3+
"version": "4.0.0-alpha.1",
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.13.9",
27-
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
27+
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
2828
"fork-ts-checker-webpack-plugin": "^1.3.4",
2929
"globby": "^9.2.0",
3030
"ts-loader": "^6.0.1",

packages/@vue/cli-plugin-typescript/prompts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const prompts = module.exports = [
1313
{
1414
name: `useTsWithBabel`,
1515
type: `confirm`,
16-
message: `Use Babel alongside TypeScript for auto-detected polyfills?`
16+
message: 'Use Babel alongside TypeScript (required for modern mode, auto-detected polyfills, transpiling JSX)?'
1717
},
1818
{
1919
name: `lint`,

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-unit-jest",
3-
"version": "4.0.0-alpha.0",
3+
"version": "4.0.0-alpha.1",
44
"description": "unit-jest plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"@babel/core": "^7.4.5",
2727
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
28-
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
28+
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
2929
"babel-core": "7.0.0-bridge.0",
3030
"babel-jest": "^24.8.0",
3131
"jest": "^24.8.0",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-unit-mocha",
3-
"version": "4.0.0-alpha.0",
3+
"version": "4.0.0-alpha.1",
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.0.0-alpha.0",
25+
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
2626
"jsdom": "^15.1.0",
2727
"jsdom-global": "^3.0.2",
2828
"mocha": "^6.1.4",

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-service-global",
3-
"version": "4.0.0-alpha.0",
3+
"version": "4.0.0-alpha.1",
44
"description": "vue-cli-service global addon for vue-cli",
55
"main": "index.js",
66
"publishConfig": {
@@ -22,10 +22,10 @@
2222
},
2323
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-build#readme",
2424
"dependencies": {
25-
"@vue/babel-preset-app": "^4.0.0-alpha.0",
26-
"@vue/cli-plugin-babel": "^4.0.0-alpha.0",
27-
"@vue/cli-plugin-eslint": "^4.0.0-alpha.0",
28-
"@vue/cli-service": "^4.0.0-alpha.0",
25+
"@vue/babel-preset-app": "^4.0.0-alpha.1",
26+
"@vue/cli-plugin-babel": "^4.0.0-alpha.1",
27+
"@vue/cli-plugin-eslint": "^4.0.0-alpha.1",
28+
"@vue/cli-service": "^4.0.0-alpha.1",
2929
"babel-eslint": "^10.0.1",
3030
"chalk": "^2.4.2",
3131
"core-js": "^3.1.2",

packages/@vue/cli-service/__tests__/Service.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ test('loading plugins from package.json', () => {
6464
mockPkg({
6565
devDependencies: {
6666
'bar': '^1.0.0',
67-
'@vue/cli-plugin-babel': '^4.0.0-alpha.0',
67+
'@vue/cli-plugin-babel': '^4.0.0-alpha.1',
6868
'vue-cli-plugin-foo': '^1.0.0'
6969
}
7070
})

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-service",
3-
"version": "4.0.0-alpha.0",
3+
"version": "4.0.0-alpha.1",
44
"description": "local service for vue-cli projects",
55
"main": "lib/Service.js",
66
"typings": "types/index.d.ts",
@@ -25,8 +25,8 @@
2525
"dependencies": {
2626
"@intervolga/optimize-cssnano-plugin": "^1.0.5",
2727
"@soda/friendly-errors-webpack-plugin": "^1.7.1",
28-
"@vue/cli-overlay": "^4.0.0-alpha.0",
29-
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
28+
"@vue/cli-overlay": "^4.0.0-alpha.1",
29+
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
3030
"@vue/component-compiler-utils": "^2.6.0",
3131
"@vue/preload-webpack-plugin": "^1.1.0",
3232
"@vue/web-component-wrapper": "^1.2.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-shared-utils",
3-
"version": "4.0.0-alpha.0",
3+
"version": "4.0.0-alpha.1",
44
"description": "shared utilities for vue-cli packages",
55
"main": "index.js",
66
"repository": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-test-utils",
3-
"version": "4.0.0-alpha.0",
3+
"version": "4.0.0-alpha.1",
44
"description": "test utilities for vue-cli packages",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)