Releases: dhilt/ngx-ui-scroll
Releases · dhilt/ngx-ui-scroll
Pause/resume methods. Custom Routines
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
Reduce change detection cycles
What's Changed
New Contributors
Full Changelog: v3.0.2...v3.1.0
See also core changes: dhilt/vscroll#52.
Adapter.reset stabilization
vscroll v1.5.3 (first/lastVisible improvements)
Details and PRs: dhilt/vscroll#39
3.0.0
Adjust process improvements
- Got vscroll v1.4.3 that fixes forward padding when there is lack of items after the first fetch.
- Added tests.
Adapter.insert can make virtual insertions
- Added
beforeIndex
andafterIndex
options for Adapter.insert API providing virtual insertions (vscroll v1.4.0). - Added tests, updated demos and documentation.
Adapter.remove improvements
Removed continuous sequence limitation for in-buffer operations and resolved some minor issues of the Adapter.remove API.
Indexes strategy for Adapter append/prepend API
- Added
increase
option forAdapter.prepend
anddecrease
forAdapter.prepend
. - Both methods use
Adapter.update
for in-buffer insertions.