Skip to content

Commit 627bf39

Browse files
committed
Move breaking changes to version 3.0.0
1 parent f24105f commit 627bf39

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v2.2.0
1+
# v3.0.0
22

33
* If items array is prepended with additional items, keep scroll on currently visible items, if possible.
44
* Removed ChangeEvent (replaced by IPageInfo)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This method is effective because the number of DOM elements are always constant
1515
* OpenSource and available in GitHub
1616

1717
## Breaking Changes:
18-
* v2.2.0: Several deprecated properties removed (see changelog).
18+
* v3.0.0: Several deprecated properties removed (see changelog).
1919
If items array is prepended with additional items, keep scroll on currently visible items, if possible. There is no flag to disable this, because it seems to be the best user-experience in all cases. If you disagree, please create an issue.
2020
* v2.1.0: Dependency Injection syntax was changed.
2121
* v1.0.6: viewPortIndices API property removed. (use viewPortInfo instead)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "./node_modules/ng-packagr/package.schema.json",
33
"name": "ngx-virtual-scroller",
4-
"version": "2.2.0",
4+
"version": "3.0.0",
55
"description": "Angular module for virtual -infinite- list. Supports horizontal/vertical, variable heights, & multi-column",
66
"main": "dist/virtual-scroller.js",
77
"types": "dist/virtual-scroller.d.ts",

0 commit comments

Comments
 (0)