Skip to content

Commit 63f501a

Browse files
committed
v4.0.0-alpha.0
1 parent caec086 commit 63f501a

File tree

23 files changed

+136
-72
lines changed

23 files changed

+136
-72
lines changed

CHANGELOG.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,68 @@
11

2+
## 4.0.0-alpha.0 (2019-04-30)
3+
4+
#### :rocket: New Feature
5+
* `@vue/cli-plugin-pwa`
6+
* [#2981](https://github.com/vuejs/vue-cli/pull/2981) feat!: manifest.json should be generated by cli-plugin-pwa ([@aweikalee](https://github.com/aweikalee))
7+
8+
#### :boom: Breaking Change
9+
* `@vue/cli-service`, `@vue/cli`
10+
* [#3921](https://github.com/vuejs/vue-cli/pull/3921) chore!: default to dart sass for `sass` option of `cssPreprocessor` ([@sodatea](https://github.com/sodatea))
11+
* `@vue/cli-service`
12+
* [#3918](https://github.com/vuejs/vue-cli/pull/3918) chore!: upgrade to copy-webpack-plugin v5 ([@sodatea](https://github.com/sodatea))
13+
* [#3913](https://github.com/vuejs/vue-cli/pull/3913) feat!: upgrade to webpack-chain v5 ([@sodatea](https://github.com/sodatea))
14+
* [#3863](https://github.com/vuejs/vue-cli/pull/3863) feat!: enable splitChunks by default even in development mode ([@sodatea](https://github.com/sodatea))
15+
* [#3866](https://github.com/vuejs/vue-cli/pull/3866) feat!: upgrade css-loader to v2 ([@sodatea](https://github.com/sodatea))
16+
* [#3853](https://github.com/vuejs/vue-cli/pull/3853) feat!: set `whitespace: 'condense'` for template compiler ([@sodatea](https://github.com/sodatea))
17+
* [#3782](https://github.com/vuejs/vue-cli/pull/3782) refactor!: use EnvironmentPlugin instead of DefinePlugin ([@sodatea](https://github.com/sodatea))
18+
* `@vue/cli-plugin-pwa`
19+
* [#2981](https://github.com/vuejs/vue-cli/pull/2981) feat!: manifest.json should be generated by cli-plugin-pwa ([@aweikalee](https://github.com/aweikalee))
20+
* [#3915](https://github.com/vuejs/vue-cli/pull/3915) feat!: upgrade to workbox v4 ([@sodatea](https://github.com/sodatea))
21+
* `@vue/cli-plugin-e2e-nightwatch`
22+
* [#3916](https://github.com/vuejs/vue-cli/pull/3916) chore!: upgrade chromedriver to 74 and make it a peer dependency ([@sodatea](https://github.com/sodatea))
23+
* [#3774](https://github.com/vuejs/vue-cli/pull/3774) chore: remove support for legacy `vue-cli-service e2e` command ([@sodatea](https://github.com/sodatea))
24+
* [#3388](https://github.com/vuejs/vue-cli/pull/3388) chore(plugin/nightwatch): bump nightwatch dependency ([@darrenjennings](https://github.com/darrenjennings))
25+
* `@vue/cli-plugin-unit-mocha`
26+
* [#3914](https://github.com/vuejs/vue-cli/pull/3914) feat!: upgrade to mocha 6 and use mochapack instead of mocha-webpack ([@sodatea](https://github.com/sodatea))
27+
* `@vue/babel-preset-app`, `@vue/cli-plugin-babel`, `@vue/cli-ui-addon-webpack`, `@vue/cli-ui-addon-widgets`, `@vue/cli-ui`
28+
* [#3912](https://github.com/vuejs/vue-cli/pull/3912) feat!: upgrade to core-js 3 ([@sodatea](https://github.com/sodatea))
29+
* `@vue/cli-plugin-typescript`, `@vue/cli-plugin-unit-jest`
30+
* [#3870](https://github.com/vuejs/vue-cli/pull/3870) feat!: upgrade jest to v24 ([@sodatea](https://github.com/sodatea))
31+
* `@vue/cli-plugin-eslint`
32+
* [#3852](https://github.com/vuejs/vue-cli/pull/3852) feat!: require ESLint as a peer dependency ([@sodatea](https://github.com/sodatea))
33+
* `@vue/cli-plugin-eslint`, `@vue/cli-service-global`
34+
* [#3775](https://github.com/vuejs/vue-cli/pull/3775) feat!: use ESLint v5 by default everywhere ([@sodatea](https://github.com/sodatea))
35+
36+
#### :house: Internal
37+
* `@vue/cli-service`
38+
* [#3866](https://github.com/vuejs/vue-cli/pull/3866) feat!: upgrade css-loader to v2 ([@sodatea](https://github.com/sodatea))
39+
* [#3782](https://github.com/vuejs/vue-cli/pull/3782) refactor!: use EnvironmentPlugin instead of DefinePlugin ([@sodatea](https://github.com/sodatea))
40+
41+
#### :hammer: Underlying Tools
42+
* `@vue/cli-service`
43+
* [#3918](https://github.com/vuejs/vue-cli/pull/3918) chore!: upgrade to copy-webpack-plugin v5 ([@sodatea](https://github.com/sodatea))
44+
* [#3913](https://github.com/vuejs/vue-cli/pull/3913) feat!: upgrade to webpack-chain v5 ([@sodatea](https://github.com/sodatea))
45+
* `@vue/cli-plugin-e2e-nightwatch`
46+
* [#3916](https://github.com/vuejs/vue-cli/pull/3916) chore!: upgrade chromedriver to 74 and make it a peer dependency ([@sodatea](https://github.com/sodatea))
47+
* [#3388](https://github.com/vuejs/vue-cli/pull/3388) chore(plugin/nightwatch): bump nightwatch dependency ([@darrenjennings](https://github.com/darrenjennings))
48+
* `@vue/cli-plugin-pwa`
49+
* [#3915](https://github.com/vuejs/vue-cli/pull/3915) feat!: upgrade to workbox v4 ([@sodatea](https://github.com/sodatea))
50+
* `@vue/cli-plugin-unit-mocha`
51+
* [#3914](https://github.com/vuejs/vue-cli/pull/3914) feat!: upgrade to mocha 6 and use mochapack instead of mocha-webpack ([@sodatea](https://github.com/sodatea))
52+
* `@vue/babel-preset-app`, `@vue/cli-plugin-babel`, `@vue/cli-ui-addon-webpack`, `@vue/cli-ui-addon-widgets`, `@vue/cli-ui`
53+
* [#3912](https://github.com/vuejs/vue-cli/pull/3912) feat!: upgrade to core-js 3 ([@sodatea](https://github.com/sodatea))
54+
* `@vue/cli-plugin-typescript`, `@vue/cli-plugin-unit-jest`
55+
* [#3870](https://github.com/vuejs/vue-cli/pull/3870) feat!: upgrade jest to v24 ([@sodatea](https://github.com/sodatea))
56+
* `@vue/cli-plugin-eslint`, `@vue/cli-service-global`
57+
* [#3775](https://github.com/vuejs/vue-cli/pull/3775) feat!: use ESLint v5 by default everywhere ([@sodatea](https://github.com/sodatea))
58+
59+
#### Committers: 3
60+
- Darren Jennings ([@darrenjennings](https://github.com/darrenjennings))
61+
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))
62+
- 毛呆 ([@aweikalee](https://github.com/aweikalee))
63+
64+
65+
266
## 3.7.0 (2019-04-28)
367

468
#### :rocket: New Feature

lerna.json

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

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

Lines 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": "3.7.0",
3+
"version": "4.0.0-alpha.0",
44
"description": "babel-preset-app for vue-cli",
55
"main": "index.js",
66
"publishConfig": {

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

Lines 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": "3.7.0",
3+
"version": "4.0.0-alpha.0",
44
"description": "init addon for vue-cli",
55
"main": "index.js",
66
"publishConfig": {

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

Lines 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": "3.7.0",
3+
"version": "4.0.0-alpha.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

Lines 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": "3.7.0",
3+
"version": "4.0.0-alpha.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.4.4",
24-
"@vue/babel-preset-app": "^3.7.0",
25-
"@vue/cli-shared-utils": "^3.7.0",
24+
"@vue/babel-preset-app": "^4.0.0-alpha.0",
25+
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
2626
"babel-loader": "^8.0.5",
2727
"webpack": ">=4 < 4.29"
2828
},

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

Lines 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": "3.7.0",
3+
"version": "4.0.0-alpha.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": "^3.7.0",
26+
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
2727
"cypress": "^3.2.0",
2828
"eslint-plugin-cypress": "^2.2.1"
2929
}

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

Lines 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": "3.7.0",
3+
"version": "4.0.0-alpha.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": "^3.6.0",
26+
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
2727
"deepmerge": "^3.2.0",
2828
"execa": "^1.0.0",
2929
"nightwatch": "^1.0.19",

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

Lines 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": "3.7.0",
3+
"version": "4.0.0-alpha.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": "^3.6.0",
26+
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
2727
"eslint-loader": "^2.1.2",
2828
"globby": "^9.2.0",
2929
"webpack": ">=4 < 4.29"

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

Lines 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": "3.7.0",
3+
"version": "4.0.0-alpha.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": "^3.7.0",
26+
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
2727
"webpack": ">=4 < 4.29",
2828
"workbox-webpack-plugin": "^4.3.0"
2929
},

0 commit comments

Comments
 (0)