Skip to content

Releases: lVlyke/lithium-ngx-virtual-scroll

0.3.2

28 Jun 19:01
Compare
Choose a tag to compare

This release adds support for Angular 18.

0.3.1

19 Dec 20:58
Compare
Choose a tag to compare

Added support for Angular 17.

0.3.0

16 Jun 00:54
Compare
Choose a tag to compare
  • 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

08 Apr 01:25
4d8a19b
Compare
Choose a tag to compare

Adds support for Angular 15.

0.2.2

14 Oct 22:12
Compare
Choose a tag to compare
  • Adds support for Angular 14 and Typescript 4.8.x.
  • Fixes issue where list wasn't being unrendered when list length is 0.

0.2.1

14 Oct 16:09
Compare
Choose a tag to compare
  • Fixes issue where destroyed views were sometimes being reused on list item changes.

0.2.0

02 Jun 16:20
ff162d9
Compare
Choose a tag to compare
  • VirtualScroll component now accepts an optional trackBy input to allow for passing a custom TrackByFunction. See the README for more information.
  • Items are now tracked by their identity by default.
  • Rendering performance improvements.

0.1.0

02 May 13:35
6977363
Compare
Choose a tag to compare

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.

0.0.5

08 Apr 15:06
Compare
Choose a tag to compare
  • Updated library to use Lithium 7.0.0.
  • Adds support for Angular 12.

0.0.4

29 May 00:53
Compare
Choose a tag to compare
  • Adds support for Angular 11.
  • Adds support for grid lists.
  • Improvements to scrolling responsiveness.