From b72a089ad0f76281a3c592253569301d3571501f Mon Sep 17 00:00:00 2001 From: Timo Wolf Date: Thu, 4 Jul 2024 15:54:42 +0200 Subject: [PATCH] (release): 22.4.0 --- docs/changelog.md | 8 ++++++++ projects/ngx-datatable/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index bf49a3f8f..ac24553ef 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,13 @@ # Changelog +## 22.4.0 + +- Feature: support removing sort on column (#64) +- Feature: support row group checkbox (#62) +- Fix: correct expanding all row groups (#60) +- Fix: support changing row group height (#61) +- Fix: correct table width on empty table (#63) + ## 22.3.0 - Feature: support row wrapper for adding custom directives, diff --git a/projects/ngx-datatable/package.json b/projects/ngx-datatable/package.json index 5857bf36a..32cc4e857 100644 --- a/projects/ngx-datatable/package.json +++ b/projects/ngx-datatable/package.json @@ -1,6 +1,6 @@ { "name": "@siemens/ngx-datatable", - "version": "22.3.0", + "version": "22.4.0", "description": "ngx-datatable is an Angular table grid component for presenting large and complex data.", "peerDependencies": { "@angular/common": ">=17.0.0",