hy-virtual-tree 1.1.25 → 1.1.26

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 CHANGED
@@ -1,5 +1,12 @@
1
1
  ## Changelog
2
2
 
3
+ ### 1.1.26
4
+
5
+ _2025-09-16_
6
+
7
+ - 扩展[VirtualTree] 功能
8
+ (1)树节点添加添加缓存条数
9
+
3
10
  ### 1.1.25
4
11
 
5
12
  _2025-09-13_
package/dist/index.js CHANGED
@@ -499,7 +499,7 @@ const useConfig = (config) => {
499
499
  config = {
500
500
  itemHeight: 30,
501
501
  itemGap: 10,
502
- bufferSize: 30,
502
+ bufferSize: 50,
503
503
  color: '#fff',
504
504
  placeholderColor: '#909399',
505
505
  fontSize: 14,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hy-virtual-tree",
3
- "version": "1.1.25",
3
+ "version": "1.1.26",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",