Skip to content

Commit

Permalink
-> 2.1.1-rc.9
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Mar 11, 2017
1 parent 784922e commit 30826d6
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 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.8",
"version": "2.1.1-rc.9",
"main": "index.js",
"description": "Mobile web UI based on Vue and WeUI",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/components/alert/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ events:
en: emits when dialog shows
zh-CN: 弹窗显示时触发
changes:
next:
v2.1.1-rc.9:
en:
- '[fix] Fix onHide callback issue #1023 @jsonviewer'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/datetime-range/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ events:
en: $emits when value changes, `(newVal)`
zh-CN: 表单值变化时触发, 参数 `(newVal)`
changes:
next:
v2.1.1-rc.9:
en:
- '[feature] new component #970 @327326724'
zh-CN:
Expand Down
4 changes: 2 additions & 2 deletions src/components/popup/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ props:
en: if closing popup when mask being clicked
zh-CN: 点击遮罩时是否自动关闭
is-transparent:
version: next
version: v2.1.1-rc.9
type: Boolean
default: false
en: if using transparent background
Expand All @@ -41,7 +41,7 @@ slots:
en: content body
zh-CN: 弹窗主体内容
changes:
next:
v2.1.1-rc.9:
en:
- '[enhance] Better mask transition'
- '[feature] Support tranparent background'
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 @@ -67,7 +67,7 @@ swipeout-item:
on-close:
zh-CN: 菜单完全关闭时触发
changes:
next:
v2.1.1-rc.9:
en:
- '[fix] Fix left-menu is shown when swiping right quickly'
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.9:
en:
- '[enhance] Reset props every time plugin.show is called #870 @jsonviewer'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/tools/date/metas.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
changes:
next:
v2.1.1-rc.9:
en:
- '[feature] Add dateRange tool function'
- '[feature] format support string-type of date'
Expand Down
2 changes: 1 addition & 1 deletion src/tools/number/metas.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
changes:
next:
v2.1.1-rc.9:
en:
- '[feature] Add numberRange tool function'
zh-CN:
Expand Down

0 comments on commit 30826d6

Please sign in to comment.