Skip to content

Commit

Permalink
->v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Nov 2, 2017
1 parent ccfcd33 commit b175da6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.7.0",
"version": "2.7.1",
"main": "index.js",
"description": "Mobile web UI based on Vue and WeUI",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/components/datetime/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ events:
en: $emits when click the button in the middle of the header
zh-CN: 点击显示在中间的自定义按钮时触发
changes:
next:
2.7.1:
en:
- '[fix] fix less variables do not work in plugin usage #2152'
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 @@ -116,7 +116,7 @@ slots:
en: main content of the dialog
zh-CN: 弹窗的主体内容
changes:
next:
2.7.1:
en:
- '[fix] fix prevent-body-scroll.css not found (less-loader issue) #2118'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/x-input/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ methods:
en: reset input value and clear errors
zh-CN: 重置输入框值,清除错误信息
changes:
next:
2.7.1:
en:
- '[fix] fix valid is false when value is zero #2134'
- '[fix] fix event:on-blur not fires #2146'
Expand Down

0 comments on commit b175da6

Please sign in to comment.