Skip to content

Commit

Permalink
->v2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Jul 17, 2017
1 parent 63bc525 commit 69287cd
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.5.2",
"version": "2.5.3",
"main": "index.js",
"description": "Mobile web UI based on Vue and WeUI",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/components/group/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ slots:
en: title slot
zh-CN: 标题插槽
changes:
next:
v2.5.3:
en:
- '[enhance] prop:labelAlign support justify #1574'
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 @@ -76,7 +76,7 @@ events:
en: emits when popup is closed
zh-CN: 弹窗关闭时触发
changes:
next:
v2.5.3:
en:
- '[fix] Fix label style being overwrite after importing x-textarea #1696'
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.5.3:
en:
- '[fix] clear listTtwoLoopItem when list size !== 2 #1684 @weizs'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/x-dialog/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ slots:
en: main content of the dialog
zh-CN: 弹窗的主体内容
changes:
next:
v2.5.3:
en:
- '[feature] Add prop:show, supports the .sync modifier'
zh-CN:
Expand Down
4 changes: 2 additions & 2 deletions src/components/x-header/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ slots:
en: right slot
zh-CN: 右侧部分插槽
overwrite-title:
version: next
version: v2.5.3
en: overwrite title content
zh-CN: 标题插槽,用于自定义标题位置内容
events:
Expand All @@ -66,7 +66,7 @@ events:
en: triggers when title is clicked
zh-CN: 点击标题时触发
changes:
next:
v2.5.3:
en:
- '[feature] Add slot:overwrite-title #1669'
zh-CN:
Expand Down

0 comments on commit 69287cd

Please sign in to comment.