launchdarkly-react-client-sdk
Advanced tools
Changelog
[3.0.4] - 2023-03-21
LDContext
to allow for key to be optional. This is used when making an anonymous context with a generated key.Changelog
[3.0.2] - 2023-02-15
js-client-sdk
version 3.1.1
. This removes usage of optional chaining (?.
) to allow for use with older transpilers.Changelog
[3.0.1] - 2022-12-20
Changelog
[3.0.0] - 2022-12-07
The latest version of this SDK supports LaunchDarkly's new custom contexts feature. Contexts are an evolution of a previously-existing concept, "users." For more information please read the JavaScript SDK's latest release notes.
For detailed information about this version, please refer to the list below. For information on how to upgrade from the previous version, please read the migration guide.
context
provider configuration option has been added.user
provider configuration option has been deprecated. Please use context
instead.Changelog
[2.29.2] - 2022-10-28
asyncWithLDProvider
that was causing flags to be empty on first render.