This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
Releases: launchdarkly/react-native-client-sdk
Releases · launchdarkly/react-native-client-sdk
9.0.1
[9.0.1] - 2024-01-10
Changed:
- Update the build and ManualTestApp to use React Native 0.73.2.
Fixed:
- Readme information about which SDK version works with which React Native version.
9.0.0
[9.0.0] - 2024-01-09
Version 9.0 includes breaking changes in dependencies. In version 9.0, there are no changes to the React Native SDK API or functionality. Version 9.0 of the SDK requires Java 17, in order to support React Native 0.73.
The LaunchDarkly React Native SDK version 10 currently in development is written in pure JavaScript and compatible with Expo. For most customers, we recommend waiting for version 10.
Added:
- Support for React Native 0.73.x
Removed:
- Support for React Native 0.69.x, 0.70.x, 0.71.x, 0.72.x
8.0.2
[8.0.2] - 2023-12-20
Changed:
- Added tests to ensure the SDK works correctly with Xcode 15
- Removed tests for Xcode 12.
8.0.1
[8.0.1] - 2023-09-20
Fixed:
- Fixed a rare bug in key generation in some contexts generated by the Auto Environment Attributes feature.
8.0.0
[8.0.0] - 2023-08-25
Added:
- Added Automatic Mobile Environment Attributes functionality which makes it simpler to target your mobile customers based on application name or version, or on device characteristics including manufacturer, model, operating system, locale, and so on. To learn more, read Automatic environment attributes.
- Support for RN 0.72.
Removed
- Removed LDUser and related functionality. Use LDContext instead. To learn more, read https://docs.launchdarkly.com/home/contexts.
7.1.8
[7.1.8] - 2023-08-21
Fixed:
- In iOS the
defaultValue
argument types fornumberVariation
andnumberVariationDetail
were incorrect so defaultValues were not being passed correctly to the iOS SDK. This affected only iOS the Android counterpart is unaffected.
7.1.7
[7.1.7] - 2023-08-15
Fixed:
- On Android there was a bug where application tags are not being passed correctly to the Android SDK. This affected only Android, the iOS counterpart is unaffected.
7.1.6
7.1.5
[7.1.5] - 2023-06-07
Fixed:
- Flag listeners are now called correctly after identify results in flag value changes.