Skip to content

Commit e2ac7f9

Browse files
authored
Merge pull request #12 from talkjs/docs/changelog-update-v0.1.8
Update changelog for v0.1.8, streamline wording
2 parents b3316ed + 7d70936 commit e2ac7f9

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,33 @@
1+
## v0.1.8
2+
3+
- Added `token` and `tokenFetcher` props to [Session](https://talkjs.com/docs/Reference/React_Native_SDK/Components/Session/). For more details on how to use JSON Web Token (JWT)-based authentication, see the [authentication documentation](https://talkjs.com/docs/Features/Security_Settings/Authentication/).
4+
- Deprecated the `signature` prop on the [Session](https://talkjs.com/docs/Reference/React_Native_SDK/Components/Session/) component. Signature-based authentication continues to be supported indefinitely, but JWT-based authentication is recommended for new projects.
5+
16
## v0.1.7
27

3-
- Add `show` prop to `Popup`, that allows you to specify whether the popup should be shown or hidden.
8+
- Added `show` prop to `Popup`, that allows you to specify whether the popup should be shown or hidden.
49

510
## v0.1.6
611

7-
- Add `asGuest?: boolean` prop to `Chatbox`, `Inbox` and `Popup`
12+
- Added `asGuest?: boolean` prop to `Chatbox`, `Inbox` and `Popup`.
813

914
## v0.1.5
1015

11-
- Output ES2015
16+
- Output ES2015.
1217

1318
## v0.1.4
1419

15-
- Added `useUnreads` hook
20+
- Added `useUnreads` hook.
1621

1722

1823
## v0.1.3
1924

20-
- Add `signature?: string` prop to `Session`
25+
- Added `signature?: string` prop to `Session`.
2126

2227
## v0.1.2
2328

24-
- ~~Add `signature?: string` prop to `Session`~~
29+
- ~~Add `signature?: string` prop to `Session`.~~
2530

2631
## v0.1.1
2732

28-
- Remove "experimental" label from README
33+
- Removed "experimental" label from README.

0 commit comments

Comments
 (0)