Skip to content

Commit

Permalink
->v2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Jul 31, 2017
1 parent a1b1af3 commit b2c48e5
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 16 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.4",
"version": "2.5.5",
"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 @@ -141,7 +141,7 @@ events:
en: triggers when clicking on mask
zh-CN: 点击遮罩时触发
changes:
next:
v2.5.5:
en:
- '[feature] Add raw menu item for on-click-menu event #1772'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/alert/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ events:
en: emits when dialog shows
zh-CN: 弹窗显示时触发
changes:
next:
v2.5.5:
en:
- '[feature] Support hideOnBlur #1742'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/cell-box/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ slots:
en: content body
zh-CN: 内容区域
changes:
next:
v2.5.5:
en:
- "[change] Remove default slot's div wrapper #1769"
zh-CN:
Expand Down
4 changes: 2 additions & 2 deletions src/components/confirm/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ events:
zh-CN: 点击确定按钮时触发, 参数为prompt中输入的值
methods:
setInputValue:
version: next
version: v2.5.5
params: '(value)'
en: set input value when show-input is true
zh-CN: 设置输入值,当 show-input 为 true 时有效
changes:
next:
v2.5.5:
en:
- '[feature] Add method:setInputValue #1746'
zh-CN:
Expand Down
4 changes: 2 additions & 2 deletions src/components/countup/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ props:
en: if start the counting
zh-CN: 是否自动开始计数
tag:
version: next
version: v2.5.5
type: String
default: span
en: render tag
zh-CN: 渲染标签
changes:
next:
v2.5.5:
en:
- '[feature] Add prop:tag for customize tag #1739'
zh-CN:
Expand Down
4 changes: 2 additions & 2 deletions src/components/datetime/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ props:
en: set default selected value, works only when value is empty
zh-CN: 设置默认选中日期,当前 value 为空时有效
compute-hours-function:
version: next
version: v2.5.5
type: Function
en: 'dynamically set hours list, params `(value, isToday, generateRange)`'
zh-CN: '动态设置小时列表,参数为 `(value, isToday, generateRange)`'
Expand All @@ -150,7 +150,7 @@ events:
en: $emits when value changes, `(newVal)`
zh-CN: 表单值变化时触发, 参数 `(newVal)`
changes:
next:
v2.5.5:
en:
- '[feature] support prop:compute-hours-function #1749'
- '[enhance] better mask transition'
Expand Down
2 changes: 1 addition & 1 deletion src/components/inline-calendar/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ events:
en: emits when value is changed
zh-CN: 值变化时触发
changes:
next:
v2.5.5:
en:
- '[feature] support multi select #1446 #1467'
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 @@ -50,7 +50,7 @@ props:
en: popup style
zh-CN: 弹窗样式,可以用于强制指定 z-index
hide-on-deactivated:
version: next
version: v2.5.5
type: Boolean
default: true
en: whether hide popup on deactived event when using keep-alive
Expand All @@ -70,7 +70,7 @@ slots:
en: content body
zh-CN: 弹窗主体内容
changes:
next:
v2.5.5:
en:
- '[feature] Auto hide popup on deactived #1774'
zh-CN:
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.5.5:
en:
- '[enhance] swipeout-item add render method #1688'
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 @@ -60,7 +60,7 @@ tabbar-item:
en: emits when value is changed
zh-CN: value 值变化时触发
changes:
next:
v2.5.5:
en:
- '[feature] Support replace: true for link #1761'
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 @@ -119,7 +119,7 @@ methods:
en: reset input value and clear errors
zh-CN: 重置输入框值,清除错误信息
changes:
next:
v2.5.5:
en:
- '[feature] Add $event param for on-focus on-blur event #1770'
- '[fix] Fix empty value checking logic #1759'
Expand Down

0 comments on commit b2c48e5

Please sign in to comment.