Skip to content

Releases: yext/search-ui-react

v1.8.6

Choose a tag to compare

@anguyen-yext2 anguyen-yext2 released this 21 May 19:00
692649c

What's Changed

Full Changelog: v1.8.4...v1.8.6

v1.8.4

Choose a tag to compare

@mkouzel-yext mkouzel-yext released this 25 Apr 18:16
9f1be48

What's Changed

Full Changelog: v1.8.3...v1.8.4

v1.8.3

Choose a tag to compare

@k-gerner k-gerner released this 14 Apr 15:14
3fe4af2

Changes

  • Adds debouncing logic to /filtersearch and /autocomplete calls. Currently set to 200ms, meaning that we will not fire a request to these endpoints until 200ms after the most recent character has been typed. This cuts down on the number of unnecessary calls to these endpoints that are made while the user is still actively typing.

v1.8.2

Choose a tag to compare

@k-gerner k-gerner released this 27 Mar 18:25
055c51d

Changes

  • Adds iframeWindow and allowUpdates properties to MapboxMap component
    • iframeWindow can be used to help display the component inside of an iframe, where the outer scope mapboxgl package may not be loaded in. Rather than using the outer scope mapboxgl package, if iframeWindow is set, we will attempt to use that window's mapboxgl library.
    • allowUpdates allows the map settings (such as the style of the map) to be changed after initialization, by listening to changes in the mapboxOptions.
  • Adds navigation section to the MapboxMap component, including + and - buttons for zooming in and out

Development Changes

  • synchronized @types/mapbox-gl dependency between src and test-site to fix build errors in the test site
  • updated workflow yaml files to install playwright

v1.8.1

Choose a tag to compare

@k-gerner k-gerner released this 25 Mar 23:10
89a08ed

Changes

  • Adds optional ariaLabel prop to FilterSearch component to set aria-label on input

v1.8.0

Choose a tag to compare

@Fondryext Fondryext released this 20 Feb 19:14
5955aef

Changes

  • Adds Generative Direct Answer Support
    • Includes both GDA objects as well as analytics support for new events

v1.7.2

Choose a tag to compare

@mkouzel-yext mkouzel-yext released this 12 Feb 16:32
805655a

Fixes

  • Upgraded package dependency versions to prevent potential vulnerabilities #490

v1.7.1

Choose a tag to compare

@Fondryext Fondryext released this 11 Feb 14:41
19ad6ad

Changes

  • Remove nested button #487
  • Mark all icons as hidden for screen readers #485

v1.7.0

Choose a tag to compare

@k-gerner k-gerner released this 10 Jan 22:02
6a7ae5a

Features

  • Added a new prop disableBuiltInClasses to the FilterSearch component. When this value is set to true and the customCssClasses prop is also populated, any built-in CSS classes for the component will be removed, and only the classes specified in customCssClasses will be used.

v1.6.6

Choose a tag to compare

@k-gerner k-gerner released this 13 Nov 20:28
0c72c17

Fixes

  • Updates rollup transitive dependency to address vulnerability