We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a8b1d commit c109299Copy full SHA for c109299
docs/changelog.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 22.1.0
4
+
5
+- Feature: support keyboard shortcuts for all rows selection
6
7
## 22.0.2
8
9
- Fix: adjust for overflow when scaling columns in flex mode
projects/ngx-datatable/package.json
@@ -1,6 +1,6 @@
{
"name": "@siemens/ngx-datatable",
- "version": "22.0.2",
+ "version": "22.1.0",
"description": "ngx-datatable is an Angular table grid component for presenting large and complex data.",
"peerDependencies": {
"@angular/common": ">=17.0.0",
0 commit comments