Skip to content

Releases: TechWebAuthn/webauthn-components

v0.2.9

02 Jul 07:36
Compare
Choose a tag to compare

Fixed

  • [#4] Use DOMParser for component templates to ensure better compatibility across frameworks and libraries

v0.2.8

07 Oct 14:58
Compare
Choose a tag to compare

Changed

  • Update component documentation

v0.2.7

18 Sep 11:17
Compare
Choose a tag to compare

Fixed

  • Import parse.js at top to prevent interruption of user activated event on iOS (#1)

v0.2.6

07 Sep 08:06
Compare
Choose a tag to compare

Changed

  • Repository and package name have changed from web-authn-components to webauthn-components in order maintain naming consistency within the ecosystem

v0.2.5

05 Sep 10:02
Compare
Choose a tag to compare

Changed

  • Emit error on unsupported platforms
  • Added rollup bundler
  • Use window.customElements instead of just customElements

Fixed

  • Prevent zombie credentials on unsupported platforms
  • Wrap all critical code in try...catch blocks

v0.2.3

02 Sep 20:19
Compare
Choose a tag to compare

Changed

  • Remove live example for webcomponents.org (not usable on domain)
  • Update terser devDependency to v5.7.2

Fixed

  • Fix typo for event names: 'canceled' -> 'cancelled'
  • Handle difference between user cancellation and form clear after success on the web-authn-rtc-enrollment-requester component

v0.2.2

01 Sep 13:21
Compare
Choose a tag to compare

Changed

  • Use file extensions for dynamic imports (i.e. import("./utils/parse.js"))

Fixed

  • Fix web-authn-login FormData input name to use the inputName field.
  • Fix web-authn-registration FormData input name to use the inputName field.
  • Fix web-authn-recovery FormData input name to use the inputName field.
  • Fix web-authn-enrollment-requester FormData input name to use the inputName field.

v0.2.1

01 Sep 08:42
Compare
Choose a tag to compare

Update README for webcomponents.org