Skip to content

Releases: dhilt/ngx-ui-scroll

4.0.0 Angular 17+ (*ngFor -> @for)

25 Apr 20:35
366161e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.2...v4.0.0

2.4.1 (vscroll v1.6.4)

25 Apr 20:28
2143355
Compare
Choose a tag to compare

This maintenance release is dedicated to updating the core library (vscroll) from v1.4.3 to v1.6.3:

  • Routines API
  • Pause/resume methods
  • Minor fixes and improvement

Full Changelog: v2.3.1...v2.4.1

Allow force virtualization on append prepend. Export types fixes

21 Apr 00:17
7289101
Compare
Choose a tag to compare

What's Changed

  • fix: export types used by the Datasource class by @arturovt in #353
  • Allow force virtualization on append prepend by @dhilt in #358

Full Changelog: v3.2.0...v3.2.2

See also core changes: dhilt/vscroll#63.

Pause/resume methods. Custom Routines

03 Mar 14:54
adf6beb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v3.2.0

See also core changes: dhilt/vscroll#55, dhilt/vscroll#57, dhilt/vscroll#58.

Negative index cut after fetch

22 Nov 21:35
80535d2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

Reduce change detection cycles

16 Jun 15:15
993b270
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.2...v3.1.0

See also core changes: dhilt/vscroll#52.

Adapter.reset stabilization

08 May 21:12
aca492f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2

See also core changes: dhilt/vscroll#47.

vscroll v1.5.3 (first/lastVisible improvements)

14 Sep 09:30
64c8d92
Compare
Choose a tag to compare

3.0.0

10 Apr 14:05
09a3e20
Compare
Choose a tag to compare
  • Angular 12+
  • vscroll 1.5
  • ng-packagr

PR: #300

Adjust process improvements

30 Nov 03:48
2517ffb
Compare
Choose a tag to compare
  • Got vscroll v1.4.3 that fixes forward padding when there is lack of items after the first fetch.
  • Added tests.

Link to PR.