Skip to content

Releases: yext/search-ui-react

v1.7.0

10 Jan 22:02
6a7ae5a
Compare
Choose a tag to compare

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

13 Nov 20:28
0c72c17
Compare
Choose a tag to compare

Fixes

  • Updates rollup transitive dependency to address vulnerability

v1.6.5

17 Oct 20:33
76fb682
Compare
Choose a tag to compare

Fixes

  • Updates id generation to reduce risk of id collision #471

v1.6.4

19 Sep 21:38
fa0b741
Compare
Choose a tag to compare

Fixes

  • Upgrades version of search-headless-react to pick up CloudChoice functionality changes

v1.6.3

19 Sep 15:51
97db8e5
Compare
Choose a tag to compare

Changes

  • Adds CloudChoice functionality #462

v1.6.2

12 Aug 18:31
ae60515
Compare
Choose a tag to compare

Fixes

  • Enables Document Verticals to use VerticalResult by adjusting VerticalResult map key to combine the result id and index avoiding conflicts #456

v1.6.1

10 Jul 21:09
4392164
Compare
Choose a tag to compare

Changes

  • Adjusts Pagination component to set isPagination to true when it paginates, to reuse queryId #447

v1.6.0

15 May 20:28
2c1016e
Compare
Choose a tag to compare

Features

  • Added a custom afterDropdownInputFocus prop to the FilterSearch component that is called after focus enters the input. This can be used, for example, to fire analytics events when a user clicks into the FilterSearch input. (#432)

v1.5.0

24 Feb 00:10
5dd6935
Compare
Choose a tag to compare

Features

  • Added support for React 18 (#423)
  • Added an optional onDropdownInputChange prop to FilterSearch (#421)

Fixes

  • Addressed vulnerabilities (#422)

v1.4.1

18 Dec 15:02
d9e5ff4
Compare
Choose a tag to compare

Version 1.4.1

Fixes

  • Update documentation to add back missing links (#416)