Skip to content

Commit b72a089

Browse files
committed
(release): 22.4.0
1 parent 0ea481f commit b72a089

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 22.4.0
4+
5+
- Feature: support removing sort on column (#64)
6+
- Feature: support row group checkbox (#62)
7+
- Fix: correct expanding all row groups (#60)
8+
- Fix: support changing row group height (#61)
9+
- Fix: correct table width on empty table (#63)
10+
311
## 22.3.0
412

513
- Feature: support row wrapper for adding custom directives,

projects/ngx-datatable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@siemens/ngx-datatable",
3-
"version": "22.3.0",
3+
"version": "22.4.0",
44
"description": "ngx-datatable is an Angular table grid component for presenting large and complex data.",
55
"peerDependencies": {
66
"@angular/common": ">=17.0.0",

0 commit comments

Comments
 (0)