Skip to content

Commit

Permalink
->v2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Jul 11, 2017
1 parent 06841e9 commit 1750432
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 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.5.1",
"version": "2.5.2",
"main": "index.js",
"description": "Mobile web UI based on Vue and WeUI",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/components/checklist/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ changes:
- '[feature] 添加插槽 footer、after-title'
- '[change] 如果已经达到max上限,没有选中的选项将不能选择,因此不再和之前版本一样会出现最多可选max个的error信息'
- '[change] 默认 required 值为false, 与html规范一致'
next:
v2.5.2:
en:
- '[fix] emit event `input` before `on-change`'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/inline-x-number/metas.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
icon: ''
changes:
next:
v2.5.2:
en:
- '[feature] now inline-x-number is available'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/panel/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ events:
en: emits when clicking footer
zh-CN: 点击尾部时触发
changes:
next:
v2.5.2:
en:
- '[feature] Add type(4,5) and info meta(source,date,other)'
zh-CN:
Expand Down
14 changes: 7 additions & 7 deletions src/components/popup-header/metas.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
icon: ''
props:
left-text:
version: next
version: v2.5.2
en: left text
zh-CN: 左侧文字
right-text:
version: next
version: v2.5.2
en: right text
zh-CN: 右侧文字
title:
version: next
version: v2.5.2
en: title
zh-CN: 标题
show-bottom-border:
version: next
version: v2.5.2
en: whether show bottom border
zh-CN: 是否显示底部边框
events:
on-click-left:
version: next
version: v2.5.2
en: emits when left text is clicked
zh-CN: 左侧文字点击时触发
on-click-right:
version: next
version: v2.5.2
en: emits when right text is clicked
zh-CN: 右侧文字点击时触发
changes:
next:
v2.5.2:
en:
- '[feature] new component'
zh-CN:
Expand Down
4 changes: 2 additions & 2 deletions src/components/popup-picker/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ props:
en: 'used to format display text on cell, param: (currentValue)'
zh-CN: 自定义在cell上的显示格式,参数为当前 value,使用该属性时,show-name 属性将失效
popup-style:
version: next
version: v2.5.2
type: Object
en: popup style
zh-CN: 弹窗样式,可以用于强制指定 z-index
Expand All @@ -76,7 +76,7 @@ events:
en: emits when popup is closed
zh-CN: 弹窗关闭时触发
changes:
next:
v2.5.2:
en:
- '[feature] Add prop:popup-style #1656'
zh-CN:
Expand Down
4 changes: 2 additions & 2 deletions src/components/popup/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ props:
en: whether show mask
zh-CN: 是否显示遮罩
popup-style:
version: next
version: v2.5.2
type: Object
en: popup style
zh-CN: 弹窗样式,可以用于强制指定 z-index
Expand All @@ -64,7 +64,7 @@ slots:
en: content body
zh-CN: 弹窗主体内容
changes:
next:
v2.5.2:
en:
- '[feature] Add prop:popup-style #1656'
zh-CN:
Expand Down
4 changes: 2 additions & 2 deletions src/components/x-address/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ props:
en: 'align setting of `value`'
zh-CN: 'value 对齐方式(text-align), `v2.1.0-rc.49`开始支持'
popup-style:
version: next
version: v2.5.2
type: Object
en: popup style
zh-CN: 弹窗样式,可以用于强制指定 z-index
Expand All @@ -120,7 +120,7 @@ events:
en: emits when being open
zh-CN: 显示时触发
changes:
next:
v2.5.2:
en:
- '[feature] Add prop:popup-style #1656'
zh-CN:
Expand Down

0 comments on commit 1750432

Please sign in to comment.