Releases: thebergamo/react-native-fbsdk-next
Releases · thebergamo/react-native-fbsdk-next
v5.0.0
5.0.0 (2021-11-11)
- fix(app-events)!: remove updateUserProperties method (cc19463)
Features
- android, sdks: use facebook-android-sdk v12+, target/compile SDK 31 (ef8363b)
- ios: Upgrade to Facebook iOS SDK 11.2.1 (609c56f)
BREAKING CHANGES
- upstream SDKs removed updateUserProperties, there is no replacement
- Native iOS initialization API call changed, change in
AppDelegate.m
to [FBSDKApplicationDelegate.sharedInstance initializeSDK];
v4.6.0
4.6.0 (2021-10-05)
Features
v4.5.0
4.5.0 (2021-09-30)
Bug Fixes
Features
v4.4.1
4.4.1 (2021-09-29)
Bug Fixes
- type: add new testID to typescript definition file (#103) (0808d60)
v4.4.0
4.4.0 (2021-09-28)
Features
- test: add testID optional type to login button for use in testing (#101) (8fe8480)
v4.3.1
4.3.1 (2021-09-07)
Bug Fixes
- android, event-emitter: add required stubs for react-native 0.65 (ca801b2)
v4.3.0
4.3.0 (2021-05-27)
Bug Fixes
Features
- ios, sdk: upgrade to FBSDK version 9.3.x (#45) (b2ea364)
v4.2.0
4.2.0 (2021-05-03)
Features
- Limited login and Profile for IOS with type def (#18) (ba45840)
v4.1.0
4.1.0 (2021-04-21)
Features
- Export predefined app event names and parameters (#15) (7ad2822)
v4.0.0
4.0.0 (2021-03-12)
- Merge pull request #2 from rnike/feature/wrap-initialize-sdk (a7160da), closes #2
Bug Fixes
BREAKING CHANGES
- Added the need to initialize the SDK on iOS on developer side.