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

Commit 3683d9f

Browse files
committed
chore: release v5.13.1
1 parent f1c2db7 commit 3683d9f

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

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.13.1](https://github.com/ghiscoding/slickgrid-react/compare/v5.13.0...v5.13.1) (2025-03-19)
6+
7+
### Bug Fixes
8+
9+
* Row Detail redraw all should work as expected ([#472](https://github.com/ghiscoding/slickgrid-react/issues/472)) ([e3a7c0b](https://github.com/ghiscoding/slickgrid-react/commit/e3a7c0b2b4afdd86f15bfae95dc89ed4a7eb1ff1))
10+
* Row Detail should also work with fixed grid height or w/o autoHeight ([#473](https://github.com/ghiscoding/slickgrid-react/issues/473)) ([c2a3c88](https://github.com/ghiscoding/slickgrid-react/commit/c2a3c88a12b3b4d4ce02aae1688833b588ab9df0))
11+
512
## [5.13.0](https://github.com/ghiscoding/slickgrid-react/compare/v5.12.2...v5.13.0) (2025-03-01)
613

714
### Features

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

0 commit comments

Comments
 (0)