Releases: yext/answers-search-ui
Releases · yext/answers-search-ui
v1.11.1
v1.10.1
Version 1.14.2
Bug Fixes
- Gracefully handle analytics-related error to prevent uncaught errors from blocking the search on load (#1774)
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)