release-2023-01-31: Square design and intuitive copy
github-actions
released this
31 Jan 18:19
·
1396 commits
to main
since this release
This is Internet Identity release release-2023-01-31 for commit b0975990b1bf3ba4b3daadbddf60139ada4377c6. Among many other things, this includes a new design, better copy, a new (external) FAQ page, and infrastructure changes.
The sha256 of production asset internet_identity_production.wasm is 743a3c12365a89f3cc8b87e1b6cc5d11492d1fba9fca1336061474a95a646cc8.
What's Changed
- Remove archive compat shim by @frederikrothenberger in #1151
- Deploy showcase to GitHub Pages by @nmattia in #1153
- Disable showcase workflow on non-main by @nmattia in #1154
- Slight Design Refresh by @meodai in #1152
- Bump chromedriver version for the dev build demo by @frederikrothenberger in #1157
- Remove support for storage version v5 by @frederikrothenberger in #1155
- Shortens / Changes lots of the texts by @meodai in #1156
- Update copy by @nmattia in #1160
- Bump bumpalo from 3.11.0 to 3.12.0 in /demos/test-app by @dependabot in #1161
- Make showVerificationCode more lit-idiomatic by @nmattia in #1158
- Clarify TentativeRegistrationInfo by @nmattia in #1162
- Remove
--argument '(null)'
from HACKING.md by @dskloetd in #1164 - Change the order of dependencies in HACKING.md by @dskloetd in #1163
- Style the anchor input in order to be more like the error messages by @meodai in #1165
- Bump ua-parser-js from 1.0.32 to 1.0.33 in /demos/using-dev-build by @dependabot in #1172
- Bump ua-parser-js from 1.0.2 to 1.0.33 by @dependabot in #1170
- Update copy and spacing by @meodai in #1167
- Rename 'Cargo fmt' workflow by @nmattia in #1168
- Redesign actionable list by @meodai in #1166
- Fix the loader to work with BASE_URL by @nmattia in #1173
- Update rust version by @gix-bot in #1174
- Prune old Chan listeners by @nmattia in #1175
- Use support FAQ page by @nmattia in #1176
- Remove unused js deps by @nmattia in #1177
- Remove unused js deps by @nmattia in #1178
- Update webpack by @nmattia in #1180
- Actually specify node version in setup-node by @nmattia in #1181
- Update jest by @nmattia in #1182
- Update rust dependencies by @frederikrothenberger in #1179
- Add section about how to add II to local project by @frederikrothenberger in #1183
- Update about text by @nmattia in #1187
- Reorder add device warning by @nmattia in #1188
- Fix scrolling on mobile by @nmattia in #1189
New Contributors
Full Changelog: release-2023-01-16...release-2023-01-31
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 b0975990b1bf3ba4b3daadbddf60139ada4377c6
./scripts/docker-build
sha256sum internet_identity.wasm
./scripts/docker-build --archive
sha256sum archive.wasm