Releases: harness/ff-react-native-client-sdk
Releases · harness/ff-react-native-client-sdk
v3.0.0
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
- MAINT: Patch sample application CVEs by @erdirowlands in #27
- fix: [FFM-12220]: Bump cross-spawn from 7.0.3 to 7.0.6 by @Kira-Jennings in https://github.com/harness/ff-react-native-client-sdk/pull/30\
New Contributors
- @Kira-Jennings made their first contribution in #30
Full Changelog: 2.2.0...3.0.0
2.2.0
What's Changed
- FFM-11972 Bump FF React SDK version @erdirowlands in #24
Full Changelog: 2.1.0...2.2.0
2.1.0
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
ws: CVE-2023-30302
Full Changelog: 2.0.0...2.1.0
2.0.0
What's Changed
- feat: [FFM-10762]: React Native Client SDK v2.0.0 by @knagurski in #21
New Contributors
- @knagurski made their first contribution in #21
Full Changelog: 1.0.2...2.0.0
1.0.2
1.0.1
- Updated the wrapped Android FF library to version 1.0.9.