|
1 | 1 |
|
| 2 | +## 4.1.0 (2019-11-27) |
| 3 | + |
| 4 | +#### :rocket: New Features |
| 5 | +* `@vue/cli-plugin-pwa` |
| 6 | + * [#4736](https://github.com/vuejs/vue-cli/pull/4736) feat: allow use of full url for pwa manifest and icons ([@tkint](https://github.com/tkint)) |
| 7 | + |
| 8 | +#### :bug: Bug Fix |
| 9 | +* `@vue/cli-shared-utils` |
| 10 | + * [#4842](https://github.com/vuejs/vue-cli/pull/4842) Replace chalk.reset with stripAnsi in @vue/cli-shared-utils/lib/logger.js ([@perakerberg](https://github.com/perakerberg)) |
| 11 | +* `@vue/cli` |
| 12 | + * [#4883](https://github.com/vuejs/vue-cli/pull/4883) fix: support `parser` option for codemods, and enable ts parsing by default ([@sodatea](https://github.com/sodatea)) |
| 13 | + * [#4859](https://github.com/vuejs/vue-cli/pull/4859) fix: invalid version error when modules not installed ([@yannbertrand](https://github.com/yannbertrand)) |
| 14 | + |
| 15 | +#### :memo: Documentation |
| 16 | +* [#4820](https://github.com/vuejs/vue-cli/pull/4820) Update doc section on Git Hooks ([@Codermar](https://github.com/Codermar)) |
| 17 | +* [#4836](https://github.com/vuejs/vue-cli/pull/4836) docs: add warnings on CSS sideEffects ([@sodatea](https://github.com/sodatea)) |
| 18 | +* [#4831](https://github.com/vuejs/vue-cli/pull/4831) Update browser-compatibility.md ([@wenhandi](https://github.com/wenhandi)) |
| 19 | +* [#4716](https://github.com/vuejs/vue-cli/pull/4716) use gitlab CI env variable for project name ([@gregoiredx](https://github.com/gregoiredx)) |
| 20 | +* [#4803](https://github.com/vuejs/vue-cli/pull/4803) fix docs `css.loaderOptions.css.localsConvention` ([@negibouze](https://github.com/negibouze)) |
| 21 | +* [#4746](https://github.com/vuejs/vue-cli/pull/4746) Update migrating-from-v3 README typo ([@seangwright](https://github.com/seangwright)) |
| 22 | + |
| 23 | +#### Committers: 11 |
| 24 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
| 25 | +- Jose G. Alfonso ([@Codermar](https://github.com/Codermar)) |
| 26 | +- Per Åkerberg ([@perakerberg](https://github.com/perakerberg)) |
| 27 | +- Sean G. Wright ([@seangwright](https://github.com/seangwright)) |
| 28 | +- Thomas Kint ([@tkint](https://github.com/tkint)) |
| 29 | +- Yann Bertrand ([@yannbertrand](https://github.com/yannbertrand)) |
| 30 | +- Yingya Zhang ([@zyy7259](https://github.com/zyy7259)) |
| 31 | +- Yoshiaki Itakura ([@negibouze](https://github.com/negibouze)) |
| 32 | +- [@arnaudvalle](https://github.com/arnaudvalle) |
| 33 | +- [@gregoiredx](https://github.com/gregoiredx) |
| 34 | +- 文翰弟 ([@wenhandi](https://github.com/wenhandi)) |
| 35 | + |
| 36 | + |
| 37 | + |
2 | 38 | ## 4.1.0-beta.0 (2019-11-09)
|
3 | 39 |
|
4 | 40 | #### :rocket: New Features
|
|
0 commit comments