release-2023-07-21: UI fixes and adjustments
github-actions
released this
21 Jul 10:34
·
880 commits
to main
since this release
This is Internet Identity release release-2023-07-21 for commit 8eb8bf548eef9bf4dd5b35a642d5484cffc76ff6.
This release introduces several UI improvements and corrections.
The sha256 of production asset internet_identity_production.wasm.gz is a24c7bbbbb0c3501ed553ea5409a1fa162e101432ca0987941edb7c02ffd4f49.
What's Changed
- Update didc release by @gix-bot in #1733
- Update commit of IC artefacts by @gix-bot in #1734
- Update didc release by @gix-bot in #1742
- Update commit of IC artefacts by @gix-bot in #1739
- Change layout of authenticateBox by @meodai in #1743
- Add a narrow variant for the stepper by @meodai in #1744
- Tweak spaces, buttons and link by @meodai in #1745
Full Changelog: release-2023-07-07...release-2023-07-21
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 8eb8bf548eef9bf4dd5b35a642d5484cffc76ff6
./scripts/docker-build
sha256sum internet_identity.wasm.gz
./scripts/docker-build --archive
sha256sum archive.wasm.gz