Releases: harness/ff-react-client-sdk
Releases · harness/ff-react-client-sdk
2.2.0
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
What's Changed
- chore: [FFM-12313]: Update Javascript SDK by @knagurski in #24
Full Changelog: 2.0.0...2.1.0
v2.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>
New Contributors
- @Kira-Jennings made their first contribution in #23
Full Changelog: 1.14.0...2.0.0
1.14.0
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
What's Changed
- FFM-11972 FFM-11852 Bump Javascript SDK version by @erdirowlands in #21
Full Changelog: 1.12.0...1.13.0
1.12.0
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
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
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
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
What's Changed
- fix: [FFM-10590]: Export hook and HOC by @knagurski in #15
Full Changelog: 1.8.0...1.8.1