release-2023-05-12: Onboarding improvements
github-actions
released this
12 May 15:54
·
1051 commits
to main
since this release
This is Internet Identity release release-2023-05-12 for commit c1c1074482f5d6102c2b955f3c008518fcfcf265. This includes improvements for the onboarding flow, as well as some frontend infrastructure changes.
The sha256 of production asset internet_identity_production.wasm.gz is 7fda6daa32d716bfa7c6d1a3ee2c815d2a13232db2e62a317e9b1e3eea4317b9.
What's Changed
- Add storage migration to MemoryManager (v6 to v7) by @przydatek in #1566
- Fix empty recovery clipboard on Firefox by @peterpeterparker in #1575
- Minify html by @peterpeterparker in #1576
- Use ports 5173 and 5174 instead of 8080 by @peterpeterparker in #1577
- Add a flag to control storage migration v6 to v7. by @przydatek in #1578
- Bump chromedriver 113 by @peterpeterparker in #1580
- Fix dropdown z-index style by @peterpeterparker in #1574
- Scroll to reset protected recovery phrase to fix flaky test by @peterpeterparker in #1584
- Replace jest with vitest by @peterpeterparker in #1579
- Update comment for dropdown trigger in e2e test by @peterpeterparker in #1583
- Import dapps list in main bundle by @nmattia in #1585
- Typecheck frontend on CI by @nmattia in #1587
- Refactor settings dropdown review inputs by @peterpeterparker in #1582
- Don't show single device warning by @nmattia in #1588
- Update progress message copy by @nmattia in #1589
- Scroll to top of onboarding steps by @nmattia in #1591
- Center CAPTCHA on page resize by @nmattia in #1592
- Show custom landing page for known dapps by @nmattia in #1590
- Don't show dialog on device rename by @nmattia in #1594
Full Changelog: release-2023-05-09...release-2023-05-12
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 c1c1074482f5d6102c2b955f3c008518fcfcf265
./scripts/docker-build
sha256sum internet_identity.wasm.gz
./scripts/docker-build --archive
sha256sum archive.wasm.gz