Skip to content

Commit

Permalink
->v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Jul 4, 2017
1 parent d3eb55f commit 428877d
Show file tree
Hide file tree
Showing 6 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.4.1",
"version": "2.5.0",
"main": "index.js",
"description": "Mobile web UI based on Vue and WeUI",
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions src/components/confirm/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ props:
en: visibility of the component
zh-CN: 是否显示,使用`v-model`绑定
show-input:
version: next
version: v2.5.0
type: Boolean
default: false
en: whether show input or not
zh-CN: 是否显示输入框,如果为true,slot会失效
placeholder:
version: next
version: v2.5.0
type: String
default: ''
en: placeholder of prompt
Expand Down Expand Up @@ -89,7 +89,7 @@ props:
en: dialog's transition
zh-CN: 弹窗动画
close-on-confirm:
version: next
version: v2.5.0
type: Boolean
default: true
en: whether auto close when confirm button is clicked
Expand All @@ -107,7 +107,7 @@ events:
en: triggers when the confirm button is clicked
zh-CN: 点击确定按钮时触发, 参数为prompt中输入的值
changes:
next:
v2.5.0:
en:
- '[feature] Support prop:close-on-confirm'
- '[feature] Support prop:show-input'
Expand Down
4 changes: 2 additions & 2 deletions src/components/datetime-view/metas.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
icon: ''
methods:
render:
version: next
version: v2.5.0
en: re-render component
zh-CN: 强制重新渲染组件,当主动修改值或者其他非响应属性时需要调用该方法
changes:
next:
v2.5.0:
en:
- '[feature] new component'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/loading/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ slots:
en: content area
zh-CN: 提示文字区域
changes:
next:
v2.5.0:
en:
- '[feature] Add prop:transition'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/x-button/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ slots:
en: button text
zh-CN: 按钮文字
changes:
next:
v2.5.0:
en:
- '[feature] Add primary、warn disabled bg color. #1630'
zh-CN:
Expand Down
4 changes: 2 additions & 2 deletions src/components/x-switch/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ props:
prevent-default:
type: Boolean
default: false
version: next
version: v2.5.0
en: prevent from setting value on being clicked
zh-CN: 阻止点击时自动设定值
events:
Expand All @@ -63,7 +63,7 @@ events:
en: triggers when being clicked
zh-CN: 点击组件时触发
changes:
next:
v2.5.0:
en:
- '[feature] we can use prop:prevent-default to prevent from setting value on being clicked #1606'
zh-CN:
Expand Down

0 comments on commit 428877d

Please sign in to comment.