Skip to content

Commit

Permalink
-> 2.1.1-rc.7
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Mar 8, 2017
1 parent 054c46a commit 5f995f8
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vux",
"version": "2.1.1-rc.6",
"version": "2.1.1-rc.7",
"main": "index.js",
"description": "Mobile web UI based on Vue and WeUI",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/components/datetime/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ events:
en: $emits when value changes, `(newVal)`
zh-CN: 表单值变化时触发, 参数 `(newVal)`
changes:
next:
v2.1.1-rc.7:
en:
- '[enhance] Support PC mouse drag #1039 @michael829'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/picker/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ events:
params: '`(value)`'
zh-CN: 选择值变化时触发
changes:
next:
v2.1.1-rc.7:
en:
- '[enhance] Support PC mouse drag #1039 @michael829'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/popup-picker/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ events:
params: '`(closeType)` true表示confirm(选择确认), false表示其他情况的关闭'
zh-CN: 弹窗关闭时触发
changes:
next:
v2.1.1-rc.7:
en:
- '[enhance] Support PC mouse drag #1039 @michael829'
- '[enhance] Support prop:display-format'
Expand Down
2 changes: 1 addition & 1 deletion src/components/swipeout/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ swipeout-item:
on-close:
zh-CN: 菜单完全关闭时触发
changes:
next:
v2.1.1-rc.7:
en:
- '[fix] Fix button click on Android. #1044 @tangtaoit'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/tab/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ tab-item:
active-class:
zh-CN: 当前项选中时的class
changes:
next:
v2.1.1-rc.7:
en:
- '[feature] Support setting bar width with prop:custom-bar-width'
- '[fix] Fix errors when initializing without tab-item #1038 @liu2010y'
Expand Down
2 changes: 1 addition & 1 deletion src/components/x-address/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ events:
en: emits when being open
zh-CN: 显示时触发
changes:
next:
v2.1.1-rc.7:
en:
- '[enhance] Support PC mouse drag #1039 @michael829'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/x-number/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ props:
en: align setting of the selecting area
zh-CN: '按钮部分位置,默认在右边(right),可选值为`left`和`right`'
changes:
next:
v2.1.1-rc.7:
en:
- '[fix] Emit on-change after nextTick'
zh-CN:
Expand Down

0 comments on commit 5f995f8

Please sign in to comment.