Skip to content

Releases: thebergamo/react-native-fbsdk-next

v13.1.3

02 Oct 18:58
Compare
Choose a tag to compare

13.1.3 (2024-10-02)

Bug Fixes

  • loosen engine semver to be node 18+ not 20+ (cfa43ee)

v13.1.2

30 Sep 23:49
Compare
Choose a tag to compare

13.1.2 (2024-09-30)

Bug Fixes

  • ios, sdk: adopt facebook-ios-sdk 17.3.0 (f475f81)

v13.1.1

27 Sep 02:21
Compare
Choose a tag to compare

13.1.1 (2024-09-27)

Bug Fixes

  • expo: revert javascript deps updates to ideally fix expo plugin (#559) (d9b4f7b)

v13.0.0

10 Apr 20:50
Compare
Choose a tag to compare

13.0.0 (2024-04-10)

⚠ BREAKING CHANGES

  • android: upstream notes are vague, but they say:
    "More use case for Integrity is supported. Apps violating
    Meta’s Policy will no longer be allowed to send Traffic"
  • deps: cocopaods >= 1.12 is required for privacy manifests
  • ios: upstream login / limited login functionality changed,
    https://developers.facebook.com/blog/post/2024/03/28/changes-made-to-fb-login-sdk/
    instructs how to adapt. Most likely you will want to switch to
    the relatively new "Limited Login" functionality.

Features

  • android: adopt facebook-android-sdk 17.0.0 (c9cf51e)
  • ios: adopt facebook-ios-sdk version 17.0.0 (aa1d081)

Build System

  • deps: minimum cocoapods version increased to 1.12.0 (54eeffe)

v12.2.0

10 Apr 20:44
Compare
Choose a tag to compare

12.2.0 (2024-04-10)

Features

  • add support for new architecture in compatibility mode (#505) (7fda601)

v12.1.5

10 Apr 20:19
Compare
Choose a tag to compare

12.1.5 (2024-04-10)

Bug Fixes

v12.1.4

22 Feb 02:43
Compare
Choose a tag to compare

12.1.4 (2024-02-22)

Bug Fixes

  • jest: add all AppEventsLogger methods to jest mock file (#495) (c991e14)

v12.1.3

26 Jan 21:02
Compare
Choose a tag to compare

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

28 Nov 18:04
Compare
Choose a tag to compare

12.1.2 (2023-11-28)

Bug Fixes

  • move xml2js to devDependencies, update 0.6.2 to remove vulnerability (#467) (ed3e027)

v12.1.1

13 Nov 15:05
Compare
Choose a tag to compare

12.1.1 (2023-11-13)

Bug Fixes

  • android: avoid crash on react-native reload if not initialized (60ed902)