Skip to content

Releases: yext/answers-search-ui

Version 1.13.1

31 Aug 00:18
bbf5c9b
Compare
Choose a tag to compare

Bug Fixes

  • Gracefully handle analytics-related error to prevent uncaught errors from blocking the search on load (#1771)

Version 1.14.1

17 May 15:09
68a988e
Compare
Choose a tag to compare

Bug Fixes

  • Update search error handling to gracefully handle rendering of problematic sub-components and ensure search status is set to complete (#1747)

Version 1.14.0

10 May 20:34
5aa0fd7
Compare
Choose a tag to compare

Features

  • Added an environment field to support consumer auth in Sandbox (#1597)
  • Added support for search duration metrics on desktop and mobile (#1677, #1678, #1684, #1729)
  • Added support for passing Answers Agents in the HTTP header (#1686)
  • Added support for adding custom autocomplete prompts (#1655, #1699)
  • Added support for number range facets (#1707)
  • Added additional params to formatRichText for RTF truncation support (#1713, #1714)

Changes

  • Updated the directAnswers component data to include the searcher (#1596)
  • Updated the README to reflect all required fields for FilterSearch (#1598)
  • Changed FilterSearchResponse to match the updated Core model (#1599)
  • Updated map controls to match the Theme (#1648)
  • Removed unused verticalKey config from Facets and FilterBox (#1724)

Bug Fixes

  • Updated pin label to ensure correct ordering with card ordinal (#1643)
  • Fixed loading indicator in Safari and IE11 (#1650)
  • Only display voice search icon on mobile when supported (#1662)
  • Updated redirectUrl URL construction to prioritize user-specified params (#1667)
  • Updated to allow both Google and MabBox maps on the same page (#1687)
  • Updated to set the SEARCH_COMPLETE state if an API error occurs (#1702)
  • Moved the aria-expanded attribute to autocomplete text inputs (#1704)
  • Updated constructRedirectUrl to handle relative links and ensure IE support (#1733)
  • Modified tab url based on parent url to support correct iframe tab navigation (#1731)

search-bar-v1.4.0

10 May 23:37
5aa0fd7
Compare
Choose a tag to compare

Features

  • Added an environment field to support consumer auth in Sandbox (#1597)
  • Added support for search duration metrics on desktop and mobile (#1677, #1678, #1684, #1729)
  • Added support for passing Answers Agents in the HTTP header (#1686)
  • Added support for adding custom autocomplete prompts (#1655, #1699)
  • Added additional params to formatRichText for RTF truncation support (#1713, #1714)

Changes

  • Updated the directAnswers component data to include the searcher (#1596)

Bug Fixes

  • Fixed loading indicator in Safari and IE11 (#1650)
  • Only display voice search icon on mobile when supported (#1662)
  • Updated redirectUrl URL construction to prioritize user-specified params (#1667)
  • Updated to set the SEARCH_COMPLETE state if an API error occurs (#1702)
  • Moved the aria-expanded attribute to autocomplete text inputs (#1704)
  • Updated constructRedirectUrl to handle relative links and ensure IE support (#1733)

search-bar-v1.3.0

06 Apr 16:13
1417c1a
Compare
Choose a tag to compare

This release includes the migration of our deployment process from CircleCI to Github Actions. This release doesn't include any new features or bug fixes.

Version 1.13.0

05 Apr 20:09
c8d2be6
Compare
Choose a tag to compare

This release includes the migration of our deployment process from CircleCI to Github Actions. This release doesn't include any new features or bug fixes.

search-bar-v1.2.2

29 Mar 18:50
ab92a33
Compare
Choose a tag to compare

Bug Fixes

  • Update autocomplete component and template to handle special characters in the option's value when parsing data for AUTO_COMPLETE_SELECTION analytics event (#1692)

v1.12.3

28 Mar 20:23
fe37c9b
Compare
Choose a tag to compare

Bug Fixes

  • Update autocomplete component and template to handle special characters in the option's value when parsing data for AUTO_COMPLETE_SELECTION analytics event (#1692)

v1.12.2

10 Mar 15:26
d852360
Compare
Choose a tag to compare

Bug Fixes

  • The answers-core version was updated to v1.5.1. This new version ensures that Core's POST requests only have credentials: include when there is an Authorization header. Previously, Core would always have credentials: include on POST which led to CORS issues when trying to submit a question.
  • The SDK's wrapper around answers-core now gracefully handles LiveAPI failures. (#1669)
  • In the SearchBar Component, we now gracefully handle failures when fetching query intents. So, if we are unable to determine if a query has NEAR_ME intent, we will still fire off a search and display an error in the console. (#1673)
  • Pinned the Google Maps Javascript API version to v3.47. This is the last version that will support IE11. (#1681)

v1.12.1

08 Feb 17:27
dbeaaca
Compare
Choose a tag to compare

Bugfixes

  • The Loading Indicator now works properly on Safari and IE11. (#1650)
  • The logic for determining device/browser pairs that support voice search was fixed. (#1662)