Skip to content

Releases: redsift/sift-sdk-web

sift-sdk-web: React Hooks support

26 May 06:56
Compare
Choose a tag to compare

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 of rollup
  • Added prettier + eslint pre-commit configuration
  • Deleted some unrequired files

Plugin support

29 Oct 17:33
Compare
Choose a tag to compare

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

03 Oct 14:37
Compare
Choose a tag to compare
  • Switch to ESM pipeline

v0.13.0

19 Jul 14:37
Compare
Choose a tag to compare
  • added removeOAuthIdentity() event on SiftView

ESM version

25 Jun 12:29
Compare
Choose a tag to compare

Published sift-sdk-web with ESM bundling.

v0.11.0

27 Mar 08:56
Compare
Choose a tag to compare

Adds Sift-to-Cloud event signup

v0.10.0

25 Mar 20:09
Compare
Choose a tag to compare

Adds Sift-to-Cloud events login, logout and navigate.