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

Commit 61ec9dd

Browse files
committed
chore: release v5.14.0
1 parent 50b95bd commit 61ec9dd

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.14.0](https://github.com/ghiscoding/slickgrid-react/compare/v5.13.4...v5.14.0) (2025-04-26)
6+
7+
### Features
8+
9+
* allow providing custom date format via base Date Formatter ([#496](https://github.com/ghiscoding/slickgrid-react/issues/496)) ([50b95bd](https://github.com/ghiscoding/slickgrid-react/commit/50b95bd9e9e87af5573d2bda71815cc49fe973d1))
10+
* **filter:** add `collectionLazy` callback to Column Filter ([#495](https://github.com/ghiscoding/slickgrid-react/issues/495)) ([c0960d4](https://github.com/ghiscoding/slickgrid-react/commit/c0960d42d61e4b8c8c4c74048f06e29c3b8ff80f))
11+
512
## [5.13.4](https://github.com/ghiscoding/slickgrid-react/compare/v5.13.3...v5.13.4) (2025-04-10)
613

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

0 commit comments

Comments
 (0)