Skip to content

Commit

Permalink
Merge pull request #7 from iq9891/master
Browse files Browse the repository at this point in the history
0.0.3
  • Loading branch information
iq9891 authored Dec 13, 2019
2 parents 67dd408 + 6de8a51 commit 4c47d60
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
<img src="https://static2.evente.cn/static/img/water.gif" alt="自动补全的示例" style="display: block; width: 288px;" />


### 0.0.3

> 2019-12-13
- [fix] 修复 ***w-input*****error****showWordLimit** 提示问题。


### 0.0.2

> 2019-12-12
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-water-helper",
"displayName": "vscode-water-helper",
"description": "A vscode extension for WATER",
"version": "0.0.2",
"version": "0.0.3",
"engines": {
"vscode": "^1.40.0"
},
Expand Down
4 changes: 2 additions & 2 deletions src/maps/attrs/input/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"defaultValue": "-"
},
"w-input/showWordLimit": {
"description": "是否显示输入字数统计, <code>0.15.0</code> 新增",
"description": "是否显示输入字数统计, 0.15.0 新增",
"optionType": "Boolean",
"defaultValue": "-"
},
Expand Down Expand Up @@ -45,7 +45,7 @@
"defaultValue": "-"
},
"w-input/error": {
"description": "当返回为 true 的时候,输入框为错误状态。该函数返回的参数(params): Event对象(ev), 输入的值(value), 最大长度(maxLength),触发的事件或阶段(eventType <code>0.16.0</code> 新增)",
"description": "当返回为 true 的时候,输入框为错误状态。该函数返回的参数(params): Event对象(ev), 输入的值(value), 最大长度(maxLength),触发的事件或阶段(eventType 0.16.0 新增)",
"optionType": "Function",
"defaultValue": "(params) => false"
},
Expand Down

0 comments on commit 4c47d60

Please sign in to comment.