Releases: yext/answers-search-ui
Releases · yext/answers-search-ui
Version 1.13.1
Bug Fixes
- Gracefully handle analytics-related error to prevent uncaught errors from blocking the search on load (#1771)
Version 1.14.1
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
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 fromFacets
andFilterBox
(#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
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
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
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
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
v1.12.2
Bug Fixes
- The
answers-core
version was updated to v1.5.1. This new version ensures that Core's POST requests only havecredentials: include
when there is anAuthorization
header. Previously, Core would always havecredentials: 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 hasNEAR_ME
intent, we will still fire off a search and display an error in theconsole
. (#1673) - Pinned the Google Maps Javascript API version to v3.47. This is the last version that will support IE11. (#1681)