Skip to content

Commit

Permalink
-> 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Jun 1, 2017
1 parent f5f278e commit ab77af0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.3.3",
"version": "2.3.4",
"main": "index.js",
"description": "Mobile web UI based on Vue and WeUI",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions src/components/actionsheet/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ events:
en: triggers when clicking on the cancel menu
zh-CN: 点击取消菜单时触发
on-click-mask:
version: next
version: v2.3.4
en: triggers when clicking on mask
zh-CN: 点击遮罩时触发
changes:
next:
v2.3.4:
en:
- '[feature] Support event: on-click-mask #1496'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/datetime/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ events:
en: $emits when value changes, `(newVal)`
zh-CN: 表单值变化时触发, 参数 `(newVal)`
changes:
next:
v2.3.4:
en:
- '[fix] do not trigger on-change on first-value-setting'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/inline-loading/metas.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
icon: ''
changes:
next:
v2.3.4:
en:
- '[feature] new component'
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 @@ -82,7 +82,7 @@ props:
en: index value, use `v-model` for binding
zh-CN: index 绑定,使用`v-model`,一般不需要绑定
changes:
next:
v2.3.4:
en:
- '[fix] Fix click to fail when only two swiper-item and loop #1484 @unclay'
zh-CN:
Expand Down

0 comments on commit ab77af0

Please sign in to comment.