Skip to content

Commit 9d18249

Browse files
committed
📦 release: v3.2.0
1 parent 143861c commit 9d18249

4 files changed

Lines changed: 22 additions & 4 deletions

File tree

CHANGES.md

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

3+
Version 3.2.0 (release 2026-04-13)
4+
5+
- fix(RangeFacet): use Luxon for date validation
6+
- feat(RangeFacet): improve custom date filter UX
7+
* Replace multi-input date fields with single masked inputs that
8+
auto-format as YYYY, YYYY-MM, or YYYY-MM-DD
9+
* Remove DateRangeInputs component (replaced by masked inputs)
10+
* Add helptext hint below custom range inputs
11+
* Add search icon button and Enter key to apply custom range
12+
* Support open-ended ranges (empty lower or upper bound)
13+
* Add input validation with error feedback on the inputs
14+
* Change default filter checkboxes to radio buttons
15+
* Add focus-to-activate behavior on custom range inputs
16+
* Unify default and custom filters into a single radio group
17+
* Add valueType prop ("date" or "int") for generic range support
18+
* Export VALUE_TYPES from utils
19+
* Remove unused customDatesLabel and datePlaceholders props
20+
321
Version 3.1.1 (released 2026-02-12)
422

523
- fix: temporarily downgrade `luxon` to v1.x for compatibility with Invenio ecosystem

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "3.1.1",
3+
"version": "3.2.0",
44
"description": "React components to build your search UI application",
55
"main": "dist/cjs/index.js",
66
"browser": "dist/cjs/index.js",

src/demos/cern-videos/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of React-SearchKit.
3-
* Copyright (C) 2019 CERN.
3+
* Copyright (C) 2019-2026 CERN.
44
*
55
* React-SearchKit is free software; you can redistribute it and/or modify it
66
* under the terms of the MIT License; see LICENSE file for more details.

0 commit comments

Comments
 (0)