Skip to content

Releases: BrianESimon/vue-typed-virtual-list

v1.0.10

02 Jan 07:45
Compare
Choose a tag to compare
  • Improved the consistency of the scrollTo method

Full Changelog: v1.0.9...v1.0.10

v1.0.9

02 Jan 06:57
Compare
Choose a tag to compare
  • Fixed a bug in the binary search function

Full Changelog: v1.0.8...v1.0.9

v1.0.8

02 Jan 06:11
Compare
Choose a tag to compare
  • Added a scrollTo() method

Full Changelog: v1.0.7...v1.0.8

v1.0.7

02 Jan 03:03
Compare
Choose a tag to compare
  • Swapped lodash for debounce

Full Changelog: v1.0.6...v1.0.7

v1.0.6

01 Jan 14:44
Compare
Choose a tag to compare

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 the visibleItems computed function has finished