Skip to content

Commit

Permalink
->v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Sep 18, 2017
1 parent c414ef5 commit 38d52f3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.6.0",
"version": "2.6.1",
"main": "index.js",
"description": "Mobile web UI based on Vue and WeUI",
"keywords": [
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 @@ -140,7 +140,7 @@ props:
en: 'dynamically set hours list, params `(value, isToday, generateRange)`'
zh-CN: '动态设置小时列表,参数为 `(value, isToday, generateRange)`'
compute-days-function:
version: next
version: v2.6.1
type: Function
en: 'dynamically set days list, params `({year, month, min, max}, generateRange)`'
zh-CN: '动态设置日期列表,参数为 `({year, month, min, max}, generateRange)`'
Expand All @@ -155,7 +155,7 @@ events:
en: $emits when value changes, `(newVal)`
zh-CN: 表单值变化时触发, 参数 `(newVal)`
changes:
next:
v2.6.1:
en:
- '[feature] support prop:compute-days-function for dynamically setting days #1992'
zh-CN:
Expand Down
4 changes: 2 additions & 2 deletions src/components/grid/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ grid:
zh-CN: (v2.6.0 之后废弃,使用 col 替代)宫格列数,建议少于`5`
cols:
type: Number
version: next
version: v2.6.1
default: 3
en: column number
zh-CN: 列数。如果为非单行 Grid,需要设置 cols,否则所有 GridItem 会平均宽度显示在一行。
Expand All @@ -54,7 +54,7 @@ grid-item:
en: slot for label, the same func as prop:label
zh-CN: label文字的slot,作用同prop:label
changes:
next:
v2.6.1:
en:
- '[feature] add `cols` props'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/scroller/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ methods:
en: set pulldown done after new data is fetched
zh-CN: 设置下拉刷新操作完成,在数据加载后执行
changes:
next:
v2.6.1:
en:
- '[change] call `reset` in `updated` hook'
zh-CN:
Expand Down
4 changes: 2 additions & 2 deletions src/components/x-input/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ props:
en: set label width which will not be overwritten by $parent.labelWidth
zh-CN: label 宽度,权重比 group 的 labelWidth 高。不设定时将进行自动宽度计算,但超过15个字符时不会进行宽度设定。
mask:
version: next
version: v2.6.1
en: (beta) value mask, 9 for DIGIT, A for ALPHA, S for ALPHA AND DIGIT
zh-CN: (beta) 值格式化,依赖于 vanilla-masker,其中 9 表示数字,A 表示大写字母,S 表示数字或者字母
slots:
Expand Down Expand Up @@ -128,7 +128,7 @@ methods:
en: reset input value and clear errors
zh-CN: 重置输入框值,清除错误信息
changes:
next:
v2.6.1:
en:
- '[enhance] set label for attribute #1983'
- '[feature] support prop:mask'
Expand Down

0 comments on commit 38d52f3

Please sign in to comment.