Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 25 additions & 13 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,34 @@
# Changes

Version v3.3.0 (released 2026-08-27)

- i18n: pulled translations
- fix(i18n): update pull request action versions
- pagination: activate page items with Space key
- i18n: push translations
- ci(i18n): adapt workflows for frontend package
- fix: cleanup copied translations
- feat(translations): add i18n support via i18next
- chore(git-blame): ignore the SPDX license header commit
- chore(licenses): update license headers to use SPDX

Version 3.2.0 (release 2026-04-13)

- fix(RangeFacet): use Luxon for date validation
- feat(RangeFacet): improve custom date filter UX
* Replace multi-input date fields with single masked inputs that
auto-format as YYYY, YYYY-MM, or YYYY-MM-DD
* Remove DateRangeInputs component (replaced by masked inputs)
* Add helptext hint below custom range inputs
* Add search icon button and Enter key to apply custom range
* Support open-ended ranges (empty lower or upper bound)
* Add input validation with error feedback on the inputs
* Change default filter checkboxes to radio buttons
* Add focus-to-activate behavior on custom range inputs
* Unify default and custom filters into a single radio group
* Add valueType prop ("date" or "int") for generic range support
* Export VALUE_TYPES from utils
* Remove unused customDatesLabel and datePlaceholders props
- Replace multi-input date fields with single masked inputs that
auto-format as YYYY, YYYY-MM, or YYYY-MM-DD
- Remove DateRangeInputs component (replaced by masked inputs)
- Add helptext hint below custom range inputs
- Add search icon button and Enter key to apply custom range
- Support open-ended ranges (empty lower or upper bound)
- Add input validation with error feedback on the inputs
- Change default filter checkboxes to radio buttons
- Add focus-to-activate behavior on custom range inputs
- Unify default and custom filters into a single radio group
- Add valueType prop ("date" or "int") for generic range support
- Export VALUE_TYPES from utils
- Remove unused customDatesLabel and datePlaceholders props

Version 3.1.1 (released 2026-02-12)

Expand Down
Loading
Loading