Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.0.3 #7

Merged
merged 3 commits into from
Dec 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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