|
| 1 | +<a name="3.0.0-alpha.7"></a> |
| 2 | +# [3.0.0-alpha.7](https://github.com/vuejs/vue-cli/compare/v3.0.0-alpha.6...v3.0.0-alpha.7) (2018-02-02) |
| 3 | + |
| 4 | + |
| 5 | +### Bug Fixes |
| 6 | + |
| 7 | +* ensure vue init works when installed with npm ([6ce8565](https://github.com/vuejs/vue-cli/commit/6ce8565)) |
| 8 | + |
| 9 | + |
| 10 | +### Features |
| 11 | + |
| 12 | +* check and show newer version on create ([3df1289](https://github.com/vuejs/vue-cli/commit/3df1289)) |
| 13 | +* support prompts when invoking plugins ([c1142e2](https://github.com/vuejs/vue-cli/commit/c1142e2)) |
| 14 | + |
| 15 | + |
| 16 | + |
1 | 17 | <a name="3.0.0-alpha.6"></a>
|
2 | 18 | # [3.0.0-alpha.6](https://github.com/vuejs/vue-cli/compare/v3.0.0-alpha.5...v3.0.0-alpha.6) (2018-02-02)
|
3 | 19 |
|
|
8 | 24 | * allow console during dev ([5ad8fae](https://github.com/vuejs/vue-cli/commit/5ad8fae))
|
9 | 25 | * avoid deepmerge on project config ([7d590d8](https://github.com/vuejs/vue-cli/commit/7d590d8))
|
10 | 26 | * compatible with safari 10 ([#755](https://github.com/vuejs/vue-cli/issues/755)) ([199c754](https://github.com/vuejs/vue-cli/commit/199c754))
|
| 27 | +* do not extract vue.config.js in tests ([7874b0e](https://github.com/vuejs/vue-cli/commit/7874b0e)) |
11 | 28 | * ensure loaders exist ([fcfb099](https://github.com/vuejs/vue-cli/commit/fcfb099))
|
12 | 29 | * fix --force flag ([6661ac2](https://github.com/vuejs/vue-cli/commit/6661ac2))
|
13 | 30 | * fix project creation when path contains spaces (fix [#742](https://github.com/vuejs/vue-cli/issues/742)) ([5be05f3](https://github.com/vuejs/vue-cli/commit/5be05f3))
|
|
21 | 38 | ### Features
|
22 | 39 |
|
23 | 40 | * build --target lib/wc ([faadadf](https://github.com/vuejs/vue-cli/commit/faadadf))
|
| 41 | +* build --target web-component (WIP) ([6db7735](https://github.com/vuejs/vue-cli/commit/6db7735)) |
24 | 42 | * complete --target wc & multi-wc + tests ([9a07eeb](https://github.com/vuejs/vue-cli/commit/9a07eeb))
|
25 | 43 | * improve build lib/web-component ([1c4943b](https://github.com/vuejs/vue-cli/commit/1c4943b))
|
26 | 44 | * improve inspect output ([fd87394](https://github.com/vuejs/vue-cli/commit/fd87394))
|
|
30 | 48 | * vue build --target multi-wc [pattern] ([0f59c03](https://github.com/vuejs/vue-cli/commit/0f59c03))
|
31 | 49 | * vue inspect that proxies to vue-cli-service ([4c00cfa](https://github.com/vuejs/vue-cli/commit/4c00cfa))
|
32 | 50 |
|
| 51 | + |
33 | 52 | ### Reverts
|
34 | 53 |
|
35 | 54 | * feat: load config w/ cosmiconfig ([702b539](https://github.com/vuejs/vue-cli/commit/702b539))
|
36 | 55 |
|
37 | 56 |
|
| 57 | + |
38 | 58 | <a name="3.0.0-alpha.5"></a>
|
39 | 59 | # [3.0.0-alpha.5](https://github.com/vuejs/vue-cli/compare/v3.0.0-alpha.4...v3.0.0-alpha.5) (2018-01-29)
|
40 | 60 |
|
|
0 commit comments