Skip to content

Releases: tangbc/vue-virtual-scroll-list

v1.1.3

25 Jul 02:15
Compare
Choose a tag to compare
  • Fixed change items count less than before case padding error. #15

v1.1.2

11 Jul 01:36
Compare
Choose a tag to compare
  • Fixed scrolled over but not forceUpdate causing bottom blank.

v1.1.1

10 Jul 02:04
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fixed es6 complie with Vue.default #7

v1.0.7

17 Jun 10:56
Compare
Choose a tag to compare
  • Fixed error if no items and items count less than keeps. (#6)

v1.0.6

31 May 08:21
Compare
Choose a tag to compare
  • Add custom root and wrap element tag support.

v1.0.5

06 Apr 09:59
Compare
Choose a tag to compare
  • Update

v1.0.4

03 Apr 11:52
Compare
Choose a tag to compare
  • Support designate klass prop.