launchdarkly-react-client-sdk
Advanced tools
Changelog
[2.14.0] - 2019-09-12
asyncWithLDProvider
function to allow for your flags and the LDClient
to be ready for use at the beginning of your app's lifecycle.launchdarkly-react-client-sdk
package has been moved from the js-client-sdk
monorepo into its own repository. All subsequent releases will be made from this new repository.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