Releases: Akryum/vue-virtual-scroller
Releases · Akryum/vue-virtual-scroller
v0.10.4
v0.10.2
New
- A 'resize' event is emitted when the virtual-scroller size changes
- New refs:
vm.$refs.itemContainer
andvm.$refs.items
for the container elements.
Improved
buffer
is 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.
v0.10.1
Breaking changes
New
emitUpdate
boolean prop to enable the newupdate
event when the rendered item list changes.
Improved
- Now built using rollup instead of webpack.
- Distribution files availables: browser, UMD and ES Module.
v0.9.0: Removed module index.js
Breaking changes
- The CSS file should now imported manually when using a bundler.