Releases: dhilt/ngx-ui-scroll
Releases · dhilt/ngx-ui-scroll
4.0.0 Angular 17+ (*ngFor -> @for)
What's Changed
Full Changelog: v3.2.2...v4.0.0
2.4.1 (vscroll v1.6.4)
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
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
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.