Releases: BrianESimon/vue-typed-virtual-list
Releases · BrianESimon/vue-typed-virtual-list
v1.0.10
- Improved the consistency of the scrollTo method
Full Changelog: v1.0.9...v1.0.10
v1.0.9
- Fixed a bug in the binary search function
Full Changelog: v1.0.8...v1.0.9
v1.0.8
- Added a scrollTo() method
Full Changelog: v1.0.7...v1.0.8
v1.0.7
- Swapped
lodash
fordebounce
Full Changelog: v1.0.6...v1.0.7
v1.0.6
Full Changelog: v1.0.5...v1.0.6
- Worked around a Firefox bug where elements were positioned correctly but never painted, when the
transform: translateY()
value was large enough - Delayed the
visibleItemsChanged
emit until after thevisibleItems
computed function has finished