|
1 | 1 |
|
| 2 | +## 4.0.0-alpha.1 (2019-05-25) |
| 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 | +#### :boom: Breaking Changes |
| 16 | +* `@vue/cli-plugin-eslint`, `@vue/cli-service-global`, `@vue/cli-service`, `@vue/cli-ui-addon-widgets`, `@vue/cli` |
| 17 | + * [#3975](https://github.com/vuejs/vue-cli/pull/3975) chore!: change default value of `lintOnSave` option ([@sodatea](https://github.com/sodatea)) |
| 18 | +* `@vue/cli-plugin-typescript` |
| 19 | + * [#3909](https://github.com/vuejs/vue-cli/pull/3909) chore: prefer .tsx? files over .jsx? file extensions ([@LinusBorg](https://github.com/LinusBorg)) |
| 20 | + |
| 21 | +#### :bug: Bug Fix |
| 22 | +* `@vue/cli-upgrade` |
| 23 | + * [#4036](https://github.com/vuejs/vue-cli/pull/4036) fix: add missing dependencies to @vue/cli-upgrade ([@sodatea](https://github.com/sodatea)) |
| 24 | +* `@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)) |
| 26 | + * [#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 | +* `@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)) |
| 30 | + |
| 31 | +#### :house: Internal |
| 32 | +* `@vue/cli-service` |
| 33 | + * [#4018](https://github.com/vuejs/vue-cli/pull/4018) hotfix for #4016 ([@svtfrancisco](https://github.com/svtfrancisco)) |
| 34 | +* `@vue/cli` |
| 35 | + * [#4003](https://github.com/vuejs/vue-cli/pull/4003) refactor: replace recast with jscodeshift for `injectImportsAndOptions` ([@sodatea](https://github.com/sodatea)) |
| 36 | + |
| 37 | +#### :hammer: Underlying Tools |
| 38 | +* `@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)) |
| 41 | +* `@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)) |
| 43 | + |
| 44 | +#### Committers: 9 |
| 45 | +- Francisco ([@svtfrancisco](https://github.com/svtfrancisco)) |
| 46 | +- Guillaume Chau ([@Akryum](https://github.com/Akryum)) |
| 47 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
| 48 | +- James George ([@jamesgeorge007](https://github.com/jamesgeorge007)) |
| 49 | +- Luiz Victor Linhares Rocha ([@BigsonLvrocha](https://github.com/BigsonLvrocha)) |
| 50 | +- Payton Burdette ([@beardedpayton](https://github.com/beardedpayton)) |
| 51 | +- Thorsten Lünborg ([@LinusBorg](https://github.com/LinusBorg)) |
| 52 | +- [@achretien](https://github.com/achretien) |
| 53 | +- maple ([@maple3142](https://github.com/maple3142)) |
| 54 | + |
| 55 | + |
| 56 | + |
2 | 57 | ## 4.0.0-alpha.0 (2019-05-01)
|
3 | 58 |
|
4 | 59 | #### :boom: Breaking Changes
|
|
0 commit comments