Skip to content

Commit

Permalink
->v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Mar 23, 2018
1 parent b886116 commit 7e85914
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 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.8.0",
"version": "2.8.1",
"main": "index.js",
"description": "Mobile web UI based on Vue and WeUI",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/components/cell/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ slots:
en: title slot
zh-CN: title 插槽,方便自定义样式
changes:
next:
v2.8.1:
en:
- '[fix] fix justify class #2545'
zh-CN:
Expand Down
6 changes: 3 additions & 3 deletions src/components/grid/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ grid:
zh-CN: 列数。如果为非单行 Grid,需要设置 cols,否则所有 GridItem 会平均宽度显示在一行。
show-lr-borders:
type: Boolean
version: next
version: v2.8.1
default: true
en: whether show left and right borders
zh-CN: 是否显示左右边框
show-vertical-dividers:
type: Boolean
version: next
version: v2.8.1
default: true
en: whether show vertical dividers
zh-CN: 是否显示垂直分割线
Expand All @@ -69,7 +69,7 @@ grid-item:
en: slot for label, the same func as prop:label
zh-CN: label 文字的 slot,作用同 prop:label
changes:
next:
v2.8.1:
en:
- '[feature] add prop:show-lr-borders and prop:show-vertical-dividers #2488'
zh-CN:
Expand Down
6 changes: 3 additions & 3 deletions src/components/previewer/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ events:
en: fires after closing
zh-CN: 关闭时触发
on-index-change:
version: next
version: v2.8.1
en: fires after index changes(shall not fire on first opening slide)
zh-CN: 切换图片后触发(首次打开不会触发)
methods:
Expand All @@ -114,7 +114,7 @@ methods:
version: v2.5.10
en: go to previous image
zh-CN: 跳转到上一张
next:
v2.8.1:
version: v2.5.10
en: go to next image
zh-CN: 跳转到下一张
Expand All @@ -132,7 +132,7 @@ slots:
en: slot before control button list
zh-CN: 操作按钮之前,可以添加自定义图标
changes:
next:
v2.8.1:
en:
- '[feature] add event:on-index-change #2505'
zh-CN:
Expand Down
4 changes: 2 additions & 2 deletions src/components/tab/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ tab:
en: whether prevent auto-switching tab-item when tab-item is clicked
zh-CN: 是否禁止自动切换 tab-item
scroll-threshold:
version: next
version: v2.8.1
type: Number
default: 4
en: scroll tabs threshold
Expand Down Expand Up @@ -94,7 +94,7 @@ tab-item:
en: emits when current tabItem is clicked
zh-CN: 当前 tabItem 被点击时触发
changes:
next:
v2.8.1:
en:
- '[feature] support prop:scroll-threshold'
zh-CN:
Expand Down
4 changes: 2 additions & 2 deletions src/components/x-input/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ slots:
right:
zh-CN: '用以在输入框右边显示内容,比如单位,切换密码显示方式等'
right-full-height:
version: next
version: v2.8.1
zh-CN: '用于放置和 cell 高度的验证码图片'
events:
on-blur:
Expand Down Expand Up @@ -141,7 +141,7 @@ methods:
en: reset input value and clear errors
zh-CN: 重置输入框值,清除错误信息
changes:
next:
v2.8.1:
en:
- '[feature] add slot:right-full-height for containing captcha #2475'
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.8.1:
en:
- '[fix] fix style missing #2375'
zh-CN:
Expand Down

0 comments on commit 7e85914

Please sign in to comment.