We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36a64b commit 40a7827Copy full SHA for 40a7827
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# 更新日志
2
3
+## 1.0.6
4
+
5
+- feat: `mp-grids` 支持动态修改 grids
6
+- feat: `mp-searchbar` 点击取消按钮时触发 `cancel` 事件
7
+- fix: 修复 `mp-half-screen-dialog` 中的 desc 属性判断
8
+- fix: 修复 `mp-searchbar` 节流搜索没有获取最新数据
9
+- fix: 修复 `form-validator` 中 bytelength 报错
10
11
## 1.0.5
12
13
- updata: 升级 weui-wxss
package.json
@@ -1,6 +1,6 @@
{
"name": "weui-miniprogram",
- "version": "1.0.5",
+ "version": "1.0.6",
"description": "小程序 WeUI 组件库",
"main": "miniprogram_dist/index.js",
"files": [
0 commit comments