vue-virtual-scroller v1.0.0-rc.1 Release Notes

Release Date: 2019-02-20 // about 5 years ago
  • ๐Ÿ’ฅ BREAKING CHANGES

    • ๐Ÿ“‡ Renamed props in RecycleScroller and DynamicScroller:

      itemHeight => itemSize minItemHeight => minItemSize heightField => sizeField

    • ๐Ÿ“‡ Renamed slots in RecycleScroller and DynamicScroller:

      before-container => before after-container => after

    • Slot variables changed in DynamicScroller:

      itemWithHeight => itemWithSize

    ๐Ÿ†• New

    • direction prop (either 'vertical' or 'horizontal')

    ๐Ÿ›  Fixed

    • Do not forward keyField prop from DynamicScroller - closes #132 (#133)