Skip to content

Commit

Permalink
->v2.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Sep 10, 2017
1 parent 3a662f6 commit bb9be12
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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.11",
"version": "2.5.12",
"main": "index.js",
"description": "Mobile web UI based on Vue and WeUI",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/components/form-preview/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ props:
button list, [{style: 'primary', text: 'text', onButtonClick: fn(prop:name), link: '/path'}]
zh-CN: '底部按钮列表,default为灰色样式,primary文字为高亮颜色, [{style: "primary", text: "text", onButtonClick: fn(prop:name), link: "/path"}]'
changes:
next:
v2.5.12:
en:
- '[fix] Fix layout issue when header-value is empty #1935'
zh-CN:
Expand Down
10 changes: 5 additions & 5 deletions 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: 值变化时触发
on-view-change:
version: next
version: v2.5.12
params: '(data, index)'
en: fires when render month is changed
zh-CN: 渲染月份变化时触发。初始化时会触发一次,如果不希望处理初始化时的触发,可以检查第二个参数是否为 0
Expand All @@ -107,20 +107,20 @@ methods:
en: get current date list
zh-CN: 获取当前日期列表
switchViewToToday:
version: next
version: v2.5.12
en: render current month
zh-CN: 渲染当天所在月份
switchViewToMonth:
version: next
version: v2.5.12
params: (year, month)
en: render specified year and month
zh-CN: 渲染特定年月日期
switchViewToCurrentValue:
version: next
version: v2.5.12
en: render with current value's month
zh-CN: 渲染当前值所在月份
changes:
next:
v2.5.12:
en:
- '[feature] add method:switchViewToToday switchViewToMonth'
- '[feature] support event:on-view-change'
Expand Down
2 changes: 1 addition & 1 deletion src/components/popup/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ slots:
en: content body
zh-CN: 弹窗主体内容
changes:
next:
v2.5.12:
en:
- '[fix] clean vux-modal-open on beforeDestroy and deactivated #1921'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/x-dialog/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ slots:
en: main content of the dialog
zh-CN: 弹窗的主体内容
changes:
next:
v2.5.12:
en:
- '[change] prop:scroll is deprecated #1858 #1877'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/datetime/metas.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
changes:
next:
v2.5.12:
en:
- '[fix] Fix datetime show multiple times #1927'
zh-CN:
Expand Down

0 comments on commit bb9be12

Please sign in to comment.