Releases: FormidableLabs/react-native-app-auth
Releases · FormidableLabs/react-native-app-auth
react-native-app-auth@8.1.0
Minor Changes
- Add expo config plugin (#1097)
react-native-app-auth@8.0.3
Patch Changes
- Update AGP and Android target/compile SDK (#1024)
react-native-app-auth@8.0.2
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/react-native-app-auth@8.0.1...react-native-app-auth@8.0.2
react-native-app-auth@8.0.1
Patch Changes
- Update AppAuth-iOS to version 1.7.6 (#1039)
react-native-app-auth@8.0.0
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)