Releases: yext/chat-headless
Releases · yext/chat-headless
@yext/[email protected]
What's Changed
Full Changelog: https://github.com/yext/chat-headless/compare/@yext/[email protected]...@yext/[email protected]
@yext/[email protected]
@yext/[email protected]
What's Changed
Full Changelog: https://github.com/yext/chat-headless/compare/@yext/[email protected]...@yext/[email protected]
@yext/[email protected]
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]
get chat session storage working inside useEffect by @nbramblett in #25
@yext/[email protected]
Add canSendMessage
state & update ChatHeadless constructor to use HeadlessConfig
(#13)
@yext/[email protected]
What's Changed
- use
HeadlessConfig
in Provider component (in #14)
@yext/[email protected]
- 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]
- bump chat-headless dependency version for streaming support and persist state in sessionStorage
@yext/[email protected]
Add support for context
field in state and pass into Chat API request when invoke getNextMessage