Skip to content

Commit 56a363a

Browse files
committed
chore: refine changelog for v4.0.0-alpha.0 [ci skip]
1 parent ce177be commit 56a363a

File tree

1 file changed

+22
-48
lines changed

1 file changed

+22
-48
lines changed

CHANGELOG.md

Lines changed: 22 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,34 @@
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))
2+
## 4.0.0-alpha.0 (2019-05-01)
73

84
#### :boom: Breaking Change
5+
96
* `@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))
7+
* [#3921](https://github.com/vuejs/vue-cli/pull/3921) **generator/preset**: default to dart sass for `sass` option of `cssPreprocessor` ([@sodatea](https://github.com/sodatea))
118
* `@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))
9+
* [#3918](https://github.com/vuejs/vue-cli/pull/3918) upgrade to copy-webpack-plugin v5 ([@sodatea](https://github.com/sodatea))
10+
* [#3913](https://github.com/vuejs/vue-cli/pull/3913) upgrade to webpack-chain v5 ([@sodatea](https://github.com/sodatea))
11+
* [#3866](https://github.com/vuejs/vue-cli/pull/3866) upgrade css-loader to v2 ([@sodatea](https://github.com/sodatea))
12+
* [#3863](https://github.com/vuejs/vue-cli/pull/3863) enable splitChunks by default even in development mode ([@sodatea](https://github.com/sodatea))
13+
* [#3853](https://github.com/vuejs/vue-cli/pull/3853) set `whitespace: 'condense'` for template compiler ([@sodatea](https://github.com/sodatea))
14+
* [#3782](https://github.com/vuejs/vue-cli/pull/3782) use EnvironmentPlugin instead of DefinePlugin for `process.env.*` vars ([@sodatea](https://github.com/sodatea))
15+
* `@vue/babel-preset-app`, `@vue/cli-plugin-babel`
16+
* [#3912](https://github.com/vuejs/vue-cli/pull/3912) upgrade to core-js v3 ([@sodatea](https://github.com/sodatea))
3117
* `@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))
18+
* [#3852](https://github.com/vuejs/vue-cli/pull/3852) require ESLint as a peer dependency ([@sodatea](https://github.com/sodatea))
3319
* `@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))
20+
* [#3775](https://github.com/vuejs/vue-cli/pull/3775) use ESLint v5 by default everywhere ([@sodatea](https://github.com/sodatea))
4821
* `@vue/cli-plugin-pwa`
49-
* [#3915](https://github.com/vuejs/vue-cli/pull/3915) feat!: upgrade to workbox v4 ([@sodatea](https://github.com/sodatea))
22+
* [#3915](https://github.com/vuejs/vue-cli/pull/3915) upgrade to workbox v4 ([@sodatea](https://github.com/sodatea))
23+
* [#2981](https://github.com/vuejs/vue-cli/pull/2981) manifest.json should be generated by cli-plugin-pwa ([@aweikalee](https://github.com/aweikalee))
24+
* `@vue/cli-plugin-e2e-nightwatch`
25+
* [#3388](https://github.com/vuejs/vue-cli/pull/3388) upgrade to nightwatch v1 ([@darrenjennings](https://github.com/darrenjennings))
26+
* [#3916](https://github.com/vuejs/vue-cli/pull/3916) upgrade to chromedriver v74 and make it a peer dependency ([@sodatea](https://github.com/sodatea))
27+
* [#3774](https://github.com/vuejs/vue-cli/pull/3774) remove support for legacy `vue-cli-service e2e` command ([@sodatea](https://github.com/sodatea))
28+
* `@vue/cli-plugin-unit-jest`
29+
* [#3870](https://github.com/vuejs/vue-cli/pull/3870) upgrade to jest v24 ([@sodatea](https://github.com/sodatea))
5030
* `@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))
31+
* [#3914](https://github.com/vuejs/vue-cli/pull/3914) upgrade to mocha 6 and use mochapack instead of mocha-webpack ([@sodatea](https://github.com/sodatea))
5832

5933
#### Committers: 3
6034
- Darren Jennings ([@darrenjennings](https://github.com/darrenjennings))

0 commit comments

Comments
 (0)