Releases: FormidableLabs/react-native-app-auth
Releases · FormidableLabs/react-native-app-auth
v5.0.0-rc3 Fix iOS 13 compatibility
v5.0.0-rc2 - fix autolinking on iOS
- Add podspec to published files #374 - thanks @sibelius for raising it, and @jeffreyffs for the PR!
- Fix typo #366 - thanks @JacobJaffe
v5.0.0-rc1 - RN 0.60 Support
This is a Breaking Change - upgrade to React Native 0.60+ will be required.
- support Android X #328
- support autolinking on iOS #338
- upgrade AppAuth to 1.0.0 #338
- stop onActivityResult from proceeding when intent is null #352 - thanks @AlgirdasVZ 🙏
v4.4.0
v4.3.1
v4.3.0
v4.2.0
- Enable custom headers on Android #263 - thanks @nihaux
- Fix conditional import #270 - thanks @roiberlin
v4.1.1
v4.1.0
This was not intentional, we do intend to follow semver strictly.
- Support making nonce nullable #169 #231 - thanks @FelipeBuiles
- Expose scopes #233
- Add a
usePKCE
flag #232 - thanks @awmichel - Fix AppAuth import #245 - thanks @ahood12
- Explicitly add invariant to peer dependencies #246 - thanks @pettyalex
- Fix Android build for newer versions of RN #247 - thanks @rmkpatchaa
v4.0.0
This is a major version release, because we've updated the Android package scheme from com.reactlibrary
(which was the default, but can cause naming conflicts) to com.rnappauth
.
To migrate, in your MainApplication.java
, replace
import com.reactlibrary.RNAppAuthPackage;
with
import com.rnappauth.RNAppAuthPackage;