Releases: tangbc/vue-virtual-scroll-list
Releases · tangbc/vue-virtual-scroll-list
v1.1.3
- Fixed change items count less than before case padding error. #15
v1.1.2
- Fixed scrolled over but not forceUpdate causing bottom blank.
v1.1.1
- Add
rclass
and wclass
to allow setting classes on the root and item wrappers. #12 #13
v1.1.0
- Fixed mix compact infinite example.
- Handle start index valid by #11.
- Prolong zone range size to achive better performance.
v1.0.9
- 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
- Fixed es6 complie with Vue.default #7
v1.0.7
- Fixed error if no items and items count less than keeps. (#6)
v1.0.6
- Add custom root and wrap element tag support.
v1.0.4
- Support designate klass prop.