launchdarkly-react-client-sdk
Advanced tools
Changelog
[2.13.0] - 2019-08-15
reactOptions
parameter to withLDProvider
provides React-specific options that do not affect the underlying JavaScript SDK. Currently, the only such option is useCamelCaseFlagKeys
, which is true by default but can be set to false to disable the automatic camel-casing of flag keys.user
parameter to withLDProvider
, an anonymous user will be created. This user will remain constant across browser sessions. Previously a new user was generated on each page load.Changelog
[2.12.4] - 2019-07-10
homepage
attribute in the launchdarkly-react-client-sdk
and launchdarkly-react-client-sdk-example
packages has been updated to the correct value.Changelog
[2.11.0] - 2019-06-06
Changelog
[2.10.3] - 2019-05-08
ldclient-react
to launchdarkly-react-client-sdk
.There are no other changes in this release. Substituting ldclient-react
version 2.10.2 with launchdarkly-react-client-sdk
version 2.10.3 will not affect functionality.