Releases: AddSearch/search-ui
Releases · AddSearch/search-ui
v0.9.1
v0.9.0
-
Refactoring some redux states:
minLengthToShowResults
does not prevent updating keyword state- Introduce new field "minLengthRequiredToFetch" in autocomplete and search states
- On keyword updated, before fetching autocomplete/search, check for "minLengthRequiredToFetch"
- Keep rendering component's template when there are no suggestions
- Keep autocomplete.suggestions persisted when keyword is submitted / suggested keyword is clicked
-
Add new component
conversationalSearchResult
v0.8.15
- add
onFilteredSearchRefresh
callback function to configuration
v0.8.14
- expose Handlebars_runtime as Search UI module's exported variable
v0.8.13
- fix: registering handlebars helpers and partials failed if building multiple Search UI implementations in the same page
v0.8.12
Fixes:
-
From v0.8.10, range facets checkbox can't be rendered.
-
From v0.8, range facets checkbox shows wrong maximum values (Infinity)
-
Removing selections from "ActiveFilters" component not working correctly (when multiple ranges were selected previously)
v0.8.11
- Fix: library mishandles parsing and restoring GET parameters with commas
v0.8.10
- fix: round up/down decimal values for min/max values of facets slider
- fix: in activeFilters, iterate through only Own Properties of the activeFilterState
v0.8.9
- fix: cannot create 2 components RangeFacets(checkbox) & RangeFacets(slider) at the same time
- fix: advancedStickyFacets are not updated when clearing via ActiveFilters component
v0.8.8
- patch vulnerabilities reported by dependabot