|
| 1 | + |
| 2 | +## Unreleased (2019-04-13) |
| 3 | + |
| 4 | +#### :rocket: New Feature |
| 5 | +* `@vue/cli-ui` |
| 6 | + * [#3688](https://github.com/vuejs/vue-cli/pull/3688) feat(ui): add copyContent to clipboard button on terminal component ([@pikax](https://github.com/pikax)) |
| 7 | +* `@vue/cli-service` |
| 8 | + * [#3703](https://github.com/vuejs/vue-cli/pull/3703) feat(cli-service): add --filename option to specify the output file name ([@NickeyLin](https://github.com/NickeyLin)) |
| 9 | + * [#3760](https://github.com/vuejs/vue-cli/pull/3760) feat: bundle currentScript polyfill by default if library needs IE support ([@sodatea](https://github.com/sodatea)) |
| 10 | + * [#3595](https://github.com/vuejs/vue-cli/pull/3595) feat: support multi-main entry in pages config ([@sodatea](https://github.com/sodatea)) |
| 11 | + * [#3663](https://github.com/vuejs/vue-cli/pull/3663) feat: support pug as html template ([@sodatea](https://github.com/sodatea)) |
| 12 | +* `@vue/cli` |
| 13 | + * [#3568](https://github.com/vuejs/vue-cli/pull/3568) feat(cli): Added makeJSOnlyValue to generator API. Provides convenien… ([@steveworkman](https://github.com/steveworkman)) |
| 14 | + * [#3643](https://github.com/vuejs/vue-cli/pull/3643) feat: do not write undefined fields to config files ([@sodatea](https://github.com/sodatea)) |
| 15 | +* `@vue/cli-service`, `@vue/cli-shared-utils`, `@vue/cli-ui`, `@vue/cli` |
| 16 | + * [#1531](https://github.com/vuejs/vue-cli/pull/1531) feat: support PNPM as a package manager ([@robertkruis](https://github.com/robertkruis)) |
| 17 | +* `@vue/cli-plugin-eslint`, `@vue/cli-service` |
| 18 | + * [#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)) |
| 19 | +* `@vue/cli-plugin-unit-jest` |
| 20 | + * [#3589](https://github.com/vuejs/vue-cli/pull/3589) feat: add jest typeahead plugin ([@sodatea](https://github.com/sodatea)) |
| 21 | + |
| 22 | +#### :bug: Bug Fix |
| 23 | +* `@vue/cli-service`, `@vue/cli-shared-utils`, `@vue/cli-ui`, `@vue/cli` |
| 24 | + * [#3790](https://github.com/vuejs/vue-cli/pull/3790) fix pnpm compatibility issues during scaffolding ([@sodatea](https://github.com/sodatea)) |
| 25 | + |
| 26 | +#### :house: Internal |
| 27 | +* `@vue/cli-service` |
| 28 | + * [#2405](https://github.com/vuejs/vue-cli/pull/2405) refactor: remove unused `placeAtRootIfRelative` parameter ([@dailyvuejs](https://github.com/dailyvuejs)) |
| 29 | + * [#3707](https://github.com/vuejs/vue-cli/pull/3707) chore: more accurate vim swap file ignore ([@Newbrict](https://github.com/Newbrict)) |
| 30 | + * [#3709](https://github.com/vuejs/vue-cli/pull/3709) chore: use high resolution version of favicon.ico ([@phanan](https://github.com/phanan)) |
| 31 | + * [#3628](https://github.com/vuejs/vue-cli/pull/3628) feat: make `fibers` opt-in for dart sass ([@sodatea](https://github.com/sodatea)) |
| 32 | +* Other |
| 33 | + * [#3650](https://github.com/vuejs/vue-cli/pull/3650) workflow: use lerna-changelog ([@sodatea](https://github.com/sodatea)) |
| 34 | + |
| 35 | +#### Committers: 10 |
| 36 | +- Carlos Rodrigues ([@pikax](https://github.com/pikax)) |
| 37 | +- Dimitar Dimitrov ([@Newbrict](https://github.com/Newbrict)) |
| 38 | +- Guillaume Chau ([@Akryum](https://github.com/Akryum)) |
| 39 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
| 40 | +- Nick ([@NickeyLin](https://github.com/NickeyLin)) |
| 41 | +- Phan An ([@phanan](https://github.com/phanan)) |
| 42 | +- Steve Workman ([@steveworkman](https://github.com/steveworkman)) |
| 43 | +- Thorsten Lünborg ([@LinusBorg](https://github.com/LinusBorg)) |
| 44 | +- [@dailyvuejs](https://github.com/dailyvuejs) |
| 45 | +- [@robertkruis](https://github.com/robertkruis) |
| 46 | + |
| 47 | + |
1 | 48 | # [3.5.5](https://github.com/vuejs/vue-cli/compare/v3.5.4...v3.5.5) (2019-04-01)
|
2 | 49 |
|
3 | 50 | ## babel-preset-app
|
|
0 commit comments