Skip to content

Releases: thebergamo/react-native-fbsdk-next

v9.0.0

22 Jun 16:55
Compare
Choose a tag to compare

9.0.0 (2022-06-22)

⚠ BREAKING CHANGES

  • sdk-v14: per the underlying SDKs changes, OpenGraph share APIs have been removed

Features

v8.0.5

18 May 16:20
Compare
Choose a tag to compare

8.0.5 (2022-05-18)

Bug Fixes

  • android: handle setDataProcessingOptions params correctly to avoid crash (#256) (1426cf8)

v8.0.4

12 May 13:22
Compare
Choose a tag to compare

8.0.4 (2022-05-12)

Bug Fixes

  • expo, ios: pass through config for ios user tracking permission (#250) (3915fb6)

v8.0.3

10 May 13:33
Compare
Choose a tag to compare

8.0.3 (2022-05-10)

Bug Fixes

v8.0.2

04 May 20:41
Compare
Choose a tag to compare

8.0.2 (2022-05-04)

Bug Fixes

v8.0.1

30 Apr 19:48
Compare
Choose a tag to compare

8.0.1 (2022-04-30)

Bug Fixes

  • android: ShareDialog.setMode('native') throws in Turkish language (#240) (30d9dd3)

v8.0.0

18 Apr 14:12
Compare
Choose a tag to compare

8.0.0 (2022-04-18)

⚠ BREAKING CHANGES

  • sdks: this version uses new major versions of the underlying SDKs and has breaking changes:
  • iOS mininum target now 11, alter your Podfile and in project.pbxproj as needed
  • Xcode 13+ required going forward. Xcode 12 not supported
  • Share dialog description and title were deprecated in v12, removed now
  • Client access token required: configure on Facebook console and in the app
  • GMS AD_ID Android Permission added by native SDK by default, use AndroidManifest tools:remove if unwanted

Please note the Expo config plugin has not been updated yet to handle client access token, use v12 if you need Expo config plugins. Follow #228 for updates or post a PR if this is important to you. Thanks!

Features

Bug Fixes

  • jest: add LoginManager.logOut + AccessToken mocks (#223) (5ba05f3)

v7.3.3

04 Mar 19:24
Compare
Choose a tag to compare

7.3.3 (2022-03-04)

Bug Fixes

  • android, setUserId: temporary android workaround for using setUserID(null) (#214) (231f969)
  • types: allow null value for AppEventsLogger.setUserID (#213) (72f861b)

v7.3.2

28 Feb 13:34
Compare
Choose a tag to compare

7.3.2 (2022-02-28)

Bug Fixes

  • expo, ios: remove unnecessary compiler_flags in plugin podspec (#211) (ce57919)

v7.3.1

24 Feb 17:35
Compare
Choose a tag to compare

7.3.1 (2022-02-24)

Bug Fixes

  • types: specify new types output dir after expo plugin addition (b4bd5fc)