react-infinite-grid-scroller
Advanced tools
Comparing version 1.0.3 to 1.0.4
MIT License | ||
Copyright (c) 2020-2022 Henrik Bechmann, Toronto, Canada | ||
Copyright (c) 2020-2023 Henrik Bechmann, Toronto, Canada | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "react-infinite-grid-scroller", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Heavy-duty vertical or horizontal infinite scroller", | ||
@@ -42,3 +42,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"react-error-boundary": "^3.1.4", | ||
"react-error-boundary": "^4.0.4", | ||
"react-reverse-portal": "^2.0.1", | ||
@@ -68,5 +68,5 @@ "requestidlecallback": "^0.3.0" | ||
"ts-loader": "^9.2.6", | ||
"typescript": "^4.0.5", | ||
"typescript": "^5.0.4", | ||
"webpack": "^5.61.0", | ||
"webpack-cli": "^4.9.1", | ||
"webpack-cli": "^5.0.1", | ||
"webpack-sources": "^3.2.1" | ||
@@ -73,0 +73,0 @@ }, |
# react-infinite-grid-scroller (RIGS) | ||
Heavy-duty vertical or horizontal infinite scroller | ||
[![npm](https://img.shields.io/badge/npm-1.0.3-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.4-brightgreen)](https://www.npmjs.com/package/react-infinite-grid-scroller) [![licence](https://img.shields.io/badge/licence-MIT-green)](LICENSE.md) | ||
@@ -232,4 +232,4 @@ # Key Features | ||
|[_**CACHE MANAGEMENT**_]| | ||
|insertIndex|index:integer, rangehighindex = integer or null|changeList:array, replaceList:array|can insert a range of indexes. Displaced indexes, and higher indexes, are renumbered. Changes the list size; synchronizes the `Cradle`| | ||
|removeIndex|index:integer, rangehighindex = integer or null|changeList:array, replaceList:array|a range of indexes can be removed. Higher indexes are renumbered. Changes the list size; synchronizes to the `Cradle`| | ||
|insertIndex|index:integer, rangehighindex = integer or null|changeList:array, replaceList:array, removeList:array|can insert a range of indexes. Displaced indexes, and higher indexes, are renumbered. Changes the list size; synchronizes the `Cradle`| | ||
|removeIndex|index:integer, rangehighindex = integer or null|changeList:array, replaceList:array, removeList:array|a range of indexes can be removed. Higher indexes are renumbered. Changes the list size; synchronizes to the `Cradle`| | ||
|moveIndex|toindex:integer, fromindex:integer, fromhighrange = integer or null|processedIndexList:array|a range of indexes can be moved. Displaced and higher indexes are renumbered. Changes the list size; synchronizes to the `Cradle`| | ||
@@ -378,2 +378,2 @@ |remapIndexes|changeMap:Map|modifiedIndexList: array,<br />processedIndexList: array,<br />deletedIndexList: array,<br />indexesOfReplacedItemsList: array,<br />deletedOrphanedItemIDList: array,<br />deletedOrphanedIndexList: array,<br />errorEntriesMap: Map,<br />changeMap: Map (same as input parameter)|changeMap is index (=key) to itemID (=value) map. indexes or itemIDs not in the cache are ignored. indexes with values set to `null` are deleted. indexes with values set to `undefined` have their component items replaced. `itemID`s are assigned to the new indexes; synchronizes to the `Cradle`. List size is adjusted as necessary| | ||
[MIT](LICENSE.md) © 2020-2022 [Henrik Bechmann](https://twitter.com/HenrikBechmann) | ||
[MIT](LICENSE.md) © 2020-2023 [Henrik Bechmann](https://twitter.com/HenrikBechmann) |
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
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
5823
3
420479
25
+ Addedreact-error-boundary@4.1.2(transitive)
- Removedreact-error-boundary@3.1.4(transitive)
Updatedreact-error-boundary@^4.0.4