Skip to content

Commit 226fe86

Browse files
committed
0.4.0 changelog
1 parent eb14584 commit 226fe86

File tree

1 file changed

+24
-10
lines changed

1 file changed

+24
-10
lines changed

CHANGELOG.md

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
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

0 commit comments

Comments
 (0)