Releases: yext/answers-search-ui
Releases · yext/answers-search-ui
v1.3.1
v1.2.1
v1.3.0
Version 1.3.0
Changes
- Added geolocationOptions and geolocationTimeoutAlert config to the SearchBar, GeolocationFilter, and LocationBias components. These options let the user configure the HTML5 Geolocation API used to determine a user's location, as well as whether to display an alert when this fails or timeouts (by default no alert is shown).
v1.1.2
v1.2.0
Version 1.2.0
Changes
- Added a kill-switch to the SDK. The kill-switch checks the experience's Answers Status page. If the status is "disabled", the user-supplied onReady will not be called.
- CSS variables are now used for many of the common style attributes. This allows a user to easily override colors, spacing, etc.
- The top-level noResults configuration has been deprecated. Such configuration should now be passed directly to the affected components.
v1.1.1
Version 1.1.1
Fixes
- Corrected confusing wording in the README and added missing documentation.
- Fixed the border colors used for Applied Filters.
- Pagination icons are now centered vertically.
v1.1.0
Version 1.1.0
Changes
- Added a new configuration option, useForm, to the SearchBar. This allows the user to specify if the query submission context should use a form. For backwards compatibility, this parameter is true by default.
- Added the BSD-3 license file.
Fixes
- Assorted corrections and updates to the SDK's README.
- Fixed the bug causing the LocationBias component's accuracy text to always be 'Device'.
v1.0.1
Version 1.0.1
Fixes
- Addressed typos and inaccuracies in the README.
- Updated CircleCI configuration to publish folders for each major version in the CDN.
v1.0.0
Version 1.0.0
Changes
- Added TestCafe acceptance tests for the SDK.
- Added the ability for users to specify a custom Card type.
- Added a top-level noResults config object. This is used by both the MapComponent and VerticalResultsComponent.
- Updated some of the dependencies used to supply the SDK with polyfills.
Fixes
- Assorted fixes for the LegacyCard component. These fixes will improve IE11 styling and allow for bigDate to be specified.
- Assorted fixes for the CTAComponent. These fixes will promote backwards compatibility and improve styling.
- Styling fixes for the legacy AccordionResults component.
- Assorted fixes related to the 'No Results' case. In this case, the VerticalResultsComponent will not display applied filters. Additionally, the MapComponent can be configured to display all results for the vertical or not.
v0.13.2
Version 0.13.2
Changes
- Added analytics hooks for universal and vertical search events.
- Removed “note:“ prefix from the alternative verticals section of No Results.
Fixes
- Added aria-label to buttons in Pagination component for WCAG compliance; also update styling to properly align icons horizontally.
- Minor styling fixes for LegacyCard and AccordionCard to help with backwards compatibility.
- Added !default flag to all Answers SCSS variables that did not previously have it.