Skip to content

Commit

Permalink
(release): 22.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timowolf committed Jun 27, 2024
1 parent fcb3782 commit 976e4db
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 22.3.0

- Feature: support row wrapper for adding custom directives,
like CDK Drag and Drop
- Fix: horizontal scroll on grouped rows had infinite width
- Fix: support sorting with grouped rows
- Fix: remove right spacing on fixed column when no vertical scroll is needed
- Fix: keep horizontal scrolling in empty tables, if columns do not fit on screen
- Fix: support grouped row selection
- Fix: support tabbing over header cells

## 22.2.2

- Fix: prefer un-prefixed style attributes over prefixed one
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.2.2",
"version": "22.3.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 976e4db

Please sign in to comment.