Skip to content

Releases: yext/chat-headless

@yext/[email protected]

05 Jun 20:28
f6c7220
Compare
Choose a tag to compare

What's Changed

  • headless-react: update Provider to use saveTolocalStorage prop by @yen-tt in #50

Full Changelog: https://github.com/yext/chat-headless/compare/@yext/[email protected]...@yext/[email protected]

@yext/[email protected]

06 May 18:30
1a65699
Compare
Choose a tag to compare

What's Changed

  • ChatHeadless: incorporate ApiError from chat-core by @yen-tt in #46

@yext/[email protected]

07 May 14:35
Compare
Choose a tag to compare

What's Changed

  • Headless-React: incorporate ApiError from chat-core by @yen-tt in #47

Full Changelog: https://github.com/yext/chat-headless/compare/@yext/[email protected]...@yext/[email protected]

@yext/[email protected]

12 Jul 14:16
6a6d147
Compare
Choose a tag to compare
Pre-release

What's Changed

  • use updated core with better handling by @yen-tt in #15
  • use updated headless with better handling by @yen-tt in #16
  • expose addMessage action by @yen-tt in #17
  • Analytics support by @yen-tt in #18
  • ChatHeadless: Env, Region, Endpoints, and Analytics Config by @yen-tt in #19
  • support baseEventPayload field in analyticsConfig (for internalUser) by @yen-tt in #20
  • extract headless and core version for clientSdk by @yen-tt in #21
  • pass chat-headless-react version to clientSdk field by @yen-tt in #22
  • expose internal function addClientSdk for component lib by @yen-tt in #23
  • get chat session storage working inside useEffect by @nbramblett in #25

Full Changelog: https://github.com/yext/chat-headless/compare/@yext/[email protected]...@yext/[email protected]

@yext/[email protected]

12 Jul 14:30
Compare
Choose a tag to compare
Pre-release

get chat session storage working inside useEffect by @nbramblett in #25

@yext/[email protected]

25 May 21:37
f1b0ad0
Compare
Choose a tag to compare
Pre-release

Add canSendMessage state & update ChatHeadless constructor to use HeadlessConfig (#13)

@yext/[email protected]

25 May 21:40
1071bb4
Compare
Choose a tag to compare
Pre-release

What's Changed

  • use HeadlessConfig in Provider component (in #14)

@yext/[email protected]

24 May 20:09
342c361
Compare
Choose a tag to compare
Pre-release
  • Adds support for saving conversation state into sessionStorage, which is enabled by default, but can be toggled off via the saveToSessionStorage param in the ChatHeadless constructor. This enables conversation state to be persisted across page refreshes. (#11)
  • Adds support for Chat Streaming behavior (#12)

Full Changelog: https://github.com/yext/chat-headless/compare/@yext/[email protected]...@yext/[email protected]

@yext/[email protected]

24 May 20:10
Compare
Choose a tag to compare
Pre-release
  • bump chat-headless dependency version for streaming support and persist state in sessionStorage

@yext/[email protected]

19 May 21:00
f4bd6f3
Compare
Choose a tag to compare
Pre-release

Add support for context field in state and pass into Chat API request when invoke getNextMessage