Releases: dixahq/elevio-client-packages
Releases · dixahq/elevio-client-packages
1.3.4
Next JS Support
Updated ReadMe to include Next.js support. Updated SSR conditional to confirm window is defined.
v1.3.1
Update the on
/ event function types so they more closely match the actual types
v1.3.0
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
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
- Remove lib directory from git
- Remove esm directory from git
- added new on event 'helper:clicked'
Add ESM build files
This package now contains both ESM and common.js build files
Added license
Updated the Readme and package.json to add the MIT license.
Typescript definition fixes
Add MIT license.
Various README fixes, mostly links to API docs.
Update README to help with Angular deployment.
Fix React depreciation warnings.