Releases: yext/search-ui-react
Releases · yext/search-ui-react
Release list
v0.2.0-beta.243
Version 0.2.0-beta.243
@yext/answers-react-components is now @yext/search-ui-react!
Changes
- Exported a string representing the content path to files in component lib that uses tailwind classnames. (#193)
- Trimmed/edited various CSS classes interfaces. (#189, #190, #191, #194, #196, #197, #198, #200, #202)
- Made hovering over
FilterSearchautocomplete suggestions trigger a highlight on the selected option and fixed its width/padding. (#203, #205) - Removed
allowPaginationprop fromVerticalResults(#217, #219) - Updated
StandardFacetsto optionally display the number of results associated with each facet option. (#226, #248) - Added a 'clear filter' feature for 'clear min and max' button in
RangeInput. (#227) - Added a range to the
ResultCountthat describes the range of results currently displayed byPagination. (#228) - Replaced
onSubmitwithdropdownItemPropsinRenderEntityPreviewsinterface. (#225, #238) - Separated recent searches in verticals to keep their recent search histories separate. (#242)
- Removed links from
AlternativeVerticalsand deletedUniversalLinkinterface. (#229) @yext/answers-headless-reacthas been renamed to@yext/search-headless-react, and has been replaced by such as a peer dependency. (#243)
Bugfixes
- When
labelis undefined,FilterSearchdoes not display default 'filter' label (#201) - Fixed
DropdownMenutabbing and selecting behavior (#206, #207) - Fixed a bug where clicking the
ApplyFiltersButtondid not reset the pagination offset. (#213) - Fixed linebreak bug in
resultsCount(#218) - Fixed a bug where range input static filters were removed when selecting/de-selecting facet options with different
fieldIds. (#224) - Fixed
LocationBiasmobile styling (#221) - Fixed
ThumbsFeedbackissues of not having a default width and height, as well as rotation issue with the thumbs-down button. (#233) - Fixed
inputPrefixcollision issue and tooltip location inRangeInput. (#232, #234) - Fixed a bug where facets were not being reset when applying a filter from
FilterSearchwithsearchOnSelect=true. (#236)
v0.2.0-beta.184
Version 0.2.0-beta.184
Features
- Added a loading indicator for
LocationBias(#132) - Export a standalone
Paginationcomponent (#147) - Added controls to the Storybook site (#153)
- Added support for React 16.14 and React 18 (#161, #166)
- Added
placeholderandsearchOnSelectprops toFilterSearch(#177, #179)
Changes
- Made
StaticFilters,StandardFacets,NumericalFacets, andHierarchicalFacetscomponents with baked-in layouts and stopped exporting theFilterscompound components.ApplyFiltersButtonis now exported directly and works with the new filters components (#156, #160) - Removed
validateDatanow thatPropTypesare used instead (#164) - Updated Visual Autocomplete to delete
EntityPreviews. The restricted verticals and universal limit must be passed into theVisualAutocompleteConfigand are no longer computed automatically (#168) - Removed the
cssCompositionMethodfrom all components. Now, a deep merge of the built-in and custom styles will always be performed (#170)
Bugfixes
- Updated
FilterSearchto remove the previous filter value when a new one is selected (#185)