|
1 | 1 |
|
| 2 | +## 3.7.0 (2019-04-28) |
| 3 | + |
| 4 | +#### :rocket: New Feature |
| 5 | +* `@vue/cli-service` |
| 6 | + * [#3861](https://github.com/vuejs/vue-cli/pull/3861) feat: add `.version` field and `assertVersion` helper to plugin api ([@sodatea](https://github.com/sodatea)) |
| 7 | + * [#3847](https://github.com/vuejs/vue-cli/pull/3847) feat: add types for new `lintOnSave` options and multi-page entries ([@sodatea](https://github.com/sodatea)) |
| 8 | + * [#3844](https://github.com/vuejs/vue-cli/pull/3844) feat: syntax highlight inspect output ([@Akryum](https://github.com/Akryum)) |
| 9 | +* `@vue/cli-plugin-babel`, `@vue/cli-plugin-typescript`, `@vue/cli-service` |
| 10 | + * [#3864](https://github.com/vuejs/vue-cli/pull/3864) feat: allow `parallel` option to be an integer ([@sodatea](https://github.com/sodatea)) |
| 11 | +* `@vue/cli` |
| 12 | + * [#3848](https://github.com/vuejs/vue-cli/pull/3848) feat: should support `bare` option in `preset.json` ([@sodatea](https://github.com/sodatea)) |
| 13 | + |
| 14 | +#### :bug: Bug Fix |
| 15 | +* `@vue/cli-service` |
| 16 | + * [#3865](https://github.com/vuejs/vue-cli/pull/3865) fix: should invalidate cache when lockfiles have updated ([@sodatea](https://github.com/sodatea)) |
| 17 | +* `@vue/cli-plugin-unit-jest` |
| 18 | + * [#3867](https://github.com/vuejs/vue-cli/pull/3867) fix: pin jest-watch-typeahead to 0.2.1, avoid introducing jest 24 deps ([@sodatea](https://github.com/sodatea)) |
| 19 | +* `@vue/cli-ui` |
| 20 | + * [#3871](https://github.com/vuejs/vue-cli/pull/3871) fix: vue-virtual-scroller should be in devDependencies as it's client-side only ([@sodatea](https://github.com/sodatea)) |
| 21 | +* `@vue/cli-shared-utils` |
| 22 | + * [#3826](https://github.com/vuejs/vue-cli/pull/3826) fix: should not show error message when pnpm is not installed ([@sodatea](https://github.com/sodatea)) |
| 23 | + |
| 24 | +#### :house: Internal |
| 25 | +* `@vue/babel-preset-app` |
| 26 | + * [#3899](https://github.com/vuejs/vue-cli/pull/3899) fix: should not add polyfills from transform-runtime plugin ([@sodatea](https://github.com/sodatea)) |
| 27 | +* `@vue/cli-service` |
| 28 | + * [#3878](https://github.com/vuejs/vue-cli/pull/3878) fix: `process` should be polyfilled rather than mocked ([@sodatea](https://github.com/sodatea)) |
| 29 | +* `@vue/cli-service`, `@vue/cli-ui-addon-widgets` |
| 30 | + * [#3851](https://github.com/vuejs/vue-cli/pull/3851) Remove redundant <= IE8 rule ([@MartijnCuppens](https://github.com/MartijnCuppens)) |
| 31 | + |
| 32 | +#### Committers: 4 |
| 33 | +- Guillaume Chau ([@Akryum](https://github.com/Akryum)) |
| 34 | +- Haoqun Jiang ([@sodatea](https://github.com/sodatea)) |
| 35 | +- Martijn Cuppens ([@MartijnCuppens](https://github.com/MartijnCuppens)) |
| 36 | +- Natalia Tepluhina ([@NataliaTepluhina](https://github.com/NataliaTepluhina)) |
| 37 | + |
| 38 | + |
| 39 | + |
2 | 40 | ## 3.6.3 (2019-04-16)
|
3 | 41 |
|
4 | 42 | #### :bug: Bug Fix
|
|
0 commit comments