Skip to content

Commit

Permalink
->v2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Nov 22, 2017
1 parent e7146d0 commit 09cb46c
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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.3",
"version": "2.7.4",
"main": "index.js",
"description": "Mobile web UI based on Vue and WeUI",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/components/actionsheet/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ events:
en: triggers when clicking on mask
zh-CN: 点击遮罩时触发
changes:
next:
v2.7.4:
en:
- '[fix] fix wrong event param when value is zero #2209'
zh-CN:
Expand Down
8 changes: 4 additions & 4 deletions src/components/datetime/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,19 +190,19 @@ events:
zh-CN: 弹窗显示时触发
on-hide:
params: '`(type)`, type is one of [cancel, confirm]'
version: next
version: v2.7.4
en: fires when datetime hides
zh-CN: 弹窗关闭时触发
on-cancel:
version: next
version: v2.7.4
en: fires when cancel button is clicked or mask is clicked
zh-CN: 点击取消按钮或者遮罩时触发,等同于事件 on-hide(cancel)
on-confirm:
version: next
version: v2.7.4
en: fires when confirm button is clicked
zh-CN: 点击确定按钮时触发,等同于事件 on-hide(confirm)
changes:
next:
v2.7.4:
en:
- '[feature] add event:on-confirm event:on-cancel #2221'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/tabbar/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ tabbar-item:
en: emits when tabbar item is clicked
zh-CN: 点击菜单项时触发
changes:
next:
v2.7.4:
en:
- '[enhance] add development tip for position usage'
zh-CN:
Expand Down
4 changes: 2 additions & 2 deletions src/components/x-button/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ props:
en: 'show loading icon'
zh-CN: '显示加载图标'
gradients:
version: next
version: v2.7.4
type: Array
en: 'iOS design gradients, Array length should be 2'
zh-CN: '按钮背景渐变,长度必须为2'
Expand All @@ -60,7 +60,7 @@ slots:
en: button text
zh-CN: 按钮文字
changes:
next:
v2.7.4:
en:
- '[feature] add prop:gradients for iOS design gradients'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/x-dialog/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ slots:
en: main content of the dialog
zh-CN: 弹窗的主体内容
changes:
next:
v2.7.4:
en:
- '[fix] fix position:absolute issue #2220'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/x-input/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ methods:
en: reset input value and clear errors
zh-CN: 重置输入框值,清除错误信息
changes:
next:
v2.7.4:
en:
- '[fix] fix ssr DOM not matched issue #2201'
zh-CN:
Expand Down

0 comments on commit 09cb46c

Please sign in to comment.