Skip to content

Releases: yext/search-headless

v2.5.2

18 Sep 18:21
89a879b
Compare
Choose a tag to compare

Changes

  • Add cloudChoice functionality

v2.5.1

10 Jul 15:36
106d9eb
Compare
Choose a tag to compare

Changes

  • Added isPagination variable to QueryState, for reusing QueryId #175

v2.5.0

08 Dec 13:52
93a8083
Compare
Choose a tag to compare

Version 2.5.0

Changes

  • Added support for document verticals (#156)

Fixes

  • Upgraded @babel/traverse version to address a vulnerability in the package (#159)

v2.4.0

29 Jun 16:28
fd2ec08
Compare
Choose a tag to compare

Version 2.4.0

Features

Bump search-core version to 2.4.0 which introduces support for Markdown, RichText_v2 (Lexical), and HTML featured snippets

v2.3.0

09 May 18:29
dad9f41
Compare
Choose a tag to compare

Changes

Support the EU Cloud region

  • We introduced two new configuration options: cloudRegion and environment. The search endpoints are hosted in both the US and in Europe, and the cloudRegion config option determines which endpoints are used. The environment config option supports both Prod and Sandbox. The SandboxEndpoints object is now deprecated, and the environment config option should be used instead to specify the sandbox environment.
  • Update the Search Core version which introduces inputIntents to the AutocompleteResponse

v2.2.0

17 Jan 16:52
8d34a79
Compare
Choose a tag to compare

Features

  • adds setLocationRadius for setting the locationRadius param passed to vertical searches. (#145)

v2.1.0

15 Nov 14:03
436e287
Compare
Choose a tag to compare

Version 2.1.0

Changes

  • Base TS Config file was renamed. (#143)

Fixes

  • Dependency vulnerabilities were remediated. (#142)

v2.0.0

08 Sep 21:42
f0f6319
Compare
Choose a tag to compare

Version 2.0.0

Breaking Changes

  • Re-exported all modified and newly added direct answer related interfaces from search-core V2. (#131 #133 #136 )
  • Restructured static filters state to allow user to store more complex combination of static filters as well as field value filters. SelectableFilter interface is replaced with SelectableStaticFilter, which uses the new StaticFilter interface from search-core V2. The static filters state now accepts an array of SelectableStaticFilter. (#130 )
  • All exports marked as @deprecated in previous version(s) as part of a rebranding process is now removed in V2 (#132 )

v1.4.0

27 Jul 15:11
0b91808
Compare
Choose a tag to compare

Version 1.4.0

Changes

  • Upgraded to the latest version of search-core
  • matchedSubstrings from spellCheck is now accessible in state (#126)
    • An array of objects with properties offset and length that represent the matching substrings between the originalQuery and the correctedQuery

v1.3.0

14 Jul 16:23
1a4ecf4
Compare
Choose a tag to compare

Version 1.3.0

@yext/answers-headless is now @yext/search-headless! This means that much of the answers terminology is now deprecated and have been replaced by new search terms.

Changes

  • The following identifiers were renamed in (#116):
    • answersUtilitiessearchUtilities
    • provideAnswersHeadlessprovideHeadless
    • AnswersHeadlessSearchHeadless
  • Additionally, direct exports from what was previously @yext/answers-core have been replaced by their @yext/search-core counterparts:
    • AnswersConfigSearchConfig
    • AnswersConfigWithTokenSearchConfigWithToken
    • AnswersConfigWithApiKeySearchConfigWithApiKey
    • AnswersCoreSearchCore
    • AnswersErrorSearchError
    • AnswersRequestSearchRequest
    • BaseAnswersConfigBaseSearchConfig