Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@pixui-dev/pixui-react-virtualwaterfall

Package Overview
Dependencies
Maintainers
5
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixui-dev/pixui-react-virtualwaterfall - npm Package Compare versions

Comparing version
1.0.14
to
1.0.15
+1
-1
package.json
{
"name": "@pixui-dev/pixui-react-virtualwaterfall",
"version": "1.0.14",
"version": "1.0.15",
"description": "pixui 高性能React虚拟瀑布流组件",

@@ -5,0 +5,0 @@ "publishConfig": {

@@ -1019,2 +1019,5 @@ # VirtualWaterfallList 虚拟瀑布流组件

### 1.0.15
1. 修复 兼容 Preact/React 的 VNode 复用可能导致的偶现元素消失。
### 1.0.14

@@ -1021,0 +1024,0 @@ 1. 修复一个偶现的 回收显示问题

@@ -476,2 +476,14 @@ import { h, Component, JSX } from 'preact';

private pendingScrollTop;
/**
* processScroll 中递归 setTimeout 的定时器ID
* @private
* @type {number | null}
*/
private pendingScrollTimer;
/**
* addSubData 中重置 isLoadingMore 的定时器ID
* @private
* @type {number | null}
*/
private loadingMoreResetTimer;
/** =================== 加载更多相关 =================== */

@@ -478,0 +490,0 @@ /**

Sorry, the diff of this file is too big to display