Skip to content

Commit cb10bb7

Browse files
committed
release: v2.3.0
1 parent 8d7a306 commit cb10bb7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changes
22

3+
Version 2.3.0 (released 2024-10-02)
4+
5+
- Results components: a new prop allows the implementation of a callback on results
6+
rendered.
7+
38
Version 2.2.6 (released 2024-05-06)
49

510
- Pagination/ResultsPerPage: a new prop controls if these components should be

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-searchkit",
3-
"version": "2.2.6",
3+
"version": "2.3.0",
44
"description": "React components to build your search UI application",
55
"main": "dist/cjs/index.js",
66
"browser": "dist/cjs/index.js",

0 commit comments

Comments
 (0)