- BREAKING: Change to module.
- BREAKING: Update dependencies.
credential-handler-polyfill@4
web-request-rpc@3
- Use
[email protected]
and[email protected]
to avoid chrome mouse event bug.
- Use
[email protected]
and[email protected]
to avoid chrome focus bug.
- BREAKING: Remove
url
parameter frominstallHandler
API; this now comes fromcredential_handler
inmanifest.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.json
w/credential_handler
.
- Update dependencies.
- Add Webpack config.
- Add default mediator origin to
activateHandler()
.
- Include
credentialRequestOrigin
in 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.