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

Commit 2a78ddb

Browse files
committed
chore: release v5.13.0
1 parent 041dd42 commit 2a78ddb

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.13.0](https://github.com/ghiscoding/slickgrid-react/compare/v5.12.2...v5.13.0) (2025-03-01)
6+
7+
### Features
8+
9+
* Row Detail with inner grids ([#467](https://github.com/ghiscoding/slickgrid-react/issues/467)) ([377a211](https://github.com/ghiscoding/slickgrid-react/commit/377a211a1b0703cfec958e8776f21d7109cc4f84))
10+
11+
### Bug Fixes
12+
13+
* **deps:** update all non-major dependencies ([#461](https://github.com/ghiscoding/slickgrid-react/issues/461)) ([041dd42](https://github.com/ghiscoding/slickgrid-react/commit/041dd4288a004d2c32d24d2e7cf7aa589deb827c))
14+
* Row Detail could end up unmounting wrong panel index ([#465](https://github.com/ghiscoding/slickgrid-react/issues/465)) ([2edf4c2](https://github.com/ghiscoding/slickgrid-react/commit/2edf4c21aad83206ea06d524a5c7731bbcdcff71))
15+
* Row Detail preload comp should call unmount lifecycle ([#464](https://github.com/ghiscoding/slickgrid-react/issues/464)) ([494bc92](https://github.com/ghiscoding/slickgrid-react/commit/494bc924c38d83386a887140b56b7577b05cbf54))
16+
517
## [5.12.2](https://github.com/ghiscoding/slickgrid-react/compare/v5.12.1...v5.12.2) (2025-02-08)
618

719
### Bug Fixes

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.12.2",
3+
"version": "5.13.0",
44
"description": "Slickgrid components made available in React",
55
"keywords": [
66
"react",
@@ -155,4 +155,4 @@
155155
"resolutions": {
156156
"caniuse-lite": "1.0.30001701"
157157
}
158-
}
158+
}

0 commit comments

Comments
 (0)