Skip to content

Commit

Permalink
->v2.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Jan 22, 2018
1 parent eff3193 commit 82f8ac8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.7.7",
"version": "2.7.8",
"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 @@ -205,7 +205,7 @@ events:
en: fires when confirm button is clicked
zh-CN: 点击确定按钮时触发,等同于事件 on-hide(confirm)
changes:
next:
v2.7.8:
en:
- '[fix] fix `on-hide` event trigger twice #2379'
- '[fix] fix cannot set `show` to `true` initially'
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 @@ -132,7 +132,7 @@ methods:
en: get labels of current value
zh-CN: 根据 value 获取字面值
changes:
next:
v2.7.8:
en:
- '[fix] Fix chain mode get value is wrong when the children is empty data.'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/popup-radio/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ events:
en: fires when popup hides
zh-CN: 弹窗关闭时触发
changes:
next:
v2.7.8:
en:
- '[fix] fix popup-radio component does not support the border-intent property of the cell component.'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/wechat/metas.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
changes:
next:
v2.7.8:
en:
- '[feature] support 1.3.0'
zh-CN:
Expand Down

0 comments on commit 82f8ac8

Please sign in to comment.