Skip to content

Releases: harness/ff-react-client-sdk

2.2.0

12 Feb 20:50
87898bd
Compare
Choose a tag to compare

What's Changed

  • feat: [FFM-12320]: Reinit on options change by @knagurski in #25

Full Changelog: 2.1.0...2.2.0

2.1.0

10 Feb 16:48
d9611e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.1.0

v2.0.0

20 Nov 16:22
a4d1760
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>

New Contributors

Full Changelog: 1.14.0...2.0.0

1.14.0

17 Oct 15:45
b9cb73e
Compare
Choose a tag to compare

What's Changed

  • FFM-12129 Add onFlagNotFound option to inform when a flag has not been found and the default variation has been returned. For further details and usage, see On Flag Not Found by @erdirowlands in #22

Full Changelog: 1.13.0...1.14.0

1.13.0

04 Sep 11:13
36d3cfc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.12.0...1.13.0

1.12.0

13 Aug 13:40
2a36a26
Compare
Choose a tag to compare

What's Changed

  • feat: [FFM-11852] Bump JS SDK version
  • patch: [FFM-11852] Patches CVEs for the following dependencies: ws and braces

by @erdirowlands in #19

Full Changelog: 1.11.0...1.12.0

1.11.0

30 Apr 14:30
7eed876
Compare
Choose a tag to compare

What's Changed

  • chore: [FFM-11353]: Reduce ES target to 2018 and update JS SDK by @knagurski in #18

Full Changelog: 1.10.0...1.11.0

1.10.0

06 Mar 12:11
37b1533
Compare
Choose a tag to compare

What's Changed

  • feat: [FFM-10886]: Update JS SDK to 1.26.0 by @knagurski in #17

Full Changelog: 1.9.0...1.10.0

1.9.0

05 Mar 14:37
ed93075
Compare
Choose a tag to compare

What's Changed

  • feat: [FFM-10875]: Update Javascript Client SDK to v1.25.0 by @knagurski in #16

Full Changelog: 1.8.1...1.9.0

1.8.1

06 Feb 11:17
ea87649
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.0...1.8.1