Skip to content

Commit

Permalink
-> v2.2.1-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Apr 6, 2017
1 parent cac0dd8 commit 3213af7
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.2.0",
"version": "2.2.1-rc.1",
"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 @@ -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
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions src/components/cell-form-preview/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions src/components/cell/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions src/components/checklist/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
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 @@ -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:
Expand Down

0 comments on commit 3213af7

Please sign in to comment.