ng-virtual-list 20.0.2 → 20.0.4

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.
Files changed (2) hide show
  1. package/README.md +7 -1
  2. 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
- ## Latest versions
475
+ ## Previous versions
474
476
 
475
477
  | Angular version | ng-virtual-list version | git | npm |
476
478
  |--|--|--|--|
@@ -478,3 +480,7 @@ 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) | [15.0.0](https://www.npmjs.com/package/ng-virtual-list/v/15.0.0) |
484
+ | 14.x | 14.0.0 | [14.x](https://github.com/DjonnyX/ng-virtual-list/tree/14.x) | [14.0.0](https://www.npmjs.com/package/ng-virtual-list/v/14.0.0) |
485
+
486
+ <br/>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-virtual-list",
3
- "version": "20.0.2",
3
+ "version": "20.0.4",
4
4
  "author": {
5
5
  "name": "Evgenii Grebennikov",
6
6
  "email": "djonnyx@gmail.com"