- BREAKING: Change to module.
- BREAKING: Update dependencies.
credential-handler-polyfill@4web-request-rpc@3
- Use
web-request-rpc@2.0.2andcredential-handler-polyfill@3.0.2to avoid chrome mouse event bug.
- Use
web-request-rpc@2.0.1andcredential-handler-polyfill@3.0.1to avoid chrome focus bug.
- BREAKING: Remove
urlparameter frominstallHandlerAPI; this now comes fromcredential_handlerinmanifest.json. - BREAKING: Remove registration APIs; these are no longer needed
as handler registration has been simplified to having the user accept
permission and having a valid
manifest.jsonw/credential_handler.
- Update dependencies.
- Add Webpack config.
- Add default mediator origin to
activateHandler().
- Include
credentialRequestOriginin proxied event.
- Default timeout to 10 minutes for loading UI page as no timeout is no longer supported.
- Default to no timeout for loading UI page to handle credential get/store to allow for authentication flows, etc.
-
Add core files.
-
See git history for changes previous to this release.