Releases: yext/search-ui-react
Releases · yext/search-ui-react
Release list
v1.8.6
What's Changed
- Import
@tailwindcss/typographyfor markdown styling. by @anguyen-yext2 in #516 - Support interactive mapbox pins by @anguyen-yext2 in #518
Full Changelog: v1.8.4...v1.8.6
v1.8.4
What's Changed
- Deduplicate generative answer sources by @mkouzel-yext in #514
Full Changelog: v1.8.3...v1.8.4
v1.8.3
Changes
- Adds debouncing logic to
/filtersearchand/autocompletecalls. 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
Changes
- Adds
iframeWindowandallowUpdatesproperties toMapboxMapcomponentiframeWindowcan be used to help display the component inside of an iframe, where the outer scopemapboxglpackage may not be loaded in. Rather than using the outer scopemapboxglpackage, ififrameWindowis set, we will attempt to use that window'smapboxgllibrary.allowUpdatesallows the map settings (such as the style of the map) to be changed after initialization, by listening to changes in themapboxOptions.
- Adds navigation section to the
MapboxMapcomponent, including+and-buttons for zooming in and out
Development Changes
- synchronized
@types/mapbox-gldependency betweensrcandtest-siteto fix build errors in the test site - updated workflow
yamlfiles to install playwright
v1.8.1
v1.8.0
v1.7.2
Fixes
- Upgraded package dependency versions to prevent potential vulnerabilities #490
v1.7.1
v1.7.0
Features
- Added a new prop
disableBuiltInClassesto theFilterSearchcomponent. When this value is set totrueand thecustomCssClassesprop is also populated, any built-in CSS classes for the component will be removed, and only the classes specified incustomCssClasseswill be used.