Skip to content

Commit

Permalink
-> v2.1.1-rc.13
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Mar 21, 2017
1 parent 65e37d1 commit d028b4e
Show file tree
Hide file tree
Showing 8 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.1.1-rc.12",
"version": "2.1.1-rc.13",
"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 @@ -58,7 +58,7 @@ slots:
en: the child element of the cell, you can add an element with absolute position
zh-CN: cell的直接子元素,因此可以添加一个相对于cell绝对定位的元素
changes:
next:
v2.1.1-rc.13:
en:
- '[fix] Support Group label styles #1110'
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 @@ -66,7 +66,7 @@ events:
en: emits when popup is closed
zh-CN: 弹窗关闭时触发
changes:
next:
v2.1.1-rc.13:
en:
- '[enhance] Use gray for cancel text color'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/radio/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ props:
en: label for fill input
zh-CN: 可填写时的label文字
changes:
next:
v2.1.1-rc.13:
en:
- '[fix] Fix not support Number and not reactive #1115'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/search/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ events:
en: when input gets focus
zh-CN: 输入框获取到焦点时触发
changes:
next:
v2.1.1-rc.13:
en:
- '[feature] Add slot:right'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/step/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ step:
step-item:
props:
changes:
next:
v2.1.1-rc.13:
en:
- '[fix] use export instead of module.exports'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/toast/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ events:
en: emits when toast hides
zh-CN: 提示隐藏时触发
changes:
next:
v2.1.1-rc.13:
en:
- '[fix] fix After the call is not set webkitOverflowScrolling for touch'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/x-header/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ events:
en: triggers when title is clicked
zh-CN: 点击标题时触发
changes:
next:
v2.1.1-rc.13:
en:
- '[fix] Fix cannot set empty backText #1109 @erguotou520'
zh-CN:
Expand Down

0 comments on commit d028b4e

Please sign in to comment.