Skip to content

Chat Widget v1.7.3

Latest
Compare
Choose a tag to compare
@xTEddie xTEddie released this 20 Nov 21:15
· 22 commits to main since this release

[1.7.3] - 2024-11-20

Added

  • Change LCW Designer default custom chat. Disable survey from LCW Designer mock.
  • Fix to set the state of audio notification button through configuration props
  • Fix to format the output when user do CTRL + COPY in transcript.html
  • Add New adapter subscriber to ignore adaptive card message from rendering if it contains all invisible fields
  • Add mock props to allow chat widget to run in mock mode with DemoChatAdapter
  • Expose IBotAuthConfig to support configuration of fetchBotAuthConfigRetries and fetchBotAuthConfigRetryInterval

Fixed

  • Patch for multitab scenarios with perf changes
  • Improve load performance for startchat logic
  • Added attachment in message received event payload
  • Removed PreChat Survey rendering on loading Persistent Chat on an existing chat
  • Moved AuthTokenAcquisition to allow auth http calls to Omnichannel service before StartChat
  • Added AuthTokenAcquisition to happen during StartChat by default to support pop-out chat
  • When "offline" session recovers, detect if the session is active, otherwise hide send-box.
  • Use of reconnectionId when calling reconnect API instead of orgId.

Changed