launchdarkly-react-client-sdk
Advanced tools
Comparing version 2.22.2 to 2.22.3
@@ -5,2 +5,8 @@ # Change log | ||
## [2.22.3] - 2021-06-09 | ||
### Fixed: | ||
- Events for the [LaunchDarkly debugger](https://docs.launchdarkly.com/home/flags/debugger) are now properly pre-processed to omit private user attributes, as well as enforce only expected top level attributes are sent. | ||
- Events for the [LaunchDarkly debugger](https://docs.launchdarkly.com/home/flags/debugger) now include the index of the variation responsible for the evaluation result. | ||
## [2.22.2] - 2021-04-06 | ||
@@ -7,0 +13,0 @@ ### Changed: |
{ | ||
"name": "launchdarkly-react-client-sdk", | ||
"version": "2.22.2", | ||
"version": "2.22.3", | ||
"description": "LaunchDarkly SDK for React", | ||
@@ -61,3 +61,3 @@ "author": "LaunchDarkly <team@launchdarkly.com>", | ||
"dependencies": { | ||
"launchdarkly-js-client-sdk": "2.19.1", | ||
"launchdarkly-js-client-sdk": "2.19.2", | ||
"lodash.camelcase": "^4.3.0", | ||
@@ -64,0 +64,0 @@ "uuid": "^3.3.2" |
82513
+ Addedlaunchdarkly-js-client-sdk@2.19.2(transitive)
+ Addedlaunchdarkly-js-sdk-common@3.3.2(transitive)
- Removedlaunchdarkly-js-client-sdk@2.19.1(transitive)
- Removedlaunchdarkly-js-sdk-common@3.3.1(transitive)