Skip to content

Releases: tangbc/vue-virtual-scroll-list

v1.1.3

25 Jul 02:15

Choose a tag to compare

  • Fixed change items count less than before case padding error. #15

v1.1.2

11 Jul 01:36

Choose a tag to compare

  • Fixed scrolled over but not forceUpdate causing bottom blank.

v1.1.1

10 Jul 02:04

Choose a tag to compare

  • Add rclass and wclass to allow setting classes on the root and item wrappers. #12 #13

v1.1.0

07 Jul 15:07

Choose a tag to compare

  • Fixed mix compact infinite example.
  • Handle start index valid by #11.
  • Prolong zone range size to achive better performance.

v1.0.9

01 Jul 01:48

Choose a tag to compare

  • Support set initial index and scroll to index.
  • Use lowercase props name totop, tobottom and onscroll so that can be used in normal html.
  • Change totop and tobottom as props instead of event emit.
  • Fixed fire twice tobotttom some cae.

v1.0.8

27 Jun 11:09

Choose a tag to compare

  • Fixed es6 complie with Vue.default #7

v1.0.7

17 Jun 10:56

Choose a tag to compare

  • Fixed error if no items and items count less than keeps. (#6)

v1.0.6

31 May 08:21

Choose a tag to compare

  • Add custom root and wrap element tag support.

v1.0.5

06 Apr 09:59

Choose a tag to compare

  • Update

v1.0.4

03 Apr 11:52

Choose a tag to compare

  • Support designate klass prop.