Releases: yext/answers-search-ui
Releases · yext/answers-search-ui
Version 1.6.6
Bugfixes
- Handlebars security fix (#1526)
Version 1.4.11
Bugfixes
- Handlebars security fix (#1524)
Version 1.3.8
Bugfixes
- Handlebars security fix (#1524)
answers-search-bar Version 1.1.0
- The SearchBar now supports displaying a loading indicator while a search is running.
- The SearchBar also now has support for voice search.
- Fixes an issue where cookies were not being sent in requests.
Version 1.5.9
Bugfixes
Update handlebars for security fix (#1524)
v1.9.2
v1.8.6
v1.9.1
v1.8.5
v1.9.0
Version 1.9.0
Changes
- The call to the
Master Switch API
which blocked theonReady
has been removed. (#1377) - A couple of performance optimizations were made to this SDK. This includes progressive rendering of child components, avoidance of unnecessary
cloneDeep
calls, and the removal of an extraneous, expensiveDOM.create
call. Note that the progressive rendering is opt-in. (#1397, #1411) - Code coverage reports of the SDK are now generated automatically. (#1409)
- The outdated
sample-app
was removed and the contents ofdocs
is now up-to-date. (#1420) - If an
addComponent
call fails, it no longer blocks subsequentaddComponent
calls. An error is simply printed to the console and the SDK attempts to render
the other components. (#1426) - The
Core
version was updated to support rich text featured snippets. (#1437)