Releases: tangbc/vue-virtual-scroll-list
Releases · tangbc/vue-virtual-scroll-list
v1.3.3
- Decrease scroll overs when scroll up.
- Force render next zone then overs is going to reach last item. #91
v1.3.2
- change
itemdata
to itemcount
.
v1.3.1
-
Remove unnecessary padding bottom when decimal number is used. #90
-
Add item-mode
avoid memory leak, make better performance. #87
-
Fixed start and end not change when rebuild list. #88
v1.3.0
- Add eslint-plugin-es5, no es6 detect.
v1.2.8
- Fixed boundary generated decimal. #63
v1.2.7
- Protect vsl avoid called error. #57
v1.2.6
- Make sure offset and start called safety. #57
v1.2.5
Use for loop instead of filter.
v1.2.4
Use passive
on scroll event. #41