- 5d0bfde: Include organizationId and userId in injected import and export bundles.
- 2f2d09a: Add applySettings.
- 976663e: Add
sandbox
attribute to iframe element
- 0281b88: Remove optional publicKey parameter from injectKeyExportBundle.
- 0e3584a: Add optional keyFormat and publicKey parameters to injectKeyExportBundle. Add extractKeyEncryptedBundle.
- 46a7d90: Add injectImportBundle and extractWalletEncryptedBundle to support wallet import.
- This breaking change uses an HTML element instead of an ID to reference the iframe's container.
- Upgrade to Node v18 (#184)
- c98c222: - Add support for auth (e.g. via email), and include recovery under it. Note that the preferred path is now to use
injectCredentialBundle
, as opposed toinjectRecoveryBundle
(deprecated).
- Use rollup to build ESM and CommonJS, fix ESM support (#174)
- Catch and bubble up errors in the underlying iframe by listening to
ERROR
events (#165)
- Support wallet and private key export
Initial release