Releases: auth0/react-native-auth0
Releases · auth0/react-native-auth0
v2.9.0
The breaking change affects the Android configuration. Previously it was required to add an intent filter in the definition of the Activity that receives the authentication result, and to use the singleTask
launchMode in that activity. Now both the intent filter and the launch mode must be removed and instead you need to add a couple of manifest placeholders. Check out the Android section for more details.
v2.8.3
v2.8.2
v2.8.1
Fixed
- Capture and surface error when browser app is not available [SDK-2224][#363](https://github.co
m//pull/363) (lbalmaceda)
v2.8.0
v2.7.0
v2.6.0
Added
Fixed
- Fix the www-authenticate header parsing logic #329 (lbalmaceda)
Security
- Bump lodash from 4.17.15 to 4.17.19 #320 (dependabot[bot])
v2.5.0
This release requires at minimum React Native SDK version 0.62.2. If you need to run it on a different version, check the Compatibility Matrix on the README for reference.
Added
- Warn when bundle identifier contains uppercase characters #316 (lbalmaceda)
Security
- Breaking: Require ReactNative version 0.62.2 #315 (lbalmaceda)