Changelog
1.0.12
April 1, 2026
| Type | |
|---|---|
| new | Added a new "Reset" button component that clears all facet filters at once, making it easy for users to start a fresh search without manually unchecking each option. |
| new | Added keyboard navigation support to radio button facets, so users can move through options using arrow keys for a more accessible experience. |
| fix | Fixed reliability issues with facet filters on cached pages, ensuring filters work correctly even when pages are served from cache. |
| fix | Improved facet template storage to be more resilient and self-healing when edge cases occur. |
| enhancement | Improved facet system architecture for better maintainability and reliability, resulting in more consistent filter behavior across all facet types. |
| enhancement | Updated internal code quality tooling to ensure continued stability and code consistency. |
1.0.11
March 30, 2026
| Type | |
|---|---|
| new | Added support for default selected values in Select and Checkbox facets, so filters can start with pre-defined choices already applied. |
| fix | Improved overall facet reliability, especially when filters load quickly or multiple requests happen close together. |
| fix | Fixed cases where facets could appear ready before all filter data was fully available. |
| fix | Fixed an issue where Checkbox facets using the IN meta key operator could fail when only a single value was selected. |
| fix | Fixed facet targets so they correctly pick up and use the initial filter conditions defined by the author. |
| enhancement | Improved internal validation so facet behavior is more consistent across different configurations. |
1.0.10
March 27, 2026
| Type | |
|---|---|
| fix | Improved block and pattern loading reliability in some environments. |
| enhancement | Added extra safeguards for startup loading and frontend asset paths. |