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 2d7244f commit 22ae390Copy full SHA for 22ae390
docs/changelog.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 22.2.1
4
+
5
+- Fix: revert add types for table rows
6
7
+ We introduced a breaking change, as `undefined` was
8
+ not allowed as row input any more. Reverting the change
9
+ and will re-introduce as the typing later.
10
11
## 22.2.0
12
13
- Feature: add types for table rows
projects/ngx-datatable/package.json
@@ -1,6 +1,6 @@
{
"name": "@siemens/ngx-datatable",
- "version": "22.2.0",
+ "version": "22.2.1",
"description": "ngx-datatable is an Angular table grid component for presenting large and complex data.",
"peerDependencies": {
"@angular/common": ">=17.0.0",
0 commit comments