v0.10.2
Pre-release
Pre-release
New
- A 'resize' event is emitted when the virtual-scroller size changes
- New refs:
vm.$refs.itemContainerandvm.$refs.itemsfor the container elements.
Improved
bufferis now applied around the pool.- Some unnecessary updates are now skipped.
- The previous items are removed the next frame. This fixes nasty issues when dealing with items that change their height multiple times or contain horrible things like iframes.
- The first update is now skipped if the scroller has been rendered on the server.
- Source code: Some syntax and code style changes.