Releases: tangbc/vue-virtual-scroll-list
Releases · tangbc/vue-virtual-scroll-list
v1.2.3
Fixed start error when bench is large than remian. #37
v1.2.2
Fixed variable mode last padding-bottom calculate.
v1.2.1
Fixed end index overflow.
v1.2.0
Add offset
prop to support assign scroll offset.
v1.1.9
Variable mode support automatic get height. (#27)
v1.1.8
Add zone end valid check if props change. (#26)
v1.1.7
- Add some calculated data to onscroll params:
(event, { offset, offsetAll, start, end })
event
: original scroll event.
offset
: scroll offset.
offsetAll
: all the scrollable offset.
start
: render item start index.
end
: render item end index.
v1.1.6
- Support variable height (#5).
- Handle all the prorps change (#20).
- Obsolete the
rclass
props, just useclass
or :class
instead.
- When prop
start
change to a out rang index, it will be turned to 0
or the last one.
v1.1.5
- Add
bench
props to control scroll performance.