- Updated package restriction to support react ^18 (@cbschuld)
- Update aria role on provider buttons to improve accessibility (@luisrudge)
- Update
peerDependencies
to remove warning for React 17 (thanks @38ri581oq480) - Add aria labels for accessibility attributes to provider buttons (thanks @lauGutierrezz)
- Add
beforeInit
andonReady
callbacks (thanks @myleslinder)
- Bug fix for using
loadChat
to open a widget
- Use relative paths for library imports to ensure types can be found
- Add
Chatwoot
component (thanks @motiko) - Update how we detect if a provider has loaded
- Build additional module version of the package (thanks @jaska120)
- Fix default params for
useChat
hook (thanks @elmoeleven) - Bundle Type Definitions (thanks @elmoeleven)
- Convert library to Typescript (thanks @elmoeleven)
- Add
Userlike
component (thanks @gazpachu)
- Update dependencies
- Update appearance of messenger (thanks @FateXRebirth)
- Add
Drift
component (thanks @mirshko)
- Fix
Messenger
options missing #25
- Fix
Messenger
loading error #22 - Fix
Messenger
not opening when clicked before load #11 comment
- Add
Messenger
component (thanks @FateXRebirth) - Fix SSR: ReferenceError: window is not defined in
useWindowHeight
hook