Releases: zendesk/sunshine-conversations-web
Releases · zendesk/sunshine-conversations-web
version 0.2.26
Improvement
- Make all header icons use font-awesome
- Add placeholder content for bots to crawl
version 0.2.25
version 0.2.24
Improvements
- Save button in email settings now closes settings view
a
tag around SupportKit logo now wraps around the text and the logo- Test coverage around sending a message was improved.
Bugs
- Faye now disconnects properly on a logout
- Send message logic was changed to fix the missing whisper after first user message
version 0.2.23
Bugs
- Fixed a race condition where faye didn't connect in time to get a whisper after the first user message.
version 0.2.22
Features
- Email capture support: you can now ask your users to provide their email address in case you miss them by passing
emailCaptureEnabled: true
in the options inSupportKit.init(options)
. Once enabled, they will be asked in a non-obtrusive way to provide their email address after sending their first message. If you provided that information at initialization, everything will work as before. You can retrieve that information using the!profile
command in Slack.
version 0.2.21
Bugs
- Fixed a regression on first message disappearing
version 0.2.20
Features
- Support for gzip
Test run part 2 for gzip
version 0.2.19
Features
- Support for gzip
version 0.2.18
Features
- Support for multiline whispers
Bug fixes
- Removed isDirty check on user save (#53, thanks @pranavguptarulz)
version 0.2.17
Bug fixes
- Fixed word wrap on FF and IE (thanks @johann-abraham for the report!)