From bb9be12b39973cb8cdb009cef42a0964835e80c4 Mon Sep 17 00:00:00 2001 From: airyland Date: Sun, 10 Sep 2017 12:53:51 +0800 Subject: [PATCH] ->v2.5.12 --- package.json | 2 +- src/components/form-preview/metas.yml | 2 +- src/components/inline-calendar/metas.yml | 10 +++++----- src/components/popup/metas.yml | 2 +- src/components/x-dialog/metas.yml | 2 +- src/plugins/datetime/metas.yml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index c85b76e3d..14843818f 100644 --- a/package.json +++ b/package.json @@ -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": [ diff --git a/src/components/form-preview/metas.yml b/src/components/form-preview/metas.yml index 9891082ca..fc6678d45 100644 --- a/src/components/form-preview/metas.yml +++ b/src/components/form-preview/metas.yml @@ -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: diff --git a/src/components/inline-calendar/metas.yml b/src/components/inline-calendar/metas.yml index 4f91f6174..43fd3afd4 100755 --- a/src/components/inline-calendar/metas.yml +++ b/src/components/inline-calendar/metas.yml @@ -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 @@ -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' diff --git a/src/components/popup/metas.yml b/src/components/popup/metas.yml index d135cac6b..1d432e0fe 100644 --- a/src/components/popup/metas.yml +++ b/src/components/popup/metas.yml @@ -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: diff --git a/src/components/x-dialog/metas.yml b/src/components/x-dialog/metas.yml index 94e65284c..071cc53bc 100644 --- a/src/components/x-dialog/metas.yml +++ b/src/components/x-dialog/metas.yml @@ -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: diff --git a/src/plugins/datetime/metas.yml b/src/plugins/datetime/metas.yml index dd0e07a98..df52182fd 100644 --- a/src/plugins/datetime/metas.yml +++ b/src/plugins/datetime/metas.yml @@ -1,5 +1,5 @@ changes: - next: + v2.5.12: en: - '[fix] Fix datetime show multiple times #1927' zh-CN: