|
| 1 | + |
| 2 | +## 3.6.3 (2019-04-16) |
| 3 | + |
| 4 | +#### :bug: Bug Fix |
| 5 | +* `@vue/cli-plugin-unit-jest` |
| 6 | + * [#3815](https://github.com/vuejs/vue-cli/pull/3815) fix: jest typeahead config ([@cexbrayat](https://github.com/cexbrayat)) |
| 7 | +* `@vue/cli-ui-addon-webpack` |
| 8 | + * [#3717](https://github.com/vuejs/vue-cli/pull/3717) Fixed progress-path background color for dark mode ([@ajerez](https://github.com/ajerez)) |
| 9 | + |
| 10 | +#### Committers: 2 |
| 11 | +- Alberto Jerez ([@ajerez](https://github.com/ajerez)) |
| 12 | +- Cédric Exbrayat ([@cexbrayat](https://github.com/cexbrayat)) |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | +## 3.6.2 (2019-04-14) |
| 17 | + |
| 18 | +#### :bug: Bug Fix |
| 19 | +* `@vue/cli-ui`, `@vue/cli` |
| 20 | + * [#3806](https://github.com/vuejs/vue-cli/pull/3806) fix vue add/invoke bug when user does not have yarn installed ([@sodatea](https://github.com/sodatea)) |
| 21 | +* `@vue/cli-ui` |
| 22 | + * [022e17d](https://github.com/vuejs/vue-cli/commit/022e17da5725742b0f425c0976b090bd1ce6581f) `--dev` shouldn't try to load dev assets, closes #3802 ([@Akryum](https://github.com/Akryum)) |
| 23 | + |
| 24 | +#### :rocket: New Feature |
| 25 | +* `@vue/cli-ui` |
| 26 | + * [bbe4002](https://github.com/vuejs/vue-cli/commit/bbe4002480b46c8ce3721afe1285fea4f7bba3bf) **tasks**: override args switch, closes #3236 ([@Akryum](https://github.com/Akryum)) |
| 27 | + |
| 28 | +#### Committers: 2 |
| 29 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
| 30 | +- Guillaume Chau ([@Akryum](https://github.com/Akryum)) |
| 31 | + |
| 32 | + |
| 33 | +## 3.6.1 (2019-04-13) |
| 34 | + |
| 35 | +#### :bug: Bug Fix |
| 36 | +* `@vue/cli-ui` |
| 37 | + * [#3801](https://github.com/vuejs/vue-cli/pull/3801) fix: fix ERR_INVALID_ARG_TYPE error when launching `vue ui` ([@sodatea](https://github.com/sodatea)) |
| 38 | + |
| 39 | +#### :memo: Documentation |
| 40 | +* [#3444](https://github.com/vuejs/vue-cli/pull/3444) Add notes for multi-page apps on references to 'prefetch' plugin ([@bengallienne](https://github.com/bengallienne)) |
| 41 | +* [#3656](https://github.com/vuejs/vue-cli/pull/3656) docs: adjust plugin dev guide example to write modified contents, Closes [#3655](https://github.com/vuejs/vue-cli/issues/3655) ([@akrawchyk](https://github.com/akrawchyk)) |
| 42 | + |
| 43 | +#### Committers: 3 |
| 44 | +- Andrew Krawchyk ([@akrawchyk](https://github.com/akrawchyk)) |
| 45 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
| 46 | +- [@bengallienne](https://github.com/bengallienne) |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | +## 3.6.0 (2019-04-13) |
| 51 | + |
| 52 | +#### :rocket: New Feature |
| 53 | +* `@vue/cli-ui` |
| 54 | + * [#3688](https://github.com/vuejs/vue-cli/pull/3688) add "copy content to clipboard" button on terminal component ([@pikax](https://github.com/pikax)) |
| 55 | + * [c81e6c](https://github.com/vuejs/vue-cli/commit/c81e6c21a20d66bfa66a664d94ec3ccc81c54d38) **project create**: bare option ([@Akryum](https://github.com/Akryum)) |
| 56 | + * [08de713](https://github.com/vuejs/vue-cli/commit/08de713598530bbc85282c6853bffebb912142a3) **plugin add**: feature icons ([@Akryum](https://github.com/Akryum)) |
| 57 | + * [fbfbd29](https://github.com/vuejs/vue-cli/commit/fbfbd29be5b3c2f07adb1c8db45ba18cd28468a5) vulnerability audit widget ([@Akryum](https://github.com/Akryum)) |
| 58 | + * [40d9346](https://github.com/vuejs/vue-cli/commit/40d9346914b3416bf3e6265fd020f6be768c9543) **api**: save shared data to disk ([@Akryum](https://github.com/Akryum)) |
| 59 | + * [ca2bdad](https://github.com/vuejs/vue-cli/commit/ca2bdadb028ee0496e1cf64cca4be2a6cb591547) **tasks**: refresh button ([@Akryum](https://github.com/Akryum)) |
| 60 | +* `@vue/cli-service` |
| 61 | + * [#3703](https://github.com/vuejs/vue-cli/pull/3703) add `--filename` option to specify the output file name ([@NickeyLin](https://github.com/NickeyLin)) |
| 62 | + * [#3760](https://github.com/vuejs/vue-cli/pull/3760) bundle currentScript polyfill by default if library needs IE support ([@sodatea](https://github.com/sodatea)) |
| 63 | + * [#3595](https://github.com/vuejs/vue-cli/pull/3595) support multi-main entry in pages config ([@sodatea](https://github.com/sodatea)) |
| 64 | + * [#3663](https://github.com/vuejs/vue-cli/pull/3663) support pug as html template ([@sodatea](https://github.com/sodatea)) |
| 65 | +* `@vue/cli` |
| 66 | + * [#3568](https://github.com/vuejs/vue-cli/pull/3568) add makeJSOnlyValue to generator API. Provides convenien… ([@steveworkman](https://github.com/steveworkman)) |
| 67 | + * [#3643](https://github.com/vuejs/vue-cli/pull/3643) do not write undefined fields to config files ([@sodatea](https://github.com/sodatea)) |
| 68 | +* `@vue/cli-service`, `@vue/cli-shared-utils`, `@vue/cli-ui`, `@vue/cli` |
| 69 | + * [#1531](https://github.com/vuejs/vue-cli/pull/1531) support PNPM as a package manager ([@robertkruis](https://github.com/robertkruis)) |
| 70 | + * [#3790](https://github.com/vuejs/vue-cli/pull/3790) fix PNPM compatibility issues during scaffolding ([@sodatea](https://github.com/sodatea)) |
| 71 | +* `@vue/cli-plugin-eslint`, `@vue/cli-service` |
| 72 | + * [#3572](https://github.com/vuejs/vue-cli/pull/3572) add 3rd option to `lintOnSave` to support 'default' behaviour (Closes [#3552](https://github.com/vuejs/vue-cli/issues/3552)) ([@LinusBorg](https://github.com/LinusBorg)) |
| 73 | +* `@vue/cli-plugin-unit-jest` |
| 74 | + * [#3589](https://github.com/vuejs/vue-cli/pull/3589) add jest typeahead plugin ([@sodatea](https://github.com/sodatea)) |
| 75 | + |
| 76 | +#### :bug: Bug Fix |
| 77 | +* `@vue/cli-ui` |
| 78 | + * [8c3ff11](https://github.com/vuejs/vue-cli/commit/8c3ff1165384bf4bafca39a267e3da3d9821abdb) **project create**: run vue create in child process, closes #3664 ([@Akryum](https://github.com/Akryum)) |
| 79 | + * [dac7a4b](https://github.com/vuejs/vue-cli/commit/dac7a4bf743a42befb119c1b0ab7992c73fec766) **project manager**: ake open in editor button more discoverable ([@Akryum](https://github.com/Akryum)) |
| 80 | + * [fd9cb16](https://github.com/vuejs/vue-cli/commit/fd9cb1628e04cd30a01cab0b5591bab7669768d7) **widget**: make resize handles more visible ([@Akryum](https://github.com/Akryum)) |
| 81 | + * [c4bd1ab](https://github.com/vuejs/vue-cli/commit/c4bd1abea80fbd30d359812da8f88b12e9fca48b) set cache-control header on static files ([@Akryum](https://github.com/Akryum)) |
| 82 | + |
| 83 | +#### :house: Internal |
| 84 | +* `@vue/cli-service` |
| 85 | + * [#2405](https://github.com/vuejs/vue-cli/pull/2405) remove unused `placeAtRootIfRelative` parameter ([@dailyvuejs](https://github.com/dailyvuejs)) |
| 86 | + * [#3707](https://github.com/vuejs/vue-cli/pull/3707) more accurate vim swap file ignore ([@Newbrict](https://github.com/Newbrict)) |
| 87 | + * [#3709](https://github.com/vuejs/vue-cli/pull/3709) use high resolution version of favicon.ico ([@phanan](https://github.com/phanan)) |
| 88 | + * [#3628](https://github.com/vuejs/vue-cli/pull/3628) make `fibers` opt-in for dart sass ([@sodatea](https://github.com/sodatea)) |
| 89 | +* `@vue/cli-ui` |
| 90 | + * [#3778](https://github.com/vuejs/vue-cli/pull/3778) **refactor(plugin)**: invoke is now done in child process ([@Akryum](https://github.com/Akryum)) |
| 91 | + * [4f0286c](https://github.com/vuejs/vue-cli/commit/4f0286c5535e87d5303feed52ba662082ef0296b) **perf(webpack dashboard)**: cleaning the analyzer data ([@Akryum](https://github.com/Akryum)) |
| 92 | + * [ecd64c4](https://github.com/vuejs/vue-cli/commit/ecd64c43a620a3573ee37e933cac0e8429f009c1) **perf(task details)**: better defering ([@Akryum](https://github.com/Akryum)) |
| 93 | + * [13199f5](https://github.com/vuejs/vue-cli/commit/13199f52e1e227bc1a720fb95c913564b8241e88) **tasks**: sort ([@Akryum](https://github.com/Akryum)) |
| 94 | + |
| 95 | +* Other |
| 96 | + * [#3650](https://github.com/vuejs/vue-cli/pull/3650) workflow: use lerna-changelog ([@sodatea](https://github.com/sodatea)) |
| 97 | + |
| 98 | +#### Committers: 10 |
| 99 | +- Carlos Rodrigues ([@pikax](https://github.com/pikax)) |
| 100 | +- Dimitar Dimitrov ([@Newbrict](https://github.com/Newbrict)) |
| 101 | +- Guillaume Chau ([@Akryum](https://github.com/Akryum)) |
| 102 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
| 103 | +- Nick ([@NickeyLin](https://github.com/NickeyLin)) |
| 104 | +- Phan An ([@phanan](https://github.com/phanan)) |
| 105 | +- Steve Workman ([@steveworkman](https://github.com/steveworkman)) |
| 106 | +- Thorsten Lünborg ([@LinusBorg](https://github.com/LinusBorg)) |
| 107 | +- [@dailyvuejs](https://github.com/dailyvuejs) |
| 108 | +- [@robertkruis](https://github.com/robertkruis) |
| 109 | + |
| 110 | + |
1 | 111 | # [3.5.5](https://github.com/vuejs/vue-cli/compare/v3.5.4...v3.5.5) (2019-04-01)
|
2 | 112 |
|
3 | 113 | ## babel-preset-app
|
|
0 commit comments