|
1 | 1 |
|
| 2 | +## 5.0.0-alpha.3 (2021-01-22) |
| 3 | + |
| 4 | +#### :rocket: New Features |
| 5 | +* `@vue/cli-plugin-pwa` |
| 6 | + * [#6198](https://github.com/vuejs/vue-cli/pull/6198) Support svg favicon ([@mauriciabad](https://github.com/mauriciabad)) |
| 7 | +* `@vue/cli-service` |
| 8 | + * [#6187](https://github.com/vuejs/vue-cli/pull/6187) feat!: bump default sass-loader version to v10, drop sass-loader v7 support ([@sodatea](https://github.com/sodatea)) |
| 9 | +* `@vue/cli-ui`, `@vue/cli` |
| 10 | + * [#6001](https://github.com/vuejs/vue-cli/pull/6001) feat: open browser when toast clicked ([@tony19](https://github.com/tony19)) |
| 11 | + |
| 12 | +#### :boom: Breaking Changes |
| 13 | +* `@vue/cli-service` |
| 14 | + * [#6187](https://github.com/vuejs/vue-cli/pull/6187) feat!: bump default sass-loader version to v10, drop sass-loader v7 support ([@sodatea](https://github.com/sodatea)) |
| 15 | + |
| 16 | +#### :bug: Bug Fix |
| 17 | +* `@vue/cli-service`, `@vue/cli-shared-utils` |
| 18 | + * [#5794](https://github.com/vuejs/vue-cli/pull/5794) fix(cli): resolve plugins relative to the package context ([@merceyz](https://github.com/merceyz)) |
| 19 | +* `@vue/cli` |
| 20 | + * [#6224](https://github.com/vuejs/vue-cli/pull/6224) fix: discard `NODE_ENV` when installing project dependencies ([@sodatea](https://github.com/sodatea)) |
| 21 | + * [#6207](https://github.com/vuejs/vue-cli/pull/6207) fix: support basic auth for npm registry access ([@bodograumann](https://github.com/bodograumann)) |
| 22 | +* `@vue/cli-service` |
| 23 | + * [#6218](https://github.com/vuejs/vue-cli/pull/6218) fix: "commonjs2" target should not be used with "output.library" ([@sodatea](https://github.com/sodatea)) |
| 24 | +* `@vue/cli-plugin-unit-mocha` |
| 25 | + * [#6215](https://github.com/vuejs/vue-cli/pull/6215) fix(unit-mocha): shouldn't require webpack-4 plugin with cli-service v4 ([@sodatea](https://github.com/sodatea)) |
| 26 | +* `@vue/cli-ui` |
| 27 | + * [#6192](https://github.com/vuejs/vue-cli/pull/6192) fix: should use graphql v15 at all levels of dependency ([@sodatea](https://github.com/sodatea)) |
| 28 | + |
| 29 | +#### :house: Internal |
| 30 | +* `@vue/cli-plugin-babel` |
| 31 | + * [#6222](https://github.com/vuejs/vue-cli/pull/6222) chore: disable cacheCompression for babel-loader by default ([@sodatea](https://github.com/sodatea)) |
| 32 | +* `@vue/cli-ui` |
| 33 | + * [#6189](https://github.com/vuejs/vue-cli/pull/6189) refactor: fix eslint warnings in the cli-ui codebase ([@sodatea](https://github.com/sodatea)) |
| 34 | + |
| 35 | +#### Committers: 5 |
| 36 | +- Bodo Graumann ([@bodograumann](https://github.com/bodograumann)) |
| 37 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
| 38 | +- Kristoffer K. ([@merceyz](https://github.com/merceyz)) |
| 39 | +- Maurici Abad Gutierrez ([@mauriciabad](https://github.com/mauriciabad)) |
| 40 | +- Tony Trinh ([@tony19](https://github.com/tony19)) |
| 41 | + |
| 42 | + |
| 43 | + |
2 | 44 | ## 5.0.0-alpha.2 (2021-01-06)
|
3 | 45 |
|
4 | 46 | #### :rocket: New Features
|
|
0 commit comments