Skip to content

Releases: dixahq/elevio-client-packages

1.3.4

09 May 03:53
Compare
Choose a tag to compare

Support for React 18

Next JS Support

01 Mar 04:35
Compare
Choose a tag to compare

Updated ReadMe to include Next.js support. Updated SSR conditional to confirm window is defined.

v1.3.1

07 Jan 02:44
Compare
Choose a tag to compare

Update the on / event function types so they more closely match the actual types

v1.3.0

07 Jan 00:36
Compare
Choose a tag to compare

This release contains a fix up to the export map.

It allows you to import things from elevio/esm/* to better support new bundlers

All missing events

23 Dec 02:53
Compare
Choose a tag to compare

This release adds all missing "on" events both to the base client and the React component.
Also fixed some of the duplication of the types

"helper:clicked" event

30 Sep 01:17
Compare
Choose a tag to compare
  • Remove lib directory from git
  • Remove esm directory from git
  • added new on event 'helper:clicked'

Add ESM build files

02 Jul 06:19
Compare
Choose a tag to compare

This package now contains both ESM and common.js build files

Added license

14 Jan 05:06
Compare
Choose a tag to compare

Updated the Readme and package.json to add the MIT license.

Typescript definition fixes

05 Nov 00:01
Compare
Choose a tag to compare

Add MIT license.
Various README fixes, mostly links to API docs.
Update README to help with Angular deployment.
Fix React depreciation warnings.