Published on 2024-06-02. * fix(developer): handle unsupported `return` statement in `match` and `nomatch` in web compiler (#11547) * fix(ios): remove incorrect cast in log statement to prevent crash (#11570) * fix(ios): do not write to shared storage from system keyboard (#11622) * fix(web): fixes error on tab, enter when only a single input element is on the page (#11615) * fix(web): correctly handle cross-origin stylesheets when calculating keyboard size and key cap font size (#11616) * fix(web): pre-init keyboard activation awaits init before proceeding (#11617) * fix(web): add null guard for missing debug info when reporting to Sentry (#11619) * Minor fixes and performance improvements