0.2.6 (2019-01-23)
- fix scrollTo not work in IE 11 (508098d)
0.2.5 (2019-01-22)
- use
pairwise
to jude scroll direction (311e411) - use
Subscriptions
to unsubscribe the streams (6f8cf99)
0.2.4 (2019-01-07)
- fix the conflict of scroll (97c51dd)
0.2.3 (2019-01-05)
- fix options startIndex not work at first time (28b67d8)
0.2.2 (2019-01-05)
- options emit but not work (0ec773c)
0.2.1 (2019-01-03)
- export props and options interface (1750dec)
0.2.0 (2019-01-03)
- fix index of startIndex (7597fb8)
- support
startIndex
to indicate the start index (00641f8)
0.1.8 (2018-12-26)
- fix when data has falsy value won't render (7abfc76)
0.1.7 (2018-12-25)
0.1.6 (2018-12-25)
0.1.5 (2018-12-24)
- fix the data in state is not sync with input (582679a)
0.1.4 (2018-12-24)
- fix when data is undefined report error (a2e825e)
0.1.3 (2018-12-24)
- make the view update when data change (74f609e)
- support scroll to top when data is change (9aafc96)
0.1.2 (2018-12-24)
- use array index instead of $index (e463715)
0.1.1 (2018-12-22)
- unsubscribe the streams when destory the component (041a397)