github-actions
released this
22 Aug 14:15
·
1 commit
to main
since this release
Now supports bridgeless mode. Shoutout to @shirakaba for the contribution.
Major Changes
- Breaking change (iOS, Mac Catalyst): The boolean values
useNonce
,usePCKE
, andprefersEphemeralSession
are now handled correctly. Previously, they were all being interpreted asfalse
regardless of their actual values, but now the intended (true
orfalse
) value is correctly marshalled from JavaScript to native. To preserve behaviour from before this breaking change, explicitly set them all tofalse
. (#1000)