|
1 | 1 |
|
| 2 | +## 3.12.0 (2019-10-10) |
| 3 | + |
| 4 | +#### :rocket: New Features |
| 5 | +* `@vue/cli-service` |
| 6 | + * [#4662](https://github.com/vuejs/vue-cli/pull/4662) [v3] Support sass-loader v8 ([@sodatea](https://github.com/sodatea)) |
| 7 | + |
| 8 | +#### :bug: Bug Fix |
| 9 | +* `@vue/cli-service` |
| 10 | + * [#4666](https://github.com/vuejs/vue-cli/pull/4666) fix: fix redundant log messages from webpack-dev-server ([@sodatea](https://github.com/sodatea)) |
| 11 | + * [#4613](https://github.com/vuejs/vue-cli/pull/4613) fix: correctly ignore html templates in copy-webpack-plugin ([@sodatea](https://github.com/sodatea)) |
| 12 | + * [#4550](https://github.com/vuejs/vue-cli/pull/4550) fix: should not proxy sockjs endpoint ([@sodatea](https://github.com/sodatea)) |
| 13 | + * [#4654](https://github.com/vuejs/vue-cli/pull/4654) fix: fix ie11 compatibility when css.extract set to true ([@sodatea](https://github.com/sodatea)) |
| 14 | +* `@vue/cli-shared-utils` |
| 15 | + * [#4512](https://github.com/vuejs/vue-cli/pull/4512) fix(pluginResolution): support dots in scope names ([@ma-jahn](https://github.com/ma-jahn)) |
| 16 | +* `@vue/cli` |
| 17 | + * [#4525](https://github.com/vuejs/vue-cli/pull/4525) fix: remove the nonexistent `test` command from generated README ([@cexbrayat](https://github.com/cexbrayat)) |
| 18 | + |
| 19 | +#### :memo: Documentation |
| 20 | +* `@vue/cli` |
| 21 | + * [#4551](https://github.com/vuejs/vue-cli/pull/4551) docs: remove run for yarn commands in readme ([@cexbrayat](https://github.com/cexbrayat)) |
| 22 | +* Other |
| 23 | + * [#4561](https://github.com/vuejs/vue-cli/pull/4561) Edited Dockerfile of Docker(Nginx) deployment doc ([@vahdet](https://github.com/vahdet)) |
| 24 | + * [#4500](https://github.com/vuejs/vue-cli/pull/4500) Documentation typo fixes ([@owanhunte](https://github.com/owanhunte)) |
| 25 | + |
| 26 | +#### Committers: 6 |
| 27 | +- Cédric Exbrayat ([@cexbrayat](https://github.com/cexbrayat)) |
| 28 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
| 29 | +- Marcel Jahn ([@ma-jahn](https://github.com/ma-jahn)) |
| 30 | +- Natalia Tepluhina ([@NataliaTepluhina](https://github.com/NataliaTepluhina)) |
| 31 | +- Owan Hunte ([@owanhunte](https://github.com/owanhunte)) |
| 32 | +- vahdet ([@vahdet](https://github.com/vahdet)) |
| 33 | + |
| 34 | + |
| 35 | + |
2 | 36 | ## 3.11.0 (2019-08-21)
|
3 | 37 |
|
4 | 38 | #### :rocket: New Features
|
|
0 commit comments