release-2023-06-16: UX improvements, drop support for v6 storage layout
github-actions
released this
16 Jun 08:38
·
922 commits
to main
since this release
This is Internet Identity release release-2023-06-16 for commit c3af3499ee3dd114ba055c32cfce3c3737b6b990.
This release introduces various UX improvements and is removing the support for v6 storage layout.
The sha256 of production asset internet_identity_production.wasm.gz is 3b0b4405868219f47b923e4022212d1b1d17ecb8b5074a6d715d5c1abdcab320.
What's Changed
- Fix card label z-index by @nmattia in #1673
- Autofocus first word on phrase recovery by @nmattia in #1674
- Remove c-card__content by @nmattia in #1675
- Don't use index as 404 for showcase by @nmattia in #1676
- Clean up card warning CSS by @nmattia in #1677
- Wrap dapp descriptions in KnownDapp by @nmattia in #1678
- Remove unnecessary nullish check by @nmattia in #1681
- Add stepper for phrase creation by @nmattia in #1683
- Update copy on identity & phrase creation by @nmattia in #1682
- Update commit of IC artefacts by @gix-bot in #1680
- Drop WeakRef handling of Chan listeners by @nmattia in #1686
- Remove chooseRecoveryMechanism by @nmattia in #1687
- Push back RC deploy by @nmattia in #1688
- Show recovery phrase info on management by @nmattia in #1691
- Extract identity number from word list by @nmattia in #1690
- Remove support for storage v6. by @przydatek in #1684
- Make recovery info page less scary by @nmattia in #1692
- Focus identity field on recovery by @nmattia in #1693
- Differentiate phrase info vs phrase reminder by @nmattia in #1694
- Add warning label on few authenticators by @nmattia in #1695
- Disable autocapitalization on phrase input by @nmattia in #1697
- Fix s/deconstruct/destructure/s terminology by @nmattia in #1696
- Send Slack notification on RC deploy fail by @nmattia in #1698
- Disable spellcheck when not necessary by @nmattia in #1699
Full Changelog: release-2023-06-06...release-2023-06-16
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 c3af3499ee3dd114ba055c32cfce3c3737b6b990
./scripts/docker-build
sha256sum internet_identity.wasm.gz
./scripts/docker-build --archive
sha256sum archive.wasm.gz