Skip to content

Releases: thebergamo/react-native-fbsdk-next

v6.2.1-beta.1

29 Dec 12:41
Compare
Choose a tag to compare
v6.2.1-beta.1 Pre-release
Pre-release

6.2.1-beta.1 (2021-12-29)

Bug Fixes

  • iOS: update deprecated methods (f80b734)

v6.2.0

16 Dec 23:12
Compare
Choose a tag to compare

6.2.0 (2021-12-16)

Features

  • ios, sdk: facebook-ios-sdk from 12.1.0 to 12.2.1 (3af336c)

v6.1.1

22 Nov 20:18
Compare
Choose a tag to compare

6.1.1 (2021-11-22)

Bug Fixes

  • test: adjust import and jest eslint env (#144) (be213b0)

v6.1.0

19 Nov 22:05
Compare
Choose a tag to compare

6.1.0 (2021-11-19)

Features

  • test: add jest tests and mock file for library users (#140) (cc904e7)

v6.0.0

15 Nov 14:10
Compare
Choose a tag to compare

6.0.0 (2021-11-15)

  • feat(ios)!: upgrade facebook-ios-sdk to v12 (#132) (d813153), closes #132

BREAKING CHANGES

  • iOS minimum 10.0, getAdvertiserID always null on iOS, setAdvertiserTrackingEnabled always returns true on iOS

v5.0.0

11 Nov 14:39
Compare
Choose a tag to compare

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

05 Oct 15:26
Compare
Choose a tag to compare

4.6.0 (2021-10-05)

Features

v4.5.0

30 Sep 16:40
Compare
Choose a tag to compare

4.5.0 (2021-09-30)

Bug Fixes

Features

v4.4.1

29 Sep 16:57
Compare
Choose a tag to compare

4.4.1 (2021-09-29)

Bug Fixes

  • type: add new testID to typescript definition file (#103) (0808d60)

v4.4.0

28 Sep 17:33
Compare
Choose a tag to compare

4.4.0 (2021-09-28)

Features

  • test: add testID optional type to login button for use in testing (#101) (8fe8480)