We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc8312 commit ede3f54Copy full SHA for ede3f54
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v 10.0.1 (2020/12/09)
2
+
3
+- [FIX] - throttle behavior refined - fixed issue #198
4
5
## v 10.0.0 (2020/11/07)
6
7
- [UPGRADE] - now using Angular 10
package.json
@@ -1,6 +1,6 @@
{
"name": "ngx-infinite-scroll",
- "version": "10.0.0",
+ "version": "10.0.1",
"description": "An infinite scroll directive for Angular",
"main": "./bundles/ngx-infinite-scroll.umd.js",
"module": "./modules/ngx-infinite-scroll.es5.js",
0 commit comments