@swimlane/ngx-datatable 22.0.0-alpha.1 → 22.0.0
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.
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
## HEAD (unreleased)
|
|
4
4
|
|
|
5
|
+
## 22.0.0
|
|
6
|
+
|
|
7
|
+
- Enhancement: Added support for Angular 20
|
|
8
|
+
- Enhancement: Exporting isNullOrUndefined function and ColumnChangesService service to be used externally.
|
|
9
|
+
- Breaking: Removed support for Angular 17 and earlier versions
|
|
10
|
+
|
|
5
11
|
## 22.0.0-alpha.1
|
|
6
12
|
|
|
7
13
|
- Enhancement: Exporting isNullOrUndefined function and ColumnChangesService service to be used externally.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swimlane/ngx-datatable",
|
|
3
|
-
"version": "22.0.0
|
|
3
|
+
"version": "22.0.0",
|
|
4
4
|
"description": "ngx-datatable is an Angular table grid component for presenting large and complex data.",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "18.x || 19.x || 20.x",
|