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.