ng-virtual-list 20.0.2 → 20.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -469,8 +469,10 @@ Methods
|
|
|
469
469
|
|--|--|--|
|
|
470
470
|
| scrollTo | (id: [Id](https://github.com/DjonnyX/ng-virtual-list/blob/main/projects/ng-virtual-list/src/lib/types/id.ts), behavior: ScrollBehavior = 'auto') => number | The method scrolls the list to the element with the given id and returns the value of the scrolled area. Behavior accepts the values "auto", "instant" and "smooth". |
|
|
471
471
|
|
|
472
|
+
<br/>
|
|
473
|
+
|
|
472
474
|
|
|
473
|
-
##
|
|
475
|
+
## Previous versions
|
|
474
476
|
|
|
475
477
|
| Angular version | ng-virtual-list version | git | npm |
|
|
476
478
|
|--|--|--|--|
|
|
@@ -478,3 +480,6 @@ Methods
|
|
|
478
480
|
| 18.x | 18.0.3 | [18.x](https://github.com/DjonnyX/ng-virtual-list/tree/18.x) | [18.0.3](https://www.npmjs.com/package/ng-virtual-list/v/18.0.3) |
|
|
479
481
|
| 17.x | 17.0.0 | [17.x](https://github.com/DjonnyX/ng-virtual-list/tree/17.x) | [17.0.0](https://www.npmjs.com/package/ng-virtual-list/v/17.0.0) |
|
|
480
482
|
| 16.x | 16.0.1 | [16.x](https://github.com/DjonnyX/ng-virtual-list/tree/16.x) | [16.0.1](https://www.npmjs.com/package/ng-virtual-list/v/16.0.1) |
|
|
483
|
+
| 15.x | 15.0.0 | [15.x](https://github.com/DjonnyX/ng-virtual-list/tree/15.x) | [16.0.1](https://www.npmjs.com/package/ng-virtual-list/v/15.0.0) |
|
|
484
|
+
|
|
485
|
+
<br/>
|