Skip to content

Releases: FormidableLabs/react-native-app-auth

v5.0.0-rc2 - fix autolinking on iOS

04 Sep 13:39
Compare
Choose a tag to compare
Pre-release

v5.0.0-rc1 - RN 0.60 Support

15 Jul 17:11
Compare
Choose a tag to compare
Pre-release

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

30 May 15:43
Compare
Choose a tag to compare
  • Update react-native peer dependency version #301
  • Add a method to prefetch AuthorizationServiceConfiguration (Android) #289

v4.3.1

01 Apr 10:33
Compare
Choose a tag to compare

Fixes breaking change in param order on Android introduced in the last release #284 - thanks @kpelelis

v4.3.0

31 Mar 16:25
Compare
Choose a tag to compare
  • Enable specifying client auth method (Android only) #272
  • Enable skipping PKCE auth for Android (now feature parity with iOS) #284

v4.2.0

13 Mar 09:02
Compare
Choose a tag to compare

v4.1.1

27 Feb 15:40
Compare
Choose a tag to compare

Fixes null response for 'scope' on Android #259 - thanks @zzorba

v4.1.0

21 Feb 21:11
Compare
Choose a tag to compare

⚠️ Breaking change ⚠️ - thanks @Oyvindkg for pointing this out. More info here: #340
This was not intentional, we do intend to follow semver strictly.

v4.0.0

11 Oct 16:18
Compare
Choose a tag to compare

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;

  • update AppAuth-Android to 0.7.1 #185 (thanks @tbsf) 🎉
  • update Android app id to com.rnappauth #191
  • add Carthage support #189
  • update Android sdk #190
  • add docs for AWS Cognito #192
  • update examples #196

v3.1.0

21 Aug 11:06
Compare
Choose a tag to compare
  • iOS improvements #151
  • iOS instructions improvements #164 #165