- Update REAMDE
- Bump
react
andreact-dom
peer dependency to include v18
- Bump
react
andreact-dom
peer dependency to include v17
- Memory Usage improvements
- refactor
scanForUnloadedRanges
)`: replaced array of pairs with array of numbers
Replaced Array.prototype.find
with Array.prototype.some
to enable IE11 compatibility.
Replace Number.isInteger
with custom function that is safe for IE11.
Renamed loadMoreRows
to loadMoreItems
for consistency (but left a backwards compatible prop with a DEV mode deprecation warning).
Added basic API documentation to README.
Fixed small unmounting bug.
Initial release.