Releases: tangbc/vue-virtual-scroll-list
Releases · tangbc/vue-virtual-scroll-list
v1.2.3
13 Jan 12:17
Compare
Sorry, something went wrong.
No results found
Fixed start error when bench is large than remian. #37
v1.2.2
28 Oct 00:45
Compare
Sorry, something went wrong.
No results found
Fixed variable mode last padding-bottom calculate.
v1.2.1
25 Oct 11:16
Compare
Sorry, something went wrong.
No results found
Fixed end index overflow.
v1.2.0
22 Oct 03:58
Compare
Sorry, something went wrong.
No results found
Add offset
prop to support assign scroll offset.
v1.1.9
20 Oct 03:33
Compare
Sorry, something went wrong.
No results found
Variable mode support automatic get height. (#27 )
v1.1.8
17 Oct 05:06
Compare
Sorry, something went wrong.
No results found
Add zone end valid check if props change. (#26 )
v1.1.7
07 Oct 13:51
Compare
Sorry, something went wrong.
No results found
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
01 Oct 12:58
Compare
Sorry, something went wrong.
No results found
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
02 Sep 13:50
Compare
Sorry, something went wrong.
No results found
Add bench
props to control scroll performance.
v1.1.4
01 Sep 02:42
Compare
Sorry, something went wrong.
No results found