Releases: FormidableLabs/react-native-app-auth
Releases · FormidableLabs/react-native-app-auth
[email protected]
Minor Changes
- Add expo config plugin (#1097)
[email protected]
Patch Changes
- Update AGP and Android target/compile SDK (#1024)
[email protected]
What's Changed
- Add Config Example for Microsoft Entra ID to Docs by @masiddee in #1044
- engines node version by @nlkluth in #1047
- Demo app: update ios AppAuth dependency by @djm158 in #1049
- docs: add app links to android doc by @Francesco-Voto in #1059
- fix(getCustomBrowser): explicitly set browser to nil if type not found by @valentinrey in #1064
- fix: add null check for endSessionPromise by @alfonsosn in #1058
New Contributors
- @nlkluth made their first contribution in #1047
- @djm158 made their first contribution in #1049
- @Francesco-Voto made their first contribution in #1059
- @valentinrey made their first contribution in #1064
- @alfonsosn made their first contribution in #1058
Full Changelog: https://github.com/FormidableLabs/react-native-app-auth/compare/[email protected]@8.0.2
[email protected]
Patch Changes
- Update AppAuth-iOS to version 1.7.6 (#1039)
[email protected]
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)