Releases: zendesk/sunshine-conversations-web
Releases · zendesk/sunshine-conversations-web
v5.5.3
What's New
- Added missing custom text for when a form field is required:
formErrorEntryRequired
v5.5.2
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
Fixes
- Fix a websocket disconnection behaviour that could cause the connection to be successfully established but not subscribed for new messages
v5.5.0
What's New
- The web messenger now uses
<iframe srcdoc>
to render overdoc.write()
but still falls back todoc.write()
whensrcdoc
isn't supported.
Fixes
- Content Security Policy (CSP) compatibility, using
srcdoc
and passingnonce
v5.4.8
Fixes
- Modified websocket client to fall back to long-polling when frequent disconnections are detected.
v5.4.7
Fixes
- Fixed a bug that caused
loadConversation
to only show the latest message in some cases.
v5.4.6
Fixes
- Fixed a bug that caused conversations to not load for authenticated users
v5.4.5
Changes
- Changed documentation for Content Security Policy to allow traffic to this URL pattern:
https://*.zendesk.com
.
v5.4.4
Fixes
- Fixed a bug that caused messages to sometimes not be properly fetched on mobile devices after a disconnection
- Fixed an unhandled error when notification sounds are disabled
v5.4.3
Fix
- Fixed a dependency bug