Releases: lVlyke/lithium-ngx-virtual-scroll
Releases · lVlyke/lithium-ngx-virtual-scroll
0.3.2
0.3.1
0.3.0
- Added support for Angular 16.
- Added
VirtualScroll.itemsPerRow
as a readonly public property. VirtualScroll.scrollContainer
is now readonly and is always the host element.VirtualScroll
host element is now declared block by default.- Documentation updates.
Note: View Engine is no longer supported as of Angular 16.
0.2.3
0.2.2
0.2.1
0.2.0
VirtualScroll
component now accepts an optionaltrackBy
input to allow for passing a customTrackByFunction
. See the README for more information.- Items are now tracked by their identity by default.
- Rendering performance improvements.
0.1.0
The LiVirtualScroll
component has been completely rewritten for this release to achieve a much more performant and customizable virtual scroll implementation. Many new configuration options have been added that are described in the README, along with several usage examples.
The new demo app showcases the new features and optimizations in this release.