Releases: redsift/sift-sdk-web
Releases · redsift/sift-sdk-web
sift-sdk-web: React Hooks support
Major Release
Features
- Support for building sifts end-to-end with React hooks, with a simple implementation. See #7 for full details.
Other
- Only publish build files, rather than every file in the repository.
- Replaced
@redsift/rollup-bundler
with the latest version ofrollup
- Added
prettier
+eslint
pre-commit configuration - Deleted some unrequired files
Plugin support
This release adds Sift plugin support. A Sift plugin is a piece of (re-usable) functionality which receives configuration data from the Cloud runtime and can send events to the runtime. On runtime side thiese events are handled by the plugin's Cloud counterpart.
An initial example is the track-ui-activity
plugin, which sends e.g. scroll, mouse, key activity events to the runtime from within the IFrame the Sift is running in.
v0.14.0
- Switch to ESM pipeline
v0.13.0
- added
removeOAuthIdentity()
event on SiftView
ESM version
Published sift-sdk-web
with ESM bundling.
v0.11.0
Adds Sift-to-Cloud event signup
v0.10.0
Adds Sift-to-Cloud events login, logout and navigate.