All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- BREAKING: Moved
userflow.js
from a dependency that's re-exported to being a peer dependency. To update, pleasenpm install userflow.js
in your own project, andimport userflow from 'userflow.js'
. - BREAKING: The requirements for Content-Security-Policy has changed. Please consult [our CSP guide[https://userflow.com/docs/dev/csp].
- Moved source code to TypeScript + use Rollup to produce ESM and UMD builds.