Skip to content

Commit

Permalink
->v2.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Feb 6, 2018
1 parent f2d2a3d commit 9976007
Show file tree
Hide file tree
Showing 7 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.7.8",
"version": "2.7.9",
"main": "index.js",
"description": "Mobile web UI based on Vue and WeUI",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/components/clocker/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ slots:
en: if specified, will be the format for the result
zh-CN: 若存在,则作为最终显示出来的格式模板
changes:
next:
v2.7.9:
en:
- '[fix] fix bug when initial value is empty string #2449'
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.7.9:
en:
- '[fix] hide footer when footer.title is empty #2476'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/picker/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ methods:
en: get labels of current value
zh-CN: 根据 value 获取字面值
changes:
next:
v2.7.9:
en:
- '[fix] fix typo item_class => itemClass #2457'
zh-CN:
Expand Down
4 changes: 2 additions & 2 deletions src/components/rater/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ props:
zh-CN: 字体大小
min:
type: Number
version: next
version: v2.7.9
default: 0
en: min value
zh-CN: 最小值
changes:
next:
v2.7.9:
en:
- '[feature] prop:min add min value #2439'
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.9:
en:
- '[enhance] support china union 166 prefix phone number'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/bus/metas.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
changes:
next:
v2.7.9:
en:
- '[fix] add bus to this.$vux'
zh-CN:
Expand Down

0 comments on commit 9976007

Please sign in to comment.