Skip to content

Commit 350e9ff

Browse files
author
GitHub Release Bot
committed
Release 5.12.0
1 parent acdce1b commit 350e9ff

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [5.12.0] - 2025-09-15
11+
1012
### Added
1113

1214
- option `subRowComponent` to pass a render-function for a subrow. This will be rendered additionally to the subrows and if not wanted, make sure the subrows are passed as empty arrayd [], following an example:
@@ -399,7 +401,8 @@ columnHelper.display({
399401

400402
- created package :tada:
401403

402-
[unreleased]: https://github.com/neolution-ch/react-data-table/compare/5.11.0...HEAD
404+
[unreleased]: https://github.com/neolution-ch/react-data-table/compare/5.12.0...HEAD
405+
[5.12.0]: https://github.com/neolution-ch/react-data-table/compare/5.11.0...5.12.0
403406
[5.11.0]: https://github.com/neolution-ch/react-data-table/compare/5.10.0...5.11.0
404407
[5.10.0]: https://github.com/neolution-ch/react-data-table/compare/5.9.1...5.10.0
405408
[5.9.1]: https://github.com/neolution-ch/react-data-table/compare/5.9.0...5.9.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neolution-ch/react-data-table",
3-
"version": "5.11.0",
3+
"version": "5.12.0",
44
"description": "A small and clean data-table with a lot of integrated functions",
55
"homepage": "https://neolution-ch.github.io/react-data-table",
66
"repository": {

0 commit comments

Comments
 (0)