2025-04-25: UI fixes
This is Internet Identity release release-2025-04-25 for commit 6b92147efe1e2f69cfa8fb9b7c308a9668c4c0d1.
The sha256 of production asset internet_identity_production.wasm.gz is 0ca0cccdea79efb4a0f542dd8021fbb11fd7eb62fc690d3a27077deb388d74ae.
This release improves the color scheme and fixes minor UI bugs. On top of that, it also includes work in progress for a new functionality hidden behind a flag.
What's Changed
- Store and retrieve latest identity used by @lmuntaner in #3035
- Updating dark CSS to be more readable by @LXIF in #3038
- Page error handler by @sea-snake in #3040
- update colors and naming scheme by @LXIF in #3041
- Continue As stored identity in new authentication flow by @lmuntaner in #3036
- Update node version by @gix-bot in #3042
- Cleanup OIDC loader display and code organization by @LXIF in #3039
- Implement simple loader with optional label. by @sea-snake in #3044
- Implement warning if passkeys aren't supported. by @sea-snake in #3046
- Add OpenID credential limit by @LXIF in #3047
- Continue As supports Google by @lmuntaner in #3045
- Did an iteration over the design and language of the new screens. by @sea-snake in #3049
- Fix dialog on mobile, keyboard was overlapping the passkey name input. by @sea-snake in #3050
- Prevent an anchor from overwriting the credential id lookup of another. by @sea-snake in #3051
- Prevent an anchor from removing the credential id lookup of another by @sea-snake in #3053
Full Changelog: release-2025-04-16...release-2025-04-25
Build flavors
For more information please see the Build flavors section of the README.
Wasm Verification
To build the wasm modules yourself and verify their hashes, run the following commands from the root of the Internet Identity repository:
git pull # to ensure you have the latest changes.
git checkout 6b92147efe1e2f69cfa8fb9b7c308a9668c4c0d1
./scripts/verify-hash --ii-hash 0ca0cccdea79efb4a0f542dd8021fbb11fd7eb62fc690d3a27077deb388d74ae
Make sure to compare the hashes also with the proposal payload when verifying canister upgrade proposals.