Skip to content

Releases: yext/answers-search-ui

Version 1.6.6

24 Aug 16:16
53c2097
Compare
Choose a tag to compare

Bugfixes

  • Handlebars security fix (#1526)

Version 1.4.11

24 Aug 15:30
fce5017
Compare
Choose a tag to compare

Bugfixes

  • Handlebars security fix (#1524)

Version 1.3.8

24 Aug 15:58
65d0c70
Compare
Choose a tag to compare

Bugfixes

  • Handlebars security fix (#1524)

answers-search-bar Version 1.1.0

24 Aug 19:27
7f600ea
Compare
Choose a tag to compare
  • 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

23 Aug 19:53
fb2ce37
Compare
Choose a tag to compare

Bugfixes

Update handlebars for security fix (#1524)

v1.9.2

29 Jul 19:30
dffb8eb
Compare
Choose a tag to compare

Fixes

  • Cookies are now set on all cross-origin GET requests again. (#1489)

v1.8.6

29 Jul 19:32
Compare
Choose a tag to compare

Fixes

  • Cookies are now set on all cross-origin GET requests again. (#1489)

v1.9.1

12 Jul 19:32
44c9c88
Compare
Choose a tag to compare

Fixes

  • ANSWERS.init no longer performs an unsafe eval (#1461).

v1.8.5

12 Jul 20:16
Compare
Choose a tag to compare

Fixes

  • ANSWERS.init no longer performs an unsafe eval (#1461).

v1.9.0

23 Jun 15:23
2598b23
Compare
Choose a tag to compare

Version 1.9.0

Changes

  • The call to the Master Switch API which blocked the onReady 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, expensive DOM.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 of docs is now up-to-date. (#1420)
  • If an addComponent call fails, it no longer blocks subsequent addComponent 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)

Bug Fixes

  • Fixed an IE11 console error that appeared when providing DirectAnswer feedback. (#1416)
  • The clear button no longer appears for an empty query in IE11. (#1418)