react-infinite-grid-scroller
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "react-infinite-grid-scroller", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Heavy-duty vertical or horizontal infinite scroller", | ||
@@ -44,3 +44,4 @@ "main": "index.js", | ||
"react-reverse-portal": "^2.0.1", | ||
"requestidlecallback": "^0.3.0" | ||
"requestidlecallback": "^0.3.0", | ||
"wepack-cli": "^0.0.1-security" | ||
}, | ||
@@ -58,3 +59,3 @@ "peerDependencies": { | ||
"@babel/preset-react": "^7.12.5", | ||
"@types/node": "^18.7.13", | ||
"@types/node": "^20.1.1", | ||
"@types/react": "^18.0.0", | ||
@@ -61,0 +62,0 @@ "@types/react-dom": "^18.0.0", |
# react-infinite-grid-scroller (RIGS) | ||
Heavy-duty vertical or horizontal infinite scroller | ||
[![npm](https://img.shields.io/badge/npm-1.0.4-brightgreen)](https://www.npmjs.com/package/react-infinite-grid-scroller) [![licence](https://img.shields.io/badge/licence-MIT-green)](LICENSE.md) | ||
[![npm](https://img.shields.io/badge/npm-1.0.5-brightgreen)](https://www.npmjs.com/package/react-infinite-grid-scroller) [![licence](https://img.shields.io/badge/licence-MIT-green)](LICENSE.md) | ||
@@ -109,2 +109,3 @@ # Key Features | ||
|usePlaceholder|boolean: default = true|allows suppression of use of default or custom placeholder. Placeholders show messages to the user while user components are fetched, and report errors| | ||
|cacheAPI|requested by user components by being set to null by user; instantiated with a class instance by system|Experimental. If present, parent scroller instantiates the property with its cacheAPI instance, which causes any child scroller given the property to share the parent scroller cache. This currently has no operational effect| | ||
|[_**ADVANCED OBJECTS**_]| | ||
@@ -115,3 +116,3 @@ |styles|object: collection of styles for scroller components|optional. These should be "passive" styles like backgroundColor. See below for details| | ||
|technical|object: collection of values used to control system behaviour|use with caution. optional. See below for details| | ||
|scrollerProperties|requested by user components by being set to null by user, instantiated with an object by system|required for nested RIGS; available for all user components. Contains key scroller settings. See below for details| | ||
|scrollerProperties|requested by user components by being set to null by user; instantiated with an object by system|required for nested RIGS; available for all user components. Contains key scroller settings. See below for details| | ||
@@ -218,3 +219,3 @@ Notes: For explicit cache management capability, a unique session `itemID` (integer) is assigned to a user component as soon as it enters the cache. The `itemID` is retired as soon as the user component is removed from the cache. If the same component is re-introduced into the cache, it is assigned a new session-unique `itemID`. | ||
### returned `functions` object | ||
### returned API `functions` object | ||
@@ -221,0 +222,0 @@ Details about the functions returned in an object by `functionsCallback`: |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
437792
27
6033
379
6
+ Addedwepack-cli@^0.0.1-security
+ Addedwepack-cli@0.0.1-security(transitive)