Skip to content

Releases: zendesk/sunshine-conversations-web

v5.6.0

01 May 17:04
Compare
Choose a tag to compare

Bug fixes

  • Fixing snyk vulnerabilities.

v5.5.9

01 Mar 16:04
Compare
Choose a tag to compare

Bug fixes

  • Fix a bug where using a beforeDisplay delegate would have an error when merging conversations.

v5.5.8

30 Nov 18:43
Compare
Choose a tag to compare

Improves the deployment process

v5.5.5

30 Jan 14:24
Compare
Choose a tag to compare

Fixes

  • Fix a bug where the blockChatInput option in forms blocked all the conversations

v5.5.4

18 Jan 17:07
Compare
Choose a tag to compare

What's New

  • Fixed an incorrect code example of onInvalidAuth usage

v5.5.3

09 Jan 20:05
Compare
Choose a tag to compare

What's New

  • Added missing custom text for when a form field is required: formErrorEntryRequired

v5.5.2

06 Dec 14:42
Compare
Choose a tag to compare

Fixes

  • Fix an issue where expired JWTs for authenticated users could cause the websocket connection to not receive new updates after a reconnection

v5.5.1

01 Dec 15:31
Compare
Choose a tag to compare

Fixes

  • Fix a websocket disconnection behaviour that could cause the connection to be successfully established but not subscribed for new messages

v5.5.0

30 Nov 14:39
Compare
Choose a tag to compare

What's New

  • The web messenger now uses <iframe srcdoc> to render over doc.write() but still falls back to doc.write() when srcdoc isn't supported.

Fixes

  • Content Security Policy (CSP) compatibility, using srcdoc and passing nonce

v5.4.8

18 Nov 18:17
Compare
Choose a tag to compare

Fixes

  • Modified websocket client to fall back to long-polling when frequent disconnections are detected.