Skip to content

Commit

Permalink
->v2.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Aug 5, 2017
1 parent 22108dc commit cef2792
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.6",
"version": "2.5.7",
"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 @@ -61,7 +61,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.5.7:
en:
- '[feature] Support `label` param for on-change event #1783'
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 @@ -100,7 +100,7 @@ props:
en: whether auto close when confirm button is clicked
zh-CN: 是否在点击确认按钮时自动关闭
input-attrs:
version: next
version: v2.5.7
type: Object
en: input attributes
zh-CN: input 属性
Expand All @@ -123,7 +123,7 @@ methods:
en: set input value when show-input is true
zh-CN: 设置输入值,当 show-input 为 true 时有效
changes:
next:
v2.5.7:
en:
- '[feature] Support prop:input-attrs #1799'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/loading/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ slots:
en: content area
zh-CN: 提示文字区域
changes:
next:
v2.5.7:
en:
- '[fix] fix [email protected] no setter warning, use :show instead of v-model #1798'
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.7:
en:
- '[feature] use v-html binding #1784'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/popup-picker/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ events:
en: emits when picker value is changed
zh-CN: picker 值变化时触发,即滑动 picker 时触发
changes:
next:
v2.5.7:
en:
- '[fix] Fix render issue after changing value #1793'
zh-CN:
Expand Down

0 comments on commit cef2792

Please sign in to comment.