[2.13.0] - 2019-08-15
Added:
- A
jsdelivr
entry topackage.json
to specify the primary build artifact and simplify the jsDelivr snippet URL. - In the React SDK, the new
reactOptions
parameter towithLDProvider
provides React-specific options that do not affect the underlying JavaScript SDK. Currently, the only such option isuseCamelCaseFlagKeys
, 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 towithLDProvider
, an anonymous user will be created. This user will remain constant across browser sessions. Previously a new user was generated on each page load.