Skip to content

Releases: yext/search-ui-react

v0.2.0-beta.243

v0.2.0-beta.243 Pre-release
Pre-release

Choose a tag to compare

@ElemelonWind ElemelonWind released this 20 Jul 19:38
22960c4

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 FilterSearch autocomplete suggestions trigger a highlight on the selected option and fixed its width/padding. (#203, #205)
  • Removed allowPagination prop from VerticalResults (#217, #219)
  • Updated StandardFacets to 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 ResultCount that describes the range of results currently displayed by Pagination. (#228)
  • Replaced onSubmit with dropdownItemProps in RenderEntityPreviews interface. (#225, #238)
  • Separated recent searches in verticals to keep their recent search histories separate. (#242)
  • Removed links from AlternativeVerticals and deleted UniversalLink interface. (#229)
  • @yext/answers-headless-react has been renamed to @yext/search-headless-react, and has been replaced by such as a peer dependency. (#243)

Bugfixes

  • When label is undefined, FilterSearch does not display default 'filter' label (#201)
  • Fixed DropdownMenu tabbing and selecting behavior (#206, #207)
  • Fixed a bug where clicking the ApplyFiltersButton did 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 LocationBias mobile styling (#221)
  • Fixed ThumbsFeedback issues of not having a default width and height, as well as rotation issue with the thumbs-down button. (#233)
  • Fixed inputPrefix collision issue and tooltip location in RangeInput. (#232, #234)
  • Fixed a bug where facets were not being reset when applying a filter from FilterSearch with searchOnSelect=true. (#236)

v0.2.0-beta.184

v0.2.0-beta.184 Pre-release
Pre-release

Choose a tag to compare

@nmanu1 nmanu1 released this 17 Jun 16:28
79f751f

Version 0.2.0-beta.184

Features

  • Added a loading indicator for LocationBias (#132)
  • Export a standalone Pagination component (#147)
  • Added controls to the Storybook site (#153)
  • Added support for React 16.14 and React 18 (#161, #166)
  • Added placeholder and searchOnSelect props to FilterSearch (#177, #179)

Changes

  • Made StaticFilters, StandardFacets, NumericalFacets, and HierarchicalFacets components with baked-in layouts and stopped exporting the Filters compound components. ApplyFiltersButton is now exported directly and works with the new filters components (#156, #160)
  • Removed validateData now that PropTypes are used instead (#164)
  • Updated Visual Autocomplete to delete EntityPreviews. The restricted verticals and universal limit must be passed into the VisualAutocompleteConfig and are no longer computed automatically (#168)
  • Removed the cssCompositionMethod from all components. Now, a deep merge of the built-in and custom styles will always be performed (#170)

Bugfixes

  • Updated FilterSearch to remove the previous filter value when a new one is selected (#185)