Skip to content

Commit

Permalink
->v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Jul 7, 2017
1 parent b1838c8 commit 957d687
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.0",
"version": "2.5.1",
"main": "index.js",
"description": "Mobile web UI based on Vue and WeUI",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions src/components/group/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ slots:
en: content body for child components
zh-CN: 子组件插槽
title:
version: next
version: v2.5.1
en: title slot
zh-CN: 标题插槽
changes:
next:
v2.5.1:
en:
- '[feature] Add slot:title #1650'
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.1:
en:
- '[fix] Fix array-from issue with webpack@3 #1649'
zh-CN:
Expand Down
4 changes: 2 additions & 2 deletions src/components/x-textarea/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ events:
zh-CN: blur 事件
methods:
updateAutosize:
version: next
version: v2.5.1
en: reset autosize, if value is not empty initially, you should call this function to update size
zh-CN: 重置 autosize 高度,如果绑定值不为空,需要调用该函数进行高度重置
changes:
next:
v2.5.1:
en:
- '[feature] Add method:updateAutosize'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/directives/transfer-dom/metas.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
changes:
next:
v2.5.1:
en:
- '[enhance] Do not re-render on event:componentUpdated'
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.5.1:
en:
- '[fix] Fix style missing #1659'
zh-CN:
Expand Down

0 comments on commit 957d687

Please sign in to comment.