Releases: tangbc/vue-virtual-scroll-list
Releases · tangbc/vue-virtual-scroll-list
v2.0.5
Support some public methods:
-
reset()
: reset all state back to initial. -
scrollToBottom()
: manual set scroll position to bottom. -
scrollToIndex(index)
: manual set scroll position to a designated index. -
scrollToOffset(offset)
: manual set scroll position to a designated offset.
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
Breaking Changes:
-
Support header slot, footer slot, horizontal direction.
-
Code structure is more reasonable and good maintainability.
-
Abandoned v-for mode and variable mode, all condition unify into one mode.
-
Don't have to care about each item size, in sometimes it's difficult to know that.
Attentions:
Since the v2.0
is not compatible with v1.x
, please note before upgrading, v1.x
documentation see v1.x.md.