Skip to content

Releases: dhilt/ngx-ui-scroll

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.

Adapter.insert can make virtual insertions

01 Oct 23:27
977bb07
Compare
Choose a tag to compare
  • Added beforeIndex and afterIndex options for Adapter.insert API providing virtual insertions (vscroll v1.4.0).
  • Added tests, updated demos and documentation.

Link to PR.

Adapter.remove improvements

18 Sep 18:34
c3138c7
Compare
Choose a tag to compare

Removed continuous sequence limitation for in-buffer operations and resolved some minor issues of the Adapter.remove API.

Link to PR.

Indexes strategy for Adapter append/prepend API

08 Sep 02:59
9cc5dcb
Compare
Choose a tag to compare
  • Added increase option for Adapter.prepend and decrease for Adapter.prepend.
  • Both methods use Adapter.update for in-buffer insertions.

Link to PR.