Skip to content

Releases: privacybydesign/irma_keyshare_webclient

v3.1.3

19 Apr 09:43
3c9b260
Compare
Choose a tag to compare

Fixed

  • JSON parsing error is shown when deleting account

Security

  • chore(deps): bump webpack-dev-middleware from 5.3.3 to 5.3.4 by @dependabot in #53
  • chore(deps): bump express from 4.18.2 to 4.19.2 by @dependabot in #54

v3.1.2

20 Mar 09:11
3d7f71e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v3.1.2

v3.1.1

12 Sep 14:07
f5211f8
Compare
Choose a tag to compare

What's Changed

  • Fix: delete e-mail address results in an error by @bobhageman in #43

Full Changelog: v3.1.0...v3.1.1

v3.1.0

14 Aug 13:25
v3.1.0
e306e76
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.1.0

v3.0.0

29 Mar 14:15
d2b4fb0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.3...v3.0.0

v2.0.3

06 Mar 15:19
59b464a
Compare
Choose a tag to compare

What's Changed

  • Upgraded dependencies by @ivard in #27
  • chore(deps): bump loader-utils from 2.0.3 to 2.0.4 by @dependabot in #29
  • Removal of annoying comma in the error_message UI by @bobhageman in #28
  • chore(deps): bump json5 from 1.0.1 to 1.0.2 by @dependabot in #30
  • Fix: intent browser fallback does not work on Firefox for Android by @ivard in #31
  • Improved user experience when e-mail token is expired by @bobhageman in #32
  • Docs: add running instructions on how to circumvent CORS issues by @ivard in #33

Full Changelog: v2.0.2...v2.0.3

v2.0.2

04 Oct 12:01
3202ab4
Compare
Choose a tag to compare

What's Changed

  • Fix: typo in translation key continue-to-myirma by @ivard in #24
  • Fix: userdata is not fetched when logging in via registration email by @ivard in #25
  • Improvement: add back button in EmailSent component by @ivard in #26

Full Changelog: v2.0.1...v2.0.2

v2.0.1

24 Aug 08:25
472ddcb
Compare
Choose a tag to compare

What's Changed

  • Fix: don't strip location hash in url to prevent hashchange events by @ivard in #23

Full Changelog: v2.0.0...v2.0.1

v2.0.0

22 Aug 10:02
Compare
Choose a tag to compare

Initial release of the new React implementation of the webclient. This webclient is designed to work with the irma keyshare myirmaserver backend. Breaking changes have been made in the backend API, so this implementation is not backwards compatible with the Java keyshare server.

v1.0.0

21 Oct 13:10
09cf96b
Compare
Choose a tag to compare
Merge pull request #9 from privacybydesign/firefox-fix

Fix: remove invalid fallback URL to solve issues on Firefox for Android