Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 16ed186

Browse files
committed
chore: release v5.9.0
1 parent 0816349 commit 16ed186

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
44

5+
## [5.9.0](https://github.com/ghiscoding/slickgrid-react/compare/v5.8.0...v5.9.0) (2024-10-19)
6+
7+
### Features
8+
9+
* add Row Detail feature with new example ([#421](https://github.com/ghiscoding/slickgrid-react/issues/421)) ([0816349](https://github.com/ghiscoding/slickgrid-react/commit/0816349aaed18a85eb3f0f620859912d554e85ee))
10+
* allow providing a Custom Pagination Component ([#420](https://github.com/ghiscoding/slickgrid-react/issues/420)) ([58facc5](https://github.com/ghiscoding/slickgrid-react/commit/58facc56d55640f64b34455b6f484bc23916458b))
11+
512
## [5.8.0](https://github.com/ghiscoding/slickgrid-react/compare/v5.7.1...v5.8.0) (2024-09-29)
613

714

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slickgrid-react",
3-
"version": "5.8.0",
3+
"version": "5.9.0",
44
"description": "Slickgrid components made available in React",
55
"keywords": [
66
"react",
@@ -158,4 +158,4 @@
158158
"resolutions": {
159159
"caniuse-lite": "1.0.30001669"
160160
}
161-
}
161+
}

0 commit comments

Comments
 (0)