Skip to content

Latest commit

 

History

History
executable file
·
155 lines (56 loc) · 3.69 KB

CHANGELOG.md

File metadata and controls

executable file
·
155 lines (56 loc) · 3.69 KB

0.2.6 (2019-01-23)

Bug Fixes

  • fix scrollTo not work in IE 11 (508098d)

0.2.5 (2019-01-22)

Bug Fixes

  • use top instead of transform (953136f)
  • use Math.min instead of compare (c7548ed)

Features

  • use pairwise to jude scroll direction (311e411)
  • use Subscriptions to unsubscribe the streams (6f8cf99)

0.2.4 (2019-01-07)

Bug Fixes

  • fix the conflict of scroll (97c51dd)

0.2.3 (2019-01-05)

Bug Fixes

  • fix options startIndex not work at first time (28b67d8)

0.2.2 (2019-01-05)

Bug Fixes

  • options emit but not work (0ec773c)

0.2.1 (2019-01-03)

Features

  • export props and options interface (1750dec)

0.2.0 (2019-01-03)

Bug Fixes

  • fix index of startIndex (7597fb8)

Features

  • support startIndex to indicate the start index (00641f8)

0.1.8 (2018-12-26)

Bug Fixes

  • fix when data has falsy value won't render (7abfc76)

0.1.7 (2018-12-25)

0.1.6 (2018-12-25)

Features

  • example: real world list (cd8057d)
  • support window resize event to compute actualRows (59714cf)

0.1.5 (2018-12-24)

Bug Fixes

  • fix the data in state is not sync with input (582679a)

0.1.4 (2018-12-24)

Bug Fixes

  • fix when data is undefined report error (a2e825e)

0.1.3 (2018-12-24)

Bug Fixes

  • make the view update when data change (74f609e)

Features

  • support scroll to top when data is change (9aafc96)

0.1.2 (2018-12-24)

Features

  • use array index instead of $index (e463715)

0.1.1 (2018-12-22)

Bug Fixes

  • unsubscribe the streams when destory the component (041a397)

Features