We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1641b94 commit 96f9632Copy full SHA for 96f9632
docs/changelog.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 22.2.0
4
+
5
+- Feature: add types for table rows
6
+- Fix: move footer outside of aria role table
7
8
## 22.1.1
9
10
- Fix: emit page objects when changing page offset
projects/ngx-datatable/package.json
@@ -1,6 +1,6 @@
{
"name": "@siemens/ngx-datatable",
- "version": "22.1.1",
+ "version": "22.2.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