Releases: launchdarkly/react-client-sdk
Releases · launchdarkly/react-client-sdk
launchdarkly-react-client-sdk: v3.6.0
launchdarkly-react-client-sdk: v3.5.0
launchdarkly-react-client-sdk: v3.4.0
3.3.2
3.3.1
[3.3.1] - 2024-05-28
Fixed:
- Fixed a bug introduced after the init timeout change. The ldClient object was omitted from provider state, causing the useLDClient hook to return undefined.
3.3.0
[3.3.0] - 2024-05-23
Added:
- Added a new optional timeout to ProviderConfig which gets passed to the underlying Javascript SDK
waitForInitialization
function.
3.2.0
[3.2.0] - 2024-05-01
Added:
- Added an optional timeout to the
waitForInitialization
method. When a timeout is specified the returned promise will be rejected after the timeout elapses if the client has not finished initializing within that time. When no timeout is specified the returned promise will not be resolved or rejected until the initialization either completes or fails.
Changed:
-
The track method now validates that the provided metricValue is a number. If a metric value is provided, and it is not a number, then a warning will be logged.
-
Updated the link-dev script to better support multiple platforms.
Fixed:
- Fixed the documentation for
evaluationReasons
for theidentify
method.
3.1.0
[3.1.0] - 2024-03-21
Changed:
- Redact anonymous attributes within feature events
- Always inline contexts for feature events
Fixed:
- Pin dev version of node to compatible types.
3.0.10
3.0.9
[3.0.9] - 2023-08-21
Fixed:
- Types from the js client sdk are now re-exported in the react sdk there's no need to separately install the js sdk just for types.