Skip to content

Releases: dwqs/react-virtual-list

v1.0.0

18 Nov 09:22
Compare
Choose a tag to compare

Change Logs

  • Add noContentRenderer prop
  • Replace loadingComponent prop with onLoading function
  • Replace endComponent prop with onEnded function
  • Refactor some render login in render method

v0.8.1

20 Oct 07:42
Compare
Choose a tag to compare

Change Logs

  • Remove uniqueField prop
  • Remove lodash.find dependencies
  • Replace data prop with itemCount
  • Rename onReachedBottom prop to loadMoreItems

v0.8.0

19 Oct 16:23
Compare
Choose a tag to compare

Change Logs

  • Rename some props:
    • Rename buffer prop to overscanCount
    • Rename onReachedBottom prop to loadMoreItems
  • Change the sign of renderItem method from (item: object, index: number): React.PropTypes.node to ({index: number}): React.PropTypes.node
  • Change the sign of onScroll method from (): void to ({scrollTop: number}):void
  • Fix: Keep the scroll bar from vibrating when roll back