Skip to content

2.13.0

Compare
Choose a tag to compare
@LaunchDarklyCI LaunchDarklyCI released this 15 Aug 16:38

[2.13.0] - 2019-08-15

Added:

  • A jsdelivr entry to package.json to specify the primary build artifact and simplify the jsDelivr snippet URL.
  • In the React SDK, the new 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.

Changed:

  • In the React SDK, when omitting the 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.