- Remove unneeded
preconnect
link (#426)
- Update numerous dependencies
- No updates. Reinstates build files missing from previous release.
- Updates dependencies
- Removes unnecessary dependencies (#341)
- Updates
module
targets in.babelrc
to ensure all builds are transpiled to ES5 (#341)
Thanks to altaywtf for module targets bugfix and dependency cleanup; jucallej and drwlrsn for their work on adding HubSpot
as a provider; and IlirEdis for the addition of Front
as a provider.
- Updates dependencies.
- Adjusts
targets
value in.babelrc
to ensure build is transpiled to ES5 (#228).
Thanks to nzjames for reporting, debugging and offering up a solution to the dropped ES5 compatibility bug.
- Updates dependencies.
- Realign
react-live-chat-loader
placeholder styling with Intercom's new default styling (#215).
- Adds optional
containerClass
prop to provider components (#184). - Realigns
react-live-chat-loader
default styling with the current default styling of each provider’s chat beacon (#186). - Improves the example website (#177, #182, #183):
- converts to Typescript
- fixes the local environment
- removes invalid markup
- addresses Next CLI warnings
- Removes Storybook (#181).
- Updates dependencies.
- Fixes Typescript definitions (#182).
Thanks to @IngoVals, @Undistraction and @tien for raising issues, comments and pull requests that assisted with this release!
- Updates package restriction to support React ^18 (thanks to @cbschuld).
- No update. Release updated
package-lock.json
to version 2.
- Updates
aria role
on provider buttons to improve accessibility (thanks to @luisrudge).
- Updates
peerDependencies
to remove warning for React 17 (thanks to @38ri581oq480).
- Adds
aria
labels for accessibility attributes to provider buttons (thanks to @lauGutierrezz).
- Adds
beforeInit
andonReady
callbacks (thanks to @myleslinder).
- Fixes using
loadChat
to open a widget.
- Uses relative paths for library imports to ensure types can be found.
- Adds
Chatwoot
component (thanks to @motiko)
- Updates how we detect if a provider has loaded.
- Builds additional module version of the package (thanks to @jaska120).
- Bundles Type Definitions (thanks to @elmoeleven).
- Fixes default params for
useChat
hook (thanks to @elmoeleven).
- Converts library to Typescript (thanks to @elmoeleven).
- Adds
Userlike
component (thanks to @gazpachu).
- Updates dependencies.
- Updates appearance of messenger (thanks to @FateXRebirth).
- Adds
Drift
component (thanks to @mirshko).
- Fixes
Messenger
options missing (#25).
- Fixes
Messenger
loading error (#22). - Fixes
Messenger
not opening when clicked before load (#11 comment).
- Adds
Messenger
component (thanks to @FateXRebirth).
- Fixes SSR: ReferenceError: window is not defined in
useWindowHeight
hook.