Skip to content

Commit 8839262

Browse files
committed
release: v2.2.5
1 parent b99af8f commit 8839262

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGES.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changes
22

3+
Version 2.2.5 (released 2024-01-17)
4+
5+
- selector: Allow the same value in multiple children aggregations
6+
- results grid: pass correct value to results prop
7+
- selector: check the corner case when one value starts with the same string as another value
8+
9+
Version 2.2.4 (released 2023-11-07)
10+
11+
- InvenioRequestSerializer: nested filters are now sent to the backend
12+
concatenated with the parent filter
13+
314
Version 2.2.3 (released 2023-10-08)
415

516
- revert render aggregation only if several buckets

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-searchkit",
3-
"version": "2.2.3",
3+
"version": "2.2.5",
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)