File tree Expand file tree Collapse file tree 1 file changed +24
-10
lines changed
Expand file tree Collapse file tree 1 file changed +24
-10
lines changed Original file line number Diff line number Diff line change 1- 0.3.0 / 2017-12-06
2- ==================
3- - [ fix] Rename ` ref ` to ` htmlRef ` to fix prop key collision with React
4- - [ fix] Unknown prop issue before React v16
1+ # 0.4.0 / 2018-02-05
52
6- 0.2.1 / 2017-12-01
7- ==================
8- - [ new] Added ` debug ` prop to enter debug mode (load debug fbsdk)
3+ * [ new] Support more customizing options:
94
10- 0.2.0 / 2017-12-01
11- ==================
12- - [ fix] Removed unused state & props
5+ ``` jsx
6+ < MessengerCustomerChat
7+ pageId= " <PAGE_ID>"
8+ appId= " <APP_ID>"
9+ htmlRef= " <REF_STRING>"
10+ themeColor= " <HEX_COLOR_CODE>"
11+ loggedInGreeting= " <GREETING_MESSAGE_FOR_LOGGED_IN_USERS>"
12+ loggedOutGreeting= " <GREETING_MESSAGE_FOR_LOGGED_OUT_USERS>"
13+ / >
14+ ```
1315
16+ # 0.3.0 / 2017-12-06
17+
18+ * [ fix] Rename ` ref ` to ` htmlRef ` to fix prop key collision with React
19+ * [ fix] Unknown prop issue before React v16
20+
21+ # 0.2.1 / 2017-12-01
22+
23+ * [ new] Added ` debug ` prop to enter debug mode (load debug fbsdk)
24+
25+ # 0.2.0 / 2017-12-01
26+
27+ * [ fix] Removed unused state & props
You can’t perform that action at this time.
0 commit comments