-
Notifications
You must be signed in to change notification settings - Fork 470
Releases: FormidableLabs/react-native-app-auth
Releases · FormidableLabs/react-native-app-auth
react-native-app-auth@8.4.0
@github-actions
github-actions
10f70f3
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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+.
Assets 2
react-native-app-auth@8.3.0
@github-actions
github-actions
24a2a4f
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
- Expose underlying native authorization errors on
error.nativeErrorfor debugging while keepingerror.messageuser-safe. (#886)
Patch Changes
Assets 2
react-native-app-auth@8.2.0
@github-actions
github-actions
265154e
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
- Added support for passing response_mode as an additional parameter in the config. (#1113)
Assets 2
react-native-app-auth@8.1.0
@github-actions
github-actions
8fc717b
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
- Add expo config plugin (#1097)
Assets 2
react-native-app-auth@8.0.3
@github-actions
github-actions
0f47f59
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
- Update AGP and Android target/compile SDK (#1024)
Assets 2
react-native-app-auth@8.0.2
@github-actions
github-actions
ad3018d
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
Contributors
valentinrey, nlkluth, and 4 other contributors
Assets 2
2 people reacted
react-native-app-auth@8.0.1
@github-actions
github-actions
3530c7d
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
- Update AppAuth-iOS to version 1.7.6 (#1039)
Assets 2
react-native-app-auth@8.0.0
@github-actions
github-actions
ea7ff69
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
Assets 2
1 person reacted
v7.2.0
@github-actions
github-actions
2b61fa3
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)
Assets 2
v7.1.3
@github-actions
github-actions
b42e66a
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
- Moves '@changesets/cli' from dependencies to devDependencies, so that it isn't downloaded for react-native-app-auth package users (#945)