Skip to content

Commit 1cdd7df

Browse files
committed
[RELEASE]: v10.0.0
1 parent e5eef14 commit 1cdd7df

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v 10.0.0 (2020/11/07)
2+
3+
- [UPGRADE] - now using Angular 10
4+
15
## v 9.1.0 (2020/09/09)
26

37
- [UPGRADE] - upgrading scarf

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
# Angular Infinite Scroll
1010

1111
versions now follow Angular's version to easily reflect compatibility.
12-
Meaning, for **Angular 9**, use `ngx-infinite-scroll @ ^9.0.0`
12+
Meaning, for **Angular 10**, use `ngx-infinite-scroll @ ^10.0.0`
1313

1414
## Angular - Older Versions Support
1515

16-
For **Angular 6 and Above** - `ngx-infinite-scroll@THE_VERSION.0.0`
16+
Starting **Angular 6 and Above** - `ngx-infinite-scroll@THE_VERSION.0.0`
1717
For **Angular 4** and **Angular = ^5.5.6** - use version `ngx-infinite-scroll@0.8.4`
1818
For **Angular 5.x** with **rxjs =<5.5.2** - use version `ngx-infinite-scroll@0.8.3`
1919
For Angular version **<= 2.3.1**, you can use `npm i angular2-infinite-scroll` (latest version is 0.3.42) - please notice **the angular2-infinite-scroll** package is deprecated

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-infinite-scroll",
3-
"version": "9.1.0",
3+
"version": "10.0.0",
44
"description": "An infinite scroll directive for Angular",
55
"main": "./bundles/ngx-infinite-scroll.umd.js",
66
"module": "./modules/ngx-infinite-scroll.es5.js",

0 commit comments

Comments
 (0)