-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
95 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
## [0.0.1] - TODO: Add release date. | ||
## 0.0.4 | ||
|
||
* TODO: Describe initial release. | ||
### 修改 | ||
- WeInput添加height参数, 设置高度 | ||
- WeInput添加maxLength参数, 限制最大输入数量 | ||
- WeInput添加focusNode参数, 原生FocusNode | ||
- WeForm添加spacing参数, 设置表单内做边空白间距 | ||
- WeForm添加boxBorder参数, 控制表单外层是否显示边框 | ||
- WeToast.fail方法添加onClose回掉 | ||
- WeToast.success方法添加onClose回掉 | ||
### 新增 | ||
- 新增WeTheme类, 全局控制主题 | ||
- 新增WeCheckbox组件 | ||
- 新增WeRadio组件 | ||
### 修复 | ||
- 修复WeInput组件多行输入时无法点击键盘的换行 | ||
- 修复WeGrid组件中itemBuilder没有返回正确的index |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: weui | ||
description: flutter版的weui | ||
version: 0.0.3 | ||
version: 0.0.4 | ||
author: allan <[email protected]> | ||
homepage: https://github.com/allan-hx/flutter-weui | ||
|
||
|