We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b08c8 commit 0379785Copy full SHA for 0379785
docs/changelog.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 22.0.1
4
+
5
+- Fix: allow row disabling through side effects
6
7
## 22.0.0
8
9
- Feature: upgrade project to Angular 17
projects/ngx-datatable/package.json
@@ -1,6 +1,6 @@
{
"name": "@siemens/ngx-datatable",
- "version": "22.0.0",
+ "version": "22.0.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