Releases: yext/search-ui-react
Releases · yext/search-ui-react
v1.7.0
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
Fixes
- Updates
rollup
transitive dependency to address vulnerability
v1.6.5
Fixes
- Updates id generation to reduce risk of id collision #471
v1.6.4
Fixes
- Upgrades version of
search-headless-react
to pick up CloudChoice functionality changes
v1.6.3
Changes
- Adds CloudChoice functionality #462
v1.6.2
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
Changes
- Adjusts Pagination component to set isPagination to true when it paginates, to reuse queryId #447
v1.6.0
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
Features
- Added support for React 18 (#423)
- Added an optional
onDropdownInputChange
prop to FilterSearch
(#421)
Fixes
- Addressed vulnerabilities (#422)
v1.4.1
Version 1.4.1
Fixes
- Update documentation to add back missing links (#416)