Skip to content

Latest commit

 

History

History
162 lines (60 loc) · 4.84 KB

CHANGELOG.md

File metadata and controls

162 lines (60 loc) · 4.84 KB

0.3.0 (2019-12-08)

Bug Fixes

  • fix example startIndex use case (94bd2cd)
  • fix scrollTo not work in IE 11 (508098d)
  • fix startIndex usage (ce666ee)

Features

  • keepDOM switch to false by default (4377acc)

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

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

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