launchdarkly-react-client-sdk
Advanced tools
Comparing version 2.21.0 to 2.22.0
@@ -5,2 +5,10 @@ # Change log | ||
## [2.22.0] - 2021-01-27 | ||
### Added: | ||
- Added the `alias` method to `LDClient`. This method can be used to associate two user objects for analytics purposes. When invoked, this method will queue a new alias event to be sent to LaunchDarkly. | ||
- Added the `autoAliasingOptOut` configuration option. This can be used to control the new automatic aliasing behavior of the `identify` method; by passing `autoAliasingOptOut: true`, `identify` will not automatically generate alias events. | ||
### Changed: | ||
- `LDClient`'s `identify` method will now automatically generate an alias event when switching from an anonymous to a known user. This event associates the two users for analytics purposes as they most likely represent a single person. | ||
## [2.21.0] - 2020-11-17 | ||
@@ -7,0 +15,0 @@ ### Fixed: |
{ | ||
"name": "launchdarkly-react-client-sdk", | ||
"version": "2.21.0", | ||
"version": "2.22.0", | ||
"description": "LaunchDarkly SDK for React", | ||
@@ -59,3 +59,3 @@ "author": "LaunchDarkly <team@launchdarkly.com>", | ||
"dependencies": { | ||
"launchdarkly-js-client-sdk": "2.18.3", | ||
"launchdarkly-js-client-sdk": "2.19.0", | ||
"lodash.camelcase": "^4.3.0", | ||
@@ -62,0 +62,0 @@ "uuid": "^3.3.2" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
81732
+ Addedlaunchdarkly-js-client-sdk@2.19.0(transitive)
+ Addedlaunchdarkly-js-sdk-common@3.3.0(transitive)
- Removedlaunchdarkly-js-client-sdk@2.18.3(transitive)
- Removedlaunchdarkly-js-sdk-common@3.2.11(transitive)