Skip to content

Commit

Permalink
-> v2.1.1-rc.14
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Mar 26, 2017
1 parent f371e95 commit 6a64df4
Show file tree
Hide file tree
Showing 7 changed files with 8 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.1.1-rc.13",
"version": "2.1.1-rc.14",
"main": "index.js",
"description": "Mobile web UI based on Vue and WeUI",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/components/checker/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ checker-item:
en: emits when current checker-item is clicked
zh-CN: 当前项被点击时触发
changes:
next:
v2.1.1-rc.14:
en:
- '[enhance] Now disabled item also emits event:on-item-click #1144'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/form-preview/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ props:
button list, [{style: 'primary', text: 'text', onButtonClick: fn(prop:name), link: '/path'}]
zh-CN: '底部按钮列表,default为灰色样式,primary文字为高亮颜色, [{style: "primary", text: "text", onButtonClick: fn(prop:name), link: "/path"}]'
changes:
next:
v2.1.1-rc.14:
en:
- '[fix] Fix variable: form-preview-button-primary-color'
- '[feature] Support prop:name #1123'
Expand Down
3 changes: 2 additions & 1 deletion src/components/masker/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ props:
zh-CN: 遮罩透明度
fullscreen:
type: Boolean
version: v2.1.1-rc.14
default: false
en: if masker is fullscreen
zh-CN: 遮罩是否全屏
Expand All @@ -23,7 +24,7 @@ slots:
en: content above the mask
zh-CN: 遮罩上方内容,一般显示标题消息
changes:
next:
v2.1.1-rc.14:
en:
- '[feature] Support prop:fullscreen'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/selector/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ props:
zh-CN: 是否不可选择

changes:
next:
v2.1.1-rc.14:
en:
- '[fix] fix can not set Selector name attrbiute bug #1133'
- '[enhance] Selector value support Boolean. @rbao'
Expand Down
2 changes: 1 addition & 1 deletion src/components/swipeout/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ changes:
v2.1.0-rc.50:
zh-CN:
- '[feature] `swipeout`组件`beta`版本'
next:
v2.1.1-rc.14:
en:
- '[fix] Fix left-menu is shown when sliding back and forth #1139'
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 @@ -91,7 +91,7 @@ slots:
en: main content of the dialog
zh-CN: 弹窗的主体内容
changes:
next:
v2.1.1-rc.14:
en:
- '[fix] Fix cannot set value to true initially #1138'
zh-CN:
Expand Down

0 comments on commit 6a64df4

Please sign in to comment.