|
1 | 1 |
|
| 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 | + |
2 | 60 | ## 4.0.0-alpha.0 (2019-05-01)
|
3 | 61 |
|
4 | 62 | #### :boom: Breaking Changes
|
|
36 | 94 | - 毛呆 ([@aweikalee](https://github.com/aweikalee))
|
37 | 95 |
|
38 | 96 |
|
| 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 | + |
39 | 169 |
|
40 | 170 | ## 3.7.0 (2019-04-28)
|
41 | 171 |
|
|
0 commit comments