Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 888 Bytes

CHANGELOG.md

File metadata and controls

20 lines (12 loc) · 888 Bytes

Changelog

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.

Added

Changed

  • BREAKING: Moved userflow.js from a dependency that's re-exported to being a peer dependency. To update, please npm install userflow.js in your own project, and import 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.