ng-virtual-list 20.4.2 → 20.4.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.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -489,12 +489,12 @@ Methods
489
489
 
490
490
  | Angular version | ng-virtual-list version | git | npm |
491
491
  |--|--|--|--|
492
- | 19.x | 19.4.0 | [19.x](https://github.com/DjonnyX/ng-virtual-list/tree/19.x) | [19.4.0](https://www.npmjs.com/package/ng-virtual-list/v/19.4.0) |
493
- | 18.x | 18.4.0 | [18.x](https://github.com/DjonnyX/ng-virtual-list/tree/18.x) | [18.4.0](https://www.npmjs.com/package/ng-virtual-list/v/18.4.0) |
494
- | 17.x | 17.4.0 | [17.x](https://github.com/DjonnyX/ng-virtual-list/tree/17.x) | [17.4.0](https://www.npmjs.com/package/ng-virtual-list/v/17.4.0) |
495
- | 16.x | 16.4.1 | [16.x](https://github.com/DjonnyX/ng-virtual-list/tree/16.x) | [16.4.1](https://www.npmjs.com/package/ng-virtual-list/v/16.4.1) |
496
- | 15.x | 15.4.1 | [15.x](https://github.com/DjonnyX/ng-virtual-list/tree/15.x) | [15.4.1](https://www.npmjs.com/package/ng-virtual-list/v/15.4.1) |
497
- | 14.x | 14.4.0 | [14.x](https://github.com/DjonnyX/ng-virtual-list/tree/14.x) | [14.4.0](https://www.npmjs.com/package/ng-virtual-list/v/14.4.0) |
492
+ | 19.x | 19.4.2 | [19.x](https://github.com/DjonnyX/ng-virtual-list/tree/19.x) | [19.4.2](https://www.npmjs.com/package/ng-virtual-list/v/19.4.2) |
493
+ | 18.x | 18.4.1 | [18.x](https://github.com/DjonnyX/ng-virtual-list/tree/18.x) | [18.4.1](https://www.npmjs.com/package/ng-virtual-list/v/18.4.1) |
494
+ | 17.x | 17.4.1 | [17.x](https://github.com/DjonnyX/ng-virtual-list/tree/17.x) | [17.4.1](https://www.npmjs.com/package/ng-virtual-list/v/17.4.1) |
495
+ | 16.x | 16.4.2 | [16.x](https://github.com/DjonnyX/ng-virtual-list/tree/16.x) | [16.4.2](https://www.npmjs.com/package/ng-virtual-list/v/16.4.2) |
496
+ | 15.x | 15.4.2 | [15.x](https://github.com/DjonnyX/ng-virtual-list/tree/15.x) | [15.4.2](https://www.npmjs.com/package/ng-virtual-list/v/15.4.2) |
497
+ | 14.x | 14.4.1 | [14.x](https://github.com/DjonnyX/ng-virtual-list/tree/14.x) | [14.4.1](https://www.npmjs.com/package/ng-virtual-list/v/14.4.1) |
498
498
 
499
499
  <br/>
500
500
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-virtual-list",
3
- "version": "20.4.2",
3
+ "version": "20.4.3",
4
4
  "author": {
5
5
  "name": "Evgenii Grebennikov",
6
6
  "email": "djonnyx@gmail.com"