hy-virtual-tree 2.1.3 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -1
- package/dist/index.js +24 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,22 @@
|
|
|
1
1
|
## Changelog
|
|
2
2
|
|
|
3
|
+
### 2.2.0
|
|
4
|
+
|
|
5
|
+
_2026-06-01_
|
|
6
|
+
|
|
7
|
+
(1)新增 filterMethod参数的返回参数,可按需判断每一项是否要独立校验
|
|
8
|
+
|
|
9
|
+
### 2.1.4
|
|
10
|
+
|
|
11
|
+
_2026-05-28_
|
|
12
|
+
|
|
13
|
+
(1)新增 getUserMailInfo方法获取通迅录用户信息
|
|
14
|
+
|
|
3
15
|
### 2.1.3
|
|
4
16
|
|
|
5
17
|
_2026-05-20_
|
|
6
18
|
|
|
7
|
-
(1)filterExpandModel 参数新增 result
|
|
19
|
+
(1)filterExpandModel 参数新增 result 选项,实现过滤后只展开符合条件的数据
|
|
8
20
|
|
|
9
21
|
### 2.1.2
|
|
10
22
|
|