Releases: AddSearch/search-ui
Releases · AddSearch/search-ui
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
v0.8.0
Support Content Security Policy with Handlebars Precompiled Template.
v0.7.13
- Fix bug in Range Facets Checkbox-type: incorrect filter key
v0.7.12
- Support
AddSearchUI.RANGE_FACETS_TYPE.SLIDER
in Range facets component - Search field's
selectorToBind
now binds all matching selectors.