All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
3.1.3 - 2024-04-18
- JSON parsing error is shown when deleting account
- 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
3.1.2 - 2024-03-20
- chore(deps): bump @babel/traverse from 7.22.8 to 7.23.2 by @dependabot in #46
- chore(deps-dev): bump postcss from 8.4.19 to 8.4.31 by @dependabot in #45
- chore(deps): bump follow-redirects from 1.15.2 to 1.15.6 by @dependabot in #51
- Added Dockerfile
3.1.1 - 2023-09-12
- Deleting an e-mail address results in an error
3.1.0 - 2023-08-10
- E-mail address 'being revalidated' indicator icon with tooltip
- E-mail address 'being deleted' indicator icon with tooltip
- Custom warnings when and invalid e-mail address is marked for revalidation while deleting e-mail address or account
Note: This version recommends myirmaserver v0.13.0 or above to be used as backend.
3.0.0 - 2023-03-23
- New Yivi look & feel
- Changelog
2.0.3 - 2023-03-06
- 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
2.0.2 - 2022-10-04
- 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
2.0.1 - 2022-08-24
- Fix: don't strip location hash in url to prevent hashchange events by @ivard in #23
2.0.0 - 2022-08-22
- 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.
1.0.0 - 2021-10-21
- Merge pull request #9 from privacybydesign/firefox-fix
- Fix: remove invalid fallback URL to solve issues on Firefox for Android