Releases: yext/answers-search-ui
Releases · yext/answers-search-ui
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)
v1.12.1
search-bar-v1.2.1
answers-search-bar Version 1.2.0
New Features
- Allow search rate tracking (#1558)
- Add support for setting and changing the visitor and passing it to answers-core (#1564)
- Add support for the auth token that is passed in from the config (#1566)
- Add an
environment
field to support consumer auth in Sandbox (#1597) - Update autocomplete screen reader support (#1578, #1579)
- Added method for determining whether or not analytics are enabled (#1568)
Version 1.12
Features
- Allow search rate tracking (#1558)
- Add support for setting and changing the visitor and passing it to answers-core (#1564)
- Add support for the auth token that is passed in from the config (#1566)
- Add an
environment
field to support consumer auth in Sandbox (#1597) - Allow components to override the beforeMount function (#1547)
- Add distance to the card data and a function to format it (#1550)
- WCAG updates (allow pagination with Enter (#1575), identify current page in navigation tab (#1576), update autocomplete screen reader support (#1578, #1579))
Changes
- Update directAnswers component data to include the searcher (#1596)
- Use custom alerts instead of window.alert (#1549)
- Update Mapbox version to match the Theme (#1551)
- Internal repo changes (remove node-sass dependancy (#1562), automate WCAG testing (#1577))
Bugfixes
Version 1.11
answers-search-bar Version 1.1.1
Bugfixes
- Fix the analytics for the search bar only assets (#1555)
v1.10.0
New Features
- The SearchBar now supports displaying a loading indicator while a search is running.
- The SearchBar also now has support for voice search.
- We now support several new languages, including simplified/traditional Chinese and several variants of Arabic.
universalLimit
config option (#1444)- Session tracking using the browser's session storage (#1452)
querySource
can now be set at runtime usingANSWERS.setQuerySource()
(#1464)- Display email validation error in QuestionSubmission (#1505)
- Support for DirectAnswers on vertical searches (#1483)
- Support providerOptions on the map (#1484)
- Create entry points for multi-lang SDK bundles (#1501)
Speed Improvements
Infrastructure
Version 1.7.5
Bugfixes
- Handlebars security fix (#1527)