Skip to content

Releases: Akryum/vue-virtual-scroller

v0.4.0

23 Dec 16:14
Compare
Choose a tag to compare
  • Now uses vue-observe-visibility to automatically refresh itself when shown to prevent display glitches. This means you need to include the polyfills needed by vue-observe-visibility for this to work.

v0.3.0

23 Dec 15:08
Compare
Choose a tag to compare

v0.2.0

21 Dec 16:22
Compare
Choose a tag to compare
  • The tags can now be customized (for example, you can change from <div> to <table>.
    • New mainTag prop
    • New containerTag prop
    • New contentTag prop