diff --git a/package.json b/package.json index a423d1e86..59dfc68b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vux", - "version": "2.2.0", + "version": "2.2.1-rc.1", "main": "index.js", "description": "Mobile web UI based on Vue and WeUI", "keywords": [ diff --git a/src/components/cell-box/metas.yml b/src/components/cell-box/metas.yml index cd8529047..9475c87d2 100644 --- a/src/components/cell-box/metas.yml +++ b/src/components/cell-box/metas.yml @@ -26,7 +26,7 @@ props: en: redirect link when being clicked zh-CN: 点击链接,可以为http(s)协议,也可以是 vue-router 支持的地址形式 border-intent: - version: next + version: v2.2.1-rc.1 type: Boolean default: true en: if set border intent @@ -36,7 +36,7 @@ slots: en: content body zh-CN: 内容区域 changes: - next: + v2.2.1-rc.1: en: - '[feature] Support prop:border-intent' zh-CN: diff --git a/src/components/cell-form-preview/metas.yml b/src/components/cell-form-preview/metas.yml index d2dc8aeb6..61e82aa0a 100644 --- a/src/components/cell-form-preview/metas.yml +++ b/src/components/cell-form-preview/metas.yml @@ -54,13 +54,13 @@ props: en: label and value list zh-CN: 内容列表 border-intent: - version: next + version: v2.2.1-rc.1 type: Boolean default: true en: if set border intent zh-CN: 是否显示边框与左边的间隙 changes: - next: + v2.2.1-rc.1: en: - '[feature] Support prop:border-intent' zh-CN: diff --git a/src/components/cell/metas.yml b/src/components/cell/metas.yml index 988af2fe6..b6da113ba 100755 --- a/src/components/cell/metas.yml +++ b/src/components/cell/metas.yml @@ -57,13 +57,13 @@ props: en: value's text-align,primary will be set to content if value-align value is right zh-CN: 文字值对齐方式,当设为 right 时,primary 值将会设为 content border-intent: - version: next + version: v2.2.1-rc.1 type: Boolean default: true en: if set border intent zh-CN: 是否显示边框与左边的间隙 arrow-direction: - version: next + version: v2.2.1-rc.1 type: String en: arrow direction, one of up, down zh-CN: 右侧箭头方向,可选有 up down @@ -84,7 +84,7 @@ slots: en: the child element of the cell, you can add an element with absolute position zh-CN: cell的直接子元素,因此可以添加一个相对于cell绝对定位的元素 changes: - next: + v2.2.1-rc.1: en: - '[feature] Support prop:border-intent' - '[feature] Support prop:arrow-direction' diff --git a/src/components/checklist/metas.yml b/src/components/checklist/metas.yml index 0bdf515b2..9faa446a9 100755 --- a/src/components/checklist/metas.yml +++ b/src/components/checklist/metas.yml @@ -41,7 +41,7 @@ props: en: if shuffing options zh-CN: 是否随机打乱选项顺序 check-disabled: - version: next + version: v2.2.1-rc.1 type: Boolean default: true en: if disabled item when selectedItems.length === total.length, by using this prop:max no longer works @@ -52,7 +52,7 @@ events: en: emits when value changes zh-CN: 值变化时触发,参数为 (value) changes: - next: + v2.2.1-rc.1: en: - '[feature] Support prop:check-disabled' zh-CN: diff --git a/src/components/popup-picker/metas.yml b/src/components/popup-picker/metas.yml index 8e44b2df3..185c7a68d 100644 --- a/src/components/popup-picker/metas.yml +++ b/src/components/popup-picker/metas.yml @@ -66,7 +66,7 @@ events: en: emits when popup is closed zh-CN: 弹窗关闭时触发 changes: - next: + v2.2.1-rc.1: en: - '[fix] Fix wrong closeType #1209' zh-CN: