Releases: FormidableLabs/react-native-app-auth
Releases · FormidableLabs/react-native-app-auth
Release list
react-native-app-auth@8.4.1
Patch Changes
- Fix Expo config plugin support for Swift AppDelegate templates that omit
publicbefore the AppDelegate class declaration, and correctly extract URL schemes from AppAuth redirect URLs that use a single slash. (#1123)
react-native-app-auth@8.4.0
Minor Changes
-
Add
androidPrefersEphemeralSessionto request ephemeral Custom Tabs on Android when supported. (#1100)This also updates AndroidX Browser to 1.9.0, so Android projects now need min SDK 21+, compile SDK 36+, and Android Gradle Plugin 8.9.1+.
react-native-app-auth@8.3.0
Minor Changes
- Expose underlying native authorization errors on
error.nativeErrorfor debugging while keepingerror.messageuser-safe. (#886)
Patch Changes
react-native-app-auth@8.2.0
Minor Changes
- Added support for passing response_mode as an additional parameter in the config. (#1113)
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, andprefersEphemeralSessionare now handled correctly. Previously, they were all being interpreted asfalseregardless of their actual values, but now the intended (trueorfalse) value is correctly marshalled from JavaScript to native. To preserve behaviour from before this breaking change, explicitly set them all tofalse. (#1000)
Patch Changes
v7.2.0
Minor Changes
- Updated the minimum version of AppAuth-iOS to 1.7.3 to meet the package's requirement, which includes the necessary privacy manifest. (#971)