Skip to content

Releases: thebergamo/react-native-fbsdk-next

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)

v4.3.1

07 Sep 19:13
Compare
Choose a tag to compare

4.3.1 (2021-09-07)

Bug Fixes

  • android, event-emitter: add required stubs for react-native 0.65 (ca801b2)

v4.3.0

27 May 22:02
Compare
Choose a tag to compare

4.3.0 (2021-05-27)

Bug Fixes

Features

  • ios, sdk: upgrade to FBSDK version 9.3.x (#45) (b2ea364)

v4.2.0

03 May 10:26
Compare
Choose a tag to compare

4.2.0 (2021-05-03)

Features

  • Limited login and Profile for IOS with type def (#18) (ba45840)

v4.1.0

21 Apr 08:40
Compare
Choose a tag to compare

4.1.0 (2021-04-21)

Features

  • Export predefined app event names and parameters (#15) (7ad2822)

v4.0.0

12 Mar 15:06
Compare
Choose a tag to compare

4.0.0 (2021-03-12)

  • Merge pull request #2 from rnike/feature/wrap-initialize-sdk (a7160da), closes #2

Bug Fixes

  • Use correct GITHUB_TOKEN (041385c)

BREAKING CHANGES

  • Added the need to initialize the SDK on iOS on developer side.