Skip to content

5.2.0 - Chat with your users 💬

Latest

Choose a tag to compare

@martinlasek martinlasek released this 06 Sep 23:14

Your users can now message you directly from inside your app, and you reply from your wishkit.io dashboard. Give frustrated users a private channel before they write a 1-star review.

What's new

  • The feedback board now shows a floating chat button by default. Update the package and chat just works, no new code needed.
  • WishKit.ChatView() lets you place the chat anywhere in your app with one line.
  • WishKit.config.showChatButtonInFeedbackView = false hides the built-in button if you prefer your own entry point.
  • WishKit.chatStatus() returns whether the user has unread replies, so you can badge your own chat button.
  • New localized strings in all 17 languages, overridable via WishKit.config.localization like everything else.

Notes

chat