Releases: AddSearch/search-ui
Releases · AddSearch/search-ui
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
v0.8.7
- searchField's minLengthToShowResults now support autocomplete component.
- fix bug: initial page load does not apply "page" from client.setPaging(page, pageSize, sortMethod, sortOrder)
v0.8.6
- Patch issues in 0.8.5
v0.8.5
- Support new recommendation type
- Support minimum search term in searchField component
- Fix bug: UI library drops GET parameters if there are more than one with the same name
v0.8.4
- Add "renderCompleteCallback" option in autocomplete and searchResults
v0.8.3
Fix bug in SortBy component:
- conflict in type of sortBy's method and sortBy's order
v0.8.2
Fix bug in Range facets component's SLIDER type:
- slider was displayed when even when receiving no fieldStats
v0.8.1
- remove old default templates
- built-in partials can be used with custom precompiled templates
- merge 0.7.12, 0.7.13
- range facets slider support
- add example of context data used in templates - README.md