|
1 | 1 |
|
| 2 | +## 4.5.5 (2020-09-10) |
| 3 | + |
| 4 | +#### :bug: Bug Fix |
| 5 | +* `@vue/cli-service` |
| 6 | + * [#5868](https://github.com/vuejs/vue-cli/pull/5868) fix: enable some syntax extensions by default for vue script compiler ([@sodatea](https://github.com/sodatea)) |
| 7 | +* `@vue/cli-plugin-router`, `@vue/cli-service` |
| 8 | + * [#5852](https://github.com/vuejs/vue-cli/pull/5852) fix: fix duplicate id="app" in Vue 3 project template ([@sodatea](https://github.com/sodatea)) |
| 9 | +* `@vue/cli-plugin-unit-jest`, `@vue/cli-plugin-unit-mocha` |
| 10 | + * [#5591](https://github.com/vuejs/vue-cli/pull/5591) fix(unit-jest, unit-mocha): generate passing tests when `bare` option is used with router enabled (#3544) ([@IwalkAlone](https://github.com/IwalkAlone)) |
| 11 | +* `@vue/cli-plugin-pwa` |
| 12 | + * [#5820](https://github.com/vuejs/vue-cli/pull/5820) fix: allow turning off theme color tags ([@GabrielGMartinsBr](https://github.com/GabrielGMartinsBr)) |
| 13 | +* `@vue/cli` |
| 14 | + * [#5827](https://github.com/vuejs/vue-cli/pull/5827) fix: fix support for Node.js v8 and deprecate it ([@sodatea](https://github.com/sodatea)) |
| 15 | + * [#5823](https://github.com/vuejs/vue-cli/pull/5823) Handle GPG sign git config for initial commit ([@spenserblack](https://github.com/spenserblack)) |
| 16 | + * [#5808](https://github.com/vuejs/vue-cli/pull/5808) fix: strip non-ansi characters from registry config ([@sodatea](https://github.com/sodatea)) |
| 17 | + * [#5801](https://github.com/vuejs/vue-cli/pull/5801) fix: do not throw when api.render is called from an anonymous function ([@sodatea](https://github.com/sodatea)) |
| 18 | + |
| 19 | +#### :house: Internal |
| 20 | +* `@vue/cli-ui` |
| 21 | + * [#3687](https://github.com/vuejs/vue-cli/pull/3687) perf(ui): improve get folder list to use Promises instead of sync ([@pikax](https://github.com/pikax)) |
| 22 | + |
| 23 | +#### :hammer: Underlying Tools |
| 24 | +* `@vue/babel-preset-app` |
| 25 | + * [#5831](https://github.com/vuejs/vue-cli/pull/5831) chore: rename jsx package scope from ant-design-vue to vue ([@Amour1688](https://github.com/Amour1688)) |
| 26 | + |
| 27 | +#### Committers: 8 |
| 28 | +- Booker Zhao ([@binggg](https://github.com/binggg)) |
| 29 | +- Carlos Rodrigues ([@pikax](https://github.com/pikax)) |
| 30 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
| 31 | +- Renan Cidale Assumpcao ([@rcidaleassumpo](https://github.com/rcidaleassumpo)) |
| 32 | +- Sergey Skrynnikov ([@IwalkAlone](https://github.com/IwalkAlone)) |
| 33 | +- Spenser Black ([@spenserblack](https://github.com/spenserblack)) |
| 34 | +- [@GabrielGMartinsBr](https://github.com/GabrielGMartinsBr) |
| 35 | +- 天泽 ([@Amour1688](https://github.com/Amour1688)) |
| 36 | + |
| 37 | + |
| 38 | + |
2 | 39 | ## 4.5.4 (2020-08-18)
|
3 | 40 |
|
4 | 41 | #### :bug: Bug Fix
|
|
0 commit comments