Releases: thebergamo/react-native-fbsdk-next
Releases · thebergamo/react-native-fbsdk-next
v12.1.3
12.1.3 (2024-01-26)
Bug Fixes
- android: add gradle namespace for react-native 0.73 / android gradle plugin 8.0 (#485) (d7f506d)
- deps, ios: use facebook-ios-sdk 16.3.1 (e612900)
Performance Improvements
- ci: we know the exact paths of the files to use for cache freshness (305fcd0)
v12.1.2
12.1.2 (2023-11-28)
Bug Fixes
- move xml2js to devDependencies, update 0.6.2 to remove vulnerability (#467) (ed3e027)
v12.1.1
12.1.1 (2023-11-13)
Bug Fixes
- android: avoid crash on react-native reload if not initialized (60ed902)
v12.1.0
12.1.0 (2023-08-21)
Features
- EventLogger: add type for AppEvents and AppEventsParams (f696cdf)
v12.0.0
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.2.1
11.2.1 (2023-04-09)
Bug Fixes
- expo: update expo config plugin dependencies (b094741)
v11.2.0
11.2.0 (2023-03-24)
Features
- settings: Expose setAppName, setGraphAPIVersion, setAutoLogAppEventsEnabled & setAdvertiserIDCollectionEnabled methods (e718501)
v11.1.0
11.1.0 (2022-11-12)
Features
- ios, expo: bump Expo Adapters minimum target from 12.0 to 13.0 (#352) (842a0ff)