Skip to content

Releases: AddSearch/search-ui

v0.9.1

17 Dec 13:36
7530c5d
Compare
Choose a tag to compare

This release completes the MVP implementation of Conversational Search inluding:

  • hide / show the conversational search result
  • use thumbs up and thumbs down button to collect sentiments from end users

v0.9.0

13 Nov 07:54
06f8ce3
Compare
Choose a tag to compare
  • 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

08 Oct 07:04
874629d
Compare
Choose a tag to compare
  • add onFilteredSearchRefresh callback function to configuration

v0.8.14

05 Sep 06:00
b3b0238
Compare
Choose a tag to compare
  • expose Handlebars_runtime as Search UI module's exported variable

v0.8.13

22 Aug 13:07
3ff94b3
Compare
Choose a tag to compare
  • fix: registering handlebars helpers and partials failed if building multiple Search UI implementations in the same page

v0.8.12

14 Aug 11:03
4bc7ad1
Compare
Choose a tag to compare

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

13 Aug 06:50
bc40fc7
Compare
Choose a tag to compare
  • Fix: library mishandles parsing and restoring GET parameters with commas

v0.8.10

19 Jul 10:22
0310a2f
Compare
Choose a tag to compare
  • 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

18 Jul 11:31
7f5a3fc
Compare
Choose a tag to compare
  • 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

18 Jun 12:12
37b8c04
Compare
Choose a tag to compare
  • patch vulnerabilities reported by dependabot