2023-05-16 10:50:42 +08:00

523 B
Executable File

0.2.5

  • Fixed wrong calling context for pollScroll #37

0.2.4

  • Remove src directory from .npmigore #29

0.2.3

  • fix lodash.clone import #27

0.2.2

  • Refactoring to es6 class syntax, dependencies updated (react 15) #17
  • Add 'reversed' property.
  • Add 'returnScrollable' method.

0.1.3

  • fix warnings in react 15.5.* #22
  • add shouldTriggerLoad callback function prop. #21

0.1.2

  • fix issue when element is removed from list #14
  • Favor passive onScroll listener to polling when available. #15
  • documentation