Skip to content

Commit

Permalink
->v2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Jun 12, 2018
1 parent fbfdb6e commit 91aa85e
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 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.9.1",
"version": "2.9.2",
"main": "index.js",
"description": "Mobile web UI based on Vue and WeUI",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions src/components/confirm/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,13 @@ props:
en: zIndex of mask
zh-CN: 遮罩层 z-index 值
show-cancel-button:
version: next
version: v2.9.2
type: Boolean
default: true
en: if show cancel button
zh-CN: 是否显示取消按钮
show-confirm-button:
version: next
version: v2.9.2
type: Boolean
default: true
en: if show confirm button
Expand Down Expand Up @@ -164,7 +164,7 @@ methods:
en: set input value when show-input is true
zh-CN: 设置输入值,当 show-input 为 true 时有效
changes:
next:
v2.9.2:
en:
- '[feature] Support prop: showCancelButton showConfirmButton #2795'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/datetime-view/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ methods:
en: re-render component
zh-CN: 强制重新渲染组件,当主动修改值或者其他非响应属性时需要调用该方法
changes:
next:
v2.9.2:
en:
- '[fix] fix render error for DOM not found #2797'
zh-CN:
Expand Down
6 changes: 3 additions & 3 deletions src/components/range/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,17 @@ events:
en: emits when value is changed
zh-CN: 绑定值变化时触发事件
on-touchstart:
version: next
version: v2.9.2
params: '`(event)`'
en: trigger when finger is placed on element
zh-CN: 手指放到元素上时触发
on-touchend:
version: next
version: v2.9.2
params: '`(event)`'
en: trigger when finger leaves the element
zh-CN: 手指离开元素时触发
changes:
next:
v2.9.2:
en:
- '[feature] add on-touchstart and on-touchend events #2804'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/swiper/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ events:
en: fires after height is caculated
zh-CN: 高度获取后触发
changes:
next:
v2.9.2:
en:
- '[fix] fix stuck swipe after setting min-moving-distance #2773'
- '[fix] fix error for repeat setting data in loop #2803'
Expand Down
2 changes: 1 addition & 1 deletion src/components/x-button/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ slots:
en: button text
zh-CN: 按钮文字
changes:
next:
v2.9.2:
en:
- '[feature] support styles variable for button #2748'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/x-img/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ props:
en: the separator of image src
zh-CN: 支持设置src的分隔符
changes:
next:
v2.9.2:
en:
- '[enhance] Support prop:separator #2744'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/x-input/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ methods:
en: reset input value and clear errors
zh-CN: 重置输入框值,清除错误信息
changes:
next:
v2.9.2:
en:
- '[fix] fix corsor misplce when set mask #2810'
zh-CN:
Expand Down

0 comments on commit 91aa85e

Please sign in to comment.