Skip to content

Releases: harness/ff-react-native-client-sdk

v3.0.0

21 Nov 12:15
b063823
Compare
Choose a tag to compare

What's Changed

** Breaking Change **

FIX [FFM-12209]: React Native SDK throws an error after upgrading to the latest version of React Native 0.76

The optional prop async on FFContextProvider has been renamed asyncMode

<FFContextProvider
  asyncMode
  apiKey="YOUR_API_KEY"
  target={{
    identifier: 'YOUR_TARGET_IDENTIFIER',
    name: 'YOUR TARGET NAME'
  }}
  options={{
    cache: true
  }}
>
  <MyApp />
</FFContextProvider>

Other

New Contributors

Full Changelog: 2.2.0...3.0.0

2.2.0

04 Sep 12:14
dae0985
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.2.0

2.1.0

13 Aug 13:21
7fddedd
Compare
Choose a tag to compare

What's Changed

  • feat: [FFM-11852] Bumps Harness ff-react-native-client-sdk by @erdirowlands in #23
  • patch: [FFM-11852] patches the following CVEs:

braces: GHSA-j8xg-fqg3-53r7

fast-xml-parser: CVE-2023-25160

ip: GHSA-fpmx-qfph-4r6r

ws: CVE-2023-30302

Full Changelog: 2.0.0...2.1.0

2.0.0

06 Mar 13:00
1dc5fe6
Compare
Choose a tag to compare

What's Changed

  • feat: [FFM-10762]: React Native Client SDK v2.0.0 by @knagurski in #21

New Contributors

Full Changelog: 1.0.2...2.0.0

1.0.2

30 Jun 08:43
Compare
Choose a tag to compare

What's Changed

  • [FFM-3355]: [MAINT]: Update README to match template. by @bmjen in #17

New Contributors

  • @bmjen made their first contribution in #17

Full Changelog: 1.0.1...1.0.2

1.0.1

07 Apr 10:41
ac487a1
Compare
Choose a tag to compare
  • Updated the wrapped Android FF library to version 1.0.9.

1.0.0

28 Oct 12:09
5bda987
Compare
Choose a tag to compare
  • First official production release.

0.0.2

18 Aug 08:17
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release
  • First pre-release.