Skip to content

Releases: tangbc/vue-virtual-scroll-list

v1.2.3

13 Jan 12:17
Compare
Choose a tag to compare

Fixed start error when bench is large than remian. #37

v1.2.2

28 Oct 00:45
Compare
Choose a tag to compare

Fixed variable mode last padding-bottom calculate.

v1.2.1

25 Oct 11:16
Compare
Choose a tag to compare

Fixed end index overflow.

v1.2.0

22 Oct 03:58
Compare
Choose a tag to compare

Add offset prop to support assign scroll offset.

v1.1.9

20 Oct 03:33
Compare
Choose a tag to compare

Variable mode support automatic get height. (#27)

v1.1.8

17 Oct 05:06
Compare
Choose a tag to compare

Add zone end valid check if props change. (#26)

v1.1.7

07 Oct 13:51
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • Add bench props to control scroll performance.

v1.1.4

01 Sep 02:42
Compare
Choose a tag to compare
  • Add debounce support.