|
1 | 1 |
|
| 2 | +## 4.1.2 (2019-12-28) |
| 3 | + |
| 4 | +#### :bug: Bug Fix |
| 5 | +* `@vue/cli-plugin-pwa` |
| 6 | + * [#4974](https://github.com/vuejs/vue-cli/pull/4974) fix: fix several bugs in the PWA plugin UI, make it usable again ([@sodatea](https://github.com/sodatea)) |
| 7 | +* `@vue/cli` |
| 8 | + * [#4922](https://github.com/vuejs/vue-cli/pull/4922) fix: should download to different directories for different presets ([@sodatea](https://github.com/sodatea)) |
| 9 | +* `@vue/cli-plugin-babel` |
| 10 | + * [#4924](https://github.com/vuejs/vue-cli/pull/4924) fix: do not throw when babel config contains ignore/include/exclude ([@sodatea](https://github.com/sodatea)) |
| 11 | + |
| 12 | +#### :memo: Documentation |
| 13 | +* `@vue/cli-service-global` |
| 14 | + * [#5004](https://github.com/vuejs/vue-cli/pull/5004) build: fix link to homepage ([@Scrum](https://github.com/Scrum)) |
| 15 | +* `@vue/cli-plugin-unit-jest` |
| 16 | + * [#4754](https://github.com/vuejs/vue-cli/pull/4754) Update debugging instructions ([@zigomir](https://github.com/zigomir)) |
| 17 | +* Other |
| 18 | + * [#4976](https://github.com/vuejs/vue-cli/pull/4976) docs: his -> their ([@sodatea](https://github.com/sodatea)) |
| 19 | + * [#4973](https://github.com/vuejs/vue-cli/pull/4973) docs: mention navigateFallback option for PWA App Shell caching ([@clementmas](https://github.com/clementmas)) |
| 20 | + * [#4917](https://github.com/vuejs/vue-cli/pull/4917) docs: [RU] Translation update ([@Alex-Sokolov](https://github.com/Alex-Sokolov)) |
| 21 | + |
| 22 | +#### :house: Internal |
| 23 | +* `@vue/cli` |
| 24 | + * [#4904](https://github.com/vuejs/vue-cli/pull/4904) refactor: use inline approach ([@jamesgeorge007](https://github.com/jamesgeorge007)) |
| 25 | +* `@vue/cli-service` |
| 26 | + * [#4909](https://github.com/vuejs/vue-cli/pull/4909) changed var-name `async` to `isAsync` ([@ikumargaurav](https://github.com/ikumargaurav)) |
| 27 | + |
| 28 | +#### Committers: 9 |
| 29 | +- Alexander Sokolov ([@Alex-Sokolov](https://github.com/Alex-Sokolov)) |
| 30 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
| 31 | +- Ivan Demidov ([@Scrum](https://github.com/Scrum)) |
| 32 | +- James George ([@jamesgeorge007](https://github.com/jamesgeorge007)) |
| 33 | +- Jorge Moliner ([@whoisjorge](https://github.com/whoisjorge)) |
| 34 | +- Jun-Kyu Kim ([@x6ax6b](https://github.com/x6ax6b)) |
| 35 | +- Kumar Gaurav ([@ikumargaurav](https://github.com/ikumargaurav)) |
| 36 | +- clem ([@clementmas](https://github.com/clementmas)) |
| 37 | +- ziga ([@zigomir](https://github.com/zigomir)) |
| 38 | + |
| 39 | + |
| 40 | + |
2 | 41 | ## 4.1.1 (2019-11-27) |
3 | 42 |
|
4 | 43 | #### :bug: Bug Fix |
|
0 commit comments