- Fix IdentityCredential prototype.
- Add package.json file.
- Remove window focus channel abort feature.
- Always attempt channel abort on context closing; MS Edge
cannot read
context.handle.closedwhich should be true when called regardless.
- Catch errors if backdrop CSS is unsupported.
- Fix for legacy
registerAPI.
- Add
requestPermissionto API. - Use
respondWithfor polyfill events; expose IdentityCredentialRegistration.
- Fix dialog polyfilling, opening, and canceling bugs.
- Use iframe by default and simplify dialog.
- Add
enableRegistrationflag. - Allow error text to be passed through channel.
-
BREAKING: Add experimental support for IE11. This change requires dropping backwards compatibility support that was in version 0.8.x. IE11 is supported via use of an iframe, as IE11 does not support using postMessage with cross-domain windows.
-
See git history for changes.