|
1 | 1 |
|
2 | 2 | ## 4.0.0-alpha.1 (2019-05-25)
|
3 | 3 |
|
4 |
| -#### :rocket: New Features |
5 |
| -* `@vue/cli-plugin-pwa`, `@vue/cli-ui` |
6 |
| - * [#3939](https://github.com/vuejs/vue-cli/pull/3939) feat(HtmlPwaPlugin): adds 'manifestCrossorigin' option ([@BigsonLvrocha](https://github.com/BigsonLvrocha)) |
7 |
| -* `@vue/cli-ui` |
8 |
| - * [#3929](https://github.com/vuejs/vue-cli/pull/3929) Feat prompt editor ([@Akryum](https://github.com/Akryum)) |
9 |
| - * [#3955](https://github.com/vuejs/vue-cli/pull/3955) Feat rename project ([@Akryum](https://github.com/Akryum)) |
10 |
| -* `@vue/cli-service` |
11 |
| - * [#4011](https://github.com/vuejs/vue-cli/pull/4011) Enable HMR when extracting CSS in dev ([@achretien](https://github.com/achretien)) |
12 |
| -* `@vue/cli` |
13 |
| - * [#3860](https://github.com/vuejs/vue-cli/pull/3860) feat(cli): suggest matching commands if the user mistypes ([@jamesgeorge007](https://github.com/jamesgeorge007)) |
14 |
| - |
15 | 4 | #### :boom: Breaking Changes
|
16 | 5 | * `@vue/cli-plugin-eslint`, `@vue/cli-service-global`, `@vue/cli-service`, `@vue/cli-ui-addon-widgets`, `@vue/cli`
|
17 | 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)) |
18 | 9 | * `@vue/cli-plugin-typescript`
|
19 | 10 | * [#3909](https://github.com/vuejs/vue-cli/pull/3909) chore: prefer .tsx? files over .jsx? file extensions ([@LinusBorg](https://github.com/LinusBorg))
|
20 | 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 | + |
21 | 25 | #### :bug: Bug Fix
|
22 | 26 | * `@vue/cli-upgrade`
|
23 | 27 | * [#4036](https://github.com/vuejs/vue-cli/pull/4036) fix: add missing dependencies to @vue/cli-upgrade ([@sodatea](https://github.com/sodatea))
|
24 | 28 | * `@vue/cli-service`
|
25 |
| - * [#4034](https://github.com/vuejs/vue-cli/pull/4034) fix: fix dev mode compatibility with workers ([@sodatea](https://github.com/sodatea)) |
| 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)) |
26 | 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))
|
27 | 31 | * `@vue/cli-ui`
|
28 |
| - * [#3992](https://github.com/vuejs/vue-cli/pull/3992) fix(cli-ui): update dependencies and fix peer dependency warnings ([@sodatea](https://github.com/sodatea)) |
29 |
| - * [#3966](https://github.com/vuejs/vue-cli/pull/3966) fix(cli-ui): fix detectLanguage function ([@maple3142](https://github.com/maple3142)) |
| 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)) |
30 | 34 |
|
31 | 35 | #### :house: Internal
|
32 | 36 | * `@vue/cli-service`
|
33 |
| - * [#4018](https://github.com/vuejs/vue-cli/pull/4018) hotfix for #4016 ([@svtfrancisco](https://github.com/svtfrancisco)) |
| 37 | + * [#4018](https://github.com/vuejs/vue-cli/pull/4018) set `clientLogLevel` to `silent` instead of `none` ([@svtfrancisco](https://github.com/svtfrancisco) |
34 | 38 | * `@vue/cli`
|
35 |
| - * [#4003](https://github.com/vuejs/vue-cli/pull/4003) refactor: replace recast with jscodeshift for `injectImportsAndOptions` ([@sodatea](https://github.com/sodatea)) |
| 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)) |
36 | 40 |
|
37 | 41 | #### :hammer: Underlying Tools
|
38 | 42 | * `@vue/cli-service`
|
39 |
| - * [#4020](https://github.com/vuejs/vue-cli/pull/4020) chore: upgrade webpack-dev-server to 3.4.1 ([@beardedpayton](https://github.com/beardedpayton)) |
40 |
| - * [#3943](https://github.com/vuejs/vue-cli/pull/3943) chore: upgrade webpack-chain to v6 ([@sodatea](https://github.com/sodatea)) |
| 43 | + * [#4020](https://github.com/vuejs/vue-cli/pull/4020) upgrade webpack-dev-server to 3.4.1 ([@beardedpayton](https://github.com/beardedpayton)) |
41 | 44 | * `@vue/babel-preset-app`
|
42 |
| - * [#3978](https://github.com/vuejs/vue-cli/pull/3978) feat(babel-preset-app): Bump jsx dependency version ([@LinusBorg](https://github.com/LinusBorg)) |
| 45 | + * [#3978](https://github.com/vuejs/vue-cli/pull/3978) bump jsx dependency version ([@LinusBorg](https://github.com/LinusBorg)) |
43 | 46 |
|
44 | 47 | #### Committers: 9
|
45 | 48 | - Francisco ([@svtfrancisco](https://github.com/svtfrancisco))
|
|
0 commit comments