Skip to content

Commit

Permalink
->v2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Sep 30, 2017
1 parent 71a89ec commit 977139d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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.4",
"version": "2.6.5",
"main": "index.js",
"description": "Mobile web UI based on Vue and WeUI",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions src/components/cell-box/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ props:
en: if set border intent
zh-CN: 是否显示边框与左边的间隙
align-items:
version: next
version: v2.6.5
type: String
default: center
en: flexbox align-items setting
Expand All @@ -42,7 +42,7 @@ slots:
en: content body
zh-CN: 内容区域
changes:
next:
v2.6.5:
en:
- '[feature] add prop:align-items'
zh-CN:
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 @@ -70,7 +70,7 @@ events:
en: emits when value changes, param:label is supported after v2.5.7
zh-CN: 值变化时触发,参数为 (value, label),其中 label 参数在 v2.5.7 后支持
changes:
next:
v2.6.5:
en:
- '[fix] fix missing icon style when using checklist along #2041'
- '[fix] initializing the tempValue when created #2059'
Expand Down
2 changes: 1 addition & 1 deletion src/components/confirm/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ methods:
en: set input value when show-input is true
zh-CN: 设置输入值,当 show-input 为 true 时有效
changes:
next:
v2.6.5:
en:
- '[enhance] fix click events trigger twice when clicking fast #2048'
zh-CN:
Expand Down
6 changes: 3 additions & 3 deletions src/components/popup-radio/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ slots:
zh-CN: 自定义每个条目显示内容
events:
on-show:
version: next
version: v2.6.5
en: fires when popup shows
zh-CN: 弹窗显示时触发
on-hide:
version: next
version: v2.6.5
en: fires when popup hides
zh-CN: 弹窗关闭时触发
changes:
next:
v2.6.5:
en:
- '[feature] add event:on-hde event:on-show #2053'
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.6.5:
en:
- '[enhance] fix validating logic for is-type:china-mobile with mask #2040'
zh-CN:
Expand Down

0 comments on commit 977139d

Please sign in to comment.