Skip to content

Releases: yext/answers-search-ui

Version 0.8.6

19 Sep 21:20
Compare
Choose a tag to compare

Version 0.8.6

Changes

  • Polyfills for IE, with ability to opt-out with the answers-modern bundle
  • Date style changes
  • Accordions collapsed by default
  • Pin collapse option

Version 0.8.5

18 Sep 16:29
Compare
Choose a tag to compare

Version 0.8.5

Changes

  • Searchbars will not submit searches if redirectUrl is set
  • Filter and faceting analytics events removed
  • Navigation analytics events adjusted

Fixes

  • Tabbing to input sometimes flashing autocomplete
  • Autocomplete values matching the query properly show

Version 0.8.4

17 Sep 15:27
Compare
Choose a tag to compare

Version 0.8.4

Changes

  • Do not cache fuzzy versions
  • Add option for opening autocomplete on click when autofocusing

Version 0.8.3

16 Sep 20:55
Compare
Choose a tag to compare

Version 0.8.3

Additions

  • Field formatter interface for results and direct answer

Changes

  • Autofocusing behavior and highlighting

Fixes

  • Validate GCSE results
  • Searching non-string queries
  • Lightbulb active state styling

Version 0.8.2

11 Sep 21:29
Compare
Choose a tag to compare

Version 0.8.2

Changes

  • Default styling for direct answers, accordion results, and mobile
  • No results template (closes #200)

Fixes

  • Fetching the template bundle for each version
  • Handling empty values
  • Handling duplicate names when minified

Version 0.8.1

09 Sep 21:39
Compare
Choose a tag to compare

Version 0.8.1

Additions

  • onStateChange init option (closes #97)
  • GeoLocation static filter component
  • AccordionResult template
  • Icon Component
  • Default Analytics

Changes

  • Direct Answer Styling Tweaks
  • Truncated results text
  • Vertical search uses vertical autocomplete

Fixes

  • Incorrect View All url (fixes #178)
  • Clear child array when unmounting (fixes #155)
  • URL state saving (fixes #133)

Version 0.8.0

28 Aug 14:38
Compare
Choose a tag to compare

Version 0.8.0

Additions

  • Number range and date range static filters
  • Dynamic filters
  • Search limits and offsets
  • Question submission component
  • Map pin collapsing
  • Direct Answer thumbs up/down

Changes

  • Result templates overhaul
  • Empty map option

Fixes

  • Minor analytics fixes
  • Mobile keyboard closing

Version 0.7.6

12 Aug 14:12
Compare
Choose a tag to compare

Version 0.7.6

Changes

  • Filter search acts more like a filter select, so arbitrary searches are not allowed (closes #131)
  • Filter search allows storeOnChange, preventing it from searching and instead allows using it as a picker
  • Adjust autocomplete close events to prevent race conditions

Fixes

  • Update some vulnerable dependencies
  • Check the type of onLoad in mapboxprovider before calling (fixes #102)
  • Add some missing details so CONTRIBUTING and README

Version 0.7.5

05 Aug 18:06
Compare
Choose a tag to compare

Version 0.7.5

Changes

  • Added search states to results templates
  • QueryID is automatically included with all analytic events
  • Each component accepts analyticsOptions (closes #117)
  • Templates have access to the component's config in _config

Fixes

  • "View More" link has returned (fixes #90 and fixes #19 )
  • Analytic events are sent with sendBeacon (fixes #118)

Version 0.7.4

30 Jul 15:43
Compare
Choose a tag to compare

Version 0.7.4

Changes

  • Added postcss support
  • Added businessID as configuration option, analytics disabled when not present (closes #89)
  • Support for static mapbox custom markers
  • Added analyticsOptions configuration option
  • Improved search, filter, and navigation templates

Fixes

  • IE support (closes #34)
  • Prevent rapid searches when holding enter or otherwise spamming search (closes #88)