- Externalize
react/jsx-runtime
dependency (thanks to @KlotzJesse) - Removed
react-dom
peer dependency
- Allow
null
as a value for theconversationId
prop
- Added
"use client"
banner to build outputs
- Added
token
andtokenFetcher
props to Session. For more details on how to use JSON Web Token (JWT)-based authentication, see the authentication documentation. - Deprecated the
signature
prop on the Session component. Signature-based authentication continues to be supported indefinitely, but JWT-based authentication is recommended for new projects.
- Added
show
prop toPopup
, that allows you to specify whether the popup should be shown or hidden.
- Added
asGuest?: boolean
prop toChatbox
,Inbox
andPopup
.
- Output ES2015.
- Added
useUnreads
hook.
- Added
signature?: string
prop toSession
.
Addsignature?: string
prop toSession
.
- Removed "experimental" label from README.