Skip to content

Releases: zendesk/sunshine-conversations-web

version 0.2.26

24 Aug 17:54
Compare
Choose a tag to compare

Improvement

  • Make all header icons use font-awesome
  • Add placeholder content for bots to crawl

version 0.2.25

11 Aug 16:04
Compare
Choose a tag to compare

Improvement

  • Made the X a bit bigger

Bugs

  • Remove dependencies to Font-Awesome and Bootstrap to prevent dependencies clashing in projects that already use them. (#79, thanks @Predjo!)

version 0.2.24

10 Aug 14:41
Compare
Choose a tag to compare

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

05 Aug 16:39
Compare
Choose a tag to compare

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

03 Aug 19:37
Compare
Choose a tag to compare

Features

Email capture

  • 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 in SupportKit.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

29 Jul 21:54
Compare
Choose a tag to compare

Bugs

  • Fixed a regression on first message disappearing

version 0.2.20

29 Jul 16:13
Compare
Choose a tag to compare

Features

  • Support for gzip

Test run part 2 for gzip

version 0.2.19

29 Jul 15:55
Compare
Choose a tag to compare

Features

  • Support for gzip

version 0.2.18

28 Jul 18:21
Compare
Choose a tag to compare

Features

  • Support for multiline whispers

Bug fixes

  • Removed isDirty check on user save (#53, thanks @pranavguptarulz)

version 0.2.17

24 Jul 18:29
Compare
Choose a tag to compare

Bug fixes