Skip to content

Releases: Yoctol/react-messenger-customer-chat

0.8.0 / 2020-06-28

28 Jun 15:47
Compare
Choose a tag to compare
  • [fix] Hide messenger chat on component unmount.

0.7.2 / 2018-10-26

26 Oct 04:25
9b59fa6
Compare
Choose a tag to compare
  • [fix] Ensure the className is a string.

0.7.1 / 2018-10-05

05 Oct 00:46
Compare
Choose a tag to compare
  • [fix] fix undefined className.

0.7.0 / 2018-09-16

16 Sep 06:51
Compare
Choose a tag to compare
  • [new] use Customer Chat SDK internally.

0.6.2 / 2018-05-23

23 May 05:16
Compare
Choose a tag to compare
  • [fix] Fix access parentNode from undefined

0.6.1 / 2018-05-15

15 May 09:53
Compare
Choose a tag to compare
  • [fix] fix removing fbsdk error

0.6.0 / 2018-03-26

26 Mar 09:25
Compare
Choose a tag to compare
  • [new] reload fbsdk when componentDidMount and props change #18

0.5.0 / 2018-03-23

23 Mar 10:52
Compare
Choose a tag to compare
  • [new] Support more customizing options, greetingDialogDisplay and greetingDialogDelay:
<MessengerCustomerChat
  pageId="<PAGE_ID>"
  appId="<APP_ID>"
  htmlRef="<REF_STRING>"
  greetingDialogDisplay="show"
  greetingDialogDelay={3}
/>

Thanks @xxhomey19 !

0.4.1 / 2018-03-14

14 Mar 09:14
Compare
Choose a tag to compare
  • [fix] Fix passing false value to minimized.

0.4.0 / 2018-02-05

05 Feb 08:23
Compare
Choose a tag to compare
  • [new] Support more customizing options:
<MessengerCustomerChat
  pageId="<PAGE_ID>"
  appId="<APP_ID>"
  htmlRef="<REF_STRING>"
  themeColor="<HEX_COLOR_CODE>"
  loggedInGreeting="<GREETING_MESSAGE_FOR_LOGGED_IN_USERS>"
  loggedOutGreeting="<GREETING_MESSAGE_FOR_LOGGED_OUT_USERS>"
/>