Skip to content

Commit bbbe083

Browse files
committed
chore: 3.0.0-alpha.7 changelog
1 parent 5cdc07c commit bbbe083

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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+
117
<a name="3.0.0-alpha.6"></a>
218
# [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)
319

@@ -8,6 +24,7 @@
824
* allow console during dev ([5ad8fae](https://github.com/vuejs/vue-cli/commit/5ad8fae))
925
* avoid deepmerge on project config ([7d590d8](https://github.com/vuejs/vue-cli/commit/7d590d8))
1026
* 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))
1128
* ensure loaders exist ([fcfb099](https://github.com/vuejs/vue-cli/commit/fcfb099))
1229
* fix --force flag ([6661ac2](https://github.com/vuejs/vue-cli/commit/6661ac2))
1330
* 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,6 +38,7 @@
2138
### Features
2239

2340
* 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))
2442
* complete --target wc & multi-wc + tests ([9a07eeb](https://github.com/vuejs/vue-cli/commit/9a07eeb))
2543
* improve build lib/web-component ([1c4943b](https://github.com/vuejs/vue-cli/commit/1c4943b))
2644
* improve inspect output ([fd87394](https://github.com/vuejs/vue-cli/commit/fd87394))
@@ -30,11 +48,13 @@
3048
* vue build --target multi-wc [pattern] ([0f59c03](https://github.com/vuejs/vue-cli/commit/0f59c03))
3149
* vue inspect that proxies to vue-cli-service ([4c00cfa](https://github.com/vuejs/vue-cli/commit/4c00cfa))
3250

51+
3352
### Reverts
3453

3554
* feat: load config w/ cosmiconfig ([702b539](https://github.com/vuejs/vue-cli/commit/702b539))
3655

3756

57+
3858
<a name="3.0.0-alpha.5"></a>
3959
# [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)
4060

0 commit comments

Comments
 (0)