Skip to content

Releases: thebergamo/react-native-fbsdk-next

v12.1.0

21 Aug 17:10
Compare
Choose a tag to compare

12.1.0 (2023-08-21)

Features

  • EventLogger: add type for AppEvents and AppEventsParams (f696cdf)

v12.0.0

18 Aug 23:32
Compare
Choose a tag to compare

12.0.0 (2023-08-18)

⚠ BREAKING CHANGES

  • sdks: facebook-ios-sdk requires 2 additional iOS imports in AppDelegate, see step 3.2 of install guide
    They are specifically:
    new import 1 - #import <AuthenticationServices/AuthenticationServices.h>
    new import 2 - #import <SafariServices/SafariServices.h>

Features

v11.3.0

18 Aug 22:25
Compare
Choose a tag to compare

11.3.0 (2023-08-18)

Features

v11.2.1

09 Apr 01:38
Compare
Choose a tag to compare

11.2.1 (2023-04-09)

Bug Fixes

  • expo: update expo config plugin dependencies (b094741)

v11.2.0

24 Mar 16:08
Compare
Choose a tag to compare

11.2.0 (2023-03-24)

Features

  • settings: Expose setAppName, setGraphAPIVersion, setAutoLogAppEventsEnabled & setAdvertiserIDCollectionEnabled methods (e718501)

v11.1.0

12 Nov 18:34
Compare
Choose a tag to compare

11.1.0 (2022-11-12)

Features

  • ios, expo: bump Expo Adapters minimum target from 12.0 to 13.0 (#352) (842a0ff)

v11.0.1

28 Oct 15:22
Compare
Choose a tag to compare

11.0.1 (2022-10-28)

Bug Fixes

v11.0.0

30 Sep 14:32
Compare
Choose a tag to compare

11.0.0 (2022-09-30)

⚠ BREAKING CHANGES

  • sdks: iOS / tvOS minimum deployment version now 12+. Stay on older version to support iOS/tvOS 11
  • sdks: in your ios AppDelegate.m[m] If you import FBSDKCoreKit/FBSDKCoreKit.h, alter it to FBSDKCoreKit/FBSDKCoreKit-swift.h (#317)

Features

  • sdks: new v15 SDKs, iOS requires minimum iOS/tvOS of 12 now (f6dc589)

Bug Fixes

  • android: remove setUserID(null) android workaround (#307) (3e8977a)

v10.1.0

07 Aug 21:35
Compare
Choose a tag to compare

10.1.0 (2022-08-07)

Features

Bug Fixes

  • Profile.getCurrentProfile() always returns null in the first time (63f9c6f)

v10.0.0

01 Jul 13:57
Compare
Choose a tag to compare

10.0.0 (2022-07-01)

⚠ BREAKING CHANGES

  • expo, ios: Only affects Expo users: If you use Expo, the expo config plugin no longer includes iosUserTrackingPermission by default. No one else is affected. If you specified "false" already in app.json for this value you are not affected.

Bug Fixes

  • expo, ios: iosUserTrackingPermission no longer added by default in Expo (#285) (4d6f843)