Skip to content

Commit 4b7c194

Browse files
chore(release): 24.2.0
1 parent 714c5c0 commit 4b7c194

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [24.2.0](https://github.com/siemens/ngx-datatable/compare/24.1.0...24.2.0) (2025-08-21)
2+
3+
4+
### Features
5+
6+
* support custom classes for tree toggle icons ([117d24e](https://github.com/siemens/ngx-datatable/commit/117d24eb310655f5490457d8d833bf4496c262f7))
7+
8+
9+
### Bug Fixes
10+
11+
* **pagination:** allow space/enter event to paginate ([714c5c0](https://github.com/siemens/ngx-datatable/commit/714c5c04d5946fa383bc6183c4cf48d05a771829)), closes [#373](https://github.com/siemens/ngx-datatable/issues/373)
12+
* rows are not interactive when using disableRowCheck with grouped rows ([c689f09](https://github.com/siemens/ngx-datatable/commit/c689f09a46d44121d79e83cb21f8c3ee727a9e25))
13+
114
# [24.1.0](https://github.com/siemens/ngx-datatable/compare/24.0.0...24.1.0) (2025-07-16)
215

316

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-datatable",
3-
"version": "24.1.0",
3+
"version": "24.2.0",
44
"commitlint": {
55
"extends": [
66
"@siemens/commitlint-config/.commitlintrc.js"

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": "24.1.0",
3+
"version": "24.2.0",
44
"description": "ngx-datatable is an Angular table grid component for presenting large and complex data.",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)