Skip to content

Releases: yext/answers-search-ui

v1.12.3

28 Mar 20:23
fe37c9b
Compare
Choose a tag to compare

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.2

10 Mar 15:26
d852360
Compare
Choose a tag to compare

Bug Fixes

  • The answers-core version was updated to v1.5.1. This new version ensures that Core's POST requests only have credentials: include when there is an Authorization header. Previously, Core would always have credentials: 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 has NEAR_ME intent, we will still fire off a search and display an error in the console. (#1673)
  • Pinned the Google Maps Javascript API version to v3.47. This is the last version that will support IE11. (#1681)

v1.12.1

08 Feb 17:27
dbeaaca
Compare
Choose a tag to compare

Bugfixes

  • The Loading Indicator now works properly on Safari and IE11. (#1650)
  • The logic for determining device/browser pairs that support voice search was fixed. (#1662)

search-bar-v1.2.1

08 Feb 20:49
dbeaaca
Compare
Choose a tag to compare

Bugfixes

  • The Loading Indicator now works properly on Safari and IE11. (#1650)
  • The logic for determining device/browser pairs that support voice search was fixed. (#1662)

answers-search-bar Version 1.2.0

17 Nov 16:46
80091b3
Compare
Choose a tag to compare

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

16 Nov 21:29
bb58f00
Compare
Choose a tag to compare

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

  • Fix console error which would appear on google maps (#1548)
  • Fix FAQ expansion when default is expanded (#1553)
  • Fix error for searches on page load with no businessId (#1561)

Version 1.11

13 Oct 20:13
be9c85f
Compare
Choose a tag to compare

New Features

  • Ability to add custom partials (#1544)
  • Added method for determining whether or not analytics are enabled (#1568)

answers-search-bar Version 1.1.1

24 Sep 20:50
2eae3b6
Compare
Choose a tag to compare

Bugfixes

  • Fix the analytics for the search bar only assets (#1555)

v1.10.0

24 Aug 19:23
7f600ea
Compare
Choose a tag to compare

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 using ANSWERS.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

  • replace IconComponent usages with handlebars partials (#1445) (#1451) (#1458)

Infrastructure

  • Change CircleCI node_modules caching strategy to use package-lock.json instead of package.json (#1457)
  • canary/latest assets are now built with i18n support (#1459)
  • More tests + acceptance testing improvements
  • Automated publishing for the standalone SearchBar assets (#1529)

Version 1.7.5

24 Aug 16:25
d0c6e37
Compare
Choose a tag to compare

Bugfixes

  • Handlebars security fix (#1527)