Skip to content

Commit

Permalink
(release): 22.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timowolf committed Jul 4, 2024
1 parent 0ea481f commit b72a089
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-datatable/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b72a089

Please sign in to comment.